@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
@import url("lightbox.css");
/* ---------------------------------------------------------------------------------
Copyright c THE REMMY All Rights Reserved.

HTML CSS Selectors common 

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

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
body {
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #000;
	line-height: 2em;
	font-size: 12px;
}


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;
}
img:not([width]) {
	width: 100%;
	height:auto;
}


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

a {
	-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;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
a:active {
	color: #ccc;
	text-decoration: none;
}
/*a:hover img {
	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;
}

.copperplate {
	/*font-family:'CopperplateGothicLTW01-_706028';*/
	font-family:'CopperplateGothicW01-Ro';
	letter-spacing: 0.1em;
}

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
	background-color: #E5E5E5;
	height: 90px;
	width: 100%;
	min-width: 960px;
	position: fixed;
	z-index: 11;
}
#header-wrapper header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 29px;
	position: relative;
}
#header-wrapper h1 {
	background-image: url(../img/common/h_logo.png);
	background-repeat: no-repeat;
	background-size: 70px auto;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: -1px;
	right: 0px;
	height: 76px;
	width: 70px;
	padding-top: 78px;
}
#header-wrapper h1 a {
	display: block;
	height: 76px;
	width: 70px;
	text-indent: -9999px;
	padding: 0px;
}
#header-wrapper nav:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
#header-wrapper a {
	font-family: "Playfair Display", serif;
	font-size: 14px;
	line-height: 12px;
	padding: 10px 20px;
	display: block;
	letter-spacing: 0.1em;
}
#header-wrapper ul:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
#nav01 {
	float: left;
	width: 410px;
}
#nav01 li {
	float: right;
	padding-left: 17px;
}
#nav02 {
	float: right;
	width: 410px;
}
#nav02 li {
	float: left;
	padding-right: 17px;
}

#reserve {
  width: 144px;
  height: 28px;
  position: absolute;
  right: -68px;
  top: 31px;
}
#reserve a {
  height: 28px;
  box-sizing: border-box;
  padding: 6px 0px 0;
  border: 1px solid #000;
  line-height: 1;
  text-align: center;
}

/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
	padding-top: 55px;
	padding-bottom: 95px;
	position: relative;
	z-index: 1;
	top: 90px;
}




/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#footer-wrapper {
	background-color: #000000;
	width: 100%;
	min-width: 960px;
	padding-top: 32px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
	top: 90px;
}
#footer-wrapper footer {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}
#footer-wrapper #f-info {
	float: left;
	width: 272px;
}
#footer-wrapper #f-info h1 {
	padding-top: 32px;
	padding-bottom: 31px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#footer-wrapper #f-info .sns {
	padding-top: 20px;
	padding-bottom: 16px;
	border-bottom: 2px solid #FFF;
	text-align: center;
}
#footer-wrapper #f-info .sns a {
	display: inline-block;
	padding-right: 6px;
	padding-left: 6px;
}
#footer-wrapper #f-info .tel {
	padding-top: 12px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	font-family: 'CopperplateGothicLTW01-_706022';
	letter-spacing: 0.1em;
}
#footer-wrapper #f-nav {
	float: right;
	width: 284px;
	position: relative;
}
#footer-wrapper #f-nav li {
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	padding-bottom: 10px;
}
#footer-wrapper #f-nav li a {
	display:block;
}
#footer-wrapper #f-nav li a:link,
#footer-wrapper #f-nav li a:visited {
	color: #FFF;
}
#footer-wrapper #f-nav li a:hover {
	color: #ccc;
}
#footer-wrapper #f-nav .map {
	width: 150px;
	position: absolute;
	left: -10px;
	top: 0px;
}
#footer-wrapper #f-nav .map img {
	display: block;
	border-radius: 75px;
}
#footer-wrapper #f-nav p.add {
	font-size: 11px;
	color: #FFF;
	text-align: right;
	padding-top: 48px;
}

#footer-wrapper #f-hour {
	clear: both;
	padding-top: 40px;
}
#footer-wrapper #f-hour h3 {
	font-size: 13px;
	text-align: center;
	color: #FFF;
	height: 30px;
}
#footer-wrapper #f-hour table {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#footer-wrapper #f-hour th {
	width: 70px;
	padding-right: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding-bottom: 10px;
}
#footer-wrapper #f-hour td {
	font-size: 20px;
	color: #FFF;
	width: 160px;
	padding-bottom: 10px;
}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../img/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../img/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../img/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../img/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../img/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../img/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../img/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../img/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../img/images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}





