@charset "utf-8";
/* ------------------------------------------------------------ about COMMON*/
.about {
	background: #FFF;
	color: #333;
}

/* ------------------------------ inline */
a:hover,
a:active {
	color: #b2b2b2;
}

.topicPath li,
.topicPath li a {
	color: #b2b2b2;
}
.topicPath li a:hover {
	color: #FFF;
}

/* ------------------------------ gnav */
.gnav {
	padding: 20px 0 0 0;
}
.gnav li {
	float: left;
}
.gnav li a {
	display: block;
	height: 52px;
	background-repeat: no-repeat;
	background-image: url(/about/img/gnav_hover.png);
}
.gnav li.nav1 a {
	background-position: 0 0;
}
.gnav li.nav2 a {
	background-position: -180px 0;
}
.gnav li.nav3 a {
	background-position: -360px 0;
}
.gnav li.nav4 a {
	background-position: -540px 0;
}
.gnav li.nav5 a {
	background-position: -720px 0;
}
.gnav li.current a {
	background-image: url(/about/img/gnav_current.png);
}
.gnav li a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.gnav li a:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.gnav li.current a img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

/* ------------------------------ pageBody */
#pageBody {
	margin: 0 0 0 60px;
	background: #FFF;
}
#pageBody .pageBodyInr {
	width: 900px;
	margin: auto;
}
.contentsArea {
	margin: 0;
	padding: 50px 0 0 0;
}

/* ------------------------------ section */
.contentsArea .section {
	clear: both;
	margin: 0 0 60px 0;
}
.contentsArea .section:last-child {
	margin: 0;
}
.section h2 {
	margin: 0 0 40px 0;
}
.section h3 {
	margin: 0 0 15px 0;
	font-size: 114%;
	line-height: 1.4;
	font-weight: bold;
}
.section h4 {
	margin: 0 0 15px 0;
	line-height: 1.4;
	font-weight: bold;
}
.section p {
	margin: 0 0 10px 0;
}
.section a {
	color: #333;
}
.section a:hover {
	color: #b2b2b2;
}

/* ------------------------------ footer */
.footerA .inr {
	padding: 40px 0 35px 0;
}

.footerA .nav li.cate {
	margin: 0;
	padding: 0 30px 0 12px;
}
.footerA .nav li.cate:not(:first-of-type){
	margin-top: 12px;
}
.footerA .nav li.inrMenu {
	margin: 0;
	padding: 12px 0 0 12px;
	overflow: hidden;
}
.footerA .nav li.inrMenu li {
	padding-right: 20px;
	float: left;
}

/* ------------------------------ boxHeaderArea01 */
.boxHeaderArea01 {
	height: 550px;
	position: relative;
	margin: 0 0 0 60px;
	background: #000 no-repeat 0 0;
}
.boxHeaderArea01 .headerMainVisual {
	position: absolute;
	top:0;
	width: 100%;
	height: 550px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center top;
}
.boxHeaderArea01 .inr {
	position: relative;
	width: 900px;
	min-height: 550px;
	margin: auto;
	z-index: 20;
}
.boxHeaderArea01 .topicPath {
	margin: 0 0 65px 0;
}
.boxHeaderArea01 .boxLead {
	clear: both;
}
.boxHeaderArea01 .boxLead .logo {
	width: 130px;
	height: 130px;
	margin: 0 0 30px 0;
	text-indent: -9999px;
	background: url(/about/img/img_logo_01.jpg) no-repeat 0 0;
}
.boxHeaderArea01 .boxLead h1 {
	margin: 0 0 28px 0;
}
.boxHeaderArea01 .boxLead p {
	margin: 0 0 30px 0;
}

/* ------------------------------ boxHeaderArea02 */
.boxHeaderArea02 {
	height: 350px;
	margin: 0 0 0 60px;
	background: #0f0f0f no-repeat 0 0;
	position: relative;
}
.boxHeaderArea02 .inr {
	width: 900px;
	min-height: 350px;
	margin: auto;
	z-index: 20;
	position: relative;
}
.boxHeaderArea02 .topicPath {
	margin: 0 0 45px 0;
}
.boxHeaderArea02 .headerMainVisual {
	position: absolute;
	top:0;
	width: 100%;
	height: 350px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center top;
}
.boxHeaderArea02 .boxLead {
	clear: both;
}
.boxHeaderArea02 .boxLead .logo {
	float: left;
	width: 91px;
	height: 91px;
	margin: 0 0 34px 0;
	text-indent: -9999px;
	background: url(/about/img/img_logo_02.jpg) no-repeat 0 0;
}
.boxHeaderArea02 .boxLead h1 {
	margin: 15px 0 28px 23px;
	float: left;
}

/* ------------------------------ boxAnchorArea */
.boxHeaderArea02 .boxAnchorArea div {
	margin: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.4;
	color: #FFF;
}
.boxHeaderArea02 .boxAnchorArea {
	width: auto;
	clear: both;
}
.boxHeaderArea02 .boxAnchorArea ul {
	margin: 0 0 10px 0;
}
.boxHeaderArea02 .boxAnchorArea ul:last-child {
	margin: 0;
}
.boxHeaderArea02 .boxAnchorArea li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 15px;
	font-size: 85%;
	line-height: 1.4;
	border-right: 1px solid #333;
	background: url(/common/img/icon_anchor.gif) no-repeat 0 0.5em;
}
.boxHeaderArea02 .boxAnchorArea li a {
	color: #b2b2b2;
}
.boxHeaderArea02 .boxAnchorArea li a:hover {
	color: #FFF;
}
.boxHeaderArea02 .boxAnchorArea li:first-child {
	margin: 0;
	padding: 0 10px 0 25px;
	border-left: 1px solid #333;
	background-position: 10px 0.5em;
}

/* ------------------------------ boxNavSequence */
.boxNavSequence {
	clear: both;
	margin: 0 0 40px 0;
	padding: 40px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.boxNavSequence li a {
	display: block;
}
.boxNavSequence li a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.boxNavSequence li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.boxNavSequence .prev{
	float: left;
	padding: 0 0 0 15px;
	background: url(/common/img/arrow_link_black_left.gif) no-repeat 0 50%;
}
.boxNavSequence .prev .boxImg {
	float: left;
	width: 60px;
}
.boxNavSequence .prev .boxTxt {
	float: left;
	margin: 10px 0 0 10px;
}
.boxNavSequence .next{
	float: right;
	padding: 0 15px 0 0;
	background: url(/common/img/arrow_link_black.gif) no-repeat 100% 50%;
}
.boxNavSequence .next .boxImg {
	float: right;
	width: 60px;
}
.boxNavSequence .next .boxTxt {
	float: right;
	margin: 10px 10px 0 0;
	text-align: right;
}
.boxNavSequence .contents {
	font-size: 85%;
	line-height: 1.4;
}
.boxNavSequence a{
	color: #333;
}
.boxNavSequence a:hover{
	color: #b2b2b2;
}

/* ------------------------------ boxCategoryLink */
.boxCategoryLink {
	margin: 0 0 30px 0;
}
.boxCategoryLink .txt {
	margin: 0 0 35px 0;
}
.boxCategoryLink li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}
.boxCategoryLink li a {
	display: block;
	width: 210px;
	height: 138px;
}
.boxCategoryLink li.bnr1 a,
.boxCategoryLink li.bnr2 a {
	width: 440px;
	height: 100px;
}
.boxCategoryLink li:first-child {
	margin: 0;
}
.boxCategoryLink .location {
	background: url(/common/img/img_home_categorylink01_o.jpg) no-repeat 0 0;
}
.boxCategoryLink .stay {
	background: url(/common/img/img_home_categorylink02_o.jpg) no-repeat 0 0;
}
.boxCategoryLink .shop {
	background: url(/common/img/img_home_categorylink03_o.jpg) no-repeat 0 0;
}
.boxCategoryLink .bridal {
	background: url(/common/img/img_home_categorylink04_o.jpg) no-repeat 0 0;
}
.boxCategoryLink .bnr1 {
	background: url(/about/img/img_bnr_01_o.jpg) no-repeat 0 0;
}
.boxCategoryLink .bnr2 {
	background: url(/about/img/img_bnr_02_o.jpg) no-repeat 0 0;
}
.boxCategoryLink li a:hover {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

/* ------------------------------ index */
.about.index .boxHeaderArea01 .headerMainVisual {
	background-color: #0f0f0f;
	background-image: url(/about/img/img_index_mainvisual.jpg);
}

.boxLinkList {
	margin: 0 0 50px 0;
}
.boxLinkList li {
	width: 230px;
	float: left;
	color: #FFF;
	font-size: 85%;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.boxLinkList li.cateList01 {
	background-image: url(/about/img/img_index_01_o.jpg);
}
.boxLinkList li.cateList02 {
	background-image: url(/about/img/img_index_02_o.jpg);
}
.boxLinkList li.cateList03 {
	background-image: url(/about/img/img_index_03_o.jpg);
}
.boxLinkList li.cateList04 {
	width: 210px;
	background-image: url(/about/img/img_index_04_o.jpg);
}
.boxLinkList li a {
	width: 210px;
	color: #FFF;
	display: block;
}
.boxLinkList li a .boxTxt {
	padding: 10px 15px;
	color: #FFF;
	background: #000;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}
.boxLinkList li a:hover .boxTxt {
	background: #292929;
	color: #FFF;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}
.boxLinkList li h2,
.boxLinkList li h3 {
	padding: 0 0 0 12px;
	margin: 0 0 8px 0;
	font-weight: bold;
	line-height: 1.4;
	font-size: 117%;
	background: url(/common/img/arrow_link_white_right.png) no-repeat 0 0.5em;
}
.boxLinkList li .tel {
	padding: 0 0 0 20px;
	line-height: 1.4;
	font-weight: bold;
	background: url(/common/img/icon_tel.png) no-repeat 0 0.2em;
}
.boxLinkList li .reservation {
	border-top: 1px solid #272727;
}
.boxLinkList li .reservation a{
	display: block;
	color: #FFF;
	background: #000;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}
.boxLinkList li .reservation a:hover {
	background: #292929;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}
.boxLinkList li .reservation .inr {
	margin: 0 15px;
	padding: 6px 0 6px 12px;
	line-height: 1.4;
	background: url(/common/img/arrow_link_white_right.png) no-repeat 0 0.9em;
}
.boxInfo {
	margin: 0 0 40px 0;
	padding: 30px 0 0 0;
	border-top: solid 1px #e5e5e5;
}
.boxInfo .colL {
	width: 670px;
	padding: 20px 0 0 0;
}
.boxInfo .colR {
	width: 210px;
}
.boxInfo .txt1 h2 {
	margin: 0 0 25px 0;
}

/* ------------------------------ history */
.about.history .boxHeaderArea02 .headerMainVisual {
	background-image: url(/about/img/img_history_mainvisual.jpg);
}

.boxHistory01 .colL,
.boxHistory01 .colR {
	width: 435px;
}
.boxHistory01 .img {
	width: 100%;
	position: relative;
}
.boxHistory01 .img1 {
	padding: 0 0 30px 0;
}
.boxHistory01 .img2 {
	width: 100px;
	text-align: right;
	position: absolute;
	top: 157px;
}
.boxHistory01 .img3 {
	width: 100px;
	text-align: right;
	position: absolute;
	top: 157px;
}
.boxHistory01 .img4 {
	width: 210px;
	position: absolute;
	top: 170px;
	left: 0;
}
.boxHistory01 .img5 {
	width: 100%;
	margin: 0 0 25px 0;
}
.boxHistory01 .img5 .colL,
.boxHistory01 .img5 .colR {
	width: 204px;
}
.boxHistory01 .colR .img1 {
	text-align: right;
}
.boxHistory01 .colR .img2 {
	left: 0;
}
.boxHistory01 .colR .img3 {
	left: 100px;
}
.boxHistory01 .colL .img1 {
	text-align: left;
}
.boxHistory01 .colL .img2 {
	left: 235px;
}
.boxHistory01 .colL .img3 {
	left: 335px;
}
.boxHistory01 .caption {
	font-size: 85%;
	text-align: right;
	padding: 5px 0 0 0;
}
.boxHistory01 .caption.left {
	text-align: left;
}

.boxHistory02 {
	margin: 0 0 40px 0;
	padding: 35px 0 0 0;
}
.boxHistory02 li {
	width: 184px;
	float: left;
}
.boxHistory02 li:last-child {
	width: 164px;
}

.boxHistory03 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.boxHistory03 th,
.boxHistory03 td {
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.boxHistory03 th {
	width: 1%;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 20px;
}

/* ------------------------------ fugu */
.about.fugu .boxHeaderArea02 .headerMainVisual {
	background-image: url(/about/img/img_fugu_mainvisual.jpg);
}

.about.fugu .section1 {
	margin: 0;
}

.boxFugu01 {
	width: 100%;
	padding: 0 0 70px 0;
	background: url(/about/img/bg_fugu_01.jpg) no-repeat 0 50px;
}
.boxFugu01 .img {
	margin: 0 0 25px 0;
}
.boxFugu01 .img li {
	padding: 0 20px 0 0;
	float: left;
}
.boxFugu01 .txt {
	width: 430px;
}

.boxFugu02 .txt1 {
	margin: 0 0 35px 0;
}
.boxFugu02 .inr1 {
	width: 100%;
	background: url(/about/img/bg_fugu_02.jpg) repeat-y 0 0;
	overflow: hidden;
}
.boxFugu02 .inr1 ul {
	width: 928px;
	border-bottom: solid 28px #fff;
	display: table;
}
.boxFugu02 .inr1 li {
	width: 232px;
	text-align: left;
	vertical-align: top;
	padding: 15px 15px;
	border-right: solid 28px #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: table-cell;
}
.boxFugu02 .inr1 dt {
	width: 100%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 12px 0;
	padding: 5px 0 0 32px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.boxFugu02 .inr1 dt span {
	font-size: 85%;
	font-weight: normal;
}
.boxFugu02 .inr1 dt span.num {
	width: 26px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	color: #fff;
	background: #000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.boxFugu02 .inr1 dd {
	font-size: 85%;
	line-height: 2;
}

.boxFugu02 .inr2 .colL,
.boxFugu02 .inr2 .colR {
	width: 435px;
}
.boxFugu02 .inr2 dl {
	font-size: 85%;
	line-height: 2;
}
.boxFugu02 .inr2 dt {
	font-weight: bold;
}
.boxFugu02 .inr2 dd {
	margin: 0 0 10px 0;
}

.boxFugu02 .inr2 .attention {
	margin-left: 2.4em;
}
.boxFugu02 .inr2 .attention li {
	width: 100%;
	position:relative;
}
.boxFugu02 .inr2 .attention li span.icon {
	position: absolute;
	top: 0;
	left: -2.4em;
}

.boxFugu03 .colL {
	width: 670px;
}
.boxFugu03 .colR {
	width: 204x;
}
.boxFugu03 .txt1 {
	margin: 0 0 25px 0;
}
.boxFugu03 .txt1 dt {
	font-size: 117%;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.boxFugu03 .txt2 {
	padding: 15px 20px;
	background: #f8f8f8;
	border: solid 1px #e5e5e5;
}
.boxFugu03 .txt2 ul {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}

/* ------------------------------ expert */
.about.expert .boxHeaderArea02 .headerMainVisual {
	background-image: url(/about/img/img_expert_mainvisual.jpg);
}

.boxExpert01 {
	width: 100%;
	overflow: hidden;
}
.boxExpert01 ul {
	width: 930px;
}
.boxExpert01 li {
	width: 310px;
	float: left;
}
.boxExpert01 li .txt {
	width: 280px;
}

.boxExpert02 {
	padding: 0 0 20px 0;
}
.boxExpert02 .colL,
.boxExpert02 .colR {
	width: 435px;
}
.boxExpert02 .txt {
	width: 250px;
	float: left;
}
.boxExpert02 .img {
	width: 165px;
	float: right;
}

/* ------------------------------ chef */
.about.chef .boxHeaderArea02 .headerMainVisual {
	background-image: url(/about/img/img_chef_mainvisual.jpg);
}

.boxChef01 {
	margin: 0 0 10px 0;
}
.boxChef01 .colL {
	width: 435px;
}
.boxChef01 .colR {
	width: 450px;
}

.boxChef02 {
	width: 100%;
}
.boxChef02 .inr {
	width: 920px;
	background: url(/about/img/bg_chef_01.jpg) repeat-y left top;
	position: relative;
	left: -10px;
}
.boxChef02 .inr .inr {
	width: 100%;
	padding: 0 0 35px 0;
	background: url(/about/img/bg_chef_02.jpg) no-repeat left bottom;
	position: relative;
	left: 0;
	overflow: hidden;
}
.boxChef02 ul {
	width: 930px;
	margin: 0 0 0 10px;
}
.boxChef02 li {
	width: 310px;
	float: left;
}
.boxChef02 li dl {
	width: 280px;
}
.boxChef02 li dt {
	margin: 0 0 25px 0;
}
.boxChef02 li dd {
	margin: 0 30px;
}


/* ------------------------------ Clearfix */
.boxChef02 ul:after,
.boxChef01:after,
.boxExpert02 dl:after,
.boxExpert02:after,
.boxExpert01 ul:after,
.boxFugu03:after,
.boxFugu02 .inr1 ul:after,
.boxFugu02 .inr2:after,
.boxFugu01 .img:after,
.boxHistory02 ul:after,
.boxHistory01 .img5:after,
.boxHistory01:after,
.boxInfo:after,
.boxLinkList .list4Line:after,
.boxNavSequence ul:after,
.boxCategoryLink ul:after,
.boxHeaderArea02 .boxAnchorArea ul:after,
.footerA .nav:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}
* html .boxChef02 ul,
* html .boxChef01,
* html .boxExpert02 dl,
* html .boxExpert02,
* html .boxExpert01 ul,
* html .boxFugu03,
* html .boxFugu02 .inr1 ul,
* html .boxFugu02 .inr2,
* html .boxFugu01 .img,
* html .boxHistory02 ul,
* html .boxHistory01 .img5,
* html .boxHistory01,
* html .boxInfo,
* html .boxLinkList .list4Line,
* html .boxNavSequence ul,
* html .boxCategoryLink ul,
* html .boxHeaderArea02 .boxAnchorArea ul,
* html .footerA .nav {
	zoom: 1;
}
*:first-child+html .boxChef02 ul,
*:first-child+html .boxChef01,
*:first-child+html .boxExpert02 dl,
*:first-child+html .boxExpert02,
*:first-child+html .boxExpert01 ul,
*:first-child+html .boxFugu03,
*:first-child+html .boxFugu02 .inr1 ul,
*:first-child+html .boxFugu02 .inr2,
*:first-child+html .boxFugu01 .img,
*:first-child+html .boxHistory02 ul,
*:first-child+html .boxHistory01 .img5,
*:first-child+html .boxHistory01,
*:first-child+html .boxInfo,
*:first-child+html .boxLinkList .list4Line,
*:first-child+html .boxNavSequence ul,
*:first-child+html .boxCategoryLink ul,
*:first-child+html .boxHeaderArea02 .boxAnchorArea ul,
*:first-child+html .footerA .nav {
	zoom: 1;
}