@charset "UTF-8";
/* CSS Document */
header {
	width: 100%;
	min-height: 7.5em;/*120px*/
	background: #2b1915;
	position: fixed;
	z-index: 999;
}
h1{
	font-size: 1em;
	width: 12.5em;/*200px*/
	margin: 0 auto 0;
	padding-top: 1em;
	text-align: center;
}
#utz {
	position: absolute;
	top: 3em;
	left: 2em;
	width: 2.5em;
}

#main-photo{
	width: 100%;
	/*background: #844d41;*/
}
#main-photo img{
	width: 100%;
	padding-top: 7.5em;
}
.title-bar{
	background-color: #844c41;
}
h2 {
	width: 70%;
	margin: 1em auto;
}
h2 img {
	width: 100%;
}
#pf{
	margin: 1em auto 0;
	min-height: 20em;
	background: url(../images/pf_back_mb.png)  top right no-repeat;
	background-size: 80%;
}
#pf p{
	margin: 2em auto 0;
	width: 80%;
}
h3 {
	width: 100%;
	background: url(../images/h3_back.png) center top no-repeat;
	text-align: center;
	margin: 0;
	font-size: 1.5em;
	padding-top: 0.5em;
	line-height: 1.3;
}
p.photo{
	text-align:center;
	width: 100%;
	margin-top: 0.5em;
}
p.photo img{
	margin: 0 auto;
}
p.text {
	width: 80%;
	margin: 1.5em auto 0;
	padding-bottom: 1em;
}
.section_color{
	background: #f3dec5;
}
p.totop {
	text-align: right;
	font-size: 0.9em;
	padding-right: 1em;
}
p.totop a,p.totop a:hover,p.totop a:visited {
	color: #393939;
}
footer {
	background: #2b1915;
	color: #fff;
	text-align: center;
	font-size:  0.7em;
	min-height: 15em;
	padding-top: 1em;
}
footer a,footer a:hover,footer a:visited{
	color: #FFF;
	text-decoration: none;
}
.pc {
	display: none;
}
.bnr {
	width: 96%;
	margin: 0 auto 1em;
	text-align: center;
}
.bnr img {
	margin-bottom: 0.5em;
}

.item-bnr{
	width: 90%;
	text-align: center;
	margin: 1em auto 0.5em;
}
div.link{
	width: 50%;
	float: left;
	}
div.link img {
	width: 95%;
	}
.dlx-font001{
	font-size: 1.6em;
	width: 95%;
	text-shadow:
	-1px -1px 1px rgba(0, 0, 0, 0.4),
	2px 2px 2px rgba(255, 255, 255, 0.5);
}
#pf p{
	text-shadow:
	0 0 10px #FFF,
	0 0 6px #FFF,	
	0 0 4px #FFF,
	0 0 2px #FFF,
	0 0 1px #FFF;	
	}
.top2bnr{
	float: left;
	width: 50%;
}
.top2bnr p{
	margin:0 auto;
	text-align: center;
}
/**/

/*スクリーンサイズ768以上*/
@media screen and (min-width : 59.9999em){
.mb {
	display: none;
}
.pc {
	display: block;
}
.wrapper {
	width: 60em;/*960px*/
	margin: 0 auto;
	position: relative;
}
h1{
	margin: 0 0 0 4.5em;/*80px*/
	padding-top: 2em;
}
nav ul{
	position: absolute;
	top: 2.375em;/*38px*/
	left: 20em;/*320px*/
	width:32.125em;/*514px*/
}
nav ul li{
	list-style: none;
	background: url(../images/nav_list_back.png);
	width: 10.625em;/*170px*/
	height: 2em;/*40px*/
	text-align: center;
	color: #fff;
	padding-top: 0.5em;
	float: left;
}
nav ul li.shop {
	background: url(../images/nav_list_back_shop.png);	
}
#utz {
	position: absolute;
	top: 1.7em;
	left: 18.2em;
	width: 2.7em;
}
#pf{
	background: url(../images/pf_back.png) top center no-repeat;
	min-height:25em;
	background-position-y: 1em;
}
#pf p{
	font-size: 1.2em;
}
h3 {
	font-size: 2em;
}
.cont-h3 {
	float: left;
	width: 50%;
}
.cont-h3 ul {
	width: 80%;
	margin: 1em auto;
}
.cont-h3 p {
	width: 90%;
	margin-top: 2em;
	min-height: 30em;
}
.cont-h3 p.sotext {
	background: url(../images/photo_so_textback.png) bottom no-repeat;
}
.mid_cont{
	background: url(../images/middle_back.png) top center repeat-x;
	min-height: 20.625em;/*330px*/
	margin-bottom: 2em;
	position: relative;
}
.mid_cont div {
	background: url(../images/middle_cont.png) center center no-repeat;
	min-height: 20.625em;
}
.mid_so {
	width: 12.5em;/*200px*/
	position: absolute;
	top: 6.5em;/*104px*/
	left: 1.25em;/*20px*/
}
.mid_ol {
	width: 12.5em;/*200px*/
	position: absolute;
	top: 6.5em;/*104px*/
	left: 16em;/*20px*/
}
.mid_hh {
	width: 12.5em;/*200px*/
	position: absolute;
	top: 6.5em;/*104px*/
	left: 32em;/*20px*/
}
.mid_ws {
	width: 12.5em;/*200px*/
	position: absolute;
	top: 6.5em;/*104px*/
	left: 47em;/*20px*/
}
.bnr > div{
	float: left;
	width: 14em;
}
.item-bnr{
	width: 80%;
}
div.link{
	width: 33%;	
	}
div.link img {
	width: 95%;
	}

}