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

body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 28px;
	font-size: 14px;
    text-align: justify;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url("../img/shared/bg.jpg");
}
.navOpen {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.navOpen #pagetop {
	z-index: -1;
}
body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
	/*    cursor: none !important;*/
	touch-action: none !important;
	pointer-events: none !important;
}
body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
.fnt-mincho {
	font-family: 'Noto Serif JP', 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;
}
.fnt-hannari {
    font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.txt-center {
	text-align: center;
}
.txt_b {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
/*=============================================
 * header
 *=============================================*/

header .logo {
	width: 35%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 350px;
    min-width: 80px;
    z-index: 65;
    margin: 0 auto 7%;
    border: 1px solid rgba(255, 255, 255, .4);
}
header .logo a{
    display: inline-block;
    
}
header .logo .tel{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
}
header h1 {
	font-size: 10px;
	font-weight: normal;
    position: absolute;
    top: 5px;
    left: 10px;
    right: 0;
	z-index: 62;
    line-height: 1.6;
    color: #fff;
    width: calc(100% - 100px);
}
header {
    position: relative;
}
/*====================== nav ====================== */

header .top-header {
	background: url("../img/shared/h_bg.png");
    padding: 2% 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 65;
}

header .menu_toggle {
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
    left: 0;
	visibility: hidden;
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .6s ease, visibility .6s ease 1s;
    transition: all .6s ease, visibility .6s ease 1s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999 !important;
	background: #fff;
	overflow-y: auto;
    padding-bottom: 50px;
}

header .menu_toggle .list_social{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
header .menu_toggle .list_social img{
    width: auto;
}
header .menu_toggle .list_social .ic{
    margin: 10px 5px;
}

.navOpen header .menu_toggle {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: visibility 0s linear, transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
header .menu_toggle > ul {
	list-style-type: none;
	list-style-position: outside;
	margin: auto;
	box-sizing: content-box;
	padding: 50px 0 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .menu_toggle > ul li{
    margin-bottom: 4%;
}

.navOpen header{
	z-index: 3000;
}

header .menu_toggle li {
	position: relative;
}

header .menu_toggle li a, header .menu_toggle dl {
	
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
.navOpen #logo_nav {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.5s ease 0.4s;
}
.navOpen header .menu_toggle li a{
    opacity: 1;
}
/*
.navOpen header .menu_toggle li:nth-child(1) a {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.5s ease 0.6s, opacity 0.2s ease 0.6s;
}
.navOpen header .menu_toggle li:nth-child(2) a {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.5s ease 0.8s, opacity 0.2s ease 0.8s;
}
.navOpen header .menu_toggle li:nth-child(3) a {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.5s ease 1s, opacity 0.2s ease 1s;
}
.navOpen header .menu_toggle li:nth-child(4) a {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.5s ease 1.2s, opacity 0.2s ease 1.2s;
}
.navOpen header .menu_toggle li:nth-child(5) a {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.5s ease 1.4s, opacity 0.2s ease 1.4s;
}
.navOpen header .menu_toggle li:nth-child(6) a {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.5s ease 1.6s, opacity 0.2s ease 1.6s;
}
.navOpen header .menu_toggle li:nth-child(7) a {
	opacity: 1;
	transform: translateX(0px);
	transition: transform 0.5s ease 1.8s, opacity 0.2s ease 1.8s;
}
.navOpen header .menu_toggle li:nth-child(8) a {
	opacity: 1;
	transform: translateX(0px);
	transition: transform 0.5s ease 2.0s, opacity 0.2s ease 2.0s;
}
.navOpen header .menu_toggle li:nth-child(9) a {
	opacity: 1;
	transform: translateX(0px);
	transition: transform 0.5s ease 2.2s, opacity 0.2s ease 2.2s;
}
*/
header .menu_toggle {
    color: #000;
	font-size: 19px;
	letter-spacing: 2px;
    font-family: trajan-pro-3, serif;
}
header .menu_toggle .sub_click {
  position: relative;
  
    padding-bottom: 0;
    display: block;
    letter-spacing: 0;
}
header .menu_toggle .sub_click:after{
    transform: translateY(-50%);
    right: 5px;
    line-height: 1;
    bottom: auto;
    top: 50%;
}
header .menu_toggle .sub_scroll_box{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
header .menu_toggle .sub_scroll_box li{
    margin-bottom: 0;
}
header .menu_toggle .sub_scroll_box a{
    font-size: 15px;
    line-height: 16px;
    position: relative;
    color: #000;
    text-decoration: none;
    line-height: 1.4;
    padding: 10px 0 !important;
}
header .menu_toggle li{
    display: block;
    padding: 0;
    text-align: left;
}
header .menu_toggle li a {
	display: block;
    color: #000;
}
header .menu_toggle li a span{
    font-size: 12px;
    display: block;
    color: #888;
    letter-spacing: 5.5px;
    margin-top: 5px;
}
header .menu_toggle li a i{
    display: block;
    padding: 5px 0 7px;
    position: relative;
    font-size: 10px;
    padding-left: 40px;
}

header .menu_toggle li a:after{
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    background: url("../img/shared/nav_deco.png") no-repeat left top;
    width: 40px;
    height: 15px;
    display: none;
}

header .menu_toggle li.active a{
   border-bottom: 2px solid #000;
}
header .menu_toggle li a span:before{
    content: "";
    position: absolute;
    bottom: 0;
    top: 3px;
    left: -20px;
    background: url("../img/shared/nav_ic.png") no-repeat center bottom;
    background-size: 100%;
    width: 13px;
    height: 17px;
    display: none;
}
header .menu_toggle .btn{
    
    width: 80%;
    
}


header .close_btn {
	width: 100%;
	height: 40px;
	padding-top: 1px;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	z-index: 100;
}
header .close_btn span {
	font-size: 24px;
}



.hamburger {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 9999;
    color: #fff;
    padding: 3px 5px;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    background: #fff;
    border: 2px solid #000;
    width: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    background: #000;
}
.hamburger:after {
    font-size: 16px;
    content: 'Menu';
    font-family: trajan-pro-3, serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1;
}
.hamburger-box {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hamburger-inner{
    margin-top: 0;
}
.hamburger-inner:before{
    top: -8px;
}
.hamburger-inner:after{
    bottom: -8px;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    background: #000;
    width: 32px;
    height: 3px;
    border-radius: 0;
}
.hamburger--slider .hamburger-inner::before {
    top: 9px;
}
.hamburger--slider .hamburger-inner::after {
    top: 18px;
}
.navOpen .hamburger:after {
    content: 'Close';
}
/*====================== end nav ====================== */

/*====================== header key ====================== */
.main-header{
    
    position: relative;
}
#key{
    position: relative;
    z-index: 60;
    height: 100%;
    text-align: center;
}
#key .pt{
}
#key .bx-wrapper{
    padding-bottom: 0;
    
}
#key .bx-wrapper .bx-pager{
    bottom: 10px;
}
#key .bx-wrapper .bx-pager a{
    border: none;
}
header #key .txt{
    text-align: center;
    display: block;
    
    margin-top: 5%;
    font-size: 6vw;
    font-weight: bold;
}


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

section {
	overflow: hidden;
    position: relative;
}
.bg-change{
    background: url("../img/shared/bg2.jpg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/*=============================================*/

/*                   　footer　　　　　          */

/*=============================================*/

footer {
	background: url("../img/shared/bg3.jpg");
	
    color: #fff;
    position: relative;
}
footer:before{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: url("../img/shared/line_wood.jpg");
    position: absolute;
    top: -8px;
}
footer .info span{
    font-size: 17px;
    display: block;
    font-family: 'Noto Serif JP';
    margin-bottom: 3%;
}
footer .shopinfo {
	padding: 15% 3% 7%;
	position: relative;
}
footer .shopinfo .toggle-link:after{
    color: #fff;
}
footer .shopinfo .toggle-link{
    padding-bottom: 8%;
}
footer .vcard {
	padding: 0 1% ;
	margin-bottom: 10%;
}
footer .vcard dl {
    margin-bottom: 3%;
}
.f_logo {
	margin: 0 auto;
	width: 40%;
    max-width: 300px;
}

footer .f_tel {
	text-align: center;
    margin: 5% auto 0;
    display: block;
    border: 1px solid rgba(255, 255, 255, .5);
    width: 80%;
    max-width: 450px;
}


footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #9F9F9F;
	border: solid 1px rgba(200, 200, 200, 0.78);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer .list_bnr{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .list_bnr li{
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
footer address {
	padding: 10px 0;
	font-size: 10px;
	letter-spacing: 0;
	text-align: center;
    color: rgba(0, 0, 0, .6);
    line-height: 20px;
}
footer address span{
    display: block;
}
footer nav{
    text-align: center;
}
footer .nav-inline a{
    display: block;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
}
footer .bottom-footer{
    background: #fff;
    color: #000;
    padding-top: 5%;
    padding-bottom: 55px;
}
/*====================== ft_fixed ====================== */

/*====================== ft_fixed ====================== */

#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
/*
	opacity: 0;
	visibility: hidden;
*/
	font-size: 12px;
}
.navOpen #ft_fixed {
	z-index: 0;
}
/*
.has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}
*/
#ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*opacity: 0;
	 visibility: hidden;*/
    font-size: 12px;
    z-index: 70;
    background: url("../img/shared/bg3.jpg");
    border-top: 1px solid #fff;
  }
  .ft_fixed_shared {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row;
    text-align: center;
  }
  #ft_fixed li {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /* width: 33.33%;;*/
	  width: 50%;
	  color: #fff;
    /*border-right: 1px solid #fff;*/
  }
  #ft_fixed li a {
    display: block;
    padding: 5px 0;
    font-size: 3.5vw;
      line-height: 1.4;
    font-weight: bold;
    position: relative;
  }
  #ft_fixed li:last-child {
    border-right: none;
  }
  #ft_fixed li:last-child a {
      padding-top: 11%;
  }
  #ft_fixed li img {
    max-width: 20px;
    padding-right: 10px;
  }
  #ft_fixed li:nth-child(2) {
	  border-left: 1px solid #fff;
  }
  #ft_fixed li:nth-child(2) img {
    height: auto;
  }
  #ft_fixed li:nth-child(3) {
	  border-left: 1px solid #fff;
  }
  #ft_fixed li:nth-child(3) img {
    height: auto;
  }
  .has_nav #ft_fixed {
    opacity: 1;
    visibility: visible;
  }
#pagetop {
	bottom: 47px;
    width: 47px;
}

/*=============================================*/

/*                   　index　　　　　          */

/*=============================================*/


.js_full .bx-viewport {
	overflow: visible !important;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.js_full_ext {
	padding-left: 0;
}
.js_full_ext .js_in {
	padding-left: 5%;
}
.js_full_ext img {
	width: 90%;
}
.js_full_ext .bx-prev {
	display: none;
}
.js_full_ext .bx-next {
	right: -18%;
}


.img_parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.img_parallax img {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}


@-webkit-keyframes fadeInUp {
0% {
  -webkit-transition: all 2.5s cubic-bezier(.5,0,0,1);
    -o-transition: all 2.5s cubic-bezier(.5,0,0,1);
    transition: all 2.5s cubic-bezier(.5,0,0,1);
    -webkit-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transform: translate(0,10px);
}
to {
 -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
}
@keyframes fadeInUp {
0% {
    -webkit-transition: all 2.5s cubic-bezier(.5,0,0,1);
    -o-transition: all 2.5s cubic-bezier(.5,0,0,1);
    transition: all 2.5s cubic-bezier(.5,0,0,1);
    -webkit-transform: translate(0,30px);
    -ms-transform: translate(0,30px);
    transform: translate(0,30px);
}
to {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.gallery2 {
    width:100%;
    cursor: pointer;
    display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery2 > a{
     width: 50%;
  max-width: 150px;
    height: 150px;
  box-sizing: border-box;
  margin: 0 3px 6px;
/*  margin-bottom: 6px;*/
   position: relative;
    overflow: hidden; 
}
/*
.gallery2 a{
    width: 33.3vw;
    height: 33.3vh;
    display: block;
    text-indent: -9999px;
    float: left;
    cursor: pointer;
	display: block;
    object-fit: cover;
}
*/
.gallery2 video{
    /*
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    */

    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}

#feed, #feed2{
    display: block;
    margin: auto;
    color: #fff;
}

#feed .row, #feed2 .row{
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    width: 90%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#feed dt, #feed2 dt{
    display: block;
}
#feed dt img, #feed2 dt img{
    height: auto;
    border: 1px solid #fff;
}
#feed dd, #feed2 dd{

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.remodal{
    background: url("../img/shared/bg2.jpg");
    border: 2px solid #542c15;
}
.remodal dl:after{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
.remodal dl{
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 1px solid #000;
}
.remodal dl dt{
    float: left;
}
.remodal dl dd{
    float: right;
    text-align: right;
}
#bg_parallax {
	position: relative;
	padding-top: 100%;
}
#bg_parallax .info2 {
	bottom: 0;
	top: auto;
}
.img_parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.img_parallax img {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}
.bg_top {
    position: relative;
    width: 10px;
    height: 0;
    overflow: hidden;
    transition: all 0.1s ease;
  }
  .bg_top:after {
    background: url("../img/shared/bg1.jpg") repeat;
    width: 0;
    height: 100%;
    transition:    width 0.5s cubic-bezier(0.25, 0.1, 0.25, 0.5) 0.3s,
      left 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.5) 0.8s;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
  }
  .bg_top {
    height: auto;
    width: auto;
  }
  .bg_top > * {
 
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.5) 1.5s !important;
  }
  .bg_top[style*="visible"]:after {
    height: 100%;
    width: 100%;
    left: 100%;
  }
  .bg_top[style*="visible"] > * {
    opacity: 1 !important;
  }
.wow{
	visibility: visible !important;
}
.shopinfo2 {
	margin: 20px auto;
	width:100%;
	

}
.shopinfo2 ul li {
	width: 62%;
	margin: 10px auto;
	float: none;
}