@charset "utf-8";


/*resetCSS*/
html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
color:#131313;
background:#FFF;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,
th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img{ border:0; }
address,
caption,
em{
font-style:normal;
font-weight:normal;
}
ol,ul{ list-style:none; }
caption, th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{
border:0;
font-variant:normal;
}
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
*font-size:100%;
}
*{
margin:0;
padding:0;
}
strong,
th{ font-weight:bold;}

#content{ }
.section{
clear:both;
margin-bottom:30px;
}

body{
font-size:1.6rem;
font-family: "Noto Sans Japanese";
}

*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

h1{
font-size:2.8rem;
font-weight:bold;
margin-bottom:30px;
}
h2{
font-size:2.8rem;
font-weight:bold;
margin-bottom:1.5em;
}
h2 span{ }
h3{
font-size:24px;
font-weight:bold;
margin-bottom:15px;
}
h3 span{ }
h4{
font-size:95%;
font-weight:bold;
margin-bottom:15px;
}
h5{
font-size:90%;
font-weight:bold;
margin-bottom:10px;
}
p{ font-size:16px;
margin-bottom:1.5em;
line-height:180%; }
.anchor a{ }

a{
text-decoration: none;
color: #8d1515;
}
a:hover{
text-decoration:underline;
}
a:hover img{
opacity: 0.7;
transition: all .3s;
}

/*clear Fix*/
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
display:inline-table;
min-height:1%;
}
* html .clearFix{
height:1%;
}
.clearFix{
display:
block;
}
/* フォント指定
=========================================================================================== */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Bold.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Black.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Black.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSerifJP-Medium.woff2') format('woff2'),
	     url('../fonts/NotoSerifJP-Medium.woff') format('woff'),
	     url('../fonts/NotoSerifJP-Medium.otf')  format('truetype'),
}
/*--------------------ここまで-----------------------------------*/
/* Header Setting
=========================================================================================== */
#headerSet{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:999;
	padding:0 4%;
	display: flex;
    justify-content: flex-end;
	align-items: center;
	transition: all .3s;
}
#headerSet #headerLogoSet{
	margin-right:auto;
}
#headerSet #headerLogoSet #headerLogo{
	margin-bottom: 0;
	font-weight:bold;
	font-size:24px;
    position: relative;
    z-index: 99999;
}
#headerSet #headerLogoSet #headerLogo a{
	display: flex;
    align-items: center;
    color: #FFF;
	text-decoration:none;
	transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo a img{
    max-width: 100%;
}
#headerSet #headerLogoSet #headerLogo a:hover{
	opacity:0.7;
}
#headerSet #headerLogoSet #headerLogo a span{
	font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    display: block;
    margin-right: 1em;
}

#headerSet #headerMenuSet .gnav ul{
	display: flex;
    align-items: center;
	justify-content: flex-end;
	font-size:16px;
}
#headerSet #headerMenuSet .gnav ul li{
	padding:1em 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerSet #headerMenuSet .gnav ul li a{
	color: #FFF;
	text-decoration:none;
	position: relative;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	transition: all .3s;
}
#headerSet #headerMenuSet .gnav ul li a:hover{
	color:#dd7070;
}

#headerSet #headerMenuSet .gnav ul li a:after {
	position: absolute;
	bottom: -1em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #dd7070;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#headerSet #headerMenuSet .gnav ul li a:hover:after {
	transform-origin: center top;
	transform: scale(1, 1);
}

.snsListSet .snsList{
    display: flex;
    align-items: center;
}
.snsListSet .snsList li{
    padding: 1em 0.5em;
}
.snsListSet .snsList li a{
    display: block;
}


.current #headerSet{
	/*background: rgba(0, 0, 0, 0.6);*/
    background: #8d1515;
}

/*.current #headerSet #headerMenuSet .gnav ul li a{
	color: #000;
}*/
/* ALL Setting
=========================================================================================== */
article section{
	padding:60px 0;
	width:1100px;
	margin:0 auto;
}
.bgPattern01{
	background:#F2F2F2;
}
.ttlStyle1{
    text-align:center;
	font-size:3.2rem;
	font-weight:normal;
	margin-bottom: 1.5em;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', serif;
}
.ttlStyle1 span{
	font-size:14px;
	display:block;
	color:#8d1515;
}
.imgOnlyStyle img{
    max-width: 100%;
}
.centerAdjust{
	text-align:center;
}

.btnStyle1 a{
	text-decoration:none;
	position:relative;
	padding-right:70px;
	font-size:16px;
}
.btnStyle1 a:hover{
	color:#5a0404;
}
.btnStyle1 a:before{
	content: "";
	display: inline-block;
	background:#8d1515;
	width:50px;
	height:50px;
	border-radius: 50%;
	position:absolute;
    top: 50%;
	right:0;
	transform: translateY(-50%);
	transition: all .3s;
}
.btnStyle1 a:after{
	content: "";
	background-image: url(../images/icon_arrow_r_w.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
    width: 16px;
    height: 16px;
	position: absolute;
    top: 50%;
    right: 16px;
	transform: translateY(-50%);
}
.btnStyle1 a:hover:before{
	background:#5a0404;
	width:60px;
	height:60px;
	top:48%;
	right:-5px;
}

/* 下層ページOnly Setting
=========================================================================================== */
/***メインビジュアル***/
#subContentsHead{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin-bottom:1em;
}
#subContentsHead.aboutHead{
	background-image:url(../images/about/mainvisual.jpg);
}
#subContentsHead.menuHead{
	background-image:url(../images/menu/mainvisual.jpg);
}
#subContentsHead.storeHead{
	background-image:url(../images/store/mainvisual.jpg);
}



#subContentsHead .mainVisual{
	height: 54vh;
	position:relative;
	min-height: 320px;
	max-width: 1100px;
    margin: 0 auto;
}
#subContentsHead .mainVisual .mainTitle{
	font-size:3.8rem;
	white-space: nowrap;
	font-weight:normal;
	margin-bottom:0;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
	color:#FFF;
    text-align: center;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', serif;
}
/**パンくず**/
#path{
	max-width:1100px;
	margin:0 auto;
	display: flex;
    align-items: center;
	justify-content: flex-start;
	font-size:14px;
	margin-bottom: 1em;
}
#path li a{
	color:#8d1515;
}
#path li:after{
	content:"/";
	padding:0 1em;
}
#path li:last-child:after{
	content:none;
}


/* about Setting
=========================================================================================== */
.aboutBg{
    position:relative;
}
.aboutBg:before{
	content:"";
	display:block;
	width:100%;
    min-height: 500px;
	height:30vw;
	position:absolute;
	left:0;
	top:0;
	background-image: url(../images/about/about_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	z-index:-1;
}
.aboutBg .aboutInner{
    background: #FFF;
    padding: 4em 8% 2em;
    margin-top: 10vw;
}
.aboutBg .aboutInner h2{
    color: #8d1515;
    font-weight: normal;
    font-size: 3.4rem;
    text-align: center;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', serif;
}
.aboutBg .aboutInner p{
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', serif;
    line-height: 240%;
}



.aboutList li{
	margin-bottom:4em;
}
.aboutList li:nth-child(even){
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.aboutList li:nth-child(odd){
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}
.aboutList li .listImg{
	width:48%;
}
.aboutList li .listImg img{
	width:100%;
}
.aboutList li .listText{
	width:48%;
}
.aboutList li:nth-child(even) .listText{
	margin-left:4%;
}
.aboutList li:nth-child(odd) .listText{
	margin-right:4%;
}
.aboutList li .listText h2{
    font-size: 24px;
    margin-bottom: 1.5em;
    font-weight: normal;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', serif;
}
.aboutList li .listText h2 strong{
    font-size: 38px;
    color: #8d1515;
    font-weight: normal;
}
/* menu Setting
=========================================================================================== */
.menuList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.menuList li{
	width: 30%;
    margin-left: 5%;
    margin-bottom: 0;
}
.menuList li:nth-child(3n+1){
	margin-left:0;
}
.menuList li .menuImg{
	height:230px;
    overflow: hidden;
	font-size:0;
}
.menuList li .menuImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menuList li .menuText{
	padding:1em 0;
}
.menuList li .menuText h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.5em;
    color: #8d1515;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', serif;
}
.menuList li .menuText h3 span{
    display: block;
    font-size: 18px;
}
/* store Setting
=========================================================================================== */
.shopTableSet{
    text-align: center;
}
.shopTable{
    display: inline-block;
	font-size: 16px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 2em;
}
.shopTable th{
	padding:1.5em;
    vertical-align: top;
}
.shopTable td{
	padding:1.5em;
}

.accessMap{
    margin-bottom: 1em;
}
.accessMap iframe{
    width: 100%;
}
#sub .accessList dt{
    font-size: 24px;
}
#sub .accessList dd{
    margin-bottom: 2em;
}
/* index Setting
=========================================================================================== */
/***メインビジュアル***/
#indexContentsHead{
	position:relative;
}
#mainVisualImgSet div{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 84vh;
	margin: 0;
}
#mainVisualImgSet .mainVisual1{
	background-image: url(../images/index/mainvisual1.jpg);
}
#mainVisualImgSet .mainVisual2{
	background-image: url(../images/index/mainvisual2.jpg);
}
#indexContentsHead .mainCatch{
	width:100%;
	margin-bottom:0;
    max-width: 1100px;
	position:absolute;
	top:50%;
	left:50%;
    transform:translateY(-50%) translateX(-50%);
    filter: drop-shadow(2px 2px 6px #000);
}
#indexContentsHead .mainCatch img{
    max-width: 100%;
}

.slick-dots{
	position:absolute;
	bottom: 2em;
	left:50%;
	transform:translateX(-50%);
}
.slick-dots li{
	position: relative;
    display: inline-block;
    width: 10px;
	margin-left:16px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    outline: none;
	border:1px solid #FFF;
	background:none;
    border-radius: 50%;
}
.slick-dots .slick-active button{
	background: #8d1515;
}


/***contentsAbout***/
.contentsAbout .indexAboutColumnSet{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.contentsAbout .indexAboutColumnSet .indexAboutColumnText{
    width: 48%;
}
.contentsAbout .indexAboutColumnSet .indexAboutColumnText .ttlStyle1{
    text-align: left;
}
.contentsAbout .indexAboutColumnSet .indexAboutColumnText .textStyle1{
    line-height: 240%;
}
.contentsAbout .indexAboutColumnSet .indexAboutColumnImg{
    width: 48%;
    margin-left: 4%;
}
.contentsAbout .indexAboutColumnSet .indexAboutColumnImg img{
    width: 100%;
}



/***contentsMenu***/
.contentsMenu{
    background-image: url("../images/index/menu_bg.jpg");
	background-size: cover;
	background-position:  center;
}
.contentsMenu .indexMenuList{
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.contentsMenu .indexMenuList li{
	width: 30%;
    margin-left: 5%;
    margin-bottom: 0;
}
.contentsMenu .indexMenuList li:nth-child(3n+1){
	margin-left:0;
}
.contentsMenu .indexMenuList li .indexMenuImg{
	height:230px;
    overflow: hidden;
	font-size:0;
}
.contentsMenu .indexMenuList li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contentsMenu .indexMenuList li .indexMenuText{
	padding:1em 0;
}
.contentsMenu .indexMenuList li .indexMenuText h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.5em;
    color: #8d1515;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', serif;
}

/***contentsSns***/
.contentsSns .snsColumnSet{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.contentsSns .snsColumnSet .columnL{
    width: 32%;
}
.contentsSns .snsColumnSet .columnR{
    width: 66%;
    margin-left: 2%;
}
.contentsSns .mainMovie{
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    text-align: center;
}
.contentsSns .mainMovie iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.youtubeShortList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.youtubeShortList li{
    width: 32%;
    margin-left: 2%;
    margin-bottom: 1em;
}
.youtubeShortList li:nth-child(3n+1){
    margin-left: 0;
}
.youtubeShortList li iframe{
    width: 100%;
    height: 200px;
}


.contentsAccess .indexAccessColumnSet{
    display: flex;
    align-items: center;
    flex-direction:row-reverse;    
}
.contentsAccess .indexAccessColumnSet .column2{
    width: 48%;
    margin-left: 4%;
}
.contentsAccess .indexAccessColumnSet .column2:last-child{
    margin-left: 0;
}
.contentsAccess .indexAccessColumnSet .accessList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
    line-height: 200%;
}
.contentsAccess .indexAccessColumnSet .accessList dt{
    width: 6em;
    /*background: #8d1515;*/
    color: #8d1515;
    text-align: center;
    margin-bottom: 0.5em;
    border: 1px solid #8d1515;
    border-radius: 6px;
}
.contentsAccess .indexAccessColumnSet .accessList dd{
    width: calc( 100% - 7em );
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.contentsAccess .map iframe{
    width: 100%;
}
/* footer Setting
=========================================================================================== */
footer #footerArea{
	background:#8d1515;
	padding:40px 0 0;
	color:#FFF;
}
footer #footerArea a{
	color:#FFF;
}
footer #footerArea section{
	width:1100px;
	padding:60px 0;
	margin:0 auto;
}
footer .footerColumnSet{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .footerColumnSet .columnL{
	width:48%;
}
footer .footerColumnSet .columnL #footerLogo{
	margin-bottom:1.5em;
}
footer .footerColumnSet .columnL #footerLogo a{
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	transition: all .3s;
}
footer .footerColumnSet .columnL #footerLogo a:hover{
	opacity:0.7;
}

footer .footerColumnSet .columnR{
	width:48%;
	margin-left:4%;
}
footer .footerColumnSet .columnR .footerNav{
    text-align: right;
}
footer .footerColumnSet .columnR .footerNav ul{
    display: inline-block;
    text-align: left;
    line-height: 240%;
}
footer .footerColumnSet .columnR .footerNav ul li a{
	text-decoration:none;
	transition: all .3s;
}
footer .footerColumnSet .columnR .footerNav ul li a:hover{
	opacity:0.7;
}

footer .footerSnsList{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footerSnsList li{
    margin: 0 0.5em;
}
footer #copy{
	font-size:14px;
	padding:1em 0;
	text-align:center;
	color:#FFF;
	margin-bottom:0;
}
@media all and (-ms-high-contrast: none) {
}
/* After Setting
=========================================================================================== */
.mt0{margin-top:0;}
.ml0{ margin-left:0;}
.mb0{margin-bottom:0;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.mb3{margin-bottom:3em;}
.pb0{ padding-bottom:0;}
.pb20{ padding-bottom:20px;}
.pr20{ padding-right:20px;}
.vat{ vertical-align:top;}
.vam{ vertical-align:middle;}