@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 480px;
    float: left;
}

#hpb-headerMain h1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    text-align: left;
    font-weight: normal;
    line-height: 13px;
    font-size: 12px;
}

#hpb-headerLogo {
    width: 480px;
    float: left;
}

#hpb-headerLogo A {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 9px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 54px;
    background-image : url(logo_7B.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1 {
    width: 400px;
    margin-top: -30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    text-align: right;
}

#hpb-headerExtra1 p.tel {
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
}

#hpb-headerExtra1 p.tel span {
    /* 電話番号の「電話でのご予約・お問い合わせは」文字設定 */
    font-size: 13px;
    padding-right: 5px;
    letter-spacing: -1px;
}

#hpb-headerExtra1 a {
    /* 「ご予約はこちら」ボタン設定 */
    display: block;
    width: 320px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: auto;
    height: 25px;
    background-image : url(headerButton_7B.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
}

#hpb-headerExtra1 a:link {
    color: #ffffff;
    text-decoration: none;
}
#hpb-headerExtra1 a:visited {
    color: #ffffff;
    text-decoration: none;
}
#hpb-headerExtra1 a:hover {
    color: #ECEAD4;
    text-decoration: none;
}
#hpb-headerExtra1 a:active {
    color: #ECEAD4;
    text-decoration: none;
}


#hpb-headerExtra2 {
}

/* フッター内パーツ */
#hpb-footerMain {
    margin-top: 50px;
}

#hpb-footerMain p {
    /* コピーライト文字設定 */
    height: 31px;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 0;
    color: #999999;
}

#hpb-footerLogo {
}

#hpb-footerExtra1 {
    margin-top: -60px;
    padding-left: 5px;
}

#hpb-footerExtra1 ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-footerExtra1 li {
    /* フッターナビ設定 */
    display: inline-block;
    line-height: 1.2;
    padding-right: 10px;
}

* html #hpb-footerExtra1 li {
    display: inline; /* for IE6 */
}
*:first-child + html #hpb-footerExtra1 li {
    display: inline; /* for IE7 */
}

#hpb-footerExtra1 li a {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999999;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 0.75em;
}

#hpb-footerExtra1 a:link {
    color: #666666;
    text-decoration: none;
}
#hpb-footerExtra1 a:visited {
    color: #666666;
    text-decoration: none;
}
#hpb-footerExtra1 a:hover {
    color: #9D9746;
    background-color: #ECEAD4;
    text-decoration: none;
}
#hpb-footerExtra1 a:active {
    color: #9D9746;
    background-color: #ECEAD4;
    text-decoration: none;
}

#hpb-footerExtra2 {
}

/* サイドブロック内パーツ */

/* バナー */
#banner {
}

#banner ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li {
    display: block;
}

#banner li a {
    display: block;
    height: 72px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C39F96;
}

#banner A#banner-special {
    /* スペシャルメニューバナー */
    background-image : url(banner_7B_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner A#banner-spa {
    /* スパバナー */
    background-image : url(banner_7B_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner A#banner-reserve {
    /* 予約バナー */
    background-image : url(banner_7B_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner A#banner-access {
    /* アクセスバナー */
    background-image : url(banner_7B_04.png);
    background-position: top left;
    background-repeat: no-repeat;
}


/* 店舗情報 */
#shopinfo {
    padding-top: 5px;
}

#shopinfo img.shopinfo-img {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C39F96;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C39F96;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C39F96;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C39F96;
}

#shopinfo h3 {
    font-size: 0.9em;
    border-bottom-style: none;
    margin-bottom: 0;
    margin-top: 0.5em;
}

#shopinfo span.en {
    text-transform: uppercase;
}

#shopinfo span.ja {
    display: none;
}

#shopinfo h4 {
    color: #666666;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

#shopinfo p {
    margin-top: 0.1em;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a {
    /* ナビゲーション文字設定 */
}

#hpb-nav li span.en {
    color: #C1AA9F;
}

#hpb-nav li span.ja {
    color: #813F36;
}

#hpb-nav a:link {
    text-decoration: none;
}
#hpb-nav a:visited {
    text-decoration: none;
}
#hpb-nav a:hover {
    text-decoration: none;
}
#hpb-nav a:active {
    text-decoration: none;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link {
    color: #9D9746;
    text-decoration: underline;
}
a:visited {
    color: #9D9746;
    text-decoration: underline;
}
a:hover {
    color: #742819;
    text-decoration: none;
}
a:active {
    color: #742819;
    text-decoration: none;
}

#hpb-skip {
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p {
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.5;
    text-align: left;
    overflow: visible;
}

p.large {
    font-size: 1.1em;
}
p.indent {
    padding-left: 15px;
}

.left {
    float: left;
}
.right {
    float: right;
}

.center {
    margin-right: auto;
    margin-left: auto;
}

hr {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2 {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    height: 50px;
    text-align: left;
    overflow: hidden;
    line-height: 55px;
    background-image : url(contentTitle_7B_02.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 h2 span.ja {
    font-size: 1.1em;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: normal;
}

.hpb-layoutset-02 h2 span.en {
    font-size: 0.9em;
    color: #C1AA9F;
    font-weight: normal;
    text-transform: lowercase;
}

h3 {
    color: #813F36;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 2px;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C39F96;
    font-size: 1.2em;
}

h3 span {
    padding-right: 5px;
}

h3.hpb-c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
    border-bottom-style: none;
}

h4 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    text-align: left;
    font-size: 1em;
    line-height: 1.2;
}

h5 {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    text-align: left;
    background-image : url(point_7B.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    font-size: 1em;
    line-height: 1.5;
    font-weight: normal;
}

table {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C39F96;
}

table th {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #f4e5b8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C39F96;
    color: #813F36;
}

table td {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C39F96;
}

/* フォームパーツ設定 */
input.button {
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea {
    width: 270px;
    height: 200px;
}

input.l {
    width: 270px;
}
input.m {
    width: 180px;
}
input.s {
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li {
    text-align: left;
    line-height: 1.4;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 18px;
    background-image : url(point_7B.png);
    background-position: 5px 8px;
    background-repeat: no-repeat;
}

#hpb-main dl {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#hpb-main dt {
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    width: 9em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 3px;
    color: #813F36;
}

#hpb-main dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.4;
    padding-left: 10em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C39F96;
    overflow: visible;
}

* html #hpb-main dd {
    height: 1%; /* for IE6 */
}

#hpb-main dl:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
}

#hpb-main img.center {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#pagetop {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}

#pagetop a {
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: 0;
    margin-right: auto;
    width: 121px;
    height: 13px;
    overflow: hidden;
    background-image : url(returnTop_7B.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}



/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title h2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(mainimg_7B.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#toppage-news {
}


#toppage-news h3 {
    font-size: 0.9em;
    margin-bottom: 0;
}

#toppage-news dt {
    width: 77px !important;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 5px;
    padding-right: 0;
    text-align: center;
}

#toppage-news dt img {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C39F96;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C39F96;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C39F96;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C39F96;
}

#toppage-news dd {
    padding-left: 83px;
    min-height: 64px;
    padding-bottom: 5px;
    padding-top: 5px;
}

* html #toppage-news dd {
    height: 68px; /* for ie6 */
}

*:first-child + html #toppage-news dd {
    height: 68px; /* for ie7 */
}

#toppage-news span.date {
    color: #813F36;
    line-height: 1.5;
    font-size: 0.95em;
}

.news-photo {
    float: left;
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 2px;
}

.news-comment {
    margin-top: 5px;
}

#toppage-news hr {
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9D9CA0;
    clear: both;
}

.news-photo img {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C39F96;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C39F96;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C39F96;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C39F96;
}

