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

/*　共通　*/

body {
	background: url(../img/monyou.jpg) repeat;
	padding:0;
	margin:0;
	text-align: left;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:0.8em;
	color:#313131;
}

img { border: 0;}

p {
	padding:0;
	margin:0;
	line-height:150%;
}

a:link {
	text-decoration:none;
	color: #033;}

a:visited {
	text-decoration:none;
	color: #223717;}

a:hover {color: #693;}

a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
	
.m_top10 {margin-top:10px;}
.m_top20 {margin-top:20px;}
.m_top30 {margin-top:30px;}
.m_right40 {margin-right:40px;}
.m_bottom30 {margin-bottom:30px;}

.p_top_5 {padding-top:5px;}
.p_top_30 {padding-top:30px;}
.p_top_50 {padding-top:50px;}
.p_bottom10 {padding-bottom:10px;}

.p_tb_10 {padding:10px 0;}

.t_12px {font-size:12px;}

.t_center { text-align:center; }

.container {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	}

.pankuzu {
	width:840px;
	text-align:right;
	margin: 10px auto;
}

.head {
	width : 840px;
	height: 110px;
	overflow:hidden;
	background-image:url(../img/bg_5.jpg);
	padding:10px 30px;
	margin: 0;
	border-top:#b79d34 solid 1px;
	border-bottom:#b79d34 solid 1px;
	}

.header_left {
	width:360px;
	height:110px;
	float:left;
	padding-top:10px;
}

.header_right {
	width:350px;
	height:100%;
	float:right;
	padding-top:20px;
	text-align:right;
	}

.header_right p {
	font-size:1.05em;
	line-height:150%;
	color:#303;
}


/*----メニュー-------*/
.menu {
	clear:both;
	width:900px;
	height: 40px;
	margin:30px 0;
	padding:0;
	}

.top {
	width: 900px;
	height: 17px;
	margin: 0;
	padding: 0;
	}

.middle {
	width: 900px;
	height: 100%;
	background:url(../img/back_middle.gif) repeat-y;
	margin: 0;
	padding: 0;	
	}
	
.bottom {
	width: 900px;
	height: 17px;
	background: url(../img/back_bottom.gif);
	margin: 0px;
	padding: 0px;
	}
	
.nakami {
	width: 840px;
	height:100%;
	margin: 0 30px;
	padding:0;
	}
	
.box_all {
	clear:both;
	width:100%;
	height:100%;
	overflow:hidden;
}

.title {
	width:840px;
	height:40px;
	text-align:center;
	background-image:url(../img/title_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:30px;
}

.catch {
	width:840px;
	height:100%;
	margin-bottom:30px;
	padding-top:10px;
}
	
.catch h2 {
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	color:#303;
}

.catch p {
	line-height:160%;
	margin-top:20px;
	padding-bottom:30px;
	color:#303;
	border-bottom:#ccaaba dotted 1px;
}

.box_A {
	width:100%;
	height:100%;
	margin-bottom:30px;
	padding:0;
}

.photo {
	width:360px;
	text-align:center;
	margin-bottom:10px;
}

.photo_1 {
	width:390px;
	text-align:center;
}

.explanation {
	width:400px;
	margin-bottom:30px;
}

.explanation h1 {
	margin:0;
	padding-bottom:5px;
	font-size:1em;
	font-weight:normal;
	text-align:center;
	color:#303;
}

.explanation p {
}


.comment {
	margin-top:10px;
	padding:0 30px;
}

.foot {
	margin:20px 30px 30px 30px;
	text-align: center;
	padding-top:20px;
	border-top:#CCAABA solid 1px;
	}

.comment,.foot p {
	font-size:0.9em;
	line-height:130%;
}

/*　フロート　*/

.right {
	width: 410px;
	height: auto;
	float: right;
	margin-bottom: 20px;
	}
	
.left {
	width: 400px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	}
	
.left3 {
	width: 260px;
	height: 220px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 15px;
	}
	
.left4 {
	width: 300px;
	height: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	

.left5 {
	width: 260px;
	height: 280px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	}

.left6 {
	width: 260px;
	height: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 15px;
	}

.floatimg {
	float:right;
	}

.shopimg {
	float:left;
	margin-right: 5px;
	}
	
	
.clear {
	clear: both;
	}

/*　装飾　*/
.text_a {  }

.midashi{
	background-color:#F7F2C4;
    display:block;
	font-weight: bold;
	color:#4b0025;
    padding:8px 10px 5px 10px;
	margin-bottom: 10px;
	}

/*
.midashi2{
	border-left: #CC9 solid 6px;
	padding:.3em .3em .3em .8em;
	font-size: 15px;
	font-weight: bold;
	color: #333;
    }
*/	

.shop{
	background-image:url(../img/bg_5.jpg);
	border-bottom: #C96 solid 1px;
	padding:5px 5px 0 10px;
	font-size:12px;
	font-weight: bold;
	color: #333;
	margin: 5px 0 10px 0;
	width: auto;
	height: 35px;
	line-height:130%;
	overflow:hidden;
    }

.shop_2{
	background-image:url(../img/bg_5.jpg);
	border-bottom: #C96 solid 1px;
	padding:5px 2px 0 5px;
	font-size:12px;
	font-weight: bold;
	color: #333;
	margin: 5px 0 10px 0;
	width: auto;
	height: 35px;
	overflow:hidden;
    }

.miyage {
	background-image:url(../img/bg_6.jpg);
	border-bottom: #69C solid 1px;
	padding:5px 5px 0 10px;
	font-size:12px;
	font-weight: bold;
	color: #333;
	margin: 5px 0 10px 0;
	width: auto;
	height: 35px;
	overflow:hidden;
    }
	
.zakka {
	background-image:url(../img/bg_7.jpg);
	border-bottom: #690 solid 1px;
	padding:5px 5px 0 10px;
	font-size:12px;
	font-weight: bold;
	color: #333;
	margin: 5px 0 10px 0;
	width: auto;
	height: 35px;
	overflow:hidden;
    }
	
.box_b {
	clear:both;
	width:260px;
	overflow:hidden;
}

.shop_t {
	width:155px;
	float:right;
}

.shop_t2 {
	width:180px;
	float:right;
}
	
.shopname {
	float:left;
	/*line-height:150%;*/
}
.shopname_2 {
	float:left;
	line-height:150%;
	margin-top:8px;
}

.place{
	color: #C33;
	float: right;
	}

.place_2{color: #C33;}


.gaiyou {
	width:400px;
	font-size:0.9em;
	line-height:150%;
}


.hyo_title{
	background-color:#CEBC1C;
	border-bottom:#FFF solid 2px;
	padding: 7px;
	font-size:1.1em;
	font-weight: bold;
	color: #FFF;
	}


.hyo1{
	padding:6px;
	width:60px;
	background-color:#F4EA9F;
	border-bottom:#CEBC1C solid 1px;
	border-left:#CEBC1C solid 1px;
	border-right:#CEBC1C solid 1px;
	color: #303;
	text-align:center;
	}
	
.hyo2{
	padding:6px;
	background-color:#fff;
	border-bottom:#CEBC1C solid 1px;
	border-right:#CEBC1C solid 1px;
	}

.houmotsu{
	width: 360px;
	color: #333;
	margin:20px auto;
	padding:20px 0;
	border-bottom:#CCC solid 1px;
}

.houmotsu img {
	margin:auto;
}

.houmotsu p{
	margin-top:10px;
}

.name {
	font-size:1em!important;
	text-align:center;
}
/*
.goods{
	width: 250px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
    }
*/	
.cap {
	font-size: 1em;
	line-height:140%;
	}

.shousai {
	width: 260px;
	height: 30px;
	float: right;
	margin-top:20px;
	text-align:right;
	}

.shousai_2 {
	width: 260px;
	height: 30px;
	float: right;
	margin-top:15px;
	text-align:right;
	}

.shousai_3 {
	width: 260px;
	height: 30px;
	margin-top:15px;
	}

.shousai_4 {
	width: 260px;
	height: 30px;
	}

/*オリジナルグッズ*/

.goods {
	margin-top:30px;
	padding:0;
}

.goods th {
	width:280px;
	text-align:center;
	padding:20px 0;
}

.goods td {
	height:40px;
	text-align:center;
	border-bottom:#CCC solid 1px;
}

.goods p {
	font-size:0.9em;
	line-height:110%;
}

.course {
	width:385px;
	font-size:12px;
	margin:5px 0 20px 0;
}

.event {
	width:820px;
	padding:10px;
}

.event a:link{
	text-decoration:none;
	color: #000;}

.event a:visited{
	text-decoration:none;
	color: #333;}

.event a:hover{
	color: #999;}


.event_list {
	width:820px;
	margin-bottom:30px;
	font-size:11.5px;
	border:#999 solid 1px;
}

.event_list th {
	text-align:center;
	font-weight:normal;
	color:#600;
}

.event_list td {
	padding-left:10px;
	border-top:#999 solid 1px;
}
.event_title {
	font-size:1.1em;
	color:#603;
}

/*2016*/
.box_gaiyou {
	clear:both;
	width:400px;
	overflow:hidden;
	margin-bottom:30px;
}

.title1 {
	padding:3px;
	margin-top:15px;
	width:60px;
	height:100%;	
	background-color:#F4EA9F;
	border:#CEBC1C solid 1px;
	color: #303;
	text-align:center;
	float:left;
}

.text1 {
	width:320px;
	height:100%;
	float:right;
	padding:3px;
	margin-top:15px;
}

.fee {
	border-top:#989898 solid 1px;
	border-left:#989898 solid 1px;
	font-size:12px;
}

.fee th {
	text-align:center;
	border-right:#989898 solid 1px;
	border-bottom:#989898 solid 1px;
	line-height:130%;
}
.fee td{
	padding:2px 5px;
	border-right:#989898 solid 1px;
	border-bottom:#989898 solid 1px;
}

.subtitle {
	text-align:center;
	color:#8C0D2D;
	font-size:1.21em !important;
	padding:0;
	margin:0;
}

.info {
}

.info td { 
padding:5px 5px 3px 5px;
border-bottom:#AAA dotted 1px;
}

.area {
	padding:15px 0 0 0;
	margin:0;
}