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

body {
	min-width: inherit;
	max-height: 100%;
	color: #000;
	font: normal normal 14px/1.8em "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/bg.jpg) repeat top center;
}
.fnt-mincho {
	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;
}
.block p {
	margin: 0 2.5%;
	padding-bottom: 15px;
}
.normal {
	padding: 0 !important;
	margin: 0 !important;
}
.sh_img {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#cal_box {
	text-align: center;
}
/*=============================================
 * header
 *=============================================*/

header #belt {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
header #hd_top {
	height: 55px;
	transition: all ease 0.5s .8s;
	z-index: 99;
}
.navOpen #hd_top {
	transition: all ease 0.5s;
}
#hd_top.bg_new, .navOpen #hd_top {
	background: rgba(0,0,0,0.9);
	position: relative;
	z-index: 999;
}
header h1 {
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	top: -500px;
	right: 5px;
}
header #logo {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 25%;
	z-index: 100;
	transition: all ease 0.5s;
}
header .bg_new #logo, .navOpen #logo {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 15%;
	z-index: 100;
}
header {
	position: relative;
}
#telnavi dl {
	display: none;
	position: absolute;
	top: 55px;
	right: 0;
	background: rgba(255,255,255,0.9);
	width: 235px;
	color: #FFF;
	padding: 5px 0;
	text-align: left;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
#mapnavi dl {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	background: rgba(255,255,255,0.9);
	border-radius: 1px;
	width: 235px;
	color: #000;
	padding: 5px 0;
	text-align: left;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
#telnavi dl a {
	color: #000;
	font-size: 14px;
	text-align: left;
	padding-left: 22px;
	position: relative;
	letter-spacing: 1px;
}
#mapnavi dl a {
	color: #000;
	font-size: 14px;
	text-align: left;
	padding-left: 22px;
	position: relative;
	letter-spacing: 1px;
}
#mapnavi dl a::before, #telnavi dl a::before {
	color: #000;
	position: absolute;
	top: -14px;
	left: 3px;
	content: "\f105";
	width: 10px;
	height: 10px;
	font-family: "fontello";
}
#telnavi dl dt, #telnavi dl dd, #mapnavi dl dt, #mapnavi dl dd {
	line-height: 45px !important;
	padding-left: 15px;
}
#telnavi dl dd, #mapnavi dl dd {
	border-top: 1px solid rgba(0,0,0,0.3);
}
#telnavi dl.show, #mapnavi dl.show {
	display: block;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	z-index: 200;
}
#mapnavi {
	background: #eeeeee;
}
header .topnavi li {
	float: left;
	position: relative;
	width: 50%;
	height: 55px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: normal;
}
header .menu_toggle {
	background: #FFF;
	z-index: 99;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-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;
}
/*====================== end nav ====================== */

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

header #tel {
	margin-top: 59px;
}
header #key {
	position: relative;
	z-index: 500;
	overflow: hidden;
}
#index header #key {
	height: 100vh;
}
#index header #key li {
	height: 100vh;
	position: relative;
}
#index .bx-controls-direction {
	display: none;
}
#index #key li img.ac {
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: transform 13s;
	-o-transition: transform 13s;
	-webkit-transition: transform 13s;
	transition: transform 13s;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
	z-index: 999;
}
/* #key .key_df.key_scale::before { */
#index #key li.active img.ac {
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#key p.scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 100;
	width: 54px;
	margin-left: -27px;
	padding-bottom: 38px;
	text-align: center;
	color: #FFF;
}
#key p.scroll .arw {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 30px;
	background: #FFF;
}
#key p.scroll .arw::after {
	-moz-animation: scroll 3s linear 0s infinite normal;
	-webkit-animation: scroll 3s linear 0s infinite normal;
	animation: scroll 3s linear 0s infinite normal;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 6px;
	background: #000;
}
@-webkit-keyframes scroll {
 0% {
 top: -5px;
}
 75% {
 top: -5px;
}
 100% {
 top: 30px;
}
}
@-moz-keyframes scroll {
 0% {
 top: -5px;
}
 75% {
 top: -5px;
}
 100% {
 top: 30px;
}
}
@-o-keyframes scroll {
 0% {
 top: -5px;
}
 75% {
 top: -5px;
}
 100% {
 top: 30px;
}
}
@-ms-keyframes scroll {
 0% {
 top: -5px;
}
 75% {
 top: -5px;
}
 100% {
 top: 30px;
}
}
@keyframes scroll {
 0% {
 top: -5px;
}
 75% {
 top: -5px;
}
 100% {
 top: 30px;
}
}
#scroll_lead {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 999;
	margin-left: -25px;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #000;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: -8%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 54%;
	margin-top: -20px;
	width: 100%;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a {
	color: #FFF;
	font-family: "fontello";
	font-size: 25px;
	height: 35px;
	line-height: 35px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	text-align: center;
	width: 35px;
	z-index: 99;
	display: block;
	background: rgba(0,0,0,0.2);
}
.bx-prev::after {
	content: "";
	left: 10px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.bx-next::after {
	content: "";
	left: 13px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #FFF;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 8px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
	box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #FFF;
}
/*====================== end nav ====================== */
.span1 {
	padding-left: 75px;
}
.span2 {
	padding-left: 85px;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/


footer {
	overflow: hidden;
	color: #FFF;
	background: url(../img/shared/bg_ft.jpg) repeat;
	position: relative;
	padding: 10px 0 50px;
}
footer .logo_ft {
	text-align: center;
	padding: 15px 0 5px;
}
footer .tel_ft {
	padding-bottom: 10px;
}
footer dl {
	text-align: center;
	padding-bottom: 10px;
	font-size: 13px;
}
footer dl dt {
	font-weight: bold;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
	padding-bottom: 5px;
}
footer .link p {
	min-width: 170px;
	max-width: 220px;
	margin: 20px auto 10px;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	display: block;
	font-size: 15px;
	letter-spacing: 0;
	padding: 4px 20px;
	text-align: center;
	text-decoration: none;
	background: #FFF;
	color: #000;
	border-radius: 3px;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer ul {
	margin: 0 2.5%;
	padding: 15px 0;
}
footer ul li {
	width: 49%;
}
footer address {
	line-height: 32px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-style: italic;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mah4 {
	margin: 0 2.5%;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index #feed {
	margin: 0 2.5%;
}
#index #feed .blk {
	padding: 5px 0 5px;
}
#index #feed .blk dl {
	margin: 0 2.5%;
	padding: 10px 0;
	border-top: 1px dashed rgba(0,0,0,0.1);
}
#index #feed .blk dl dt {
	color: #000;
	float: left;
	margin-right: 10px;
}
#index #feed .blk dl dd {
	float: left;
}
#index #feed .blk + .blk {
	border-top: 1px dashed rgba(0, 0, 0, 0.6);
}
#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(243, 235, 235);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	display: none;
}
.has_nav #ft_group {
	position: fixed;
	z-index: 9999;
	opacity: 1;
}
#ft_group .box {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #1b1b1b;
	position: relative;
	height: 40px;
}
.ft_contact_tel dd {
	font-size: 18px;
}
.ft_contact_tel .icon-phone-1:before {
	padding-right: 10px;
}
.contact_gr .ft_contact_tel dd {
	font-size: 14px;
}
.contact_gr .fl, .contact_gr .fr {
	width: 49%;
}
.contact_gr .ft_contact_mail {
	font-size: 14px !important;
	line-height: 20px !important;
}
.ft_contact_mail:after {
	content: '\f105';
	font-size: 15px;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
#ft_group .box .icon-mail-alt {
	font-size: 14px;
	padding: 5px;
	
}
#ft_group .box .icon-mail-alt:before {
	font-size: 14px;
	padding-right: 10px;
}

#menu_box .wow {
	animation-duration: .2s;
    animation-fill-mode: both;
}

#menu_box .tel_nav {
	animation-delay: .4s;
}
#menu_box ul > li:nth-of-type(1) {
	animation-delay: .5s;
}

#index #menu_box ul > li:nth-of-type(1)::before {
	width: 30%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	bottom: 8px;
	left: 35%;
}

#party #menu_box ul > li:nth-of-type(2)::before {
	width: 40%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	bottom: 8px;
	left: 30%;
}

#menu #menu_box ul > li:nth-of-type(3)::before, #menu #menu_box ul > li:nth-of-type(4)::before {
	width: 30%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	bottom: 8px;
	left: 35%;
}
#menu_box ul > li:nth-of-type(2) {
	animation-delay: .6s;
}
#menu_box ul > li:nth-of-type(3) {
	animation-delay: .7s;
}
#menu_box ul > li:nth-of-type(4) {
	animation-delay: .8s;
}
#menu_box ul > li:nth-of-type(5) {
	animation-delay: .9s;
}
#sake #menu_box ul > li:nth-of-type(5)::before {
	width: 30%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	bottom: 8px;
	left: 35%;
}

#access #menu_box ul > li:nth-of-type(6)::before {
	width: 30%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	bottom: 8px;
	left: 35%;
}
#menu_box ul > li:nth-of-type(6) {
	animation-delay: 1s;
}
#menu_box dt {
	animation-delay: 1.1s;
}
#menu_box dd:nth-of-type(1) {
	animation-delay: 1.2s;
}
#menu_box dd:nth-of-type(2) {
	animation-delay: 1.3s;
}
#menu_box dd:nth-of-type(3) {
	animation-delay: 1.4s;
}




#oshirase{
width: 100%;
background-color: rgba(253,217,161,0.9);
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
color:#630;
text-shadow: 0px 0px 5px rgba(146,119,83,0.5);
margin: 0 auto;
}
#oshirase .tit{
text-align: center;
color: #FFFFFF;
background-color: #53341B;
padding: 8px 0;
font-size: 20px;
}
#oshirase .txtx{
text-align: center;
font-size: 16px;
padding: 10px 0;
}



#online a{
	width:99%;
	position:fixed;
	border: 2px solid #fff;
	bottom:0;
	padding: 13px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	background: url(../img/shared/bg_ft.jpg) repeat;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	z-index:999;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight:bold;
}












