@charset "utf-8";
/* CSS Document */
/*----------------
全体共通(SP)
----------------*/
html,body{
  width: 100%;
	overflow-x: hidden;
}
html{
    font-size: 625%;/*100px*/
    -webkit-text-size-adjust: 100%;
}
body{
	color: #333;
	background-color: #f6f4f1;
	position: relative;
	/*min-height: 1620px;*//*gnav表示用*/
	}
body, ul, ol, dl, li, dt, dd, th, td, p, 
form, label, input, button, select, textarea, pre{
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*line-height: 1em;*/
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
body, ul, ol, dl, p, 
form, label, input, button, select, textarea, pre{
	font-size: 0.16rem;/*16px*/
}
li, dt, dd, th, td{
	font-size: inherit;
}

article, section, div{
	box-sizing: border-box;
}
ul{
	letter-spacing: -0.1rem;
}
li{
	letter-spacing: normal;
	list-style-type: none;
	vertical-align: top;
}
h1, h2, h3, h4, h5{
	font-size: 0.16rem;/*16px*/
	/*line-height: 1em;*/
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
a{
	color: inherit;
	text-decoration: none;
	outline: none;
}
img{
	vertical-align: top;
}
pre {
	white-space: pre-wrap ;
}

/*---------
header(SP)
 -h_catch
 -h_menu
---------*/
header{
	width: 100%;
	overflow: hidden;
	position: fixed;
	top:0;
	left: 0;
	z-index: 20;/*gnavより下に*/
	transition: .3s;
	box-sizing: border-box;
}

h1.h_catch{
	color: #fff;
	font-size: 0.19rem;
	font-weight: normal;
	text-align: center;
	line-height: 0.4rem;
	width: 100%;
	height: 0.4rem;
	overflow: hidden;
	background-color: #ad1b23;
}

/*h_menu*/
ul.h_menu{
	width: 100%;
	height: 80px;
	background-color: #fff;
	display: table;
}
ul.h_menu li{
	display: table-cell;
}
ul.h_menu li a{
	display: block;
}
ul.h_menu li.btn_home{
	border-right: 1px solid #d1d1d1;
	width: 80px;
}
ul.h_menu li.btn_menu{
	border-left: 1px solid #d1d1d1;
	width: 80px;
}
ul.h_menu li.btn_tel{
	text-align: right;
	width: 80px;
	position: relative;
}
ul.h_menu li.btn_tel a{
	border-left: 1px solid #d1d1d1;
	width: 79px;
	position: absolute;
	top: 0;
	right: 0;
}

/*---------
wrap(以下、可変コンテンツ部分 SP)
	h_logo
	contArea
		-contents
			-pankuzu
			-cont_s
				-main
---------*/
.wrap{
	width: 100%;/*100%にすると大きい画面で横幅いっぱいに*/
	margin: 120px auto 0 auto;
	overflow: hidden;
	background: url("../img/bg_h_logo.jpg") repeat-x left top; 
}

/*ロゴ(headerより移動)*/
.h_logo{
	text-align: center;
	width: 100%;
	height: 165px;
	margin: 0 auto;
	border-bottom: 5px solid #ad1b23;
}
.h_logo a{
	width: 640px;
	height: 100%;
	display: block;
}

/*contArea*/
.contArea{
	width: 640px;
	margin: 0 auto;
}

.contArea .main h2{
	font-weight: normal;
	position: relative;
	margin-bottom: 20px;/*トップページ以外*/
}
.contArea .main h2:not(:first-of-type){
	margin-top: 20px;
}

/*プロフィールで使用*/
.contArea .main h2.h2_under{
	margin: 0;
}

/*contents*/
.contents{}

/*パンくずリスト*/
ul.pankuzu{
	color: #333;
	padding: 16px 16px 15px 16px;
	background-color: #f6f4f1;
	min-height: 0.5rem;
}
ul.pankuzu li{
	font-size: 0.19rem;/*19px*/
	display: inline-block;
	margin-left: 10px;
}
ul.pankuzu li:not(:first-child){
	padding-left: 20px;
	background: url("../img/icon_pankuzu.gif") no-repeat left center;
}
ul.pankuzu li:nth-child(2){
	margin-left: 0;
}

/*コンテンツbox(SP ほぼ不要)*/
.cont_s{
	background-color: #fff;
}

/*メインコンテンツ部分*/
.main{
	width: 100%;
	padding-bottom: 40px;
}

/*---------
gnav 共通メニュー(SPは独立)
---------*/
nav.gnav{
	width: 640px;
	/*height: 1500px;*/
	/*background: url("../img/bg_gnav.jpg") no-repeat left top;*/
	z-index: 21;
	position: absolute;
	top: 120px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: none;
}
nav.gnav ul{
	background-color: #dcdcdc;
}
nav.gnav li:not(:first-of-type){
	width: 100%;
	height: 89px;
	margin-bottom: 1px;
}
nav.gnav li a{
	width: 100%;
	height: 100%;
	display: block;
}

/*HOME・WEB予約*/
nav.gnav li.gnav_home{
	width: 100%;
	height: 152px;
	/*display: table;*/
	position: relative;
}
nav.gnav li.gnav_home a{
	display: block;
}
nav.gnav li.gnav_home a:first-of-type{
	width: 152px;
	height: 152px;
	position: absolute;
	top: 0
	left: 0;
}
nav.gnav li.gnav_home a:last-of-type{
	width: 488px;
	height: 152px;
	margin-left: 152px;
}

/*男女求人*/
nav.gnav li.gnav_recruit_w, 
nav.gnav li.gnav_recruit_m{
	height: 89px;
}

/*グループ店*/
nav.gnav li.gnav_group{
	height: 89px;
}

.overlay{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

/*---------
footer
---------*/
footer{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border-top: 2px solid #e4e4e4;
}

footer .foot_s{
	text-align: center;
	width: 100%;
	margin-bottom: 33px;
}

/*店ロゴ*/
footer .f_logo{
	width: 302px;
	margin: 16px 0;
}
footer .f_logo img{
	width: 100%;
}

/*店情報*/
footer address.shopinfo{
	font-style: normal;
	text-align: center;
	margin: 0 auto;
}
footer address.shopinfo p{
	color: #333;
}
footer .shopinfo .name{
	font-size: 0.23rem;
	letter-spacing: 1px;
}
footer .shopinfo .title{
	font-size: 0.23rem;
	line-height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	width: 3.98rem;
	height: 0.48rem;
	margin: 10px auto 13px auto;
	border: 1px solid #333;
	box-sizing: border-box;
}
footer .shopinfo p.tel{
	font-size: 0.32rem;
	line-height: 1em;
}
footer .shopinfo .time{
	font-size: 0.22rem;
	line-height: 1em;
	margin-top: 7px;
}

/*コピーライト*/
footer p.f_copy{
	color: #fff;
	font-size: 0.12rem;
	line-height: 0.4rem;
	text-align: center;
	width: 100%;
	height: 0.4rem;
	background-color: #c3ad95;
}


/*micro clearfx*/
.cf:before,
.cf:after{
		content: "";
		display: table;
}
.cf:after{ clear: both; }
.cf{ zoom: 1; } /* For IE 6/7 */

/*現行サイトから移植｜動画用*/
video::-webkit-media-controls-fullscreen-button {
	display: none;
}