@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
body.navOpen {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
body {
    font: 82%/1.5 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
    line-height: 24px;   
    padding: 0px;
    margin: 0px;
    color: #402711;
	text-align: justify;
    background: url(../img/shared/bd_bg.jpg) repeat center top;
	
}
.fnt-mincho {
	font-family: 'Sawarabi Mincho', sans-serif;/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

.fnt-min-sp {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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;
}
.btn-popup:hover {
	text-decoration: none;
}
/*=============================================
 * header
 *=============================================*/


header {
	color: #fff;
	position: relative;
}
header h1 {
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	left: 5px;
	font-size: 10px;
	line-height: 20px;
	padding-right: 5px;
	letter-spacing: 0;
	text-align: left;
	font-weight: normal;
	z-index: 62;
	
}
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);
}
#key {
	
}
/*====================== 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;
}
header .logo {
position: absolute;
    top: 10%;
    left: 50%;
    width: 40%;
	z-index: 70;
	transform: translateX(-50%);
}


.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: rgba(247,245,239,.95);
	z-index: 100;
	height: 100vh;
	padding-top: 50px;
	padding-bottom: 20px;
	opacity: 0;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .menu_toggle a {
	color: #000;
	text-align: center;
	padding: 8px 0 !important;
	font-weight: bold;
}
header .menu_toggle a span {
	font-size: 10px;
	padding-left: 0;
}
header .menu_toggle .focus a {
	color: #a79a7e;
}
header .menu_toggle .ext {
	padding: 0 20px;
}
header .menu_toggle .ext a {
	background-color: #afc1c6;
	border: 2px solid #858f97;
	padding: 0;
}
header .menu_toggle .ext a:after {
	display: none;
}
header .menu_toggle li {
	position: static;
	overflow: hidden;
}
header .menu_toggle ul li:first-child {
}
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 {
	opacity: 1;
	pointer-events: visible;
}
#menu_toggle li a {
	-webkit-transition: opacity .8s, transform .6s cubic-bezier(.51, .04, .32, .99);
	transition: opacity .8s, transform .6s cubic-bezier(.51, .04, .32, .99);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.navOpen #menu_toggle li a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#menu_toggle li:nth-child(1) a {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
#menu_toggle li:nth-child(2) a {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#menu_toggle li:nth-child(3) a {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
#menu_toggle li:nth-child(4) a {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
#menu_toggle li:nth-child(5) a {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#menu_toggle li:nth-child(6) a {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
#menu_toggle li:nth-child(7) a {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
#menu_toggle li:nth-child(8) a {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.navOpen #menu_toggle li:nth-child(9) a {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s;
}
.navOpen #menu_toggle li:nth-child(10) a {
	-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 {

	    width: 30px;
    padding: 4px 10px 15px;
	border-radius: 5px;
	background-color: rgba(247,245,239,.95);
	position: fixed;
	top: 20px;
	right: 5px;
	z-index: 101;
	color: #000;
	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-weight: bold;
	letter-spacing: 0;
	font-size: 10px;
	content: 'MENU';
	position: absolute;
	bottom: -3px;
	left: 0px;
	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;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 90;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	padding-top: 5px;
	width: 100%;
	z-index: 90;
}
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 {
	padding: 0;
	margin: 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: #2a1708;
	color: #ffffff;
	font-family: "fontello";
    font-size: 24px;
    height: 25px;
    width: 25px;
	line-height: 25px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	z-index: 9;
	font-weight: normal;
}
.bx-prev::after {
	content: "\f104";
	left: 6px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.bx-next::after {
	content: "\f105";
	right: 6px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.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 {
	border-radius: 50%;
	display: block;
	height: 13px;
	width: 13px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	
	background-color: #2a1708;
	border: 3px solid #2a1708;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	
	background: none;
}
.bxsl_bt .bx-controls-direction {
	position: relative;
	top: auto;
	margin-top: 0px;
	height: 30px;
}
.bxsl_bt .bx-wrapper {

}
.bxsl_bt .bx-controls {
	padding: 20px 0;
	position: relative;
}
.bxsl_bt .bx-wrapper .bx-pager {
	position: absolute;
	width: auto;
	z-index: 99;
	left: calc(3% + 30px);
	right: calc(3% + 30px);
	padding-top: 8px;
	margin-top: 0;

}
/*====================== end nav ====================== */


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


footer {
	background:url(../img/shared/ft_bg.jpg) repeat center top;
	font-size: 12px;
	line-height: 23px;
	padding-top: 10px;
	color: #fff;
	position: relative;
	

	padding-bottom: 49px;
}
footer .f_logo {
	text-align: center;
	width: 40%;
	padding: 5% 0px;
	margin: 0% auto;
	font-weight: bold;
}
footer .f_logo img {
	max-width: 275px;
}
footer .tel {
	margin: 0 auto;
	width: 80%;
}

footer .ft_bt {
	background-color: #d79e31;
	margin: 0 -2%;
	padding: 5% 0px 50px;
	color: #000;
}
footer .vcard {
}
footer .soc li {
	display: inline-block;
	width: 13%;
}
footer .card dl {
	padding-bottom: 10px;
	text-align: center;
}

footer .card .f_tel dt {
	font-family: 'Sawarabi Mincho', sans-serif;
}
footer .card a {
	font-size: 7vw;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-decoration: none;
	line-height: 1.2;
}
footer .shop {
	
	 background-color: #f6f2ef;
	border-radius: 5px;

}
footer .toggle-link {
    padding: 0 20%;
    color: #000;
    margin: 0 3% 20px;
}
/*
footer .card dt {
float: left;
width: 75px;
	
}

footer .card dd {
	float: left;
	width: calc(100% - 75px);
}
footer .card 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 #f3f2ec;
    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;
    background: #f3f2ec;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	background-color: rgba(77,78,0,0.4);
	font-weight: normal;
	font-size: 10px;
	margin-top: 10px;
	line-height:160%;
	letter-spacing: 0px;
	text-align: center;


}
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 !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb_per {
	margin-bottom: 5%!important;
}
.wrap {
	margin-bottom: 12%;
}
.pad_wrap {
	padding: 0 3%;
}
.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　　　　　          */
/*=============================================*/

.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: 20px;
}
.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 {
	
}

#ft_group {
	background-color: rgba(247,245,239,.95);
	position: fixed;
	opacity: 0;
	z-index: -9;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	padding: 3px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#ft_group .ico {
	margin-right: 10px;
	    top: -2px;
	position: relative;
}
#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;
	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 #000;
	position: relative;
	display: flex;
	flex-basis: calc(67% - 44px);
	justify-content: center;
	flex-direction: column;
}
#ft_group .icon-location-1:before {
	font-size: 18px;
	padding-right: 2px;
}/*
#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: 15px;
	letter-spacing: 0;
}
.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: 15px;
}
.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;
	padding-top: 0 !important;
	border-right: none;
	;
}
.ft_contact_mail p {
	text-align: center;
	padding-right: 10px;
}
.ft_contact_mail:after {
	content: '\f105';
	font-size: 15px;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}
#ft_group .ft_contact_mail {
		flex-basis: 32%;
	
}

#ft_group .box:last-child {
    flex-basis: 40px;
    background: #171717;
    padding: 0;

	
}

#ft_group .box .icon-mail-alt {
}
#ft_group .box .icon-mail-alt:before {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}



#oshirase{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	background:#530E00;
	border:1px solid #fff;
	color:#fff;
	padding:3% 0;
	display:block;
	margin:3% auto;
	font-weight: normal;
}
