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

body {
	color: #333;
	min-width: inherit;
	max-height: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 28px;
    font-weight: 400;
	font-size: 14px;
    text-align: justify;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url("../img/shared/bg.jpg");
}
h1, h2, h3, h4, h5{
    line-height: 1.5;
    letter-spacing: 0.1em;
   text-align: center;
   color: #fff;
}

.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{
    padding-top: 3%;
    background: #fff;
}

header .logo {
	width: 65%;
   margin-bottom: 3%;
    max-width: 500px;
    min-width: 80px;
    z-index: 65;
  margin-left: auto;
  margin-right: auto;
}
header h1 {
	font-size: 10px;
	font-weight: normal;
    position: absolute;
   bottom: 3px;
    left: 5px;
    right: 5px;
	z-index: 62;
    line-height: 1.6;
    color: #fff;
    padding-left: 4%;
    padding-right: 4%;
}
header {
    position: relative;
}
#index header h1 {
  bottom: 18px;
}

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

header .top-header {
  position: relative;
  margin-bottom: 3%;
}

header .menu_toggle {
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
    left: 0;
	visibility: hidden;
    transform: translate3d(0, -100%, 0);
    transition: visibility 0s linear 1s, transform 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999 !important;
	background: url("../img/shared/bg2.jpg");
	overflow-y: auto;
    padding-bottom: 50px;
}


.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: 20px 0;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .menu_toggle .logo{
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: 0;
}
.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 li{
    display: block;
    padding: 0;
    text-align: center;
    
}
header .menu_toggle li a {
	display: inline-block !important;
	position: relative;
	color: #402715;
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: 900;
    line-height: 1.4;
    padding: 8px 20px !important;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

header .menu_toggle li a span{
    font-size: 12px;
    display: block;
    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{
   color: #402715;
}
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{
    border-radius: 28px;
    font-size: 18px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
header .menu_toggle .btn.active{
  color: #a16d45;
}


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;
}

header .list-btn{
  display: flex;
  justify-content: center;
  margin-top: 7%;
}
header .list-btn .btn{
  display: inline-block;
  border-radius: 0;
  width: auto;
  padding: 10px 30px 10px 20px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  font-size: 4vw;
}

.hamburger {
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 9999;
  color: #402715;
  padding: 4px 8px 9px;
  border: 1px solid #402715;
  transition: all 0.3s ease 0s;
  font-weight: bold;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.hamburger:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/shared/bg2.jpg);
    z-index: -1;
}
.hamburger:after {
  font-size: 9px;
  content: 'MENU';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: .5px;
     line-height: 1.4;
}
.hamburger-box {
  width: 30px;
  
}
.hamburger-inner {
  margin-top: 0;
}
.hamburger-inner:before {
  top: -8px;
}
.hamburger-inner:after {
  bottom: -8px;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background: #402715;
  width: 30px;
  height: 2px;
  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;
    padding-top: 7px;
}
/* #key:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7px;
  background: url(../img/shared/bg2.jpg);
} */
#key .tit{
  color: #fff;
  font-size: 6vw;
  position: absolute;
  left: 5%;
  transform: translateY(-50%);
  top: 50%;
}
#key .slick-slider{
    padding-bottom: 0;
    line-height: 0;
}
#key .slick-dots{
  bottom: 1%;
}

/*====================== 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/bg2.jpg");
   position: relative;
	padding-bottom: 55px;
    color: #333;
    margin-top: 20%;
    font-weight: bold;
}
footer:before{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 30%;
    background: url("../img/shared/ft_decor.png") no-repeat center top;
    background-size: 100%;
    position: absolute;
    top: -7%;
    left: 0;
    bottom: 0;
}

footer .shopinfo {
	padding: 10% 4% 7%;
	position: relative;
}
footer .vcard {
	padding: 0 1% ;
	margin-bottom: 10%;
  
}
footer .vcard dl {
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px dotted #333;
}
#f_logo {
	margin: 0 auto 5%;
	width: 85%;
    max-width: 500px;
}

footer .f_tel {
  width: 85%;
  max-width: 500px;
  margin: 0 auto;
}

footer .bottom_ft{
    
}

footer address {
	padding: 10px 0;
	font-size: 10px;
	letter-spacing: 0;
	text-align: center;
    line-height: 20px;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
footer address span{
    display: block;
}
/*====================== 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/bg2.jpg");
    border-top: 1px solid #402715;
  }
  .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: 50%;
    color: #402715;
    position: relative;
    /*border-right: 1px solid #fff;*/
  }
  #ft_fixed li a {
    display: block;
    padding: 7% 0 2%;
    font-size: 4.5vw;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    height: 100%;
  }
#ft_fixed li:first-child a{
    font-size: 4.5vw;
    padding-top: 4%;
    padding-left: 8%;
}
#ft_fixed li:first-child a span{
    font-size: 2.9vw;
    display: block;
}
#ft_fixed li:first-child a img{
  position: absolute;
  left: 4%;
  top: 24%;
}
  #ft_fixed li:last-child {
    border-right: none;
  }
  #ft_fixed li:last-child a {
  }
  #ft_fixed li img {
    max-width: 20px;
    padding-right: 10px;
  }
  #ft_fixed li:nth-child(2) {
	  border-left: 1px solid #402715;
  }
  #ft_fixed li:nth-child(2) img {
    height: auto;
  }
  #ft_fixed li:nth-child(3) {
	  border-left: 1px solid #402715;
  }
  #ft_fixed li:nth-child(3) img {
    height: auto;
  }
  .has_nav #ft_fixed {
    opacity: 1;
    visibility: visible;
  }
#pagetop {
	bottom: 52px !important;
    width: 45px;
   right: 3px;
    position: fixed;
}

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

/*                   　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{
  display: block;
  padding-bottom: 7%;
  margin-bottom: 10%;
  border-bottom: 1px solid #000;
}
#feed dl:after{
  content:"";
  display: block;
  clear: both;
  visibility: hidden;
}
#feed dt{
  margin-bottom: 3%;
  width: 35%;
  padding-top: 30%;
  float: left;
  position: relative;
}
#feed dt a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#feed dt a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#feed dd{
  float: right;
  text-align: center;
  width: calc(100% - 40%);
}
#feed dd .date,
#feed dd .ttl,
#feed dd .txt{
  text-align: left !important;
  display: block;
}
#feed dd .txt{
  display: block;
}
#feed dd .more{
  background: #542c15;
  color: #fff;
  padding: 2% 5%;
  line-height: 1.4;
  display: inline-block;
  margin-top: 3%;
}
.remodal{
    background: url("../img/shared/bg2.jpg");
    border: 2px solid #542c15;
}
.remodal dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}
.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;
}

.insta{
	text-align: center;
	margin: 10px auto;
}
#news_box {
    background: #fff;
    margin: 10px;
    line-height: 1.8;
	border: 2px solid #000;
}
#news_box .ttl {
    padding: 10px;
    text-align: left;
    font-size: 16px;
    margin: 0 auto;
	font-weight: bold;
}

#news_box .txt {
    padding: 10px;
    text-align: left;
}

#news_box .yakuzen_btn a {

	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background-color: #402715;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
}