@import url(sanitize.css);
/* CSS Document */

html,body {
	background: #fff;
	margin: 0px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 2px;
	padding: 0px;
	color: #000;
	height: 100%;
}

 /* menu */
/* レスポンシブ動き */
.sp_nav { /* スマホ用メニュー */
	display: none !important;
}
.pc_nav { /* pc用メニュー */
	display: block !important;
}

a {
	text-decoration: none;
}
ul {
	list-style: none;
}

li {
	list-style-type: none;
}
.inner { /* menuの基本位置 */
	max-width: 100%;
	margin: 0 auto;
	padding: 0 80px 0 50px;
	box-sizing: border-box;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.header.chg-clr { /* 変わる色 */
	background: #111;
	transition: 1s;
}
.hdr-inner {
	display: flex;
	align-items: center;
}
.hdr-ttl {
	margin-top: 10px;
}
.hdr-nav {
	margin-left: auto;
}
.hdr-nav-list {
	display: flex;
}
.hdr-nav-item:not(:first-child) {
	margin-left: 40px;
}

.hdr-nav-item02:not(:first-child) {
	margin-left: 18px;
}

.hdr-nav-item-link {
	display: block;
	color: #fff;
	height: 60px;
	line-height: 60px;
}

.hdr-nav-item-sns {
	display: block;
	padding-top: 18px;
}

/* タイトルのフェードイン */
.fade_in {
	opacity: 0;
	transform: translateX(100px);
	transition : all 2.5s;
}

.fade_in.scrollin {
	opacity: 1;
	transform: translateX(0);
}

.fade_in img {
	width: 50%;
}

/* 画像のフェードイン下から */
.fade_up {
	opacity: 0;
	transform: translateY(100px);
	transition : all 1s;
}

.fade_up.scrollup {
	opacity: 1;
	transform: translateY(10px);
}

/* タイトル下の伸びる線 */
.brdr01 {
	width: 800px;
	position: relative;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 20px;
	margin: 20px auto 60px;
}

.brdr01:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: solid 2px #fff;
	transform: translateX(-50%);
	animation: brdr01_anim 2s linear forwards;
}

@keyframes brdr01_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

.top01 {
	width: 100%;
}
/* TOPimgレスポンシブ動き */
.sp_img { /* スマホ用メニュー */
	display: none !important;
}

.pc_img { /* pc用メニュー */
	display: block !important;
}

/* about */
.about01 {
	box-sizing: border-box; /* paddingを中に入れる */
	color: #fff;
	padding: 200px 0;
	background: #000;
	text-align: center;
}

.about02 {
	width: 40%;
	margin: 0 auto;
}

.about03 {
	width: 100%;
	padding-top: 60px;
	font-size: 18px;
	line-height: 35px;
}

.abo_pic {
	margin: 130px auto 0;
	width: 800px;
}

.flex01 {
	display: flex;
	justify-content: space-between;
}

.flex02 {
	display: flex;
	flex-wrap: wrap;
}

.itm00 {
	padding: 5px;
}
.itm02 {
	width: 40%;
	padding: 5px;
}
.itm03 {
	width: 60%;
	padding: 5px;
}
.itm04 {
	width: 50%;
	padding: 5px;
}
.itm05 {
	width: 25%;
	padding: 5px;
}
.itm06 {
	width: 50%;
	padding: 5px;
}
/* お知らせ */
.topi01 {
	box-sizing: border-box;
	width: 700px;
	margin: 0 auto 10px;
	display: flex;
	align-items: start;/* 上下中央寄せ */
	justify-content: space-between;
	text-align: left;
	line-height: 150%;
	padding: 30px 20px;
	border: 1px solid #555;
}

.topi01_l {
	width: 200px;
	font-size: 18px;
	padding: 5px 0 10px;
}

.topi01_r {
	width: 500px;
	font-size: 16px;
	padding: 5px 0 10px;
}

.topi01_r a {
	text-decoration: none;
	color: #fff;
}

.topi01_r a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.topi01_img {
	width: 500px;
	padding: 10px 0;
}


/* リムジン */
.lim01 {
	box-sizing: border-box; /* paddingを中に入れる */
	color: #fff;
	padding: 100px 0;
	background: #000;
	text-align: center;
}

.lim02 {
	width: 800px;
	margin: 0 auto;
}
/* live配信 */
.live01 {
	box-sizing: border-box;
	padding: 100px 0;
	color: #fff;
	background-image: url('../img/back_stg.jpg');
	background-size: cover;
	width: 100%;
	text-align: center;
}

.live02 {
	margin: 0 auto;
	width: 800px;
	height: 400px;
}

/* イベント情報 */
.eve01 {
	box-sizing: border-box; /* paddingを中に入れる */
	color: #fff;
	padding: 100px 0;
	background: #000;
	text-align: center;
}

.eve02 {
	box-sizing: border-box;
	width: 700px;
	margin: 0 auto 10px;
	display: flex;
	align-items: start;/* 上下中央寄せ */
	justify-content: space-between;
	text-align: left;
	line-height: 150%;
	padding: 30px 20px;
	border: 1px solid #555;
}

.eve02_l {
	width: 150px;
}

.eve02_r {
	width: 380px;
	padding: 0 10px 10px;
}

.eve02_p {
	width: 100px;
}

.eve02_p a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

.eve02_wk {
	text-align: center;
	border: 2px solid #FFFF00;
	padding: 10px;
	color: #FFFF00;
}

.eve02_wk:hover {
	text-align: center;
	border: 2px solid #FFFF00;
	padding: 10px;
	color: #000;
	background: #FFFF00;
}
/* フライヤー拡大 */
#zoomback {
/* 絶対位置に配置 */
position:absolute;
top:0;

/* 画面いっぱいに */
width: 100%;
height: 100%;
/* 背景を少し透過 */
background-color:rgba(0,0,0,0.8);
display:none;
justify-content:center;
align-items:center;
}

/* 拡大画像のサイズを調整 */
#zoomimg {
width:50%;
border:solid 3px #555;
}

.eve02_d {
	font-size: 22px;
	padding: 5px 0;
	font-weight: bold;
}

.eve02_n {
	font-size: 20px;
	padding: 0 0 10px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFF00;
}

.eve03 {
	width: 130px;
	border: 1px solid #fff;
	padding: 5px 0 3px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.eve03:hover {
	background: #fff;
	color: #000;
}

.pfm01 {
	width: 600px;
	margin: 50px auto 0;
	padding: 33px 30px 30px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

/* form */
.fom00 {
	margin: 0 auto 30px;
	line-height: 200%;
	text-align: center;
}

.fom01 {
	margin: 0 auto 30px;
	line-height: 200%;
	text-align: center;
}

.fom02 {
	outline: 0;
	border: 0;
	display: block;
	padding: 15px;
	width: 100%;
	margin: 20px 0;
	font-size: 16px;
}

.fom_pc {
	display: block !important;
}

.fom_sp { /* スマホ用 */
	display: none !important;
}

/* 来店予約 */
.rese00 {
	width: 500px;
	text-align: left;
	margin: 0 auto;
}

.rese01 {
	outline: 0;
	border: 0;
	display: block;
	padding: 15px;
	width: 100%;
	background: #eee;
	margin: 20px 0;
}

textarea {
	outline: 0;
	border: 0;
	display: block;
	padding: 15px;
	width: 100%;
	background: #eee;
	margin: 5px 0 0;
}

.radio {
	outline: 0;
	border: 0;
	display: block;
	padding: 15px;
	width: 100%;
	background: #eee;
	margin: 20px 0;
	color: #777;
}

.rese03 {
	color: #666;
	font-size: 13px;
}
/* Twitter */
.twt01 img {
	width: 500px;
}

/* accses */
.acc01 {
	box-sizing: border-box;
	padding: 30px 0 100px;
	width: 100%;
	background-size: cover;
	color: #fff;
	background-image: url('../img/back01_b.jpg');
	text-align: center;
}

.map01 {
	width: 170px;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 5px 0 3px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.acc03 {
	width: 320px;
	margin: 0 auto;
	line-height:150%;
}

.map01:hover {
	background: #fff;
	color: #000;
}

.acc02 {
	font-size: 16px;
	padding-bottom: 5px;
}

.tel01 a {
	text-decoration: none;
	color: #fff;
}
/* 店舗バナー */
.ban01 {
	box-sizing: border-box;
	color: #FFF;
	padding: 50px 0;
	text-align: center;
}

.ban02 {
	width: 280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.riki {
	width: 80px;
	padding-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ks {
	width: 150px;
	padding-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 各ページ */
.ttl01 img {
	width: 50%;
}
/* メニュー */
.mn01 {
	box-sizing: border-box; /* paddingを中に入れる */
	color: #fff;
	padding: 150px 0 100;
	background: #000;
	text-align: center;
}

.mn_itm {
	font-size: 35px;
	font-weight: bold;
	padding: 15px 0;
}

.mn02 {
	width: 700px;
	margin: 0 auto;
	display: flex;
	align-items: center;/* 上下中央寄せ */
	justify-content: space-between;
	border: 2px solid #fff;
	padding: 30px 40px;
	margin: 15px auto;
	text-align: left;
	line-height: 20px;
}

.cate01 {
	width: 250px;
	font-size: 25px;
	font-weight: bold;
}

.itm01 {
	width: 400px;
}

.itm01_2 {
	width: 500px;
}

.pri01 {
	width: 100px;
}

/* 貸切 */
.use01 {
	width: 100%;
	padding: 30px 0 50px;
	font-size: 18px;
	line-height: 35px;
}

.use02 {
	width: 700px;
	margin: 0 auto;
	display: flex;
	align-items: start;/* 上下中央寄せ */
	justify-content: space-between;
	border: 2px solid #fff;
	padding: 30px 40px;
	margin: 15px auto;
	text-align: left;
	line-height: 20px;
}

.use03 {
	width: 700px;
	margin:40px auto 30px
}

.eq01 {
	width: 50%;
}

.use04 {
	width: 710px;
	margin:20px auto 30px;
}

.use_itm {
	width: 25%;
	padding: 5px;
}


/* リムジン */
.lim03 {
	width: 700px;
	margin: 0 auto;
}

.lim03 img {
	width: 100%;
	padding: 30px 0;
}

/* 募集 */
.stf01 {
	box-sizing: border-box;
	padding: 50px 0;
	background: #fff;
	color: #000;
	font-weight: bold;
}

.stf02 {
	width: 400px;
	margin: 30px auto 0;
	line-height: 33px;
	font-size: 17px;
}

/* footer */
/*スクロールするコンテンツ*/
.foot01 {
	box-sizing: border-box;
	padding: 100px 0;
	background: #111;
	color: #FFF;
	text-align: center;
}

.foot02 {
	width: 500px;
	margin: 0 auto;
}

.foot02 img {
	width: 34px;
	padding: 5px;
}

.foot03 {
	border-top: 1px solid #fff;
	padding: 25px 0 0;
	font-size: 12px;
	font-weight: bold;
}
