@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
body.navOpen {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
body {
	
     color: #232323;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    background: #FFF;

}
.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.txt_shadw {
	text-shadow: 1px 1px 2px #080808, 0 0 1em #606067, 0 0 0.2em #0d0d0e;
}
.txt_r {
	text-align: right;
}
/*=============================================
 * header
 *=============================================*/

header .logo {
	position: absolute;
	width: 96%;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 62;
}

header {
	color: #fff;
	position: relative;
}
header h1 {
	color: #fff;
	position: absolute;
	top: 0px;
	right: 5px;
	
	left: 5px;
	font-size: 11px;
	line-height: 20px;
	padding-right: 5px;
	letter-spacing: 0;
	text-align: center;
	font-weight: normal;
	z-index: 62;
	text-shadow: 1px 1px 2px #080808, 0 0 1em #606067, 0 0 0.2em #0d0d0e;
}
header .navBtn span {
	background-color: #000;
}
#belt {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	background-color: #fff;
	height: 70px;
	box-shadow: 0px 1px 14px rgba(2, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 14px rgba(2, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 14px rgba(2, 0, 0, 0.5);
}
/*====================== nav ====================== */
#hd_top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 84px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
header .h_hide {
	height: 87px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.has_nav header .navBtn {
	top: 10px;
}
.has_nav header .h_hide {
	height: 0px !important;
	overflow: hidden;
}
.has_nav header .h_tel {
	margin: 0;
}
.has_nav #hd_top {
	height: 0;
}
.has_nav header .navBtn {
}
header .navBtn {
	background-color: rgb(255, 255, 255);
	top: 20px;
	right: 10px;
	height: auto;
	padding: 0;
	z-index: 9999;
	padding: 8px 8px 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	color: #000;
	border-radius: 5px;
	box-sizing: border-box;
	width: 46px;
	height: 46px;
	line-height: 22px;
}
header .navBtn p {
	padding-top: 8px;
	color: #d5bf68;
	font-size: 12px;
	width: 40px;
	margin: 0 auto;
	line-height: 34px;
}
header #mapnavi a:before {
	display: inline-block;
	font-size: 20px;
	margin: 0;
}
header #mapnavi a {
	text-decoration: none;
}
header #mapnavi {
	background-color: #fff;
	color: #000;
	position: absolute;
	top: 20px;
	right: 63px;
	z-index: 90;
	width: 46px;
	height: 46px;
	line-height: 1.6;
	font-size: 11px;
	border-radius: 5px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
header .topnavi {
	border: 1px solid #fff;
	border-right: none;
	position: relative;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .topnavi li {
	position: relative;
	width: 25%;
	vertical-align: top;
	border-right: 1px solid #000;
	padding: 5px 0;
}
header .topnavi li a {
	color: #000;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 8px;
	line-height: 5px;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	border-left: 1px solid #fff;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding: 4px 0 12px;
	font-size: 19px;
	font-weight: normal;
}
header .menu_toggle {
	background: #fff;
	z-index: 100;
	height: 0;
}
header .menu_toggle a {
	color: #000;
	text-align: left;
	padding: 10px 0 10px 20px !important;
	font-weight: bold;
}
header .menu_toggle a span {
	padding-left: 73px;
}
header .menu_toggle .focus a {
	font-weight: bold;
	color: #93251a;
}
header .menu_toggle li {
	position: relative;
	opacity: 0;
}
header .menu_toggle ul li:first-child {
}
header .menu_toggle li:before {
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 64px;
	background-size: 64px;
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	width: 100px;
}
header .menu_toggle .parent {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding-left: 12px;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
.navOpen #menu_toggle {
	height: 100vh;
	padding-top: 85px;
	
}

.navOpen #menu_toggle li {
	opacity: 1;

	transition: opacity  0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
}
.navOpen #menu_toggle li:nth-child(1) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.navOpen #menu_toggle li:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.navOpen #menu_toggle li:nth-child(3) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.navOpen #menu_toggle li:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.navOpen #menu_toggle li:nth-child(5) {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.navOpen #menu_toggle li:nth-child(6) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.navOpen #menu_toggle li:nth-child(7) {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s;
}
.navOpen #menu_toggle li:nth-child(8) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.navOpen #menu_toggle li:nth-child(9) {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s;
}
.navOpen #menu_toggle li:nth-child(10) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.navOpen #menu_toggle li:nth-child(11) {
	-webkit-transition-delay: 1.45s;
	transition-delay: 1.45s;
}
.navOpen #menu_toggle li:nth-child(12) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.navOpen #menu_toggle li:nth-child(13) {
	-webkit-transition-delay: 1.75s;
	transition-delay: 1.75s;
}
.navOpen #pagetop {
	z-index: 1;
}
.hamburger {
	padding: 4px 8px 14px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 22px;
	right: 5px;
	z-index: 101;
	color: #fff;
	line-height: 27px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.hamburger:after {
	font-size: 10px;
	content: 'MENU';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	text-align: center;
}
.navOpen .hamburger:after {
	content: 'CLOSE';
}
.has_nav .hamburger {
	top: 5px;
}
.navOpen .hamburger {
	background-color: #fff;
	color: #000;
}
.navOpen .hamburger-inner, .navOpen .hamburger-inner::before, .navOpen .hamburger-inner::after {
	background-color: #000;
	color: #000;
	
}
/*====================== end nav ====================== */

/*====================== header key ====================== */


header #key {
	position: relative;

	
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	padding-top: 5px;
	width: 100%;
	z-index: 10;
}
header .bx-wrapper .bx-pager, header .bx-wrapper .bx-controls-auto {
	bottom: 5%;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 99;
}
.bx_ext .bx-pager {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 80;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	z-index: 71;
	margin-top: -15px;
}
.bx-wrapper .bx-controls-direction a {
	background-color: #7c1e09;
	color: #ffffff;
	font-family: "fontello";
	font-size: 34px;
	height: 30px;
	width: 30px;
	line-height: 28px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	z-index: 9;
	font-weight: normal;
}
.bx-prev::after {
	content: "\f104";
	left: 8px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "\f105";
	right: 8px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	height: 9px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 9px;
	border: 1px solid #17130f;
	;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #7c1e09;
}
.bxsl_bt .bx-controls-direction {
	position: relative;
	top: auto;
	margin-top: -20px;
}
.bxsl_bt .bx-wrapper {
	padding-bottom: 10%;
}
.bxsl_bt .bx-controls {
	padding: 20px 0;
}
.bxsl_bt .bx-wrapper .bx-pager {
	padding-top: 0;
}
/*====================== end nav ====================== */


/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/


footer {
	background: url(../img/shared/bgft.jpg) repeat center top;
border-top: 4px solid #232323;
	padding-top: 10px;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	padding-bottom: 49px;
}
footer .f_logo {

	text-align: center;
	width: 68%;
	padding: 5% 0px;
	margin: 0% auto ;
	font-weight: bold;
}
footer .f_logo img {
	width: 60%;
	max-width: 375px;
}
footer .tel {
	text-align: center;
	font-size: 11px;
	    width: 70%;
    margin: 0 auto 20px;

	line-height: 1.2;
	border: 4px solid #232323;
	padding: 5px 5px 10px;
}
footer .tel img {
	width: 80%;
	max-width: 370px;
}
footer .ft_bt {
	background-color: #d79e31;
	margin: 0 -2%;
	padding: 5% 0px 50px;
	color: #000;
}
footer .shop2 {
	border-top: 1px solid #aaaaaa;
	margin-top: 30px;
}
footer .vcard {
}
footer .soc li {
	display: inline-block;
	width: 13%;
}
footer .vcard dl {
	padding-bottom: 10px;
}
footer .card dt {
	font-weight: bold;
}
footer .vcard dl:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}
footer  .tit {
	font-size: 16px;
}
footer .note {
	border: 1px solid #000;
	padding: 5px;
	margin: 15px 0;
}
footer p {
	margin-bottom: 10px;
}
footer .shopinfo {
	padding: 0% 2% 0%;
	position: relative;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 70%;
	min-width: 178px;
	max-width: 245px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	    box-sizing: border-box;
    border: 1px solid #0000009e;
    color: #000;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
	margin-bottom: 20px;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {

	
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
}
footer address span {
	display: inline-block;
}
footer .fb_bnr {
	border: 2px solid #000;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 5%;
}
#socialbutton p {
	display: inline-block;
	padding: 0 5px;
}
#socialbutton {
	text-align: center;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb_per {
	margin-bottom: 5%!important;
}
.wrap {
	margin-bottom: 12%;
}
.shadw {
	box-shadow: 0px 1px 14px rgba(2, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 14px rgba(2, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 14px rgba(2, 0, 0, 0.5);
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
h2 {
	margin-bottom: 15px;
}
.txt_center {
	text-align: center !important;
}
.pt_10 {
	padding-top: 10px;
}
.mar-box {
	margin-left: -2%;
	margin-right: -2%;
}
.clearfix, .menuList dl:after {
	zoom: 1 !important;
}
/* for IE 5.5-7 */
.clearfix:after, .menu_list dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.block p {
	margin-bottom: 15px;
}
.copy {
	cursor: pointer;/*	color: #fff;
	background-color: #243810;
	box-sizing: border-box;
	text-align: center;
	display: block;
	padding: 10px 0;
	border: 2px solid #476727;
	
	
	font-size: 18px;
	margin-top: 15px;*/
}
.copy.copied {
	display: block;/*	background-color: rgb(89, 121, 61);*/
}
#pagetop {
	bottom: 41px;
}
#ft_group {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	opacity: 0;
	z-index: -9;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#ft_group p {
	margin-bottom: 0;
}
.has_nav #ft_group {
	position: fixed;
	z-index: 80;
	opacity: 1;
}
#ft_group .contact_gr {
	justify-content: space-between;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
}
#ft_group a {
	text-decoration: none;
}
#ft_group .box {
	padding: 5px 0 0;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	position: relative;
	display: flex;
	flex-basis: 50%;
	justify-content: center;
	flex-direction: column;
}
#ft_group .icon-location-1:before {
	font-size: 18px;
	padding-right: 10px;
}/*
#ft_group .box:last-child {
	flex-basis: 25%;
}
#ft_group .box:last-child a:before {
	display: block;
	margin: 0 auto;
	padding: 0;
}*/
.ft_contact_tel a {
	font-size: 20px;
}
.ft_contact_tel dd {
	font-size: 18px;
}
.ft_contact_tel .txt {
	font-size: 10px;
}
.ft_contact_tel .icon-phone-1:before {
	padding-right: 3px;
	position: relative;
	font-size: 16px;
}
.contact_gr .ft_contact_tel dd {
	font-size: 14px;
}
.contact_gr .fl, .contact_gr .fr {
	width: 49%;
}
.contact_gr .ft_contact_mail {
	font-size: 13px !important;
	line-height: 20px !important;
}
.ft_contact_mail p {
}
.ft_contact_mail:after {
	content: '\f105';
	font-size: 15px;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
#ft_group .box .icon-mail-alt {
}
#ft_group .box .icon-mail-alt:before {
	font-size: 14px;
	padding-right: 10px;
}
footer.ext {
	padding-bottom: 0;
}
footer.ext #ft_group {
	position: static;
}
footer .ft_group {
	background:  url(../img/shared/bgft1.jpg) 0 0 repeat;
	padding: 10px 0;
}