@charset "Shift_JIS";
/*--------------------------------------------------------
  共通レイアウト設定
--------------------------------------------------------*/

#hpb-container{
	background-color: #303030;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */


#hpb-header{
	background-color: #1e1e1e;
	padding-top: 17px;
	padding-left: 16px;
	padding-right: 16px;
}
#hpb-header:after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

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

#hpb-headerLogo{
	width: 500px;
	float: left;
}
#hpb-headerLogo a{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 386px;
	height: 58px;
    background-image : url(../img/logo_5L.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
    width: 400px;
    margin-top: -16px;
    float: right;
	text-align: right;
}

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

#hpb-headerExtra1 p.tel span{
	/* 電話番号の「TEL」文字設定 */
	display: block;
	background-color: #71a6a9;
	width: 200px;
	padding: 2px;
	font-size: 11px;
	text-align: center;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 5px;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding-top : -20px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 0.9em;
	text-align: right;
}

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


#hpb-footer{
	clear: both;

	position: relative;
}

#hpb-footerMain{
    padding-top: 24px;
	padding-bottom: 24px;
	background-color: #161616;
	
}

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

#hpb-footerExtra1{
	position: absolute;
	top: 0;
	left: 0;
	background-image : url(../img/footerBg_5L.png);
    background-position: left top;
    background-repeat: repeat-x;
	width: 100%;
	height: 33px;
	overflow: hidden;
}

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

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

#hpb-footerExtra1 li a{
	background-image : url(../img/arrow_5L.png);
    background-position: left center;
    background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 10px;
}
#hpb-footerExtra1 li a:link,#hpb-footerExtra1 li a:visited{
	text-decoration: none;
	color: #fff;
}
/* サイドブロック内パーツ */

/* バナー */

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

#banner li{
    display: block;
	margin-top: 1px;
}

#banner li a{
    display: block;
    width: 318px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-blog{
    /* スタッフブログバナー */
    background-image : url(../img/banner_5L_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-trip{
    /* 研修旅行記バナー */
    background-image : url(../img/banner_5L_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-card{
    /* サービスカードバナー */
    background-image : url(../img/banner_5L_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}

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

/* 店舗情報 */
#shopinfo{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#shopinfo img.shopinfo-img{
	position: absolute;
	top: 60px;
	left: 10px;
}

#shopinfo h3{
	text-transform: uppercase;
	background-image : url(../img/indexBg_5L.png);
    background-position: top left;
    background-repeat: repeat;
	letter-spacing: 0.1em;
	height: 41px;
	line-height: 41px;
	overflow: hidden;
	margin: 0;
	padding-left: 16px;
}

#shopinfo h3 .ja{
	display: none;
}
#shopinfo h4{
    padding-left: 5px;
    font-size: 1em;
	font-weight: normal;
    padding-top: 20px;
    padding-bottom: 2px;
	padding-left: 135px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;

}

#shopinfo p{
	padding-top: 2px;
    padding-left: 135px;
	padding-right: 15px;
	padding-bottom:10px;
	margin-top:0;
    margin-bottom: 0.1em;
	margin-left: 10px;
}

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

/* ナビゲーション */

#hpb-nav 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;
    background-color: #333333;
	height: 54px;
    overflow: hidden;
	letter-spacing: -0.4em;
	border-bottom: 1px solid #1e1e1e;
}

#hpb-nav li{
    display: inline-block;
	letter-spacing: 0;
}

#hpb-nav li a{
    display: block;
    height: 54px;
	text-align: center;
	border-right : 1px solid #1e1e1e;
	line-height: 54px;
	padding-left : 36px;
	padding-right : 36px;
}

#hpb-nav li span.en{
    color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#hpb-nav li span.ja{
    display: none;
}


#hpb-nav a:link{
    text-decoration: none;   
}
#hpb-nav a:visited{
	text-decoration: none;   
}
#hpb-nav a:hover{
    background-color: #626262;
    text-decoration: none;
}

#hpb-nav a:active{
	background-color: #626262;
    text-decoration: none;
}


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

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

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

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

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

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

hr{
    width: 100%;
    height : 20px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    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;
    color: #535353;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2{
	background-image : url(../img/titleBg_5L.png);
    background-position: top left;
	background-repeat: no-repeat;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: 180px;
    text-align: left;
    overflow: hidden;
    line-height: 180px;
	font-weight: normal;
	padding-left: 40px;
	letter-spacing: 0.4em;
	color: #71a6a9;
}
.hpb-layoutset-02 #hpb-wrapper p{
	font-size: 1.1em;
	line-height: 1.7;
}

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

h2 span.en{
    font-size: 1.7em;
    font-weight: normal;
    text-transform: uppercase;
}

#hpb-wrapper h3{
	font-size: 1em;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: normal;
	background-image : url(../img/indexBg_5L.png);
	background-repeat: repeat;
	background-position: left top;
	text-transform: capitalize;
	font-size: 1.7em;
	letter-spacing: 0.1em;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.hpb-layoutset-02 #hpb-wrapper h3{
	margin-bottom: 15px;
}

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

#hpb-wrapper h4{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 14px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
	color: #71a6a9;
}

h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
    background-image : url(../img/arrow_5L.png);
    background-position: 2px 5px;
    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: 0px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #535353;
	font-size: 1.1em;
}

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

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

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

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

input.l{
    width: 380px;
}
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: 20px;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
	font-size: 1.1em;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 12px;
    background-image : url(../img/arrow_5L.png);
    background-position: 2px 5px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #535353;
}

#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 : 13em;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left : 12px;
    background-image : url(../img/arrow_5L.png);
    background-position: 2px 5px;
    background-repeat: no-repeat;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: left;
    line-height: 1.4;
    padding-left: 11em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #535353;
}
#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;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}
#pagetop{
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 10px;
	padding-right: 10px;
    text-align: right;
}

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


/* トップページ デザイン定義 */


#toppage > p{
	line-height: 1.7;
	font-size: 1.1em;
}

#toppage-news{
	padding-bottom:10px;
}


#toppage-news h3 {

}

#toppage-news span.ja{
	display: none;
}

.news-photo{
    float: left;
    padding-right: 10px;
	padding-left:10px;
    padding-bottom: 2px;
}
.news-comment{
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 6px solid #71a6a9;
}
.news-comment:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#toppage-news hr{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top:0px;
	width: 100%;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#toppage-news span.date{
	font-weight:bold;
    line-height: 1.5;
}

/* コンセプトページ デザイン定義 */

#concept > img{
	margin-right: 20px;
}
/* メニューページ デザイン定義 */
#menu .item{
    width: 318px;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 25px;
    min-height: 135px;
}

#menu .item h3{
    width: 276px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:5px;
}

#menu .item dl{
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 0.95em;
	padding-right: 5px;
}

#menu .item dt{
    width: 11em !important;
}

#menu .item dd{
    text-align: right;
    padding-left: 12.5em;
}

/* クーポン デザイン定義 */

#news p.large{
	padding-top: 40px;
}

#coupon{
    border-top-width: 4px;
    border-top-style: double;
    border-top-color: #515151;
    border-right-width: 4px;
    border-right-style: double;
    border-right-color: #515151;
    border-bottom-width: 4px;
    border-bottom-style: double;
    border-bottom-color: #515151;
    border-left-width: 4px;
    border-left-style: double;
    border-left-color: #515151;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    margin-bottom: 30px;
	margin-left:20px;
	margin-right:20px;
	background-color: #fff;
	color: #000;
}

#coupon:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#coupon p.large{
	padding-top: 0;
}
#coupon-off{
    width: 360px;
    float: left;
}
#coupon-off p{
   padding-left: 0;
}
#coupon-limit{
    width: 170px;
    float: right;
}

#coupon-limit p{
	padding-left: 0;
}

.hpb-layoutset-02 #hpb-wrapper #coupon h3{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-bottom-style:dotted;
	border-bottom-color: #71a6a9;
	color:#71a6a9;
	background-image: none;
}

#coupon h4{
    width: 110px;
    margin-right: auto;
    background-color: #71a6a9;
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: none;
    text-align: center;
	margin-left:25px;
	margin-bottom:10px;
}

#coupon p{
    margin-bottom: 0;
	margin-left:23px;
	padding: 0;
}

#coupon hr{
    margin-top: 0;
    margin-bottom: 0;
}

/* アクセスマップ */

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

/* ご予約 */

#contact p.large{
	padding-top: 40px;
}
#contact form{
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}
#contact form table{
	width:100%;
}
#contact form th,
#contact form td,
#contact form td input{
	text-align:left;
}


/* プライバシー */

#privacy p.large{
	padding-top: 40px;
}
#privacy ul{
	padding-left: 17px;
}
#topbutton{
	/* ▼表示位置を画面の右下に固定 */
	position: fixed;/* ←表示場所を固定 */
	bottom: 18px;/* ←下端からの距離 */
	right: 18px;/* ←右端からの距離 */
	width: 7em;/* ←横幅 */

      /* ▼最初は非表示にしておく */
	display: none;/* ▼配色・配置・文字の装飾など */
	background-color: silver;/* ←背景色 */
	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; /* ←下線あり */
   }