@charset "UTF-8";

/*-------------------------------------------- common
----------------------------------------------------- */
body{
	background-image: url(../images/common/bg_wood.png);
	background-repeat:repeat;
	background-color: #fff;
	font-size: 13px;
	font-family : “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, Osaka, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
	overflow-x:hidden;
}

#wrapper{
	width:1060px;
	background: url(../images/common/bg_logo.png) no-repeat top left;
	margin:0 auto;	
	position:relative;
}

/* IE9ハック */
body:not(:target){height:auto¥9;}
#home #wrapper:not(:target){height:auto¥9;}
#home #wrapper #contents:not(:target){height:auto¥9;}
/* IE9ハック */

#logoBkgd{
	width:100%;
	height:387px;
	background: url(../images/common/bg_logo.png) no-repeat top left;*/
	filter: alpha(opacity=30); /* IE用 */
	-ms-filter: "alpha(opacity=30)";  /* IE8 */
	-moz-opacity: 0.3; /* 古いFirefox用 */
	opacity: 0.3; /* Chrome, Firefox, Safari, Opera, 等の比較的新しいブラウザ用 */
	-khtml-opacity: 0.3; /* Safari 1.x */
	position:absolute;
	top:0;
	left:0;
}

#contents{
	width:960px;
	margin:0 auto;
	filter: alpha(opacity=100) !important; /* IE用 */
	-moz-opacity: 1.0 !important; /* 古いFirefox用 */
	opacity: 1.0 !important; /* Chrome, Firefox, Safari, Opera, 等の比較的新しいブラウザ用 */
	position:absolute;
	top:0;
	left:50px;
}

#main{
	padding-bottom:30px;
}

#mainTit{
	clear:both;
	height:72px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:1px;
}
.infoBox{
	background-color:rgba(255,255,255,.5);
	width:67%;
	margin:0 auto;
	text-align:center;
	border-radius:4px;
	margin-top:50px;
	padding:5px;
	position:relative;
	
}
.infoBox:after{
	content:url(../images/common/ribbon_red_blank2.png);
	position:absolute;
	top:-12px;
	left:-12px;
}

section, article{
	display:block;
	
}

h2{
	color:#e86105;
	font-size:30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h2 span{
	font-size:17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	padding-left:15px;
}

h3{
	font-size:16px;
	color:#000;
	font-weight:bold;
}

a:hover img {
	filter: alpha(opacity=70);
	 -moz-opacity:0.70;
	 opacity:0.70;
}

a:hover img.nohover {
	filter: alpha(opacity=100);
	 -moz-opacity:1.00;
	 opacity:1.00;
}

a:hover img.imgover{
	filter: alpha(opacity=100) !important;
	 -moz-opacity:1.00 !important;
	 opacity:1.00 !important;
}

.kadomaru{
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.mini{
	font-size:12px;
}

/* IE7, 9ハック */
/** {*zoom:1;}*/

/*-------------------------------- header */
header {
	margin-bottom:20px;
}

header #links p{
	float:left;
	/*margin-bottom:14px;*/
}

/*-------------------------------- slider */
#slider{
	clear:both;
	height:380px;
	overflow:hidden;
	/*border-top:1px solid #000;*/
}

.jquery-slider {
    overflow: hidden;
    position: relative;
}

.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #666;
    background: #fff;
    opacity: 0.33;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
}

.jquery-slider-control:hover {
    opacity: 1;
}

.jquery-slider-control-prev {
    left: 5px;
    top: 45%;
}

.jquery-slider-control-next {
    right: 5px;
    top: 45%;
}

.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}

.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: #999;
	cursor: pointer;
    opacity: 0.33;
    margin: 3px;
    border-radius: 6px;
    box-shadow: #333 0 0 2px;
}

.jquery-slider-page:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.jquery-slider-page-current {
    opacity: 1;
}

/*-------------------------------- navi */
nav{
	background-image: url(../images/common/bg_navi.png);
	background-repeat:repeat-x;
	height:45px;
}

nav ul{
	padding-left:138px;
}

nav li{
	float:left;
}

/*-------------------------------- footer */
footer{
	width:900px;
	border-top:1px solid #000;
	padding:10px 30px;
	color:#000 !important;
	font-size:12px !important;
	line-height:180% !important;
}

footer div.boxleft{
	width:730px;
	background: url(../images/common/smallLogo.png) no-repeat 0px 20px;
}

footer div.boxleft ul{
	padding-left:98px;
}

footer div.boxright{
	width:120px;
}

footer div.boxright p{
	text-align:right;
}

footer div.boxright a{
	color:#000 !important;
}

footer div.boxright a:hover span{
	text-decoration:underline !important;
}

footer #copyright{
	padding-top:80px;
}

/*-------------------------------------------- home
----------------------------------------------------- */
#home header{
	margin-bottom:30px;
}

#home p.subTxt{
	line-height:240% !important;
}

#home #threeBox article{
	width:287px;
	float:left;
	margin-right:20px;
}

#home #threeBox article p.miniTit{
	border-top:2px solid #fd6802; 
	border-bottom:2px solid #fd6802;
	color:#000;
	font-size:16px;
	line-height:1em; 
	text-align:center;
	padding:10px 0px;
	margin-bottom:20px;
}

#home #threeBox article p img{
	padding-bottom:20px;
}

/*-------------------------------------------- concept and some common
----------------------------------------------------- */
#concept div.kadomaru,
#menu div.kadomaru,
#location div.kadomaru{
	width:826px;
	margin:0 auto;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);*/
	background-color: rgba(255, 255, 255, 0.5);
	/*background:url(../images/common/bg_white.png) 0 0 repeat;*/
}

#concept section,
#menu section,
#location section{
	width:826px;
	margin:0px auto 0px;
	padding-bottom:40px;
}

#concept article{
	width:760px;
	margin:0 auto;
}

#concept h2,
#menu h2,
#location h2{
	padding:30px 0px 40px 30px;
}

#concept h3,
#menu h3,
#location h3{
	padding-bottom:20px;
	line-height:1em;
}

#concept #concept01, #concept #concept02{
	padding-bottom:40px;
	margin-bottom:30px;
	border-bottom:2px solid #fd6802;
	
}

#concept article .txt{
	width:420px;
}

#concept p.photo{
	margin:35px auto 0px;
	clear:left;
}

#concept p.photo img{
	float:left;
}

/*-------------------------------------------- menu
----------------------------------------------------- */
#menu h2{
	padding-bottom:30px !important;
}

#menu #recommendation{
	width:716px;
	border:2px solid #fd6802;
	margin:0 auto 30px;
	padding:20px 25px 25px;
}

#menu #oneColumn{
	margin:0px 55px 0px 57px;
}

#menu #specials{
	width:716px;
	border:2px solid #5ca44c;
	margin:0 auto;
	padding:20px 25px 25px;
}

#menu section#menu01{
	padding-bottom:0px !important;
	
}

#menu section ul li{
	width:430px;
	font-size:14px;
	line-height:150%;
	padding:8px 0px;
	border-bottom:1px dotted #666;
	clear:right;
}

#menu section ul li:first-child{
	line-height:1em;
	padding-top:0px;
}

#menu section #specials ul li:first-child{
	line-height:150%;
	padding-top:0px;
}

#menu section #specials ul li{
	padding:10px 0px;
}

#menu section ul li span{
	float:right;
	color:#f2870b !important;
	font-weight:bold;
}

#menu section ul li span.orange{
	float:none !important;
	color:#f2870b !important;
	font-weight:normal !important;
}

#menu section ul li span.green{
	float:none !important;
	color:#2f7120 !important;
	font-weight:normal !important;
}

#menu section ul li span.gray{
	float:none !important;
	color:#333 !important;
	font-weight:normal !important;
}

#menu #twoColumn{
	width:716px;
	margin:0 auto;
}

#menu #twoColumn .boxleft,
#menu #twoColumn .boxright{
	width:345px;
}

#menu #twoColumn ul{
	margin-bottom:25px;
}

#menu #twoColumn ul li{
	width:345px;
}

#menu p.extraInfo{
	padding:15px 30px 0px 40px;
	margin-bottom:-10px;
}

#menu p.extraInfo span{
	text-indent:1em;
}


/*-------------------------------------------- location
----------------------------------------------------- */
#location article div.boxright{
	width:420px;
	padding-right:30px;
}

#location article div.boxleft{
	width:326px;
	padding-left:50px;
	font-size:14px;
}

#location article div.boxleft　dl{
	line-height:150% !important;
}

#location dl dt{
	width:80px !important;
	float:left;
	clear:both;
	color:#f2870b !important;
	font-weight:bold;
	padding-bottom:10px;
}

#location dl dd{
	width:240px;
	margin-left:80px;
	padding-bottom:10px;
}

#location span{
	padding-right:10px;
}

#HPG_reserveGadgetsHorizontalWrap.HPG_reserveGadgetsWrap{
	margin:60px auto 0 !important;
	opacity:.8;
	position:relative;
	z-index:1000;
}

#HPG_reserveGadgetsHorizontalWrap.HPG_reserveGadgetsWrap:before{
	content:"ご予約はこちらから簡単にできます!";
	position:absolute;
	top:-20px;
	left:0;
	opacity:1 !important;
	
	

}













