@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    *line-height:1;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #fff;
	height: 100%;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

/*------------------------------------------------------------
  index.css INDEX
  00.header
  01.footer
  02.link
  03.SNS (Instagram)
------------------------------------------------------------ */

/*------------------------------------------------------------
  00.header
------------------------------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}

#header {
	background-color: #000;
	height: 80px;
	top: 0px; 
	left: 0px; 
	width: 100%;
}

#tab {
	margin: 0 auto;
	width: 910px;
	/*height: 80px;*/
}

#header #tab ul li a {
	float: left;
}

#tabLogo a {
	background:url("../../common/img/tab_logo.png") no-repeat center 0;
	width: 168px;
	height: 80px;
	position: relative;
	margin-right: 64px;
	background-size: 168px;
}

#tab01 a {
	background:url('../../common/img/tab_menu.png') no-repeat 0 0;
	width: 70px;
	height: 80px;
	position: relative;
	margin-left: 43px;
	background-size: 70px;
}

#tab01 a:hover {
	background: url('../../common/img/tab_menu.png') no-repeat 0 -80px;
	width: 70px;
	height: 80px;
	position: relative;
	background-size: 70px;
}

#tab02 a {
	background:url('../../common/img/tab_staff.png') no-repeat 0 0;
	width: 70px;
	height: 80px;
	position: relative;
	margin-left: 43px;
	background-size: 70px;
}

#tab02 a:hover {
	background: url('../../common/img/tab_staff.png') no-repeat 0 -80px;
	width: 70px;
	height: 80px;
	position: relative;
	background-size: 70px;
}

#tab03 a {
	background:url('../../common/img/tab_shop.png') no-repeat 0 0;
	width: 70px;
	height: 80px;
	position: relative;
	margin-left: 43px;
	background-size: 70px;
}

#tab03 a:hover {
	background: url('../../common/img/tab_shop.png') no-repeat 0 -80px;
	width: 70px;
	height: 80px;
	position: relative;
	background-size: 70px;
}

#tab04 a {
	background:url('../../common/img/tab_reserve.png') no-repeat 0 0;
	width: 70px;
	height: 80px;
	position: relative;
	margin-left: 43px;
	background-size: 70px;
}

#tab04 a:hover {
	background: url('../../common/img/tab_reserve.png') no-repeat 0 -80px;
	width: 70px;
	height: 80px;
	position: relative;
	background-size: 70px;
}

#tab05 a {
	background:url('../../common/img/tab_contact.png') no-repeat 0 0;
	width: 70px;
	height: 80px;
	position: relative;
	margin-left: 43px;
	background-size: 70px;
}

#tab05 a:hover {
	background: url('../../common/img/tab_contact.png') no-repeat 0 -80px;
	width: 70px;
	height: 80px;
	position: relative;
	background-size: 70px;
}

#tab06 a {
	background:url('../../common/img/tab_recruit.png') no-repeat 0 0;
	width: 70px;
	height: 80px;
	position: relative;
	margin-left: 43px;
	background-size: 70px;
}

#tab06 a:hover {
	background: url('../../common/img/tab_recruit.png') no-repeat 0 -80px;
	width: 70px;
	height: 80px;
	position: relative;
	background-size: 70px;
}


/*------------------------------------------------------------
  01.footer
------------------------------------------------------------ */
#footer {
	background-color: #000;
	height: 120px;
	min-width: 320px;
	width: 100%;
	text-align: center;
	margin:0 auto;
	overflow:hidden;
}

#fText {
	margin: 0 auto;
	width: 900px;
	padding: 15px 0px;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;	
}

#fText ul li {
	float: left;
	padding-right: 40px;
	padding-top:10px;
}

#logo-sp {
	float: right;
	padding-bottom: 15px;
}

#fText ul li a {
	color:#FFF;
    font-style:normal;
    text-decoration:none;
}

#fText ul li a:hover {
	color:#EC9000;
    font-style:normal;
    text-decoration:none;
}

.fSen {
	border:solid #FFF;
	border-width: 1px 0 0 0;
	padding: 10px 0;
	width: 100%;
}

.copyright {
	font-size:12px;
	position: relative;
	top: -10px;
	text-align: left;
}


/*------------------------------------------------------------
  02.link
------------------------------------------------------------ */
a	{/*リンクされた文字*/
    color:#5A5A5A;
    font-style:normal;
	text-decoration:none;
	color:#EC9000;
}

a:hover {/*マウスをのせたとき*/
    color:#F00;
    font-style:normal;
    text-decoration:none;
}


/*------------------------------------------------------------
  03.SNS (Instagram)
------------------------------------------------------------ */
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 16px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 30px;/*幅*/
  height: 30px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 9px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: ' ';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 40px;/*グラデーションカバーの幅*/
  height: 40px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  /*content: "\f16d";*/
  /*color: #FFF*/;/*白に*/　
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
  width: 50px;
  height: 50px;
}

.logo {
	margin:0 auto;
	position: relative;
	left: 0px;
	top: 5px;
	left: 0px;
}

#logo-sp {
	float: right;
	padding-bottom: 10px;
}