@charset "utf-8";
@import url("slidebars.css");
/* ---------------------------------------------------------------------------------
Copyright c 有限会社しゃんぷー All Rights Reserved.

HTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
html,body{
	height: 100%;
}

body {
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #000;
	line-height: 2em;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
body:after {
	background-color: #000;
	display: block;
	height: 5px;
	width: 100%;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	content:"";
}


h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	text-align: left;
	vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0px;
	padding: 0px;
}

img {
   vertical-align: middle;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

ul {
	list-style-type: none;
}
 
.clear {
	clear: both;
	height: 0;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	/*overflow:hidden;*/
}

.none {
	display: none;
}

.brandon {
	font-family: "brandon-grotesque",sans-serif;
	/*font-family: "Brandon Grotesque Medium", "Brandon Grotesque Regular";*/
	letter-spacing: 0.2em;
}

#clippers {
	background-color: #FFF;
	height: 46px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	position: fixed;
	z-index: 101;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
.sb-slidebar {
	background-color: #FFF;
}
.radius {
	position: relative;
}

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
	height: 48px;
	background-color: #FFF;
	position: fixed;
	width: 100%;
	min-width: 1140px;
	z-index: 101;
	padding-top: 5px;
}
#header-wrapper header {
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 15px;
	position: relative;
}
#header-wrapper header h1 {
	width: 145px;
	margin-right: auto;
	margin-left: auto;
}
#header-wrapper header .h-reserve {
	position: absolute;
	left: 0px;
	top: 20px;
}
#header-wrapper header .h-reserve a {
	display: inline-block;
	padding-right: 37px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}

#nav-background {
    display: none;
    width: 100%;
    height: 100%;
    background-color:rgba(191,191,191,0.80);
    position: fixed;
    z-index: 201;
}
#nav-background ul {
    width: 640px;
    height: 270px;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#nav-background li {
    padding: 30px 0;
}

#nav-background li span {
  display: block;
  padding-top: 20px;
  font-size: 18px;
}

.open #nav-background {
    display: block;
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
	padding: 53px 50px 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.sb-active #sb-site:before {
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(200,200,200,0.8);
	transition: all .6s cubic-bezier(0.395,0.000,0.000,1.000) .1s,z-index 0s linear 0s;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 100;
}
.sb-active #sb-site:after {
	display: block;
	/*height: 26px;
	width: 26px;
	background-image: url(../img/common/btn_close.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 70px;
	content:"";
	z-index: 101;
	cursor: pointer;*/
}

#contents-wrapper h2.brandon {
	text-align: center;
	padding-top: 37px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

p.pagenation {
	padding-top: 35px;
	text-align: center;
	clear: both;
}
p.pagenation a,
p.pagenation span {
	display: inline-block;
	*display: inline;
    *zoom: 1; 
	font-size: 20px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
p.pagenation span {
	font-size: 24px;
	line-height: 24px;
	color: #333;
}



.sb-active-left #sb-site:after {
	left:20px;
}
.sb-active-right #sb-site:after {
	right: 20px;
}

/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#footer-wrapper {
	padding: 0px 50px 70px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer-wrapper p {
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
	text-align: center;
}



/*---------------------------------------------------------------------------------
メニュー
--------------------------------------------------------------------------------- */
.sb-toggle-left {
	height: 100%;
	width: 50px;
	position: fixed;
	cursor: pointer;
	z-index: 102;
	left: 0px;
	top: 0px;
	background-image: url(../img/common/icon_menu_open.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-color: #fff;
}
.sb-active-left .sb-toggle-left {
	display: none;
}
.sb-toggle-left:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background-color: #DCDCDC;
}

.sb-left {
	width: 394px;
	border: 2px solid #000;
	top: 53px;
}
.sb-left ul {
	position: absolute;
	left: 146px;
	top: 50%;
	margin-top: -162px;
	/*top: 0px;
	bottom: 0px;
	margin: auto;*/
}
.sb-left li {
	padding-top: 13px;
	padding-bottom: 13px;
}
.sb-left li a {
	font-size: 20px;
	line-height: 20px;
}

/*---------------------------------------------------------------------------------
share
--------------------------------------------------------------------------------- */
.sb-toggle-right {
	height: 100%;
	width: 50px;
	position: fixed;
	cursor: pointer;
	z-index: 102;
	right: 0px;
	top: 0px;
	background-image: url(../img/common/icon_share_open.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-color: #fff;
}
.sb-active-right .sb-toggle-right {
	display: none;
}
.sb-toggle-right:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background-color: #DCDCDC;
}
.sb-right {
	width: 394px;
	border: 2px solid #000;
	top: 53px;
}
.sb-right .inner {
	padding-top: 175px;
}
.sb-right #facebook_like {
	margin: 0px auto 50px;
	width: 100px;
}
.sb-right #twitter {
	margin: 0px auto 100px;
	width: 100px;
}
.sb-right h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 65px;
}
.sb-right p {
}
.sb-right p a {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	width: 120px;
	margin-right: 32px;
	margin-left: 32px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}







