@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	line-height: 32px;
	cursor: auto;
	letter-spacing: 0.18em;
	letter-spacing: normal;
	background: url(../img/shared/bg01.jpg) repeat center top;
	word-spacing: normal;
}
.text-center{
	text-align: center;
}
.navOpen  {

	overflow-y: hidden;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
	
}
.fnt-mincho {
	font-family: 'Sawarabi Mincho', sans-serif;
	/*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;
}
/*=============================================
 * header
 *=============================================*/
img{
	width: 100%;
}
header .logo {
	position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    z-index: 52;
}
header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 9999;
}
header #hd_top {
	position: relative;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	color: #000;
	z-index: 52;
	padding: 8px;
	letter-spacing: 0;
	position: absolute;
	top: 0;
	left: 0;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	top: 30px;
	right: 64px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 10px;
	width: 100%;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 19px;
	font-weight: normal;
}
.has_nav header .topnavi{
	top: 10px;
	transition: all 0.5s ease 0s;
}

header .menu_toggle ul li a{
	text-align: center;
}
header .menu_toggle ul li a:after{
	content: none;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.hamburger {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 999;
}
 .hamburger:after  {
	font-size: 11px;
	content: 'MENU';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
}
.has_nav .hamburger{
	top: 0;
	transition: all 0.5s ease 0s;
}
.navOpen .hamburger:after {
	
	content: 'CLOSE';
}
/*====================== end nav ====================== */

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


header #key {
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.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;
	bottom: 8%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
z-index: 60;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
	color: #fff;
	font-family: "fontello";
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 40px;
	background: rgba(0,0,0,0.5);
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "";
	right: 11px;
	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 {
	border: 1px solid #fff;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff none repeat scroll 0 0;
}
/*====================== end nav ====================== */


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


footer {
	line-height: 32px;
	padding-bottom: 62px;
	background: url(../img/shared/bg01.jpg) repeat center top;
	background-size: auto;
	position: relative;
}
footer .fb{
	text-align: center;
}
footer .insta{
	text-align: center;
}
footer .shopinfo {
	padding: 35px 3% 0;
	position: relative;
}
footer .vcard {
	text-align: center;
    line-height: 20px;
    padding: 20px 0 0;
    letter-spacing: 1px;
    font-size: 14px;
}
footer .vcard dl{
	padding-bottom: 20px;
}
#f_logo {
	margin: 0 auto 20px;
	width: 150px;
}
footer .pr{
	font-size:110%;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: 1em;
}
#f_tel {
	width: 265px;
	margin-bottom: 10px;
}
footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 60%;
	min-width: 170px;
	max-width: 210px;
	margin: 30px auto 20px;
	padding: 0 6px;
	line-height: 30px;
}
footer .f_tel{
	width: 270px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
footer .link p a {
	border: solid 1px #000;
	border-radius: 5px;
	color: #000;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #000;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	color: #000;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 20px;
	padding: 10px 2% 20px;
    text-align: center;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
.link-archo li {
	width: 49%;
	float: left;
	color: #fff;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.botan {
	color: #fff;
	padding: 3px 5px;
}
.access_btn {
	margin-top: 5%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.access_btn span {
	display: block;
	cursor: pointer;
}
#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	background: #000;
		transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#ft_group .contact_gr{
	display: flex;
	justify-content: space-between;
}
.has_nav  #ft_group {
	position: fixed;
	z-index: 99;
	opacity: 1;
	padding: 5px;
}
.has_nav  #ft_group .contact_gr{
	display: flex;
	justify-content: space-between;
}
#ft_group .box {
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	align-items: center;
    display: flex;
    padding: 5px 0
}
#ft_group .box a{
	display: block;
}
#ft_group .box.box01 {
	width: 50%;
}
#ft_group .box.box02 {
	width: 50%;
}
#ft_group .box dl, #ft_group .box p{
	width: 100%;
}
.ft_contact_tel dt img{
	width: 200px;

}
.ft_contact_tel dd {
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 0;
}
.ft_contact_tel dd img{
	width: 170px;
}
.js_full {
	position: relative;
	overflow: hidden;
	
	margin: 0 -2%;
	height: 0;
	padding-top: calc(51% + 30px );
}
.js_full .bx-pager {
	position: static;
	padding-top: 10px;
}
.js_full .js_in {
	padding: 0 15%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
top: 0;
	left: 0;
	right: 0;
}
.js_full  .bx-viewport {
	overflow: visible !important;
}

.js_full_ext {
	
	padding-left: 0;
}
.js_full_ext  .js_in {
	padding-left: 1%;
}

.js_full_ext  img {
	width: 90%;
}

.js_full_ext .bx-prev {
	display: none;
}
.js_full_ext .bx-next{
	right: -18%;
	
}
img{
	width: 100%;
}


.oshirase{
width: 90%;
margin:auto;
background-color: rgba(253,217,161,0.9);
padding: 15px 0;
color:#630;
text-shadow: 0px 0px 5px rgba(146,119,83,0.5);
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
z-index: 9999999;
}
.oshirase .tit{
text-align: center;
font-size: 22px;
border-bottom: solid 1px #5B0809;
padding-bottom: .4em;
}
.oshirase .txtx{
text-align: center;
padding-top: 10px;
font-size: 15px;
}