@charset "utf-8";
/* CSS Document */

.wrapper{
	background:url(../images/bg.png) 0 0;
	background-size:cover;
	border-bottom:solid 1px #000000;
	padding-bottom:60px;
}
article{
	width:960px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
	position:relative;
}
header{
	background:url(../images/nav_bg2.png) repeat-x 0 40px;
}
.head_inn{
	background:url(../images/nav_bg.png) no-repeat 0 40px;
	max-width:1500px;
	min-width:960px;
	height:161px;
	margin:0 auto;
	position:relative;
}
.head_inn h1{
	position: absolute;
	left: 242px;
}
.head_inn nav{
	width: 900px;
	position: absolute;
	left: 368px;
	top: 57px;
}
.head_inn nav li{
	float:left;
	padding:0 20px;
	font-weight:bold;
	border-right:dotted 1px #000000;
	display:block;
}
footer{
	padding:30px 0 0 0;
}
.foot_inn{
	width:780px;
	margin:0 auto;
	position:relative;
}
.foot_inn h2{
	width:71px;
	float:left;
}
.address_box{
	background:url(../images/foot_add_bg.png) no-repeat 0 0;
	height:140px;
	width:346px;
	float:left;
	font-size:13px;
	font-weight:bold;
	position:relative;
	margin:0 18px 50px 0;
}
.address_box p{
	position: absolute;
	left: 17px;
	top: 12px;
}
.address_box dl{
	position: absolute;
	left: 17px;
	top: 46px;
}
.address_box dt{
	float:left;
	width:30%;
	line-height:1.5em;
}
.address_box dd{
	float:left;
	width:70%;
	line-height:1.5em;
}
.foot_menu{
	width:341px;
	float:left;
}
.foot_menu h3{
	background:url(../images/foot_menu_bg.png) no-repeat 0 0;
	width:341px;
	height:31px;
	padding-top:10px;
	text-align:center;
}
.foot_menu ul{
	width:42%;
	float:left;
	font-size:12px;
	margin:10px;
}
.foot_menu li:before{
	content:url(../images/ic_square.png);
}
footer .map{
	border-top:solid 1px #939393;
	padding: 20px 0;
	clear:both;
	margin:30px 0 0 0;
}
footer .copy{
	background:#eaeaea;
	color:#494949;
	padding:15px 0;
	text-align:center;
	font-family: Brandon Grotesque;
}
footer .modoru{
	background: url(../images/modoru_ic.png) 80px center no-repeat;
	font-family: Brandon Grotesque;
	color: #494949;
	width: 100px;
	position:relative;
	top:-80px;
	left:760px;
}
footer .modoru a:link{
	text-decoration:none;
}



/* --------------------
	   index.html
--------------------- */
.top .slide{
	width:560px;
	float:left;
	text-align:center;
}
.top .menu{
	float:left;
	width:350px;
	padding:20px 0 0 0;
}
.top .menu li{
	margin-bottom:20px;
}
.top_bi{
	background:url(../images/bi_bg.png) 0 bottom;
	height:270px;
	width:320px;
	float:left;
	border:solid 1px #c9c9c9;
	position:relative;
	margin-right:15px;
}
.top_bi h2{
	background:#fff;
	padding:10px;
}
.top_bi p{
	width:260px;
	margin:15px auto 0px auto;
	font-size:13px;
	line-height:1.6em;
	display:block;
}
.more_btn{
	background: url(../images/ic.png) no-repeat center right;
	width: 80px !important;
	position: absolute;
	left: 204px;
	top: 225px;
	padding-right: 10px;
}
.top_gallery{
	background:url(../images/gallery.png) 0 bottom;
	height:270px;
	width:320px;
	float:left;
	border:solid 1px #c9c9c9;
	position:relative;
	float:left;
}
.top_gallery h2{
	background:#fff;
	padding:10px;
}
.top_gallery p{
	width:260px;
	margin:15px auto 0px auto;
	font-size:13px;
	line-height:1.6em;
	display:block;
}
.facebook{
	padding:20px 0;
	clear:both;
	width:660px;
}
.top_att{
	background:url(../images/attend_bg.png) no-repeat 0 0;
	height:44px;
	font-size:13px;
	text-align:center;
	padding:13px;
}
/* --------------------
	   2階層目共通
--------------------- */
.left_nav{
	width:257px;
	margin:0 18px 0 0;
	float:left;
}
.left_menu{
	background:#fff;
	border:solid 1px #939393;
	border-bottom:solid 3px #939393;
	margin-bottom:30px;
}
.left_menu h2{
	background:url(../images/left_ic.png) no-repeat 10px 10px;
	font-size:24px;
	font-weight:bold;
	padding:20px 20px 20px 80px;
	border-bottom:solid 1px #939393;
}
.left_menu ul{
	padding:10px 60px 10px 20px;
}
.left_menu li{
	border-bottom:dotted #757575 1px;
	padding:5px 0;
	font-size:13px;
}
.left_menu li:last-child{
	border-bottom:none;
}
.left_menu a:hover{
	text-decoration:none;
}
.left_menu li:before{
	content: "・";
}
.left_news{
	position:relative;
}
.left_news h2{
	color:#847228;
	font-size:24px;
	font-weight:bold;
}
.left_news h2:before{
	content: "●";
}
.left_news dl{
	background:url(../images/news_bg.png) no-repeat 0 0;
	font-size:12px;
	padding:10px 20px 20px 20px;
	margin-top:20px;
	height:186px;
	overflow:hidden;
	line-height:1.8em;
}
.left_news dt{
	color:#9b1b1b;
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.left_news dd{
	padding:10px 0;
	border-bottom:solid 2px #c7c7c2;
}
.left_news dd:last-child{
	border-bottom:none;
}
.left_news .all_btn{
	position: absolute;
	left: 180px;
	top: 224px;
}
.left_sns {
	margin-top:30px;
}
.left_sns ul{
	width:200px;
	margin:0 auto;
}
.left_sns li{
	font-size:10px;
	width:53px;
	text-align:center;
	color:#9a9a9a;
	float:left;
	margin: 0 5px;
}
.left_sns li a img{
	margin-bottom:-10px;
	padding:0;
}
.left_sns li a{
	color:#9a9a9a;
	font-family: Brandon Grotesque;
}
.right_cont{
	width:680px;
	float:left;
}
.page .left_nav{
	margin-top:60px;
}

/* --------------------
	   about
--------------------- */
.about h2{
	background:url(../images/about/ttl_bg.png) no-repeat 0 0;
	height:58px;
	font-size:21px;
	color:#9e1d2c;
	padding:98px 0 0 30px;
	margin:0;
}
.about .ph{
	text-align:center;
	padding:20px 0;
}
.about .tx{
	/*color:#4c4c4c;*/
	font-size:14px;
	line-height:1.8em;
}

/* --------------------
	   gallery
--------------------- */
.gallery h2{
	background:url(../images/gallery/ttl_bg.png) no-repeat 0 0;
	height:50px;
	font-size:21px;
	color:#9e1d2c;
	padding:38px 0 0 230px;
	margin:0;
}
.gallery .main_ph{
	margin:20px;
}
.gallery ul{
	width:565px;
	margin:18px;
}
.gallery li{
	float:left;
	margin:3px;
}
.gallery h3{
	clear:both;
	margin:40px 0 20px 0;
	font-size:18px;
}


/* --------------------
	   news
--------------------- */
.news h2{
	background:url(../images/news/ttl_bg.png) no-repeat 0 0;
	height:63px;
	font-size:21px;
	color:#9e1d2c;
	padding:60px 0 0 140px;
	margin:0;
}
.news dl{
	padding:20px;
	font-size:14px;
	line-height:1.8em;
	color:#5e5e5e;
	border-bottom:solid 1px #000000;
	overflow:hidden;
}
.news dt{
	width:20%;
	float:left;
	line-height:1.8em;
	color:#5e5e5e;
}
.news dd{
	width:80%;
	float:left;
	margin-bottom:30px;
	line-height:1.8em;
	color:#5e5e5e;
}
.news .pager{
	position: relative;
    overflow: hidden;
}
.news .pager ul{
    position: relative;
    left: 50%;
	float: left;

}
.news .pager li{
	color:#9e8418;
	float:left;
	padding:25px 10px 0 10px;
	position: relative;
    left: -50%;
	font-size:14px;
}
.news .pager li img{
	padding-top:5px;
}
.news .pager .on{
	color:#3f3f3f;
	font-size:20px;
}


/* --------------------
	   order
--------------------- */
.order h2{
	background:url(../images/order/ttl_bg.png) no-repeat 0 0;
	height:50px;
	font-size:21px;
	color:#9e1d2c;
	padding:80px 0 0 80px;
	margin:0;
}
.order dl{
	padding:20px;
}
.order dt{
	font-size:17px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.order dd{
	font-size:13px;
	color:#5b5b5b;
	line-height:1.8	em;
}

/* --------------------
	   work
--------------------- */
.work h2{
	background:url(../images/work/ttl_bg.png) no-repeat 0 0;
	height:50px;
	font-size:21px;
	color:#9e1d2c;
	padding:55px 0 0 20px;
	margin:0 0 30px 0;
}
.work dl{
	padding:20px;
	height:97px;
	position:relative;
}
.work dt{
	font-size:16px;
	margin-bottom:10px;
}
.work dd{
	font-size:13px;
}
.work .photo{
	position: absolute;
	width: 129px;
	left: 518px;
	top: 28px;
}

/* --------------------
	   price
--------------------- */
.price h2{
	background:url(../images/price/ttl_bg.png) no-repeat 0 0;
	height:40px;
	font-size:21px;
	color:#9e1d2c;
	padding:22px 0 0 25px;
	margin:0 0 0px 0;
}
.price .tx{
	font-size:13px;
	padding:20px;
	/*color:#565656;*/
}
.price dl{
	padding:20px;
}
.price dt{
	font-size:21px;
	font-weight:bold;
	margin-bottom:20px;
}
.price dd{
	font-size:13px;
	color:#565656;
}
.contact_btn{
	border:solid 1px #000000;
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 50%, #cccccc 100%);
	background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 50%,#cccccc 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 50%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
	width:160px;
	font-size:12px;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
	cursor:pointer;

}
.back_btn{
	border:solid 1px #000000;
	background:#E5E5E5;
	width:100px;
	font-size:12px;
	text-align:center;
	padding:10px 0;
	margin:0 10px;
	background: #e5e696; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e696 0%, #d1d360 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e5e696 0%,#d1d360 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e5e696 0%,#d1d360 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#d1d360',GradientType=0 ); /* IE6-9 */
	cursor:pointer;

}
/* --------------------
	   shop
--------------------- */
.shop h2{
	background:url(../images/shop/ttl_bg.png) no-repeat 0 0;
	height:50px;
	font-size:21px;
	color:#9e1d2c;
	padding:20px 0 0 155px;
	margin:0 0 0px 0;
}
.shop h3{
	padding:20px;
}
.shop .address{
	font-size:13px;
	color:#545454;
	padding:0 20px;
	margin-right:60px;
	float:left;
}
.shop .photo{
	float:left;
	margin-bottom:20px;
}
.shop .enkaku{
	border-top:solid #f1f0f0 1px;
	width:620px;
	margin:30px 0;
}
.shop .enkaku{
	padding:20px;
}
.shop .enkaku dt{
	font-size:18px;
	margin:20px 0;
}
.shop .enkaku dd{
	padding-left:20px;
}
.shop .enkaku dd li{
	font-size:14px;
	color:#545454;
	line-height:1.5e,;
	list-style:disc;
}


/* --------------------
	   contact
--------------------- */
.contact h2{
	background:url(../images/contact/ttl_bg.png) no-repeat 0 0;
	height:70px;
	font-size:21px;
	color:#9e1d2c;
	padding:25px 0 0 30px;
	margin:0 0 0px 0;
}
.faq h2{
	background:url(../images/contact/ttl_bg2.png) no-repeat 0 0 !important;
	height:60px;
	font-size:21px;
	color:#9e1d2c;
	padding:32px 0 0 20px;
	margin:0 0 0px 0;
}
.contact dl{
	padding:20px;
}
.contact dt{
	width:30%;
	font-size:15px;
	float:left;
	margin-bottom:25px;
}
.contact dd{
	width:70%;
	float:left;
	margin-bottom:25px;
}
.contact dd input,textarea{
	border:none;
	padding:5px;
	border:solid 1px #000000;
}
.contact span{
	color:#ff0000;
}
.contact .btn{
	text-align:center;
}
.contact .faq{
	margin:50px 0 0 0;
}
.contact .faq dl{
	padding:0px 20px 20px 20px;
	margin:0;
	width:100%;
}
.contact .faq dt{
	width:100%;
	font-size:13px;
	margin:0;
	padding:0;
}
.contact .faq dd{
	width:100%;
	font-size:13px;
	color:#5b5b5b;
	margin:0 0 20px 0;
	padding:0;
}

.left_news dd{
	height:40px;
}
.pager a {
	color:inherit;
}
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}
.mod_gallery_navi li {
  float: left;
  margin: 0 7px;
  width: 103px;
}

.mod_gallery_navi ul li img {
  height: auto;
  width: 100%;
}

.section_content .content_img img {
    max-width: 100%;
    height: auto;
}
#carousel ul {
	width: 90% !important;
}

#carousel .flex-viewport, #carousel .flex-viewport ul {
	margin-right: -15px;
}

#carousel li {
  margin: 0 7px 2px 0;
}
