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

body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: 'Noto Serif JP', 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;
}
.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: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 323px;
    z-index: 65;
}
header h1 {
	position: absolute;
	top: 15px;
	right: 120px;
	font-size: 10px;
	width: calc(100% - 140px);
	font-weight: normal;
	z-index: 60;
    line-height: 1.6;
}
header {
	color: #fff;
    position: relative;
}
/*====================== nav ====================== */

header .top-header {
	background: #fff;
    height: 20vh;
    position: relative;
}

header .menu_toggle {
	position: fixed;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
/*	transition: all 0.75s ease 0s;*/
	color: #FFF;
/*	display: block !important;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999 !important;
/*
	background: #fff;
	overflow-y: auto;
*/
    text-align: center;
    webkit-transition: opacity 0.5s linear,width 0s linear 0.5s,height 0s linear 0.5s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.5s linear,width 0s linear 0.5s,height 0s linear 0.5s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.5s linear,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),width 0s linear 0.5s,height 0s linear 0.5s;
    transition: opacity 0.5s linear,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),width 0s linear 0.5s,height 0s linear 0.5s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.navOpen header .menu_toggle {
/*
	width: 100%;
    -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;
    padding: 0 4%;
*/
    background: #fff ;
        width: 100%;
    height: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    overflow: scroll;
    -ms-overflow-style: none;
    
}
header .menu_toggle_bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #231815;
    -webkit-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
}
.navOpen header .menu_toggle_bg{
    width: 100%;
    height: 100%;
    opacity: 0.7;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

header .menu_toggle ul , header .menu_toggle .btn{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 auto;
	padding: 50px 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
/*
    width: calc(100vw - 30px);
    height: calc(100vh - 30px);
*/
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    -webkit-transform: translate3d(0px, 20px, 0);
    transform: translate3d(0px, 20px, 0);
    -webkit-transition: opacity 0.3s linear 0s,-webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.3s linear 0s,-webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.3s linear 0s,transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.3s linear 0s,transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,-webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.navOpen header{
	z-index: 3000;
}
.navOpen header .menu_toggle ul, .navOpen header .menu_toggle .btn{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
    -webkit-transition: opacity 0.3s linear 0.1s,-webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: opacity 0.3s linear 0.1s,-webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: opacity 0.3s linear 0.1s,transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: opacity 0.3s linear 0.1s,transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s,-webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
header .menu_toggle .btn{
    margin: 0 auto 0;
    width: 90%;
    padding-top: 0;
}
header .menu_toggle li {
	position: relative;
}

/*
header .menu_toggle li a, header .menu_toggle dl {
	-webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
*/
.navOpen #logo_nav {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.5s ease 0.4s;
}


header .menu_toggle li{
    display: block;
    padding: 0;
    text-align: left;
}
header .menu_toggle li a {
	display: block;
	position: relative;
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
    line-height: 1.4;
    padding: 0 0 10px !important;
    margin-bottom: 18px;
    text-align: center;
}
header .menu_toggle li a:before{
    content: "";
    position: absolute;
    width: 60%;
    
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url("../img/shared/line.jpg");
    line-height: 1;
    display: none;
}
header .menu_toggle li.active a:before{
    display: block;
}
header .menu_toggle li a span{
	display: inline-block;
    position: relative;
    text-align: center;
    font-family: 'Noto Serif JP';
}

header .menu_toggle li.active a span{
    color: #d15125;
}

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 li.active a span:before{
    display: block;
}

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;
}
/*
.has_nav .hamburger{
    top: 1vh;
}
*/
.hamburger {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    color: #fff;
    padding: 3px 5px;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    background: url("../img/shared/bg_red.jpg");
    width: 90px;
    height: 28px;
}
.hamburger:after {
    font-size: 9px;
    content: 'MENU';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    text-align: center;
    letter-spacing: 2px;
    line-height: 1;
}
.hamburger-box {
    width: 32px;
    margin-left: auto;
    margin-right: 0;
    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: #fff;
    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 ====================== */

header #key {
	position: relative;
	overflow: hidden;
    height: 70vh;
    width: 100%;
}

header #key .ttl{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15vh;
    z-index: 61;
    font-size: 6vw;
    letter-spacing: 4px;
}
.bx-wrapper {
	position: relative;
}


.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}

.sl_vertical .bx-pager {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	left: auto;
	width: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sl_vertical .bx-pager-item {
	display: block;
	margin: 5px 0;
}
/*====================== end nav ====================== */

section {
	overflow: hidden;
}
/*=============================================*/

/*                   　footer　　　　　          */

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

footer {
	background: url("../img/shared/bg1.jpg");
	padding-bottom: 55px;
    color: #fff;
}
footer .info span{
    font-size: 17px;
    display: block;
    font-family: 'Noto Serif JP';
    margin-bottom: 3%;
}
footer .shopinfo {
	padding: 10% 3% 7%;
	position: relative;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 10%;
}
footer .vcard dl {
    margin-bottom: 3%;
}
#f_logo {
	margin: 0 auto 5px;
	width: 55%;
    max-width: 420px;
}

footer .f_tel {
	text-align: center;
	padding: 5px 0;
    margin: 5% auto 10%;
    font-size: 3.8vw;
    letter-spacing: 4px;
    line-height: 1.6;
    display: block;
}
footer .f_tel dt span{
    font-size: 8vw;
}
footer .f_tel dd{
    font-size: 2.8vw;
    letter-spacing: 2px;
}
footer .fb {
	padding: 13px 15px;
	background: url(../img/shared/bg-frame_top.png) no-repeat center top, url(../img/shared/bg-frame_bottom.png) no-repeat center bottom, url(../img/shared/bg-frame.png) repeat center top;
    -webkit-background-size: 100%;
    background-size: 100%;
	width: 250px;
	height: 250px;
	margin: 0 auto 5%;
}
footer .fb-page {
	background: #FFF;
}
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 address {
	padding: 10px 0;
	font-size: 10px;
	letter-spacing: 0;
	text-align: center;
    background: url("../img/shared/bg.jpg");
    color: #000;
    line-height: 20px;
}
footer address span{
    display: block;
}
/*====================== ft_fixed ====================== */

#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
    background: url("../img/shared/bg1.jpg");
    font-family: 'Noto Serif JP';
}
.navOpen #ft_fixed {
	z-index: 0;
}
.has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}
.ft_fixed_shared {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row;
	text-align: center;
	width: 100%;
	border: 4px solid #fff;
    border-image: url("../img/shared/fixed_btn.png") 4 round;
	z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	color: #fff;
	
	border-right: 1px solid #fff;
    line-height: 1.2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft_fixed_shared li:last-of-type{
    border-right: none;
}
.ft_fixed_shared li:first-of-type > a{
    font-size: 1.5vw;
    letter-spacing: 2px;
}
.ft_fixed_shared li:first-of-type > a span{
    font-size: 4.5vw;
}
.ft_fixed_shared li:nth-child(2n){
}

.ft_fixed_shared li a{
    padding-top: 10px;
}

.ft_fixed_shared li a:before{
    display: block;
    text-align: center;
    font-size: 17px;
    margin: 0 auto 3px;
}

.ft_fixed_shared li:first-child a {
	display: block;
	padding: 12px 0 10px 0;
	font-size: 9px;
	position: relative;
}
.ft_fixed_shared li:first-child a span{
    font-size: 16px;
}
@media only screen and (max-width: 400px) {
    .ft_fixed_shared li:first-child a {
        font-size: 3vw;
    }
    .ft_fixed_shared li:first-child a span{
        font-size: 5vw;
    }
}


.ft_fixed_shared.ft_a li {
	width: 100%;
}

.ft_fixed_shared.ft_b li {
	width: 50%;
}

.ft_fixed_shared.ft_c li {
	width: calc((100% - 50px)/3);
}

.ft_fixed_shared #pagetop {
	position: relative;
	top: auto;
	bottom: auto;
	width: 50px;
}

.ft_fixed_shared #pagetop:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}

.ft_d a, .ft_c a, .ft_b a, .ft_a a {
	padding: 3px 10px 3px 0!important;
}

.ft_a a:after, .ft_b a:after, .ft_c a:after, .ft_d a:after {
	right: 8px !important;
}

.ft_fixed_shared.ft_c li:nth-child(2) {
	min-width: 110px;
}
#pagetop {
	bottom: 75px;
    width: 45px;
}

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

/*                   　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);
}

.box_style1 {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.box_style1:before {
    background: #1b1b1b;
    width: 10px;
    height: 0;
    transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), width 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s, left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
}
.box_style1 > * {
    opacity: 0 !important;
    width: 100%;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
.box_style1[style*="visible"]:before {
    height: 100%;
    width: 100%;
    left: 100%;
}
.box_style1[style*="visible"] > * {
    opacity: 1 !important;
    height: 100%;
}

@-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: inline-block;
    margin: auto;
    text-align: center;
}

#feed dt{
    margin-bottom: 3%;
}
#feed dd{
    
}

.news_box {
	background: url('../img/shared/bg.jpg') repeat center top;
    width: 100%;
    margin: 0 auto;
    line-height: 2em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-top:solid 6px #8c2516;
    border-bottom:solid 6px #8c2516;
    font-weight: bold;
}
.news_box .ttl {
	color: #392817;
    padding: 19px 10px 10px;
    text-align: center;
    font-size: 20px;
    width: 80%;
    border-bottom: 1px solid #392817;
    margin: 0 auto;
}
.news_box .txt {
	color: #392817;
	padding: 19px 10px 0;
	text-align: center;
	font-size: 14px;
    line-height: 1.6em;
}
.news_box .txt span{
    font-weight: bold;
    color: #8c2516;
}