@charset "utf-8";

@import url("reset.css");


/* -------------------------------
   BASE
------------------------------- */

.mt-10 {margin-top:-10px!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px!important;}
.mt70 {margin-top:70px!important;}

.ml10 {margin-left:10px!important;}
.ml20 {margin-left:20px!important;}
.ml30 {margin-left:30px!important;}
.ml40 {margin-left:40px!important;}

.left { float:left;}
.right { float:right;}
.fNone { float:none!important;}

.tLeft { text-align:left!important;}
.tRight { text-align:right!important;}
.tCenter { text-align:center!important;}
.vTop { vertical-align:top!important;}

.nowrap { white-space:nowrap; }

.bold { font-weight:bold; }

.blue { color:#144398;}
.red { color:#CC000C;}
.green { color:#AEC533;}
.pink { color:#FF6699;}
.orange { color:#FF3F00;}

.f10 { font-size:10px!important;}
.f11 { font-size:11px!important;}
.f12 { font-size:12px!important;}
.f13 { font-size:13px!important;}
.f15 { font-size:15px!important;}
.f16 { font-size:16px!important;}
.f18 { font-size:18px!important;}
.f24 { font-size:24px!important;}

.block { display:block!important; }

.clear { clear:both; }


/* -------------------------------
   common
------------------------------- */

body {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:14px;
	line-height:1.5;
	background:url(../img/common/bg.jpg) center top repeat-y;
	color:#461313;
}
#wrap {
	position:relative;
	width:100%;
	min-width:960px;
	overflow:hidden;
}

a {
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#pagetit {
	text-align:center;
	width:960px;
	margin:0 auto;
	padding:20px 0;
}
#contents {
	position:relative;
	z-index:1;
	font-size:16px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
	background:rgba(255,255,255,0.35);
}
.sec {
	margin:0 auto;
	padding:40px 0;
	text-align:center;
}
.sec h2.tit {
	margin-bottom:40px;
}
.sec p {
	line-height:1.8;
}
.sample {
	width:960px;
	margin:0 auto;
	padding:60px 0 0 0;
}
.sample li {
	float:left;
	width:300px;
	margin:0 0 30px 30px;
	text-align:center;
	line-height:1.2;
}
.sample li:nth-child(3n+1) {
	clear:left;
	margin-left:0;
}
.sample li .name {
	display:block;
	color:#461313;
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
}
.sample li .price {
	display:block;
	font-size:14px;
}
#gallerySec {
	width:960px;
	margin:40px auto 0 auto;
	text-align:center;
	padding-bottom:60px;
}
#gallerySec h2 {
	margin-bottom:25px;
}
#gallerySec li {
	float:left;
	width:180px;
	margin:15px 0 0 15px;
}
#gallerySec li:nth-child(5n+1) {
	clear:left;
	margin-left:0;
}


/* -------------------------------
   header
------------------------------- */

#header {
	position:relative;
	background:rgba(255,255,255,0.35);
	z-index:1;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
}
#header #logo {
	position:relative;
	width:178px;
	height:180px;
	margin:0 auto;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	z-index:1;
}
#header #gNav {
	width:960px;
	margin:-180px auto 0 auto;
}
#header #gNav li {
	float:left;
}
#header #gNav li:nth-child(4) {
	margin-right:176px;
}


/* -------------------------------
   footer
------------------------------- */

#footer #fTop {
	background:url(../img/common/ftop_bg.jpg) center top repeat;
	padding:50px 0;
}
#footer #fTop dl {
	float:left;
	border-right:1px dotted #461414;
	width:50%;
	text-align:center;
	padding:10px 0 20px 0;
}
#footer #fTop dl:first-child {
	border-left:1px dotted #461414;
}
#footer #fTop dl dt {
	margin-bottom:20px;
}
#footer #fTop dl dd {
	line-height:21px;
}
#footer #fTop #fOrder {
	width:
}
#footer #fBottom {
	border-top:1px solid #FFF;
	background:url(../img/common/fbottom_bg.jpg) center top 
	repeat;
	padding:40px 0;
}
#footer #fTop .clearfix,
#footer #fBottom .clearfix {
	width:960px;
	margin:0 auto;
}
#footer #fAccess {
	float:left;
	width:460px;
	text-align:center;
}
#footer #fAccess iframe {
	border:5px solid #FFF;
}
#footer #fAccess dt {
	font-weight:bold;
	margin-top:10px;
}
#footer #fFacebook {
	float:right;
	width:460px;
	border:5px solid #FFF;
}
#fCopyright {
	background:#333;
}
#fCopyright .clearfix {
	width:960px;
	margin:0 auto;
}
#fCopyright #nobuta {
	float:left;
}
#fCopyright #copyright {
	float:right;
	padding:20px 0;
}


/* -------------------------------
   home
------------------------------- */

#main {
	width:960px;
	height:450px;
	margin:0 auto;
}
#main ul {
	position:relative;
	width:1050px;
	height:450px;
	margin:0 -45px;
	background:url(../img/home/main_bg.jpg)
}
#main li {
	position:absolute;
}
#main li:hover a {
	opacity:0.75;
}
#main li a:first-child {
	display:block;
	overflow:hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#main li a:first-child img {
	position:absolute;
	top:0;
	left:0;
}
#main li a:last-child {
	position:absolute;
}
#mainNav01 {
	top:10px;
	left:25px;
}
#mainNav01 a:first-child {
	width:191px;
	height:199px;
}
#mainNav01 a:last-child {
	top:180px;
	left:95px;
}
#mainNav02 {
	top:218px;
	left:164px;
}
#mainNav02 a:first-child {
	width:193px;
	height:196px;
}
#mainNav02 a:last-child {
	top:-85px;
	left:80px;
}
#mainNav03 {
	top:26px;
	left:294px;
}
#mainNav03 a:first-child {
	width:199px;
	height:190px;
}
#mainNav03 a:last-child {
	top:170px;
	left:57px;
}
#mainNav04 {
	top:230px;
	left:448px;
}
#mainNav04 a:first-child {
	width:199px;
	height:191px;
}
#mainNav04 a:last-child {
	top:-86px;
	left:48px;
}
#mainNav05 {
	top:5px;
	left:586px;
}
#mainNav05 a:first-child {
	width:193px;
	height:196px;
}
#mainNav05 a:last-child {
	top:176px;
	left:61px;
}
#mainNav06 {
	top:224px;
	left:729px;
}
#mainNav06 a:first-child {
	width:190px;
	height:200px;
}
#mainNav06 a:last-child {
	top:-79px;
	left:57px;
}
#mainNav07 {
	top:20px;
	left:850px;
}
#mainNav07 a:first-child {
	width:191px;
	height:199px;
}
#mainNav07 a:last-child {
	top:177px;
	left:94px;
}
#mainFb {
	position:relative;
	top:333px;
	left:350px;
}
#mainFb a {
	width:102px;
	height:102px;
}
#mainTw {
	position:relative;
	top:255px;
	left:35px;
}
#mainTw a {
	width:102px;
	height:102px;
}
#mainIg {
	position:relative;
	top:305px;
	left:925px;
}
#mainIg a {
	width:102px;
	height:102px;
}


/* -------------------------------
   q&a
------------------------------- */

#qaList {
	padding:60px 0;
	width:960px;
	margin:0 auto;
}
#qaList dt {
	position:relative;
	background:url(../img/qa/icon_q.png) left top no-repeat #FFF;
	line-height:32px;
	padding:0 78px 0 42px;
	margin-top:40px;
	font-weight:bold;
	cursor:pointer;
}
#qaList dt:first-child {
	margin-top:0;
}
#qaList dt:after {
	content:url(../img/qa/open.png);
	position:absolute;
	top:0;
	right:0;
}
#qaList dt.open:after {
	content:url(../img/qa/close.png);
}
#qaList dd {
	background:url(../img/qa/icon_a.png) left top no-repeat;
	padding:0 78px 0 42px;
	margin-top:20px;
	font-size:14px;
	display:none;
}