@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

/* フッター内パーツ */

#hpb-footerMain p{
	/* コピーライト文字設定 */
    margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-size: 0.9em;
	line-height: 18px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#hpb-footerLogo {
}
#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: 0px;
    list-style-type: none;
    text-align: left;
}

#hpb-footerExtra1 li{
	/* フッターナビ設定 */
    line-height: 1.2;
	font-size: 0.85em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#hpb-footerExtra1 li a{
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.0em;
	margin-right: 8px;
	margin-left: 0px;
	padding-left:12px;
	background-image : url(../img/footerlink_4Ha.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

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

#hpb-footerExtra2 {
}

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

/* バナー */
#banner{
	width: 260px;
	padding-bottom: 10px;
}

#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;
	height: 45px;
	margin-bottom: 5px;
}

#banner li a{
	display: block;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

#banner a#banner-special{
    /* 限定メニューバナー */
    background-image : url(../img/banner_4Ha_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-event{
    /* イベント情報バナー */
    background-image : url(../img/banner_4Ha_02.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-space{
    /* 貸切スペースバナー */
    background-image : url(../img/banner_4Ha_03.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-access{
    /* アクセスバナー */
    background-image : url(../img/banner_4Ha_04.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-reserve{
    /* ご予約バナー */
    background-image : url(../img/banner_4Ha_05.png);
    background-position: center center;
    background-repeat: no-repeat;
}


/* 店舗情報 */
#shopinfo{
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #523764;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #523764;
	border-bottom-color: #523764;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #523764;
	border-left-color: #523764;
}

#shopinfo img.shopinfo-img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#shopinfo h3{
	display:none;
}

#shopinfo h4{
	width:200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.95em;
    padding-top: 5px;
    color: #FFFFFF;
}

#shopinfo p{
	width:200px;
	margin-top: 0.1em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	margin-bottom: 10px;
    color: #FFFFFF;
}

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

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


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

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

p{
	text-indent: -1em;      /* 文字1文字分上げる */
padding-left: 1em       /* 2文字分右に下げる */
;
}

p.large{
    font-weight: bold;
	padding-top:15px;
}
p.indent{
    padding-left: 15px;
}

.left{
    float: left;
}
.right{
    float: right;
}
.menuRibbon {
	margin:0 0 10px 0;
	padding:2px 8px;
	background:#8c177e;
	color:#f7ebf9;
	line-height:140%;
	font-weight:bold;
}

.menuRibbonLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	background:#d9c1e2;
	color:#5a1644;
	line-height:140%;
	font-weight:bold;
}

.menuTab {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 5px;
	border-color: #d9c1e2;
	border-style:solid;
	background:#8c177e;
	color:#f7ebf9;
	line-height:140%;
	font-weight:bold;
}

.menuTabLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 5px;
	border-color:#8c177e;
	border-style:solid;
	background:#d9c1e2;
	color:#5a1644;
	line-height:140%;
	font-weight:bold;
}

.menuTabDouble {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 5px;
	border-color: #d9c1e2;
	border-style:solid;
	background:#8c177e;
	color:#f7ebf9;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuTabDoubleLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 5px;
	border-color:#8c177e;
	border-style:solid;
	background:#d9c1e2;
	color:#5a1644;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuLine {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0;
	border-color: #d9c1e2;
	border-style:solid;
	background:#8c177e;
	color:#f7ebf9;
	line-height:140%;
	font-weight:bold;
}

.menuLineLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#8c177e;
	border-style:solid;
	background:#d9c1e2;
	color:#5a1644;
	line-height:140%;
	font-weight:bold;
}

.menuLineDouble {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color: #d9c1e2;
	border-style:solid;
	background:#8c177e;
	color:#f7ebf9;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuLineDoubleLightW {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color:#8c177e;
	border-style:solid;
	background:#fff;
	color:#5a1644;
	line-height:300%;
	font-weight:bold;
	text-align:center;
}

.menuLineDoubleLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color:#8c177e;
	border-style:solid;
	background:#d9c1e2;
	color:#5a1644;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuLineLightW {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#8c177e;
	border-style:solid;
	background:#fff;
	color:#5a1644;
	line-height:300%;
	font-weight:bold;
}
.menuLineDouble2 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color: #E2A3AD;
	border-style:solid;
	background:#C6485B;
	color:#FFE6E7;
	line-height:300%;
	font-weight:bold;
	text-align:center;
}

.menuLineDoubleLightW2 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color:#C6485B;
	border-style:solid;
	background:#fff;
	color:#A73445;
	line-height:300%;
	font-weight:bold;
	text-align:center;
}

.menuLineDoubleLight2 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color:#C6485B;
	border-style:solid;
	background:#E2A3AD;
	color:#A73445;
	line-height:300%;
	font-weight:bold;
	text-align:center;
}

.menuLineLightW2 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#C6485B;
	border-style:solid;
	background:#fff;
	color:#A73445;
	line-height:300%;
	font-weight:bold;
}


hr{
    width: 100%;
    height : 20px;
    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{
	background-repeat: no-repeat;
	background-position: left top;
	padding-top : 15px;
	padding-right: 10px;
	padding-bottom : 1px;
	padding-left: 20px;
	color:#FFF;
	font-size : 20px;
	line-height: 1.2;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.hpb-layoutset-02 h2 span.ja{
	font-size: 14px;
	font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}

.hpb-layoutset-02 h2 span.en{
	display:none;
}

#hpb-wrapper h3{
	line-height: 1.2;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#hpb-wrapper h3 span.en{
    display: none;
}

#hpb-wrapper h3 span.ja{
	font-size: 14px;
}

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

h4{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: bold;
	color: #674A7C;
}

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

table{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 0;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

table th{
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 9px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}

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

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

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

input.l{
    width: 350px;
}
input.m{
    width: 250px;
}
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: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 18px;
    font-weight: bold;
    background-image : url(../img/point_4Ha.png);
    background-position: 5px 10px;
    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: 2px;
    padding-left: 15px;
}

#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: 11em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

* 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: 20px;
    margin-bottom: 10px;
    margin-left: 15px;
    float: left;
}

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



/* トップページ デザイン定義 */
#hpb-wrapper #toppage-info p{
	margin-bottom:5px;
}
#toppage-info hr{
	display:none;
}

#toppage-news {
}

#toppage-news h3{
    margin-bottom: 0;
}

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

#toppage-news dt img {
}

#toppage-news dd{
    padding-left: 77px;
    min-height: 63px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom-style: solid;
}

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

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

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

#toppage-news span.date{
    color: #cc2200;
    line-height: 1.5;
    font-size: 1.0em;
}
.news-photo{
    float: left;
    padding-right: 10px;
    padding-bottom: 2px;
}
.news-comment{
    margin: 0px;
    margin-top: 0px;
    border-top-width: 1px;
    border-top-style: solid;
}
.news-comment:first-child{
	border-top:none;
}
#toppage-news hr{
    margin-top: 0;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    clear: both;
}

.news-photo img{
	margin-left:10px;
}


/* アクセスマップ */

#access img{
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

/* ご予約 */

#contact form{
	padding-left:15px;
	text-align:center;
}
#contact form th,
#contact form td,
#contact form td input{
	text-align:left;
}
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed;/* ←表示場所を固定 */
	bottom: 18px;/* ←下端からの距離 */
	right: 18px;/* ←右端からの距離 */
	width: 7em;/* ←横幅 */

      /* ▼最初は非表示にしておく */
	display: none;/* ▼配色・配置・文字の装飾など */
	background-color: purple;/* ←背景色 */
	opacity: 0.75;/* ←透明度 */
	border-top-left-radius: 24px 24px;
	border-top-right-radius: 24px 24px;
	border-bottom-right-radius: 24px 24px;
	border-bottom-left-radius: 24px 24px;/* ←角丸の半径 */
	text-align: center;/* ←文字の位置 */
	font-size: 120%;/* ←文字サイズ */
	font-weight: bold;/* ←文字の太さ */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;/* ←外側の余白 */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;/* ←内側の余白 */
}
   #topbutton a {
      /* ▼リンクの装飾 */
      color: white;          /* ←文字色 */
      text-decoration: none; /* ←下線なし */
   }
   #topbutton a:hover {
      /* ▼マウスが載ったときの装飾 */
      color: yellow;              /* ←文字色 */
      text-decoration: underline; /* ←下線あり */
   }
