@charset "utf-8";

/* 
01 reset

02 layout
03 link
04 header
05 gnav
06 footer
07 content
08 article

11 common
12 clr
*/


/* 01 reset */
html {
	font-size: 13px;
}
/* IE7
*:first-child + html {
	font-size: 62.5%;
}
 */

html,
body,
h1,h2,h3,h4,h5,h6,
div,p,strong,em,
ul,li,dl,dt,dd,
table,th,td,caption,
form,select,option,address {
   margin: 0;
   padding: 0;
}
 
body {
  text-align:center; 
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

ul,ol,li,dl,dt,dd {
	text-indent: 0;
	padding-left: 0;
	margin-left: 0;
}

ul li,
ol li {
	list-style:none;
}

q:before,q:after {
	content: '';
}

br {
  letter-spacing:0px;
}

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

table { 
	border-collapse: collapse; 
	cell-spacing: 0px;
	empty-cells: show;
}

label {
	cursor: pointer;
}

@media screen and (min-width: 641px){
/* 02 layout */
body {
	background: #FFF url(../images/bg_body.png) center top repeat;
	font-family: HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	text-align: center;
}

#header,
#footer,
#content {
	clear: both;
	width: 100%;
}

.container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

.hide_pc { display: none;}



/* 03 link */
a { outline: none;}
a:link { color: #3399FF; text-decoration: underline;}
a:visited { color: #666666; text-decoration: underline; }
a:hover { color: #F15A24; text-decoration: none; }
a:active { color: #F15A24; text-decoration: underline; }



/* 04 header */ 
#header {
	padding: 0;
	height: 184px;
}

#header #nav .container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: auto;
}

#header #logo {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 86px;
	text-align: left;
}
#header #logo img {
	position: absolute;
	left: -20px;
	top: 18px;
	z-index: 1000;
}



/* 05 gnav */
#nav {
	position: relative;
	background: url(../images/bg_gnav.png) repeat-x left top;
	margin: 0 auto;
	height: 98px;
	z-index: 100;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
}
#nav li a {
	display: block;
}

#nav #gnav {
	clear: both;
	height: 64px;
	margin: 0 auto;
	width: 1000px;
}
#nav #gnav #gnavDonburi {
	margin-left: 184px;
}
#nav #gnav li {
	border-right: #7D7D97 solid 2px;
	margin-top: 4px;
}
#nav #gnav li a {
	padding: 0 14px;
	height: 60px;
}
#nav #gnav li a img {
	padding-top: 21px;
}
#nav ul li a:hover img {
	opacity:0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#nav #gnav li#gnavCoupon a {
	padding: 0;
	display: block;
	width: 248px;
	height: 60px;
	background-image: url(../images/gnav_coupon.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#nav #gnav li#gnavCoupon a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#nav #subnav {
	margin: 0 auto;
	width: 1000px;
	height: 30px;
}
#nav #subnav #snavsight {
	margin-left: 198px;
}
#nav #subnav li a {
	background: url(../images/gnav_icn.png) no-repeat left center;
	font-size: 15px;
	color: #000032;
	text-decoration: none;
	line-height: 30px;
	padding: 0 21px 0 21px;
	height: 30px;
}
#nav #subnav li a:hover {
	color: #7D7D97;
}

#nav dl.facebook {
	position: absolute;
	top: -68px;
	right: -64px;
}

#nav dl.facebook dt {
	margin-bottom: 12px;
	width: 196px;
	height: 69px;
	background-image: url(../images/nav_facebook_hl.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#nav dl.facebook dd {
	margin-right: 65px;
	float: right;
}
#nav dl.facebook dd a {
	display: block;
	width: 42px;
	height: 42px;
	background-image: url(../images/nav_facebook_link.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#nav dl.instagram {
	position: absolute;
	top: -68px;
	right: -64px;
}

#nav dl.instagram dt {
	margin-bottom: 12px;
	width: 196px;
	height: 69px;
	background-image: url(../images/nav_instagram_hl.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#nav dl.instagram dd {
	margin-right: 65px;
	float: right;
}
#nav dl.instagram dd a {
	display: block;
	width: 42px;
	height: 42px;
	background-image: url("../images/nav_instagram_link.png");
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}
	
#header .hide_pc{
		display: none;
	}
	
#fixation.hide_pc{
	display: none;
	}


/* 06 footer */ 
#footer {
	background: url(../images/bg_footer.png) repeat-x left top;
	height: 404px;
}
#footer .container {
	color: #fff;
	margin: 0 auto;
	padding: 49px 0 0;
	width: 1000px;
	position: relative;
}
#footer #info {
	display: block;
	float: left;
	width: 290px;
}
#footer #info p {
	margin-bottom: 5px;
}
    
#footer #info p:nth-of-type(4) {
padding-left:1em;
text-indent:-1em;
}
#footer #info p img {
	margin-bottom: 10px;
}
#footer #info dl dt {
	display: inline;
	float: left;
	width: 5em;
}
#footer #info dl dd {
	padding-left: 5em;
}
#footer #info dl dd span {
	display: block;
	float: left;
	width: 3.5em;
}
	
#footer #info dl dd span.asterisk {
    display: block;
    float: left;
    width: 12em;
}
	
#footer #map {
	background-color: #EEEEEE;
	display: block;
	float: left;
	margin-top: 5px;
	width: 420px;
	height: 200px;
}
#footer #map iframe {
	margin: 5px;
}

#footer #copyright {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px;
}
#footer #figure {
	position: absolute;
	top: 25px;
	right: 55px;
}



/* 07 content */
#content {
	position: relative;
	background: url(../images/bg_header.jpg) no-repeat center top;
	font-size: 14px;
	line-height: 1.5;
	margin-top: -4px;
	z-index: 0;
}
#content .container {
	background-repeat: no-repeat;
	background-position: left 128px;
}

.header {
	position: relative;
	padding-top: 45px;
	margin-bottom: 30px;
	width: 1000px;
}
.header h1 {
	width: 130px;
	text-align: right;
	position: absolute;
	top: 50px;
	right: 0;
}
.header h1 img {
	margin-bottom: 10px;
	/*margin-bottom: 21px;*/
	vertical-align: top;
}
.header h1 img#title {
	margin: 0 27px;
}
.header h1 img#off {
	margin: 14px 0 0 -18px;
}

.main .article {
	margin-bottom: 45px;
	width: 1000px;
}

.article .note {
	clear: both;
}



/* 11 common */
.floatL {
	float: left;
	margin: 0 12px 12px 0;
}
.floatR {
	float: right;
	margin: 0 0 12px 12px;
}
.clr {
   clear: both;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}
.txtL {
	text-align: left;
}

#coupon img {
	margin-bottom: 15px;
}

#coupon p {
	text-align: center;
}



/* 12 clr */
#content .container .header:after,
#content .container .article:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
}

#content .container .header,
#content .container .article {display: inline-block;}


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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	}}
/* End hide from IE-mac */