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

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

.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{
	position: relative;
}
header #key{
	z-index: 0;
}
header .logo {
	position: absolute;
	top: 0;
	width: 37.6%;
	z-index: 1;
}
header h1 {
	position: absolute;
	bottom: 1%;
	left: 0;
	right: 0;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	z-index: 10;
	text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
}
header {
	color: #fff;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 5px;
	height: 54px;
}
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: 5px;
	width: 100%;
	border-left: 1px dotted rgba(255, 255, 255, 1.00);
}
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;
}
header .menu_toggle {
	padding: 74px 20px;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
header .sub_click {
	display: block;
	padding: 9px 0;
	position: relative;
}
header .sub_click:before {
	content: '';
	position: absolute;
	width: 15px;
	border-top: 1px solid #fff;
	right: 5px;
	top: 22px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click:after {
	content: '';
	position: absolute;
	height: 15px;
	border-left: 1px solid #fff;
	right: 12px;
	top: 15px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click.open:after, header .sub_click.open:before {
	animation: smoky 0.7s 0s both;
}
header .sub_click.open:after {
	opacity: 0;
}
 @keyframes smoky {
 50% {
 filter: blur(3px)
}
 100% {
 filter: blur(0px)
}
}
 @keyframes smoky-out {
 50% {
 filter: blur(3px)
}
 100% {
 filter: blur(0px)
}
}
#menu_toggle li {
	transform: matrix(1, 0, 0, 1, 0, -20);
	transition: all ease 0.5s 0.3s;
	opacity: 0;
	text-align: center;
}
#menu_toggle .sub_scroll_box li {
	margin: 0 20px;
	border: none;
}
#menu_toggle .sub_scroll_box li a {
	padding: 5px 0;
}
#menu_toggle .sub_scroll_box li:last-child {
	border-bottom: none;
}
.navOpen #menu_toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}
.navOpen #menu_toggle li {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
#menu_toggle li:last-child{
	margin: auto;
	width: 70%;
}

.hamburger {
	background: url(../img/shared/hamburger_bg.jpg) no-repeat center / 100% 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	right: 0;
}
.hamburger:after {
	font-size: 11px;
	content: 'メニュー';
	display: block;
	text-align: center;
    line-height: 13px;	
}
.navOpen .hamburger:after {
	content: 'メニュー';
}
/*====================== end nav ====================== */

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

header #key {
	position: relative;
	overflow: hidden;
}
.cashless{
	position: absolute;
	bottom: 8%;
	right: 20px;
	width: 30%;
	z-index: 2;
}
/*====================== end nav ====================== */

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

/*                   　footer　　　　　          */

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

footer {
	background: url(../img/shared/footer_line.jpg) no-repeat top center / 100% auto, url(../img/shared/footer_bg.jpg) repeat-y top center / 100% auto;
	font-size: 13px;
	line-height: 19px;
	padding-top: 10px;
	padding-bottom: 35px;
}
footer .shopinfo {
	position: relative;
}
footer .vcard {
	padding: 10% 10% 3%;
}
footer .vcard dt{
	font-weight: bold;
}
footer .vcard dd {
	margin-bottom: 15px;
}

footer .f_tel {
	text-align: center;	
	margin-bottom: 10%;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .f_tel dd{
	line-height: 1.5em;
	font-size: 4vw;
}
footer .toggle{
	margin: 10% auto;
	width: 86%;
	background: url(../img/shared/footer_acc.jpg) repeat-y top center / 100% auto;	
}
footer .toggle .toggle-main{
	margin: 0 20px;
	padding-bottom: 5%;
}
footer .toggle .toggle-link:after{
	background: url(../img/shared/footer_arrow.jpg) no-repeat top center / 100% auto;
	width: 14px;
	height: 10px;
	content:"";
    position: absolute;
    bottom: 20%;
    top: auto;
    right: 50%;
    margin-top: 0;
    line-height: 1px;	
}
footer .toggle.active .toggle-link:after {
    content: '';
	background: url(../img/shared/footer_arrow_on.jpg) no-repeat top center / 100% auto;
}
footer .footer_bnr{
	margin: 0 auto 20px;
	width: 86%;
}
footer address {
	line-height: 24px;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 0 20px 0;
}
footer address a{
	text-decoration: underline;
}
.btn_link{
	margin: auto;
	width: 80%;
}
/*====================== 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_shared {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row;
	text-align: center;
	width: 100%;
	border-top: 1px solid #fff;
	z-index: 100;
	background: url(../img/shared/fixed_bg.jpg) no-repeat center / 100% 100%;
}
.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	color: #fff;
	border-right: 1px solid #fff;
}
.ft_fixed_shared li:nth-child(2){
	width: 60%;
}
.ft_fixed_shared li:last-child {
	border-right: 0;
}
.ft_fixed_shared li a {
	display: block;
	padding: 9px 0 5px 0;
	font-size: 12px;
	position: relative;
}
.ft_fixed_shared li a:before {
	font-size: 12px;
    display: block;
    margin: auto;	
}
.ft_fixed_shared li:nth-child(2) a:after {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: '\e828';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
}
.ft_fixed_shared li:nth-child(2) a{
    border: 1px solid #fff;
    margin: 5px auto 0;
    width: 80%;	
	border-radius: 5px;
}
.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;
}
.ft_fixed_shared.ft_e li {
	border: none;
	width: calc(100% - 174px);
}
.ft_fixed_shared.ft_e li a {
	padding: 8px 23px 8px 0;
}
.ft_fixed_shared.ft_e .btn_reserve {
	padding: 8px 10px;
	width: 130px;
}
.ft_fixed_shared.ft_e .btn_reserve a {
	background-color: #fff;
	color: #000;
	padding: 0 15px 0 0px;
	border-radius: 2px;
}
.ft_fixed_shared.ft_e li.icon-up-dir {
	position: relative;
	top: auto;
	bottom: auto;
	width: 44px;
	border-left: 1px solid #fff;
}
.ft_fixed_shared.ft_e li.icon-up-dir:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
#pagetop {
	bottom: 50px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.pb0{
	padding-bottom: 0;
}

.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: 5px 13px !important;
	margin-bottom: 0;
}
.url_btn_copy {
	background: #000;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 0 !important;
	position: relative;
}
.url_btn_copy:after {
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
}
.url_btn_copy span {
	display: block;
	padding: 10px;
	cursor: pointer;
}
.btn_pc {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 10px 0 !important;
}
.btn_pc a:before {
	padding-right: 5px;
}
.wrap {
	padding: 0 4% 14%;
}
.wrap p {
	padding-bottom: 15px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
.lh1{
	line-height: 1px;
}
.cl_red {
	color: #E4070B;
}
.fz-10 {
	font-size: 10px;
}
.fz-12 {
	font-size: 12px;
}
.fz-14 {
	font-size: 14px;
}
.fz-16 {
	font-size: 16px;
}
.fz-18 {
	font-size: 18px;
}
.fz-20 {
	font-size: 20px;
}
.fz-22 {
	font-size: 22px;
}
.fz-24 {
	font-size: 24px;
}
.fz-26 {
	font-size: 26px;
}
.fz-28 {
	font-size: 28px;
}
.fz-30 {
	font-size: 30px;
}

#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: 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);
}

.txt{
	box-sizing: border-box;
	padding: 0 10%;
}
.slick-slider{
	position: relative;
}
.slick-dots{
	display: flex !important;
	justify-content: center;
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
}
.slick-dots li{
	margin: 0 10px;
	height: 15px;
	line-height: 1px;
}
.slick-dots button{
	border: none;
	background: #fff;
	width: 15px;
	font-size: 0;
	height: 15px;
	border-radius: 50%;
}
.slick-dots li.slick-active button{
	background: #cd1a28;
}
.slick-arrow{
	position: absolute;
	top: 55%;
	z-index: 1;
	border: none;
	font-size: 0;
	width: 28px;
	height: 28px;
}
.slick-prev{
	left: 0;
	background: url(../img/main/arrowL.jpg) no-repeat top center / 100% auto;
}
.slick-next{
	right: 0;
	background: url(../img/main/arrowR.jpg) no-repeat top center / 100% auto;
}
.toggle .toggle-link:after{
	content:"\e825";
    position: absolute;
    bottom: 10%;
    top: auto;
    right: 50%;	
	color: #000;
    font-size: 38px;	
    transform: translateX(50%);	
}
.toggle.active .toggle-link:after {
    content: '\e826';
}
.menuList{
	margin-bottom: 50px;
}
.menuList h3{
	color: #fff;
	text-align: center;
	background: url(../img/main/menu_ttl_bg.png) no-repeat center / 100% 100%;
	font-size: 20px;
	line-height: 1.8em;
	font-weight: 500;
	padding: 15px 0;
	margin-bottom: 10px;
}
.menuList dl{
    padding: 8px 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #000;
    line-height: 1.8;
    letter-spacing: 1.7px;	
}
.menuList dt,.menuList dd{
    display: table-cell;
    vertical-align: top;	
}
.menuList dd{
	text-align: right;
}
.menuList .db,.menuList .row {
    width: 100%;
    display: block;
}
.menuList .db dt,.menuList .db dd,.menuList .row dt,.menuList .row dd{
    display: block;	
}
.menuList .vab {
    vertical-align: bottom;
}
.txt_center{
	text-align: center;
}