@charset "utf-8";

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font-family:"メイリオ","Meiryo","Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

	line-height:150%;
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	color: #333;
    background:#fff;
    }


/* リンク設定
------------------------------------------------------------*/
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #3F3000;
	transition: 0.5s;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#FFCC00;
}
.over:hover,.over img:hover {
opacity:0.7;
filter: alpha(opacity=70);　/*IE5～7適用*/
-ms-filter: "alpha( opacity=70 )";　/*IE8適用*/
}
img,a img{
    border:none;
   }
img{
  display:block;
　　border:0;  
}
.clear{
  clear:both;
   }
hr{
	border:none;
	display:block;
	clear:both;
	padding: 5px 0;
}

/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, article:before, article:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,article:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,article{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;

}
input{cursor: pointer;}
textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #87712c; /* Old browsers */
background: -moz-linear-gradient(top,  #87712c 0%, #664c00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87712c), color-stop(100%,#664c00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #87712c 0%,#664c00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #87712c 0%,#664c00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #87712c 0%,#664c00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #87712c 0%,#664c00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87712c', endColorstr='#664c00',GradientType=0 ); /* IE6-9 */
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
cursor:pointer;
background: #ffe888; /* Old browsers */
background: -moz-linear-gradient(top,  #ffe888 0%, #ffcc00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe888), color-stop(100%,#ffcc00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffe888 0%,#ffcc00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffe888 0%,#ffcc00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffe888 0%,#ffcc00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffe888 0%,#ffcc00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe888', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */
color:#666;
}

*:first-child+html input[type="submit"]{padding:3px;}
.post table input[type="text"], .post textarea {
width: 90%;}

/* レイアウト
------------------------------------------------------------*/
#header{
	background:#A4C638;
	overflow:hidden;
	}
#wrapper, #header-inner,#footer-inner{
margin:0 auto;
width:960px;
}
#wrapper{
overflow: hidden;
padding-bottom: 50px;
}
#content{
float:left;
width:660px;
padding:30px 0;
}
#english #content{
	float:none;
	margin:0 auto;
	}
#sidebar{
float:right;
width:280px;
padding:30px 0;
}
#home #content,#home #sidebar{
padding:40px 0;
}

body#toppage #content,body#toppage #sidebar{padding-top:20px;}

#footer{
clear:both;
padding-top:20px;
background:#F0F0DD url(../img/footer-back.jpg) repeat-x left top;
border-top: 1px solid #ccc;
text-align: center;
}
.footer-wrap{
	width:100%;
	overflow:hidden;
background:url(../img/footer-bottom.png) repeat-x left bottom;
padding-bottom:80px;
	} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:10px 0 0 3px;
color: #fff;
font-size:12px;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
color: #fff;
font-size:160%;
font-weight:bold;
margin-bottom: 20px;
}


/* コンタクトインフォメーション
----------------------------------*/
#header .contactInfo{
float:right;
text-align:right;
margin-top: 0;
margin-bottom: 20px;
}

.contactInfo p{
color:#604C3F;
}

.contactInfo p.tel{
padding-top:20px;
}

#header .Language{
	color:#fff;
	background:url(../img/header-arrow.png) no-repeat left center;
	line-height:15px;
	text-decoration:underline;
    padding-left:18px;
	}
#header .Language:hover{
color:#FFCC00;
	}
#header a{
	color: #FFF;
	text-decoration: underline;
}
#header a:hover{color:#FFCC00;}
/* トップページ　メイン画像
----------------------------------*/
#mainimage img{
	width: 960px;
	height: auto;
	margin: 0 auto 30px;
	z-index: 0;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear: both;
margin: 30px 0 20px;
padding: 20px 0 0 70px;
font-size: 20px;
color: #614D40;
background: url(../img/h2.jpg) no-repeat left bottom;
min-height: 44px;
line-height: 150%;
}

h2.first,h3.first{margin-top:0 !important;}
h3.title{
margin: 10px 0;
font-size: 20px;
font-weight: normal;
color: #614D40;
border-bottom: 1px solid #ddd;
background: url(../img/h3.png) no-repeat left 0;
padding: 0 0 3px 20px;
line-height: 150%;
}

html>body h2.title span{padding: 7px 10px;} /* IE7, IE8 */

.dateLabel{
margin:-10px 0 10px;
text-align:right;
}

.post p{padding-bottom:15px;}
.post table p{padding-bottom:0;}
.post ul{margin: 0 0 10px 10px;
}

.post ul li{
margin-bottom:5px;
list-style-position: outside;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;
list-style-position: outside;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #333;
border-bottom:3px solid #9a234f;
line-height: 150%;
}

.post h2{
clear: both;
margin: 30px 0 20px;
padding: 20px 0 0 70px;
font-size: 20px;
color: #614D40;
background: url(../img/h2.jpg) no-repeat left bottom;
min-height: 44px;
line-height: 150%;
}

.post h3{
margin: 30px 0 15px 0;
font-size: 20px;
font-weight: normal;
color: #614D40;
border-bottom: 1px solid #ddd;
background: url(../img/h3.png) no-repeat left 7px;
padding: 0 0 3px 20px;
line-height: 150%;
}
.post h4{
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #63772F;
	line-height: 150%;
	border-bottom: 1px dotted #CCC;
	background-color: #F3F3E3;
	padding: 10px;
	border-top: 1px dotted #CCC;
}
.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border-top: 1px #ccc solid;
border-right: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin: 10px 0;
font-size: 14px;
overflow:auto;
}
.post table tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.post table th{
padding: 10px 15px;
border: #ccc solid;
border-width: 0 0 1px 1px;
font-weight: normal;
background: #F3F3E3;
text-align: left;
}
.post table th.textleft{
	text-align:left !important;
}


.post table td{
padding: 10px 15px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background: #fff;
text-align: left;
vertical-align: middle;
}
.post table td label{cursor: pointer;}


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
display:inline;
}
img.alignright{margin: 0 0 10px 20px;}

img.alignleft{margin: 0 20px 10px 0;}

.alignright,img.right{float:right;}
.alignleft,img.left{float: left;}

.txtalign_center{
	text-align: center;
}
.fc_01{
	color: #930;
}
.font12{
	font-size:12px;
}
.font16{
	font-size:16px;
	}
.font18{
	font-size:18px;
	}
.font20{
	font-size:20px;
	}
.font24{
	font-size:24px !important;
	}
.post{
	padding: 0 20px;
	}
#home .post{
	padding:0;
	}
.pan{
font-size: 12px;
padding: 0 15px;
}
.pan .pan-a{display: inline;
text-decoration: underline;}
#english .pan{
	margin-top:10px;
	}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	opacity: 0.7;
}
#page-top a {
background: #87712c; /* Old browsers */
background: -moz-linear-gradient(top,  #87712c 0%, #664c00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87712c), color-stop(100%,#664c00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #87712c 0%,#664c00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #87712c 0%,#664c00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #87712c 0%,#664c00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #87712c 0%,#664c00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87712c', endColorstr='#664c00',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
background: #ffe888; /* Old browsers */
background: -moz-linear-gradient(top,  #ffe888 0%, #ffcc00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe888), color-stop(100%,#ffcc00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffe888 0%,#ffcc00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffe888 0%,#ffcc00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffe888 0%,#ffcc00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffe888 0%,#ffcc00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe888', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */
color:#666;
}
.padding20{
	padding-top:20px;
	}

.padding40{
	padding-top:40px;
	}
/* サイドバー　ウィジェット
*****************************************************/
.side-box{
margin-bottom:20px;
}

#sidebar h3.side-h3{
clear:both;
margin:0 0 15px;
line-height:40px;
padding:0 0 0 15px;
font-size:16px;
font-weight:normal;
color:#fff;
background:url(../img/side-h3.jpg) repeat-x left top;
height:40px;
}
#sidebar h3.side-h3 span{
display:block;
background:url(../img/side-arrow.png) no-repeat left center;
padding:0 0 0 34px;
}
#sidebar h4{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ABCD05;
	border-left: 5px solid #ABCD05;
	padding: 5px;
	color: #630;
	font-weight: bold;
}
#sidebar .side-inner{
	padding: 0 10px;
	}
#sidebar .side-time{
	font-size:12px;
	}
#sidebar table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin: 10px auto ;
font-size:12px;
}

#sidebar table th{
padding:7px 5px;
border: #ccc solid;
border-width: 0 0 1px 1px;
font-weight:bold;
background:#F3F3E3;
text-align: center;
}

#sidebar table td{
padding:7px 5px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
text-align: center;
}
.side-map{
	margin: 0 auto 15px auto;
width: 260px;
display: block;
	
	}
	 #sidebar .side-blog img{margin:0 auto;display:block;}
#sidebar .blog-box{
	padding: 15px 10px;
	}
#sidebar .blog-box .blog_list_title{
font-size: 16px;
background: url(../img/top-memu-arrow.png) no-repeat left 2px;
padding: 0 0 0 20px;
margin: 0 0 5px 0;
	}
#sidebar .blog-box .blog_list_title a{
	color: #993300;
	text-decoration: underline;
	font-size: 14px;
	}
	#sidebar .blog-box .blog_list_title a:hover{
color:#FFCC00;
	}

#sidebar .blog-box .blog_list_day,.blog_list_text{
	font-size: 12px;
	}
.blog-box dt {
    padding-top: 10px;
}
time {
    color: #669933;
}
.blog-box dd {
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px;
}	
#sidebar .side-cat ul li{
border-bottom:1px solid #ddd;
} 

#sidebar .side-cat ul li a{
background: url(../img/top-memu-arrow.png) no-repeat left 18px;
padding: 15px 6px 15px 21px;
display: block;	} 

/* フッター
*****************************************************/
#footer-inner{
	position: relative;
	padding:
	}
.footer-logo{
	margin:30px auto 20px auto;
}

.footer-logo img{
	display:block;
	margin:0 auto;
}
.footer-h1{font-size:12px;}
#footer ul{
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;width:auto;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-left:10px;
}
#footer ul li.last a{
border-right:none;
}
#footer ul li	a{
display:block;
padding:0 13px 0 0 ;
overflow:hidden;
color:#664C00;
border-right:1px solid #664C00;

}

#footer ul li	a:hover{color:#FFCC00;}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}
#footer-inner .font20{
	padding-right:1.5em;
	}
#copyright{
clear:both;
text-align:center;
font-style:normal;
font-size:12px;
zoom:1;
padding-top: 50px;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#9a234f;
text-align:center;
}


/* トップページ
------------------------------------------------------------*/
.cont-box{
	overflow:hidden;
	clear:both;
	margin-bottom:30px;
	}
.top-about .alignleft{
	width:370px;
	}	
.top-about .alignleft .top-more{
    display: block;
width: 200px;
margin: 40px auto 0 auto;
  
    }
.top-menu-box{
	background: #F2F2E0 url(../../img/top-contbox.png) repeat-x left top;
	width: 208px;
	height: 70px;
	margin-right: 15px;
	float: left;
	position: relative;
	border: 1px solid #ddd;
	}
.top-menu-box-last{
	margin-right:0;
	}
.top-menu-box h3.top-menu-title{
	font-size: 18px;
	padding-bottom: 7px;
	line-height: 120%;
	margin: 15px 3px 0;
    }
.top-menu-box .top-menu-inner{
	margin:0 10px 0 10px;
	}
.top-menu-box h3.top-menu-title a{
	color: #614D40;
	background: url(../img/top-memu-arrow.png) no-repeat left 8px;
	padding-left: 18px;
	text-decoration: underline;
    }
.top-menu-box h3.top-menu-title a:hover{
color:#FFCC00;
    }
.top-menu-more{
	color:#666600;
	text-decoration:underline;
	position:absolute;
	right:15px;
	bottom:10px;
    background:url(../../img/top-cont-more.png) no-repeat left center;
	padding-left:24px;
	line-height:20px;
	}
/* about
------------------------------------------------------------*/
.post table.time{
	width:100%;
}
.post table.time th,.post table.time td{
	text-align:center;
}
.post .facility-box{
	overflow:hidden;
	clear: both;
	margin:0 auto 40px 0;
}
.post h4.facility-title{
	color: #FFFFFF;
	margin: 0 0 20px;
	background-color: #A79766;
	padding: 10px;
}
.padding-b{
	padding-bottom: 15px;
}
/* menu
------------------------------------------------------------*/
.pagelink{
	color: #993300;
	text-decoration: underline;
}
.pagelink:hover{
color:#FFCC00;
}
.post table .tabletop th,.post table .tabletop td,.post table.price-table .tabletop td{
background: #C5DB80;
text-align: left;
padding: 5px 15px;
}
.price-table th{
min-width: 120px;
vertical-align: middle;
}

.post .price-table td.price{
	min-width:90px;
	text-align:right;
}

/*anti-aging
------------------------------------------------------------*/
.button a {
	border: 1px solid #CCC;
	font-size: 20px;
	font-weight: normal;
	display: block;
	text-align: center;
	padding: 20px 30px;
	margin: 30px auto 50px;
	text-decoration: none;
	color: #FFFFFF;
	width: 400px;
	line-height: 150%;
	background-color: #89AB2E;
}
.button a:hover{
	color: #996600;
	border: 1px solid #CCC;
	font-weight: normal;
	display: block;
	text-align: center;
	background-color: #BAD86B;	
}

/* English
------------------------------------------------------------*/
.post .table-list{
border-top: none;
border-right:none;
margin: 10px 15px 0 15px;
}

.post .table-list th{
width:85px;
border: none;
background: #fff;
padding: 0 1em 15px 0;
}
.post .table-list2 th{
width: 130px;
padding: 0 1em 5px 0;

}

.post .table-list td{
	border: none;
	padding: 0 0 15px 0;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	padding:15px 0;
	position:relative;
	z-index:200;
	background: url(../img/nav-back.jpg) repeat-x left top;
height: 40px;
margin-bottom: 20px;
	}
	
	nav#mainNav ul{
	width:960px;
	margin:0 auto;
	overflow: visible;
	}

	nav#mainNav ul li{
	float:left;
	position:relative;
	height:40px;
	line-height:40px;
		border-right:1px solid #ddd;
	}
	nav#mainNav ul li.last{
		border-right:none;
	}
	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	padding: 0 15px 15px 15px;
	}

	nav div.panel{
  display:block !important;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
  background:url(../img/nav-h.png) no-repeat center bottom;
	}
  
  nav#mainNav ul ul{
	width:140px;
	height:auto;
	border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-top:0;
	border-bottom-width:1px;
	}
  
  nav#mainNav ul li ul{display: none;}
	
  nav#mainNav ul li li{
  float: none;
  height:50px;
  line-height:50px;
  width:160px;
	padding:0;
  }
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:50px;
  z-index:500;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:50px;
	padding:0;
  line-height:50px;
  font-size:95%;
	border:0;
	background:#E5E5E5 ;
  }
	
	nav#mainNav ul li li a span{padding:0 5px;}
	
	nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{	background:#AACD06 url(../img/nav-h-w.png) no-repeat center bottom;color:#fff;
}
 nav#mainNav ul li.current-menu-item:hover ul li {
	background:#E5E5E5 ;
	 }
  
  nav#mainNav ul li:hover ul li{
  margin:0;
  border-bottom:1px solid #A4C638;
  }
	
	nav#mainNav ul li:hover ul li:last-child{
	border:0;
	border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	}
	
	nav#mainNav ul li:hover ul li:last-child a{
	border-bottom:0;
	}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	}
	
	nav#mainNav .inner{width:95%;margin: 0 auto;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
background: #87712c; /* Old browsers */
background: -moz-linear-gradient(top,  #87712c 0%, #664c00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87712c), color-stop(100%,#664c00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #87712c 0%,#664c00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #87712c 0%,#664c00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #87712c 0%,#664c00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #87712c 0%,#664c00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87712c', endColorstr='#664c00',GradientType=0 ); /* IE6-9 */
	}
	
	nav#mainNav a#menu span{padding-left:2.5em;background: url(../img/menuopen.png) no-repeat 13px center;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background:#AACD06;
	border:1px solid #AACD06;
	}
	nav#mainNav a.menuOpen span{
		background: url(../img/menuclose.png) no-repeat 13px center !important;
		}
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border:1px solid #AACD06;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align:left;
	background:#fff;
	border-top:1px solid #eee;
	
	}

 .panel ul li a span{padding-left:2em;}
 
	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	background:#AACD06;
	color:#fff;
	}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a{border-top:0;background:#fff url(../img/nav-row.png) no-repeat 38px center;
}
    .panel ul li li a{color:#3F3000;}
 nav#mainNav ul li.current-menu-item ul li a{color:#3F3000;
	 }
 nav#mainNav ul li.current-menu-item ul li a:hover{color:#fff;
	 }
	.panel ul li li.current-menu-item a,.panel ul li li a:hover, .panel ul li.current-menu-item li a:hover{background:#AACD06 url(../img/nav-row.png) no-repeat 38px center;color:#fff;}
	
	.panel ul li li:last-child a{background:#fff url(../img/nav-row.png) no-repeat 38px center;color:#3F3000;}
	.panel ul li li.current-menu-item:last-child a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:#AACD06 url(../img/nav-row.png) no-repeat 38px center;color:#fff;}

	.panel ul li li a span{padding-left:50px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header{width:100%;}
   #header-inner,#footer-inner{width:96%;margin:0 2%;}

	#header h1, #header h2{padding:10px;text-align:center;float:none;}
	#header h2 img{display:block;margin:0 auto;}
	#header .contactInfo{float:none;text-align:center;margin-top:0;margin-bottom:20px;}

	.panel ul, .thumbWrap{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainimage img{width:96%;height:auto;}

	#content, #sidebar,#home #content, #home #sidebar{
	clear:both;
	width:96%;
	max-width:660px;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}

	#footer{margin:0;text-align:center;}
	
	#footerLogo, #footer ul{
	float:none;
	width:auto;
	padding-bottom:20px;
	text-align:center;
	}
	
	#footer ul ul{padding-top:0;border:0;}	
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
    
    .alignleft,.alignright,img.left,img.right{float:none;}
	img.alignright, img.alignleft,img.left,img.right{margin:0 auto 10px auto;display: block;}
	.top-about .alignleft {width: auto;}
    .top-about .alignleft .top-more {margin: 10px auto 0 auto;}
     .top-menu-box{
	width: 30%;
	margin: 0 1%;
	height: auto;
	padding: 0 0 0px;
	float: none;
	display: table-cell;
}
     .top-menu-box h3.top-menu-title {
	font-size: 14px;
	margin: 15px 5px 10px;
}
	 .main-baner img{width:100%;height:auto;}
	 #header h2 img,.footer-logo img{max-width: 570px;width: 96%;height: auto;}
	 .footer-wrap{}
	 .topics{width:100%;}
     .post table.time{width:260px;display:block;font-size: 12px;}
         .post table.time th{font-weight: bold;}
     .post table th,.post table td{padding: 7px 5px;}
     .post .map{width:100%;height:300px;}
     .post table.price-table{border-top: none;border-right: none;
	 min-width: 100%;}
     .post table.price-table tr{
        display: block;
        margin-bottom: 1.5em;
    }
    .post table.price-table th,
    .post table.price-table td{
        display: list-item;
        list-style: none;
        border: none;
    }
}
/* 幅480px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 480px){
     .top-menu-box h3.top-menu-title {font-size: 16px !important;}
	 
	 /*anti-aging
------------------------------------------------------------*/
.button a {
	border: 1px solid #CCC;
	font-size: 18px;
	font-weight: normal;
	display: block;
	text-align: center;
	padding: 20px 30px;
	margin: 30px auto 50px;
	text-decoration: none;
	color: #FFFFFF;
	width: 95%;
	line-height: 150%;
	background-color: #89AB2E;
}
.button a:hover{
	color: #996600;
	border: 1px solid #CCC;
	font-weight: normal;
	display: block;
	text-align: center;
	background-color: #BAD86B;	
}


}
