@charset "UTF-8";
/* CSS Document */
.test {
	border: 1px solid #ff0000;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	line-height: 100%;
	line-height: 1.1em;
	color: #434343;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/common/bg_page.png);



}
em {
	color: #0a69e6;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;	
	}

/*--------------header---------------*/
#Header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 100%;
	position: relative;
	background-image: url(../images/common/bg_header.png);
	background-repeat: repeat-x;
	background-position: top;
}
#Header h1 {

	font-size: 76%;
	line-height: 1.0em;

	font-weight: normal;
	padding:20px 0 3px 3px;
	color:#663333;
}
#Logo {
	position: absolute;
	bottom: 10px;
	left: 0px;
}
.chumon {
	position: absolute;
	top: 40px;
	right: 10px;
}
.chumon li {
	width: 86px;
	height: 55px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background: -moz-linear-gradient(center top, #f8f8f8, #c6c6c6 50%, #a5a5a5 51%, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), color-stop(50%, #c6c6c6), color-stop(51%, #a5a5a5), to(#e8e8e8));
	border-radius: 5px;
	margin: 8px 0 0 0;
	text-align: center;
	box-shadow: 1px 1px 2px #333;
	list-style-type: none;
	line-height: 50px;
}
.chumon li a {
	text-decoration: none;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	font-size: 80%;
	display:block;
		width: 86px;
	height:55px;


}
#Key-visual {
	position: relative;
	width: 100%;
	margin-bottom:10px;
}
#Key-visual p {
	width: 50%;
	position: absolute;
	right: 5px;
	top: -10px;
	z-index: 1000;
}
.sub-visual {
	height: 100%;
	margin: 0px 0;
	padding: 0px 0 0 0;
}
.banner {
	text-align: center;
	margin: 0 auto;
	height: 100%;
}
.banner img {
	max-height: 100%;
	max-width: 100%;
}
/*--------------navi---------------*/
#Navi {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	font-family: 'Felipa', cursive;
	background-image: url(../images/common/nav_back.jpg);
	background-repeat: repeat-x;
}
#Navi li {
	width: 50%;
	height: 50px;
	float: left;
	list-style: none;
}
#Navi li a {
	text-decoration: none;
	font-size: 120%;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 17px 0 0px 0px;
	text-shadow: 1px 1px 1px #300;
	height: 33px;
	color: #fff;
	text-align: center;
}
#Navi li:nth-child(even) a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
#Navi li span {
	background-image: url(../images/common/icon3.png);
	background-repeat: no-repeat;
	background-position: 20px 18px;
	height: 50px;
	display: block;
	letter-spacing: 0.2em;
}
/*--------------key_visual---------------*/


/*--------------footer---------------*/


#SwitchButton {
	clear: both;
	text-align: center;
	font-size: 74%;
	display: block;
	margin: 0px;
	padding:15px 0 5px;
color:#663333;
}
#SwitchButton a {
	color:#fff;
	text-decoration:underline;
color:#663333;
}
#Footer {
	margin: 0px;
	height: 70px;
	width: 100%;
	display: block;
	clear: both;
	font-size: 74%;
	text-align: center;
	position: relative;
	background-image: url(../images/common/bg_container.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #663333;
}


.f_top {
	width: 100%;
	background-image: url(../images/common/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;	
	
	
	
	}

/*------------.gotop-----------------*/

.gotop {
	text-align: right;
	margin: 5px;
	margin-top: 20px;
}
.gotop a {
	background: -moz-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feccb1), color-stop(50%, #ff8f00), color-stop(50%, #ff8f00), color-stop(100%, #ffa83f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* W3C */
	padding: 3px 6px 3px 6px;
	border-radius: 5px;
	text-decoration: none;
	color: #FFF;
}
/*------------.tel_btn-----------------*/


#Tel-btn {
	background-color: #FFF;
	padding: 0px;
	height: 70px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-radius: 5px;
	background: -moz-linear-gradient(center top, #f8f8f8, #c6c6c6 50%, #a5a5a5 51%, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), color-stop(50%, #c6c6c6), color-stop(51%, #a5a5a5), to(#e8e8e8));
	float: right;
	width: 120px;
	display: block;
}
#Tel-btn a {
	font-size: 15px;
	line-height: 70px;
	color: #000;
	text-align: center;
	display: block;
	text-decoration: none;
}
#Tel-btn2-wrapper {
	background-color: #000;
	padding: 0px;
	height: 40px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background: -moz-linear-gradient(center top, #f8f8f8, #c6c6c6 50%, #a5a5a5 51%, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), color-stop(50%, #c6c6c6), color-stop(51%, #a5a5a5), to(#e8e8e8));
}
#Tel-btn2 {
	margin: 0px;
	padding: 0px;
	height: 40px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#Tel-btn2 li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 50%;
	background-image: url(../images/common/icon3_or.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}
#Tel-btn2 li a {
	text-shadow: 1px 1px 0px #999;
	font-size: 76%;
	line-height: 20px;
	color: #313131;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-shadow: 1px 1px 0px #CCC;
}
#Tel-btn2 li:last-child a {
	background-image: url(../images/common/bar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*--------------contents---------------*/
.contents-wrapper {
	margin: 0px;
	height: auto;
	width: 100%;
}
#Main-topic {
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 5px;
	background-image: url(../../images/body_bg.jpg);
	background-repeat: repeat;
	padding-bottom: 10px;
}
.inner-contents {
	width: 96%;
	height: auto;
	margin: 0 auto;
	/*	padding:5px 10px 10px 10px;*/
	font-size: 76%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	line-height: 1.4;
	overflow: auto;
	/*	border: 1px solid #bfbfbf;
	border-top: 1px solid #fff;*/
	margin: 0px auto 0 auto;
	background-image: url(../images/common/bg-content.png);
	background-repeat: repeat;
	overflow-x: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	
	
	
	
	
	-moz-box-shadow: 0px 1px 3px #f5dba7,
		inset 0px 0px 3px #f5dba7;
	-webkit-box-shadow: 0px 1px 3px #f5dba7,
		inset 0px 0px 3px #f5dba7;
	box-shadow: 0px 1px 3px #f5dba7,
		inset 0px 0px 3px #f5dba7;	


}
.m-in {
	margin-top: -8px;
}
h2.long {
	font-size: 114%;
	width: 96%;
	height: 45px;
	padding: 0px 1px 0 1px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin: 10px auto 0 auto;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	background-repeat: no-repeat;
	position: relative;
	-moz-box-shadow: 0px 1px 3px #f5ce88,
		inset 0px 0px 5px #f5ce88;
	-webkit-box-shadow: 0px 1px 3px #f5ce88,
		inset 0px 0px 5px #f5ce88;
	box-shadow: 0px 1px 3px #f5ce88,
		inset 0px 0px 5px #f5ce88;
	color: #d3bb7a;
	color: #e1ce8c;
	color: #fff;
	
	text-shadow: 0px 0px 5px #743a3a;
	background-image: url(../images/common/h3_back.jpg);
	background-position: left center;	

}




h2.longbtn {
	font-size: 114%;
	width: 96%;
	height: 45px;
	padding: 0px 1px 0 1px;
	border-radius: 10px;
	margin: 10px auto 0 auto;
	color: #fff;W
/*	color: #c9b8dc;
*/	text-shadow: 1px 1px 2px #34313c;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	background-repeat: repeat;
	position: relative;
	background-image: url(../images/common/h2.png);	
	
	-moz-box-shadow:
		0px 1px 3px #c79c4c,
		inset 0px 0px 5px #c79c4c;
	-webkit-box-shadow:
		0px 1px 3px #c79c4c,
		inset 0px 0px 5px #c79c4c;
	box-shadow:
		0px 1px 3px #d3bb7a,
		inset 0px 0px 5px #c79c4c;
	color: #d3bb7a;
		color: #e1ce8c;
	text-shadow: 0px 0px 3px #fff;


}








h2 span {
font-family: 'Felipa', cursive;
}
/*h2 img {
	position:absolute;
	bottom:-5px;
	right:-3px;
}
*/



/*------------.gotop-----------------*/
/*----.scroll_top----*/

.scroll_top {
	height: 45px;
	width: 50px;
	bottom: 5px;
	position: fixed;
	right: 5px;
	z-index: 10;
	background-color: #fff;
	opacity: 0.7;
	border-radius: 8px;
	text-align: center;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
}
.scroll_top a {
	font-size: 70%;
	color: #000;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	line-height: 1.3;
}
/*--------------下層使い回し設定---------------*/



.inner-contents h3 {
	margin: 5px;
	clear: both;
	font-size:150%;
	padding-left: 13px;
	color: #fff;
	text-shadow: -1px -1px 1px #fff,1px 1px 2px #ffe1c7;
	font-weight: nomal;
	background-image: url(../images/common/h3_back.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:35px;
	
	
	color: #cc6666;
	
	/*color: #d78c8c;
	*/
		

}
.inner-contents h3 span {
	font-family: "Tenor Sans", sans-serif !important;
}
.ttlh3 strong {
	font-size: 75%;
}
.inner-contents h4 {
	color: #7ab6e3;
	font-size: 110%;
	margin:5px 0 0 0;
}
.inner-contents h4 span {
	color: #DA9547;
}
.txt { padding:0px 5px 5px 5px; }
.point {
	width: 94%;
	padding: 3px 5px;
	border-bottom: 3px double #a1863d;
	border-top: 3px double #a1863d;
	margin: 5px auto;
}
.cha {
	color: #733d03;
}
.cream {
	color: #fdecb7;
}
.blue {
	color: #0e76eb;
}

.lblue {
	color: #7ab6e3;
}
.red {
	color: #e20d03;
}
.yellow {
	color: #ffcc01;
}
.pink {
	color: #cb0071;
}

.m_5 {
	margin-bottom: 5px !important;
}
.m_10 {
	margin-bottom: 10px !important;
}
.m_15 {
	margin-bottom: 15px !important;
}
.m_20 {
	margin-bottom: 20px !important;
}
.m_30 {
	margin-bottom: 30px !important;
}
.m_40 {
	margin-bottom: 40px !important;
}
.m_50 {
	margin-bottom: 50px !important;
}
.m_60 {
	margin-bottom: 60px !important;
}
/*margin*/
.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-35 {
	margin-right: 35px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-45 {
	margin-right: 45px;
}
.mr-50 {
	margin-right: 50px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-35 {
	margin-left: 35px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-45 {
	margin-left: 45px;
}
.ml-50 {
	margin-left: 50px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.text10 {
	font-size: 84%;
}
.text11 {
	font-size: 92%;
}
.text12 {
	font-size: 100%;
}
.text13 {
	font-size: 109%;
}
.text14 {
	font-size: 117%;
}
.text15 {
	font-size: 125%;
}
.text16 {
	font-size: 134%;
}
.text17 {
	font-size: 142%;
}
.text18 {
	font-size: 150%;
}
.text19 {
	font-size: 159%;
}
.text20 {
	font-size: 167%;
}
.text21 {
	font-size: 175%;
}
.text22 {
	font-size: 184%;
}
.text23 {
	font-size: 192%;
}
.text24 {
	font-size: 200%;
}
.text25 {
	font-size: 209%;
}
.text26 {
	font-size: 217%;
}
/*ETC*/

.clear {
	clear: both;
}
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
/*---画像はるよ----*/


.gallery-table {
	width: 96%;

	margin: 5px auto 5px auto;
	
}

.gallery-table img {

}

.g_left {
	float: left;
	width: 47% ;
		padding: 2px;
	border: 1px solid #bfbfbf;

	}

.g_right {
	float: right;
	width: 47% ;
		padding: 2px;
	border: 1px solid #bfbfbf;

	}





/*
========================================================================
========================================================================
各ページの設定スタート
========================================================================
========================================================================
*/

/*--------------index---------------*/


.concept {
	position: relative;
	height: auto;
	background-image:
; 		background-image: url(../images/common/f_bg.png);
	background-position: left top;	
	}



.c_txt {
	position:relative;
	z-index:10;
	}





#Shop-detail {
	width: 94%;
	border-radius: 5px;
	list-style-type: none;
	padding: 0px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 96%;
	line-height: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9c9ae;
	border-right-color: #d9c9ae;
	border-left-color: #d9c9ae;
	margin-bottom: 10px;
	background-image: url(../../images/fb_back.jpg);
}
#Shop-detail dt {
	margin: 0px;
	float: left;
	width: 25%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#Shop-detail dd {
	margin: 0px;
	width: 73%;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 25%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9c9ae;
}
#Shop-detail dd a {
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;

	color: #fff;
	padding: 4px 8px;






	background: -moz-linear-gradient(
		top,
		#ffebbd 0%,
		#d49324);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffebbd),
		to(#d49324));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(245,235,245,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(245,235,245,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(245,235,245,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}



.addr {
	font-style: normal;
}
.gmap {
	width: 92%;
	padding: 5px;
	margin: 0 auto;
	background-image: url(../../images/fb_back.jpg);
}










/*--------------メニュー---------------*/
.menu-main .ttlh3 {
	margin:10px 0 0 5px;

}

.txt_m {
	color: #663333;
	padding:5px;
	font-size: 109%;
	
	}
.line {	
border-bottom: 1px dashed #ff9999;
font-size:5px;
width:96%;
margin:0 auto;

}

dl.menu {
	margin: 0 10px 10px;
}
.menu dt {
	float: left;
	width: 67%;
	padding: 5px;
}
.menu dd {
	padding: 5px 5px 5px 67%;
	text-align: right;
	border-bottom: 1px dashed #d5cfc0;
	color: #FF9999;
	font-weight: bold !important;
}

.menu2 dt {

	width: 10%;
	padding: 5px;
}
.menu2 dd {
	padding: 5px 5px 5px 10%;
}



.info_txt {
	color:#d8c274;
	padding-left:5px;
	
	
	}
	
	
	
	
.n-txt01 {
	font-size:82%;
	color:#f2e6ba;
	}	
	
	
.n-txt02 {
	padding:0 0 5px 10px;
	
	
	}	
	
	
	
.memu_img{

	width: 90% !important;
	padding: 5px 5%;
	margin:0 auto;
	text-align:center;	
}
.memu_img img {
	padding: 2px;
	border: 1px solid #bfbfbf;
		width: 100% !important;
		display:block;
	margin:0 auto;
	text-align:center;

	
}
	
	
	