@charset "UTF-8";
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{
    margin:0;
    padding:0;
}
ol,ul {list-style:none;}
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
img{max-width: 100%;}
a img {border-style:none;//IE8}
a {
	  -webkit-transition: all 0.5s ease-out;
	  -moz-transition: all 0.5s ease-out;
	  -o-transition: all 0.5s ease-out;
	  transition: all 0.5s ease-out;
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
	color:#BB2F22;}
a:link {color:#BB2F22;}
a:visited {color:#BB2F22;}
a:focus{outline:0}
a:hover {
    filter: alpha(Opacity=50);
    opacity: 0.5;
}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top}
.clrfx:before,
.clrfx:after {
    content: " ";
    display: table;
}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.ml_03 {margin-left: -0.3em;}
.hoverOp:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.opcity{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.caption{
	font-size: 12px;
	line-height: 1.6;
}


body {
	background-color:#EDEAEA;
	background-attachment: fixed;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2em;
	color:#3E3A39;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 120px;
/*
  padding-left: 50px;
	padding-right: 50px;
*/
}

.item {
	background-color:#FFFFFF;
}

.item_text {
	width:500px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
}

.mokuji {
	width:900px;
	height:750px;

}
.mokuji_left {
	width:450px;
	height:750px;
	float:left;
}
.mokuji_right {	
	width:450px;
	height:750px;
	float:right;
}


.info {
	background-color:#FFFFFF;
	width:900px;
	padding-top: 40px;
	margin-bottom:80px;
}

.info_text {
	width:500px;
	margin:0 auto;
	padding-bottom:60px;

}

.shop_info {
	background-color:#3E3A39;
	font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#FFFFFF;
	width:80%;
	padding-top: 60px;
	padding-bottom:60px;
	margin:0 auto;
	margin-bottom:80px;
	text-align:center;
}


.info_btn {
	width:450px;
	margin-left: 480px;
}

.link {
	width:850px;
	margin-top:130px;
	text-align: center;
}

.link a {
	display: inline-block;
	margin-left: 28px;
}
.link .ml0 {
	margin-left: 0;
}
.link > img {
	margin-bottom: 40px;
}

.link_left {
	float:left;
	width:410px;
	margin-right:30px;
}
	
.footer{
	clear: both;
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 100px;
	}

.footer table{
  /* width: 1000px; */
  width: 900px;
	margin: 0 auto;
}

.footertext a{
	color: #000000;
	font-size: 12px;
}
/*ColorBox Custum*/
#cboxPrevious {
  right: 50px;
}

#cboxNext {
  right: -5px;
}
#cboxCurrent {
  font-size: 10px;
  bottom: -36px;
}


/* ----------------------------
 * For SlideShow
 * ---------------------------- */
div#slide {
	margin: 20px 0 80px 0;
	position: relative;
}

#slideImg {
	width: 100%;
	text-align: center;
}


#slideImg {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.btnArea {
	display: inline-block;
	height: 35px;
	z-index: 9999;
	width: 850px;
	text-align: center;
	margin-top: 46px;
}
#prevBtn {
	float: left;
}
#nextBtn {
	float: right;
}

@media only screen and (max-width: 479px) {
	body {width: 100%;margin: 0 auto; font-size:13px; letter-spacing: -0.5px; line-height:22px; }
	img{max-width:100%;height:auto;}
	.hoverOp:hover{filter: alpha(opacity=100);opacity: 100;}
	#wrapper {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
	padding-left: 0px;
	padding-right: 0px;
	}
	.fl,.fr {float: none;}
	.forPc{display:none;}
	
	.item_text {
		width:450px;
		margin:0 auto;
		padding-top:60px;
		padding-bottom:60px;
	}
}
