@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
}

header,
main,
article,
section,
nav,
aside,
figure,
footer {
	display: block;
}

a {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	outline: none;
}

img {
	border: none;
	vertical-align: bottom;
}

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

td,
th {
	padding: 0;
}

button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

textarea {
	overflow: auto;
}

b,strong {
	font-weight: bold;
}

address {
	font-style: normal;
}

caption {
	text-align: left;
}

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

body {
	color: #202020;
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	line-height: 100%;
}
body.fo_en {font-family: 'Times New Roman' , 'Times' , serif;}
body.fo_kr {font-family: "Malgun Gothic","Yoon Gothic","sans-serif";}
body.fo_cn {font-family: "Microsoft Yahei","PingHei" ,"sans-serif";}
body.fo_tw {font-family: "Microsoft Yahei","PingHei" ,"sans-serif";}

h1,h2,h3,h4,h5,h6 {
	color: #202020;
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	letter-spacing: 0.1em;
}

p {
	font-size: 1.1rem;
	line-height: 180%;
	letter-spacing: 0.1em;
}

th,td {
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 180%;
	letter-spacing: 0.1em;
	text-align: left;
	vertical-align: top;
}

dt,dd {
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 180%;
	letter-spacing: 0.1em;
}

li {
	line-height: 180%;
	letter-spacing: 0.1em;
	list-style-type: none;
}

input,textarea,select {
	font-size: 1.1rem;
	line-height: 180%;
	letter-spacing: 0.1em;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #202020;
	text-decoration: none;
}

/* webfont */
@font-face {
	font-family: 'Aleo';
	src: url("../font/aleo-regular-webfont.eot");
	src: url("../font/aleo-regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("../font/aleo-regular-webfont.woff2") format("woff2"),
		url("../font/aleo-regular-webfont.woff") format("woff"),
		url("../font/aleo-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

.en,
.num,
.date {
	font-family: 'Aleo';
	letter-spacing: 0.1em;
}

.en2 {
	font-family: 'Raleway';
	font-weight: 800;
	letter-spacing: 0.1em;
}

.en3 {
	font-family: 'Lora';
	font-style: italic;
	letter-spacing: 0.15em;
}

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

/* ---------- loading ---------------------------------------- */
#loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 12000;
}
#loading .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	text-align: center;
}
#loading .loading span {
	display: block;
	color: #000;
	font-size: 1.1rem;
	line-height: 140%;
	padding-bottom: 4px;
}
#loading .loading .icon {
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat top center;
	background-size: 16px 16px;
}

/* ---------- container ---------------------------------------- */
#container {
	position: relative;
	overflow: hidden;
}

/* ---------- box ---------------------------------------- */
.box {
	margin-right: auto;
	margin-left: auto;
}

/* ---------- header ---------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 48px;
	width: 100%;
	background-color: #fff;
	border-bottom: solid 1px #d4d4d4;
	z-index: 10000;
}
#header .logo {
	padding-top: 8px;
	text-align: center;
}
#header .logo img {
	width: 105px;
	height: 32px;
}

#btn-spnav {
	position: absolute;
	right: 0;
	top: 12px;
	width: 49px;
	height: 24px;
	border-left: solid 1px #d4d4d4;
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	z-index: 10000;
}
#btn-spnav:focus {
	outline: none;
}

#btn-spnav span {
	display: block;
	position: absolute;
	width: 18px;
	top: 10px;
	right: 16px;
	height: 2px;
	background: #c8a655;
	-webkit-transition: background 0 0.3s;
	transition: background 0 0.3s;
}
#btn-spnav span::before,
#btn-spnav span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 18px;
	height: 2px;
	background-color: #c8a655;
	content: "";
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	transition-delay: 0.3s, 0;
}
#btn-spnav span::before {
	top: -7px;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
#btn-spnav span::after {
	bottom: -7px;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
.open #btn-spnav span {
	background: none;
}
.open #btn-spnav span::before,
.open #btn-spnav span::after {
	-webkit-transition-delay: 0, 0.3s;
	transition-delay: 0, 0.3s;
}
.open #btn-spnav span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #btn-spnav span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ---------- visual ---------------------------------------- */
#visual {
	clear: both;
	position: relative;
	background-color: #fff;
}

/* slider */
#slider {
	position: relative;
	top: inherit;
	right: inherit;
	width: 100%;
	border-bottom: none;
	z-index: 1000;
}
#slider .bx-wrapper {
	border: none;
}

/* next prev */
#slider .bx-wrapper .bx-controls-direction a {
	display: none;
}

/* bx-slider */
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	display: block;
	position: relative;
	text-align: center;
	z-index: 100;
	margin-top: 15px;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.bx-wrapper .bx-pager a {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 7px;
	outline: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #e0e0e0;
}
.bx-wrapper .bx-pager a.active,
.bx-wrapper .bx-pager a:hover {
	background-color: #c8a655;
}

.abou .bx-wrapper .bx-pager a.active,
.abou .bx-wrapper .bx-pager a:hover {
	background-color: #c8a655;
}
.rest .bx-wrapper .bx-pager a.active,
.rest .bx-wrapper .bx-pager a:hover {
	background-color: #c46f82;
}
.bar .bx-wrapper .bx-pager a.active,
.bar .bx-wrapper .bx-pager a:hover {
	background-color: #8e80b7;
}
.item .bx-wrapper .bx-pager a.active,
.item .bx-wrapper .bx-pager a:hover {
	background-color: #d98264;
}

.bx-wrapper .bx-controls-auto {
	display: none;
}
.bx-wrapper .bx-caption {
	display: none;
}

.bx-wrapper .bx-viewport li {
	overflow: hidden;
}
.bx-wrapper .bx-viewport li img {
	width: 100%;
	height: auto;
}

.home-catchcopy {
	padding: 27px 0 26px;
	text-align: center;
	background-color: #fff;
}
.home-catchcopy img {
	width: 220px;
	height: auto;
}

/* ---------- main ---------------------------------------- */
#main {
	overflow: hidden;
	padding-top: 48px;
	background-color: #f9f4ec;
}

/* breadcrumb */
.breadcrumb {
	background-color: #fff;
}
.breadcrumb ol {
	margin: 2px 2%;
}
.breadcrumb ol li {
	display: inline-block;
	margin: 8px 0;
	line-height: 100%;
}
.breadcrumb ol li a {
	display: inline-block;
	background: url(../images/sp_ic_breadcrumb.gif) no-repeat right center;
	background-size: 4px 8px;
	padding-right: 13px;
	margin-right: 4px;
	line-height: 100%;
}
.breadcrumb ol li span {
	display: inline-block;
	color: #606060;
	font-size: 1.0rem;
	line-height: 140%;
}
.breadcrumb ol li a:hover {
	text-decoration: underline;
}
.breadcrumb ol li:first-child {
	background: url(../images/sp_ic_breadcrumb_home.gif) no-repeat left center;
	background-size: 14px 12px;
	padding-left: 19px;
}

/* page-ttl */
.page-ttl {
	text-align: center;
	background: url(../images/bg_ttl_abou.gif) repeat top center;
}

.abou .page-ttl {background: url(../images/bg_ttl_abou.gif) repeat top center;}
.item .page-ttl {background: url(../images/bg_ttl_item.gif) repeat top center;}
.rest .page-ttl {background: url(../images/bg_ttl_rest.gif) repeat top center;}
.bar .page-ttl {background: url(../images/bg_ttl_bar.gif) repeat top center;}
.news .page-ttl {background: url(../images/bg_ttl_news.gif) repeat top center;}
.acce .page-ttl {background: url(../images/bg_ttl_acce.gif) repeat top center;}

.page-ttl .ttl {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 46px;
	letter-spacing: 0.1em;
}

/* ---------- footer ---------------------------------------- */
#footer {
	clear: both;
}

/* pagetop */
.pagetop {}
.pagetop a {
	display: block;
	width: 100%;
	height: 42px;
	background: url(../images/sp_pagetop.gif) #c8a655 no-repeat center center;
	background-size: 82px auto;
}

/* footer-top */
.footer-top {
	overflow: hidden;
	padding-bottom: 2px;
	background: #fff;
}
.footer-top .logo-foot {
	text-align: center;
	margin: 13px auto 13px;
}
.footer-top .logo-foot img {
	width: 105px;
	height: 32px;
}
.footer-top .shopinfo {
	padding: 15px 15px 6px;
	border-top: solid 1px #e0e0e0;
	border-left: none;
}
.footer-top .shopinfo h3 {
	color: #be9636;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.1em;
	padding-bottom: 8px;
}
.footer-top .shopinfo dt {
	color: #9e9e9e;
	font-size: 1.1rem;
	padding-bottom: 3px;
	line-height: 130%;
}
.footer-top .shopinfo dd {
	font-size: 1.1rem;
	line-height: 160%;
	padding-bottom: 7px;
}

/* footer-end */
.footer-end {
	clear: both;
	background: #f5f5f5;
	padding: 16px 0 14px;
	border-top: solid 1px #e0e0e0;
	text-align: center;
}
.footer-end .copyright small {
	color: #999;
	font-size: 0.9rem;
	line-height: 130%;
}

/* fnav */
.fnav {
	overflow: hidden;
	padding: 0 5px 11px;
}
.fnav ul {
	font-size: 0;
	text-align: center;
	padding: 0;
}
.fnav ul li {
	display: inline;
	font-size: 0.8rem;
	padding: 0 8px;
	border-right: solid 1px #333;
	vertical-align: middle;
}
.fnav ul li:last-child {
	border-right: none;
}
.fnav ul li a {
	display: inline-block;
	padding: 0 3px;
	color: #333;
	font-size: 1.1rem;
	line-height: 190%;
	vertical-align: middle;
}
.fnav ul li a:hover,
.fnav ul li a:active {
	text-decoration: underline;
}

/* ---------- spnav ---------------------------------------- */
#spnav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10100;
	overflow: hidden;
}
.spnav-outer {
	height: 100%;
	position: absolute;
	width: 100%;
}
.spnav-inner {
	overflow-y: scroll;
	position: absolute;
	top: 0;
	right: -240px;
	width: 240px;
	height: 100%;
	background-color: #fff;
	border-left: solid 1px #fff;
	z-index: 10050;
}
.spnav-upper {
	background-color: #eee;
	overflow: hidden;
}

.search {
	overflow: hidden;
	width: 228px;
	height: 36px;
	margin: 6px 0 0 6px;
	background-color: #fff;
}
.search .input {
	float: left;
	display: block;
	height: 36px;
	width: 162px;
	padding-left: 12px;
	color: #9e9e9e;
	font-size: 11px;
}
.search .submit {
	float: right;
	display: block;
	width: 40px;
	height: 20px;
	margin-top: 8px;
	cursor: pointer;
	background: url(../images/sp_ic_search.gif) no-repeat center center;
	background-size: 14px 14px;
	border-left: solid 1px #e0e0e0;
}

.langnav {
	clear: both;
	padding: 10px 20px 8px;
}
.langnav ul {
	font-size: 0;
	text-align: center;
}
.langnav ul li {
	display: inline-block;
}
.langnav ul li a {
	border-left: 1px solid #bdbdbd;
	padding-left: 1.8em;
	padding-right: 1.8em;
	font-size: 10px;
	line-height: 140%;
	text-decoration: none;
	vertical-align: middle;
}
.langnav ul li:nth-child(2n+1) a {
	border-left: none;
}
.langnav ul li a:hover {
	text-decoration: underline;
}
.langnav ul li a span {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

.mainnav {}
.mainnav ul {
	border-top: solid 1px #e0e0e0;
}
.mainnav ul li {
	border-bottom: solid 1px #e0e0e0;
}
.mainnav ul li a {
	display: block;
	height: 55px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/spnav_abou.gif) no-repeat 12px 12px;
	background-size: 213px 30px;
	border-left: solid 4px;
}
.mainnav ul li.abou a {background-image: url(../images/spnav_abou.gif);border-color: #c8a040;}
.mainnav ul li.item a {background-image: url(../images/spnav_item.gif);border-color: #d98264;}
.mainnav ul li.rest a {background-image: url(../images/spnav_rest.gif);border-color: #c46f82;}
.mainnav ul li.bar a  {background-image: url(../images/spnav_bar.gif);border-color: #8474af;}
.mainnav ul li.news a {background-image: url(../images/spnav_news.gif);border-color: #73c0d0;}
.mainnav ul li.acce a {background-image: url(../images/spnav_acce.gif);border-color: #5cbc59;}

.btn-contact {
	text-align: center;
	padding: 20px 0 16px;
}
.btn-contact img {
	width: 160px;
	height: auto;
}

.snsnav {
	overflow: hidden;
	margin: 16px 0 20px;
	text-align: center;
}
.snsnav h3 {
	display: inline-block;
	color: #757575;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5px;
	background-color: #fff;
	padding: 3px 8px;
	z-index: 10010;
}
.snsnav ul {
	width: 180px;
	margin: -9px auto 0;
	border: solid 1px #dbc183;
	z-index: 10005;
}
.snsnav ul li {
	display: inline-block;
	margin: 18px 0 10px;
	padding: 0 9px;
}
.snsnav ul li a {
	display: block;
	width: 50px;
	padding-top: 34px;
	padding-bottom: 2px;
	font-family: "Raleway";
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.snsnav ul li.twit a {
	background: url(../images/sp_ic_twitter.gif) no-repeat center top;
	background-size: 28px 28px;
}
.snsnav ul li.face a {
	background: url(../images/sp_ic_facebook.gif) no-repeat center top;
	background-size: 28px 28px;
}
.snsnav ul li.inst a {
	background: url(../images/sp_ic_instagram.gif) no-repeat center top;
	background-size: 28px 28px;
}

.othernav {
	width: 200px;
	margin: 0 auto 20px;
	padding-top: 14px;
	border-top: solid 1px #e0e0e0;
}
.othernav ul li {
	font-size: 11px;
	line-height: 160%;
}