@charset "utf-8";

*{margin:0;padding:0;}

html{background:#f0eee6s;}

body{
font: 13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:#ffffff url(images/bg.gif) repeat top;
}


a{color:#3c180a;}
a:hover{color:#675d48;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}


/*******************************
全体幅
*******************************/
#header, #container, .inner{
margin: 0 auto;
width: 960px;
}


/*******************************
/* ヘッダー
*******************************/
#header{
position:relative;
height:120px;
}

#header h1,#header h2, #header h3, #header ul, #header .banners{
font-weight:normal;
position:absolute;
top:0;
color: #252525;
font-size: 10px;
line-height: 21px;
}

    #header h1{
        color: #9d6a3f;
        left: 5px;
        text-indent: -9999px;
    }

    #header h2{
        right:5px;
        color: #9d6a3f;
        text-indent: -9999px;
    }

/* ロゴの位置 */
#header h3{
    top: 43px;
    left: 5px;
}


#header .h-bg{
    background: url(images/head-bg2.png) no-repeat;
    height: 35px;
}
/******************
/* ヘッダーナビゲーション
***************
#header ul{
top: 20px;
right:0;
width: 305px;
height: 14px;
background:url(images/topnav.png) no-repeat 0 0;
line-height:14px;
}

#header ul li{float:left;list-style:none;}

#header ul a{
text-indent: -9999px;
text-decoration: none;
display: block;
height: 14px;
background:url(images/topnav.png) no-repeat;
}

#header ul a#contact{background-position:0 0;width: 110px;}
#header ul a#sitemap{background-position:-110px 0;width:104px;}
#header ul a#access{background-position:-214px 0;width:91px;}

#header ul a#contact:hover, #header ul li.active a#contact{background-position:0 -14px;}
#header ul a#sitemap:hover, #header ul li.active a#sitemap{background-position:-110px -14px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-214px -14px;}

***/
/******************
/* ヘッダー　バナー
******************/
#header .banners{
right:-5px;
top: 52px;
}

#header .banners img{margin-right:15px;
margin-bottom: 5px;}


/************************************
/* メインナビゲーション
************************************/
ul#mainnav{
margin: 0 auto;
width: 960px;
height: 60px;
background:url(images/main-nav2.png) no-repeat 0 0;
}

ul#mainnav li{float:left;list-style:none;width:192px;}

ul#mainnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 192px;
height: 60px;
background:url(images/main-nav2.png) no-repeat 0 0;
}

ul#mainnav a#home{background-position:0 0;}
ul#mainnav a#menu1{background-position:-192px 0;}
ul#mainnav a#menu2{background-position:-384px 0;}
ul#mainnav a#menu3{background-position:-576px 0;}
ul#mainnav a#menu4{background-position:-768px 0;}


ul#mainnav a#home:hover, ul#mainnav li.active a#home{background-position:0 -60px;}
ul#mainnav a#menu1:hover, ul#mainnav li.active a#menu1{background-position:-192px -60px;}
ul#mainnav a#menu2:hover, ul#mainnav li.active a#menu2{background-position:-384px -60px;}
ul#mainnav a#menu3:hover, ul#mainnav li.active a#menu3{background-position:-576px -60px;}
ul#mainnav a#menu4:hover, ul#mainnav li.active a#menu4{background-position:-768px -60px;}



/*******************************
メイン画像
*******************************/
#mainImage{
}


/*******************************
コンテンツ位置
*******************************/
#container{
padding: 10px 0 20px 0;
}

#main {
/*float: left;*/
width: 950px;
padding-bottom:40px;
}

#sidebar {
float: right;
width: 225px;
padding-bottom:40px;
font-size:13px;
}


/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/*
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* #sidebar .box1 サイドバーのbox
*************************/
.boxContainer{
width:715px;
margin:0 auto 20px;
background:url(images/box1.gif) 0 100%;
}

.box1,.box2, .box3, .box4{
float: left;
width: 225px;
margin: 0 20px 20px 0;

}

.box1, .box3, .box4{
width:327px;
margin:0 21px 0 0;
padding: 10px;
}

#sidebar .box1{
width:209px;
margin: 0 0 20px;
padding: 10px 7px;
border:1px solid #a99989;
background: #fff;
}

.box3{
width:347px;
padding:0 0 10px;

}

.box4{
margin:0 0 5px 0;
padding:0;
width:950px;
}

/* 最後のbox */
.last{margin-right:0;}


/* 画像を中央表示 */
.box1 .center{padding-bottom:10px;}

/* 画像を左に回りこみ */
    .box4 img{
/*    float:right;*/
    margin: 0 10px 10px;
    }

.box4 h4 img{float:none;margin:0 0 10px;}

.box4 p{padding: 0 10px 10px;}



#date {
text-align: right;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 2px solid #1c1b18;
   padding: 1px;
  margin: 1px;
}


/*************
/* 見出し
*************/
.box3 h4{margin-bottom:10px;}

#container h3{
margin-bottom:10px;
padding: 0 5px 0 15px;
color: #313131;
font-weight: normal;
border-bottom: 5px solid  #a99989;
}

#container h2{
padding: 0 5px 0 15px;
margin-bottom:10px;
line-height:37px;
font-size: 15px;
font-weight: normal;
color:#373029;
background:url(images/h2Bg.png) no-repeat 0 100%;
}

#container .box4 h3{
padding: 7px 5px;
}


/*************
/* リスト
*************/
#container ul{margin-left: 5px;}

#container ul li, #footerUpper ul li{
list-style: none;
margin-bottom: 8px;
padding: 0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
}

#container .box3 ul{padding: 0 5px;}

#sidebar ul{margin-left:3px;}

/*************
サイド（右側）コンテンツ
*************/
#sidebar p{margin-bottom:20px;}
#sidebar ul{margin-bottom:10px;}


/*******************************
/* フッター
*******************************/
#footerUpper{
clear:both;
padding: 20px 0;
border-bottom:1px solid #5c4614;
overflow: hidden;
background:url(images/footer_bk.gif) repeat-x;
}

#footerUpper .inner{
background:url(images/footerBorder.gif) repeat-y;
}

#footerUpper .inner .box{
float: left;
width: 210px;
padding-left:10px;
margin:0 20px 10px 0;
line-height: 1.2;
}

#footerUpper .inner .last{
width: 230px;
margin-right:0;
}


#footerUpper ul li{
color:#fff;
background:url(images/bullet.gif) no-repeat 0 3px;
}

#footerUpper a{color:#666666;}
#footerUpper a:hover{color:#61563d;}

#footerLower{
clear:both;
padding: 10px;
text-align:center;
border-top:1px solid #867769;
background:#a99989;
}

address{
color: #fff;
font-style:normal;
font-size:13px;
}





/*******************************
/* pages
*******************************/



#sidebar .tw{
    width:209px;
    margin: 0 0 10px 0;
    padding: 10px 7px 10px 5px;
    border:1px solid #eee;
    background: #fff;
    border-radius: 5px;
}

#sidebar .side-title{
    margin: 0;
    padding: 0 0 3px 2px;
    font-size: 16px;
    color: #844212;
}


#container .imgR{
    float: right;
}

#container .c-red{
    color: #ff0a00;
}





/***index1-sidebox1*****************************************/

.sidebox1{
    background: url(images/sbg.png) no-repeat;
    margin-bottom: 10px;
}

.s-tw{
    width: 205px;
    padding: 40px 0 10px 10px;
}

/**index3*****************************************/
#main .box4 .tensyu{
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
}




/**index2*****************************************/
#main .box3 .fb{
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}



/***index*****************************************/
.index-main{
    overflow: hidden;
    margin: 15px 5px 30px 5px;
}

.indexm1{
    float: left;
    margin-left: 3px;
}

.indexm2{
    float: left;
    width: 445px;
    margin: 10px 20px 0 20px;
}

.indexm3{
    float: left;
}


.index2-main{
    overflow: hidden;
    border-top: 5px solid #938777;
    margin: 0px 5px 10px 5px;
    padding: 20px 10px;
}

.index2-left{
    float: left;
    width: 377px;
    padding: 10px 0 0 15px;
}


.index2-right{
    width: 500px;
    float: right;
    background: url(images/topbg1.png) no-repeat;
}

.index2-tw{
    width: 400px;
    margin: 0px 0 0 ;
    padding: 130px 0 20px 30px;
}

#container .index2-main .tensyu{
    text-align: right;
}


.index3-left{
    float: left;
}

.index3-right{
    float: left;
    margin: 0 0 0 20px;
}

.index3-fb{
    border: 4px solid #938777;
    background: #fff;
    margin-top: 22px;
    padding: 10px 5px 10px 0px;

}


/***about****************************************/
.aboutbox{
    overflow: hidden;
    margin: 15px 5px 30px 5px;
}

.aboutbox-left{
    float: left;
    width: 380px;
    background: url(images/aboutbg.png) no-repeat;
}

.aboutbox-right{
    float: left;
    margin: 50px 0 0 10px;
}

#main .about-cmt{
    padding: 60px 50px 130px 45px;
    font-size: 14px;
}

#main .about-cmt2{
    color: #82502b;
    font-weight: bold;
    font-size: 16px;
}

/***about-2****************************************/
.aboutbox2{
    overflow: hidden;
    margin: 20px 5px 30px 5px;
}

.aboutbox-left2{
    float: left;
    width: 380px;
}

.aboutbox-right2{
    float: left;
    margin: 10px 0 0 30px;
}

#container .about-cmt{
    padding: 60px 50px 130px 45px;
    font-size: 14px;
}

#container .about-cmt2{
    color: #f26312;
    font-weight: bold;
    font-size: 16px;
}


/***menu****************************************/
.menubox{
    overflow: hidden;
    margin: 10px 0 20px 0;
}

.m1{
    float: left;
}

.m2{
    float: left;
    margin: 0 5px;
}

.m3{
    float: left;
    margin-right: 5px;
}

.m4{
    float: left;
}

.m-namebox{

}

#main .m-name{
    font-weight: bold;
    text-align: center;
    color: #82502b;
    padding-top: 8px;
}

#main .m-fee{
    text-align: center;
    color: #82502b;
    padding-bottom: 8px;
    margin-bottom: 0;
}


/***menu-2***************************************/
.menubox2{
    overflow: hidden;
    margin: 10px 0 20px 0;
}

.m-1{
    float: left;
    width: 185px;
}

.m-2{
    float: left;
    width: 185px;
    margin: 0 20px;
}

.m-3{
    float: left;
    width: 185px;
    margin-right: 20px;
}

.m-4{
    float: left;
    width: 185px;
}

.m-namebox{

}

#container .m-name{
    font-weight: bold;
    text-align: center;
    color: #82502b;
    padding-top: 8px;
}

#container .m-fee{
    text-align: center;
    color: #82502b;
    padding-bottom: 8px;
    margin-bottom: 0;
}

#container .menubox2 img{
    text-align: center;
}

#container .eat{
    padding: 0 20px;
}



/**ranking*****************************************/
.rankingbox{
    overflow: hidden;
    margin: 10px 0 20px 0;
}

.rankingbox-left{
    float: left;
    margin: 0 20px 0 30px;
}

.rankingbox-right{
    float: left;
    margin: 50px 0 0 10px;
    width: 590px;
}

#container .rankingbox-right .rinking-no{
    font-size: 16px;
    font-weight: bold;
    color: #8a5b3a;
}

#container .rankingbox-right .rinking-cmt{
    font-size: 15px;
    line-height: 1.8;
    color: #82502b;
    padding: 10px 0 0 5px;
    width: ;
}



/***access2****************************************/
.accessbox2{
    overflow: hidden;
    margin: 10px 10px 20px 10px;
}

.accessbox2-left{
    float: left;
    margin: 10px 10px 10px 0;
}

.accessbox2-right{
    float: left;
    margin: 20px 0 10px 20px;
}

.accessbox2-left table{
    margin: 10px 10px 10px 20px;
}

.accessbox2-left table th{
    font-weight: normal;
    text-align: left;
    padding: 7px 5px 3px 7px;
    border-bottom: 2px dotted #a99989;
}

.accessbox2-left table td{
    padding: 7px 7px 3px 20px;
    border-bottom: 2px dotted #a99989;
}

#container .access-cmt{
    font-size: 14px;
    color: #d44f00;
    padding: 15px 0 10px 5px;
}

.map-left2{
    float: left;
    margin: 5px 10px 0 0;
    width: 630px;
}

.map-right2{
    float: left;
}

#container .access-cmt2{
    font-size: 16px;
    padding-top: 10px;
    color: #e25297;
}


/***access****************************************/
.accessbox{
    overflow: hidden;
    margin: 10px 0 20px 0;
}

.accessbox-left{
    float: left;
}

.accessbox-right{
    float: left;
    margin: 15px 0 0 10px;
}

.accessbox-left table{
    margin: 10px 5px;
}

.accessbox-left table th{
    font-weight: normal;
    text-align: left;
    padding: 5px 5px 3px 5px;
    border-bottom: 2px dotted #a99989;
}

.accessbox-left table td{
    padding: 5px 5px 3px 10px;
    border-bottom: 2px dotted #a99989;
}

#main .access-cmt{
    font-size: 14px;
    color: #d44f00;
    padding: 15px 0 10px 5px;
}

.map-left{
    float: left;
    width: 500px;
    margin: 5px 10px 0 0;
}

.map-right{
    float: left;
}

#main .access-cmt2{
    font-size: 16px;
    padding-top: 10px;
    color: #e25297;
}









/*******************************
メイン画像
*******************************/

#viewer {
    margin: 0 auto;
    width: 960px;
    height: 330px;
    text-align: left;
    overflow: hidden;
    position: relative;
    }

#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}


.box4_textbox {
    width: 950px;
    height: 350px;
    overflow: hidden;
}

.box4_text {
    width: 950px;
    height: auto;
/*    float: left;*/
/*    margin-right: 30px;*/
}

.box4_text p {
    width: 950px;
/*    height: 250px;*/
    line-height: 1.5;
}
#name {
    width: 620px;
    height: 10px;
    text-align: right;
    padding-top: 5px;
}

.insta {
    width: 300px;
    height: 450px;
    float: right;
}

.insta img {
    width: 176px;
    margin: 0 70px 15px 0;
}

.insta a {
    width: 300px;
}

.insta p {
    padding-top: 10px;
}

.m-name span {
    color: #ff0000;
}

.gc-oshirase {
    border: 1px solid #82502b;
    padding: 20px 20px 10px 20px;
    margin-top: 30px;
}

.gc-title {
    font-size: 17px;
    font-weight: bold;
}

.tw-bn {
    margin-top: 25px;
}

.tw-bn p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tw-bnl {
    width: 600px;
    float: left;
    margin-right: 30px;
}

.tw-bnr {
    width: 320px;
    float: left;
}





