@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

b,
strong {
  font-weight: bold;
}

/* clearfix */
.cf:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	visibility:hidden;
}

.cf { zoom:1; }

.hide {
  display: none;
}


/* 汎用 Class
---------------------------------- */
.t-center {
	text-align: center;
}

.show-mobile-inline,
.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.hide-mobile-inline {
	display: inline-block;
}


@media only screen and (max-width: 767px) {

	.show-mobile {
		display: block;
	}

	.show-mobile-inline {
		display: inline-block;
	}

	.hide-mobile {
		display: none;
	}

	.hide-mobile-inline {
		display: none;
	}
}


/* ベース
---------------------------------- */
html{
	overflow-x : hidden;
	overflow-y : auto;
}

body {
	color:#000;
	font-family: "YuGothic","游ゴシック体","Yu Gothic","游ゴシック",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3","Meiryo",sans-serif;
    font-size: 88%;
    line-height: 1.6;
    letter-spacing: 0.05em;
	background: #fff url(https://5932f6.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/common/img/style/bg.png) repeat center top;
    display: table;
    overflow: hidden;
    width: 100%;
}

a:link, a:visited {
	color:#005C9D;
}
a:hover, a:active  {
	color:#005C9D;
}

.t-yellow {
	color:#F8EA21;
}

.t-center {
	text-align: center;
}

.btn:hover {
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/* 共通ヘッダー */
header {

}

#header-top {
	width:960px;
	margin:0 auto;
}

#header-top-l {
	width: 200px;
	float:left;
	padding:40px 0 40px 0;
}

#header-logo img {
	width: 200px;
}

#header-top-r {
	width: 465px;
	float:right;
	padding:60px 0 0 0;
}

#header-top-sns-layer {
	width: 115px;
	padding: 5px 15px 0 0;
	float:left;
}

#header-top-sns-layer li {
	display:inline-block;
	margin:8px 17px 0 0;
	width: 25px;
	height: 25px;
}

#header-top-sns-layer li.fb {
	margin:8px 12px 0 0;
}

#header-top-sns-layer li.inst {
	margin:8px 0 0 0;
}

#header-top-sns-layer a {
	display:inline-block;
}

#header-top-sns-layer li img {
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

#header-top-opentime-layer {
	width: 250px;
	margin: 0 18px 0 0;
	float:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	text-align: right;
	letter-spacing: 0.08em
}

.opentime-dish {
	display:inline-block;
}

.opentime-dish p ,
.opentime-drink p ,
.opentime-close p {
	display: inline-block;
}

.opentime-dish p img,
.opentime-drink p img,
.opentime-close p img {
	vertical-align: middle;
}

.opentime-icon {
	padding:0 7px 0 0;
}

.opentime-drink {
	display:inline-block;
	margin: 0 0 0 0;
}

.opentime-close {
	display:inline-block;
}

#header-top-openstatus-layer {
	width: 60px;
	float:left;
}

#header-top-openstatus-layer p {
	width: 36px;
	height: 36px;
	background: #fff;
	border: 2px solid #000;
	padding:10px;
	text-align: center;
}


/* 共通フッター */
footer {
	padding:40px 0;
	width:960px;
	margin: 0 auto;
	position: relative;
}

#btn-up-layer {
	position: absolute;
	right: 0;
	bottom: 61px;
}

#btn-up-layer span{
	display: block;
	width: 37px;
	height: 29px;
	cursor: pointer;
}

#copyrights {
	font-size:13px;
	text-align:center;
	letter-spacing: 0.05em;
	font-family: 'Source Sans Pro', sans-serif;
}


/* グローバルナビ */
#global-nav {
	background: #000;
	padding:10px 0;
}

#global-nav nav {
	width:960px;
	margin:0 auto;
	border-left:2px solid #fff;
}

#global-nav li {
	display: inline-block;
	width: 154px;
	border-right:2px solid #fff;
}

#global-nav li a {
	display: block;
	width:154px;
	color: #fff;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 1.0;
	letter-spacing: 0.15em;
	text-align: center;
	font-weight: normal;
}

#global-nav.dark-header {
    position: fixed;
    top:0;
    left:0;
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
    z-index:400;
    width:100%;
}

/*
     FILE ARCHIVED ON 17:06:11 Mar 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:02:59 Jul 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.549
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.048
  esindex: 0.01
  cdx.remote: 13.528
  LoadShardBlock: 161.281 (3)
  PetaboxLoader3.datanode: 162.526 (5)
  load_resource: 178.181 (2)
  PetaboxLoader3.resolve: 120.939 (2)
*/