@charset "utf-8";

/* ========================================
* File Name: common.css
* Created Date: 2014.11.4
* Author: TAM
======================================== */

/* ========================================
	common
======================================== */
html, body, div, h1, h2, h3, h4, h5,
p, address, figure,
ul, ol, li, dl, dt, dd,
table, th, td,
section, nav, article, aside, header, footer {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
section, nav, article, aside, figure, header, footer {
	display: block;
}
img {
	border: none;
	vertical-align: bottom;
}
ul li, ol li {
	list-style: none;
}

a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}


/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* margin */
.mb0 {
	margin-bottom: 0 !important;
}

/* ========================================
	base
======================================== */
html {
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	color: #444;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	letter-spacing: -0.5px;
	font-size: 62.5%;
}
body {
	width: 100%;
	min-width: 320px;
	text-align: center;
	margin:0;
	background:url(/common/images/bg.png) repeat left center;
}





/* ========================================
	gHeader
======================================== */
#gHeader {
	width:100%;
	height: 264px;
	background: url("/common/images/header_bg.png") center top no-repeat;
}
#gHeader h1 {
	position: absolute;
	top: 104px;
	left: 310px;
}
#gHeader .openbtn {
	display:none;
}
#gHeader .openbtn img {
	padding-top:4px;
}
#gHeader .menu-header {
	display:none;
}
#gHeader .inner {
	position:relative;
	/*background:url("/common/images/header.png") no-repeat center top;*/
	width: 890px;
	height:85px;

	margin:0 auto;

}
#gHeader .sp-logo {
	position:absolute;
	top:0;
	left:3px;
	width:57px;
	z-index: 999;
	display:none;
}
#gHeader .logo {
	position:absolute;
	top:19px;
	left:0;
}

/*PC*/
@media screen and (min-width:641px) {
#menu ul {
	position: absolute;
	top: 0;
	left: 279px;
}
}

#menu ul li {
	float:left;
}
#menu ul li a {
	display:block;
}
#menu ul li span {
	display:none;
}
#menu ul li .pulldown {
	display: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 70px;
	left: -30px;
	text-align: left;
	padding:2px;
	width: 175px;
	z-index:99999;
	border: 2px solid #7E461E;
	background: #FFF;
	background-color: rgba( 255, 255, 255, 0.9 );
}

#menu ul li .pulldown ul {
	position: static;
	border: 1px solid #BA8240;
	padding: 8px;
}

#menu ul li .pulldown ul li {
	float:none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: url("/common/images/icon_pc_menu.png") left 3px no-repeat;
	border-bottom: 1px dashed #b89882;
}
#menu ul li .pulldown ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#menu ul li .pulldown ul li a {
	text-decoration: none;
	background:none;
	font-size:131%;
	text-indent: 0;
	height:auto;
	color: #521F00;
}

#menu .nav-top {
	display: none;
}

#menu .nav01,
#menu .nav02,
#menu .nav03,
#menu .nav04,
#menu .nav05 {
	padding-left: 1px;
	background: url("/common/images/menu_line.png") right 19px no-repeat;
}

/*
#grass {
	position: relative;
	width: 1300px;
	margin: 0 auto;
}
*/
#grass li:first-child {
	position: absolute;
	top: 0;
	left: 0;
}
#grass li:last-child {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width:1100px) {
#grass {
	display: none;
}
}




/*SP*/
@media screen and (max-width:640px) {
#gHeader {
	width: auto;
	background:none;
	height:auto;
}
#gHeader h1 {
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -100px;
}

#gHeader h1 img {
	width: 200px;
	height: 67px;
}
#gHeader .openbtn {
	display:block;
}
#gHeader .inner {
	background:none;
	height:auto;
	width: auto;
	margin:0 auto;
	background-image:url(/common/images/sp_logo.png), url(/common/images/sp_header_bg.png);
	background-size:57px 54px, 10px 54px;
	background-repeat:no-repeat, repeat-x;
	background-position:3px 0, left top;
}
#gHeader .sp-logo {
	display:block;
	margin-top: 10px;
}
#gHeader .inner {
	height:160px;
	width: auto;
	margin:0 auto;
	background-image:url(/common/images/sp_header_bg.png);
	background-size: auto 25px;
	background-repeat:repeat-x;
	background-position:left bottom;
}
#gHeader .logo {
	display: none;
}
#gHeader .openbtn {
	margin-top: 5px;
	display:block;
}
#pageslide {
}
#menu .menu-header {
	padding:0 6px 7px;
	border-bottom: 1px dashed #fad391;
}
#menu .closebtn {
	float:right;
	width:29px;
}
#menu ul {
	padding:0 0 0 0;
	width:auto;
	border-top:solid 1px #F4BC6C;
}
#menu ul li {
	text-align: left;
}
#menu ul li a {
	height:auto;
	font-size: 18px;
	color: #FFF;
}

#menu ul li a,
#menu ul li a:hover {
	background-image:none !important;
}
#menu ul li img {
	display: none;
}
#menu .nav-top {
	display: block;
}
#menu ul li.nav-top,
/*#menu ul li.nav01.active,*/
#menu ul li.nav-top:hover {
	background-image:url(/common/images/sp_menu_icon_top.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
}
#menu ul li.nav01,
/*#menu ul li.nav01.active,*/
#menu ul li.nav01:hover {
	background-image:url(/common/images/sp_menu_icon01.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
}
#menu ul li.nav02,
/*#menu ul li.nav02.active,*/
#menu ul li.nav02:hover {
	background-image:url(/common/images/sp_menu_icon02.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
}
#menu ul li.nav03,
/*#menu ul li.nav03.active,*/
#menu ul li.nav03:hover {
	background-image:url(/common/images/sp_menu_icon03.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
}
#menu ul li.nav04,
/*#menu ul li.nav04.active,*/
#menu ul li.nav04:hover {
	background-image:url(/common/images/sp_menu_icon04.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
}
#menu ul li.nav05,
/*#menu ul li.nav05.active,*/
#menu ul li.nav05:hover {
	background-image:url(/common/images/sp_menu_icon05.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
}
#menu ul li.nav06,
/*#menu ul li.nav06.active,*/
#menu ul li.nav06:hover {
	background-image:url(/common/images/sp_menu_icon06.png);
	background-position:left center;
	background-size:48px 48px;
	width:auto;
	padding:0 0 0 60px;
}
#menu ul li {
	float:none;
	width:auto;
	height:63px;
	border-bottom:1px dashed #fad391;
	background-repeat:no-repeat;
	vertical-align:middle;
	font-weight: bold;
}
#menu ul li span {
	display:block;
	color:#FFF;
	font-weight: bold;
}
#menu ul li a {
	width:auto;
	text-decoration: none;
	padding:17px 0 0;
}
}

#main-contents {
	background:url(/common/images/grass_bg.png) repeat center top;
	padding:0 0 20px;
	text-align:left;
}

#main-contents .main-inner {
	width:884px;
	margin:0 auto;
	position:relative;
	height:auto;
}
#main-contents .page-wrap {
	padding: 25px 0;
	background-image:url(/common/images/contents_bg01.jpg),
	url(/common/images/contents_bg03.jpg);
	background-position:left top, left bottom;
	background-repeat:no-repeat, no-repeat;
	background-color:#FFF;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.39);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.39);
	box-shadow:1px 1px 3px rgba(0,0,0,0.39);
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	position:relative;
}

#main-contents .page-wrap .page-inner {
	background:url(/common/images/contents_bg02.jpg) repeat-y left top;
}

#main-contents .page-wrap .page-inner a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#main-contents .main-cont {
	float:right;
	width:600px;
	margin-right: 25px;
}

#main-contents .menu-cont {
	float:left;
	width:242px;
}

#main-contents .menu-cont dl dt {
	margin-left: -3px;
}

#page-top {
	position:fixed;
	bottom: 50px;
	right: 60px;
	cursor:pointer;
}

#page-nav  {
	margin-top:20px;
	text-align:center;
	font-size:13px;
	color: #402000;
}

#page-nav a {
	color: #402000;
}

#page-nav a.link_before {
	background:url(/common/images/back_icon.png) no-repeat 5% center;
	padding:5px 8px 5px 20px;
	margin-right:5px;
}
#page-nav a.link_next {
	background:url(/common/images/next_icon.png) no-repeat 95% center;
	padding:5px 20px 5px 8px;
	margin-left:5px;
}
#page-nav a.link_page,
#page-nav span.current_page {
	padding:5px;
}



/*SP*/
@media screen and (max-width:640px) {
#main-contents {
	width: auto;
	overflow:hidden;
	padding: 0;
}
#main-contents .main-inner {
	width: auto;
	margin: 10px 10px 10px 10px;
}
#main-contents .page-wrap {
	background-position:center top, center bottom;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #FFF;
	padding: 5px;
}
#main-contents .page-wrap .page-inner{
	background:none;
	padding:0 0 10px 0;
	border: 2px dashed #ceb9a9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#main-contents .main-cont {
	float:none;
	width:auto;
	margin: 0;
}
#main-contents .menu-cont {
	float:none;
	width:auto;
	margin-top:20px;
}

/* ========================================
	page-nav
======================================== */
#page-nav {
	margin-top: 10px;
	overflow: hidden;
}

#page-nav a.link_before {
	float: left;
}

#page-nav a.link_next {
	float: right;
}


/* ========================================
	sns-btn
======================================== */
#sns-btn {
	width:250px;
}
#sns-btn li {
	float:left;
}
#sns-btn li:first-child {
	margin-right:10px;
}

#page-nav a.link_page,
#page-nav span.current_page {
	display:none;
}

/* ========================================
	page-top
======================================== */
#page-top {
	position:relative !important;
	right: 0 !important;
	bottom: 0 !important;
	width:auto;
}
#page-top img {
	position: absolute;
	right: 0;
	bottom: 0;
	width:70px;
}

}



/* ========================================
	gFooter
======================================== */
#gFooter {
	width: 100%;
	background:url("/common/images/footer_bg.png") repeat-x center bottom;
	text-align: center;
	height:176px;
	color:#4E2400;
}
#gFooter .inner {
	width:890px;
	margin:0 auto;
	padding-top: 25px;
	text-align:center;
}
#gFooter a:link,
#gFooter a:visited {
	text-decoration: none;
}
#gFooter a:hover,
#gFooter a:active {
	text-decoration: underline;
}

#gFooter ul li {
	display:inline;
	font-size: 12px;
}
#gFooter ul li a {
	padding:0 8px;
	border-right:solid 1px #8A6F6D;
	color:#4E2400;
}
#gFooter ul li:first-child a {
	padding:0 8px 0 0;
}
#gFooter ul li:last-child a {
	border-right:0;
	padding:0 0 0 8px;
}
#gFooter .copy {
	margin-top:10px;
}



/*SP*/
@media screen and (max-width:640px) {
#sns-btn {
	width:auto;
	margin-top:10px;
}
#gFooter {
	width: auto;
}
#gFooter .inner {
	width: auto;
	padding:15px 35px 0;
}
#gFooter ul {
	width: auto;
}
#gFooter ul li a {
	padding:0 4px;
}
#gFooter ul li:first-child a {
	padding:0 4px 0 0;
}
#gFooter ul li:last-child a {
	border-right:0;
	padding:0 0 0 4px;
}

}