@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    color: #f2f2f2; /* 標準文字色 */
    background-color: #000000;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    position: relative;
    background-color: #202020;
    background-image : url(navBg_5Gb_02.png);
    background-repeat: repeat-x;
    background-position: 0px 99px;
    width: 100%;
    min-width: 866px;
}

#hpb-header{
    height: 99px;
    width: 810px;
    margin-left: auto;
    margin-right: auto;
}

#hpb-inner{
    padding-top: 0px;
    padding-bottom: 0px;
    width: 810px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    zoom: 1;
    position: relative;
}

#hpb-inner::after, #hpb-header::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 575px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
    margin-left: 0px;
    padding-top: 51px;
}

#hpb-title{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
}

#hpb-main{
    width: 575px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
}

#hpb-aside{
    padding-top: 51px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 235px;
    float: right;
    padding-bottom: 10px;
}

#hpb-footer{
    padding-bottom: 20px;
    padding-top: 5px;
    clear: both;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #000;
    margin-bottom: 0px;
    background-image : url(footerBg_5Gb_02.png);
    background-repeat: repeat-x;
    background-position: center top;
    min-width: 866px;
}


#hpb-nav{
    width: 812px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: -1px;
    overflow: hidden;
}
* html #hpb-nav{
    position: relative;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    margin-top: 0;
    margin-right: 3px;
    margin-bottom: 0;
    margin-left: 3px;
    height: 20px;
    overflow: hidden;
}

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

#hpb-headerLogo{
    width: 445px;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 3px;
    overflow: hidden;
    height: 79px;
}

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

#hpb-headerExtra1{
    width: 215px;
    margin-top: -15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 810px;
    height: 35px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #f8c200;
    border-left-color: #f68d00;
}
#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    display: block;
    width: 135px;
    float: left;
}

#hpb-nav li a{
    display: block;
    color: #FFFFFF;
    overflow: hidden;
}

#hpb-nav li span.en{
    text-transform: capitalize;
    display: block;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
    padding-top: 0px;
    display: block;
}

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


#hpb-nav a:link, #hpb-nav a:visited{
    background-image : url(nav_5Gb_02.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
}
#hpb-nav a:hover, #hpb-nav a:active{
    background-image : url(nav_5Gb_02_on.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
}

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

/* バナー */
#banner{
    width: 235px;
}
#banner ul{
    margin-top: 0;
    margin-right: 0px;
    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;
    padding-bottom: 0px;
}

#banner li a{
    display: block;
    width: 235px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
}
#banner a#banner-blog{
    /* スタッフブログバナー */
    background-image : url(top_banner_5Gb_02_01.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#banner a#banner-trip{
    /* 研修旅行記バナー */
    background-image : url(top_banner_5Gb_02_02.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#banner a#banner-card{
    /* サービスカードバナー */
    background-image : url(top_banner_5Gb_02_03.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#banner a#banner-reserve{
    /* ご予約バナー */
    background-image : url(top_banner_5Gb_02_04.png);
    background-position: top center;
    background-repeat: no-repeat;
}

/* 店舗情報 */
#shopinfo{
    width: 215px;
    padding-top: 13px;
    padding-bottom: 10px;
    background-color: #000;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 20px;
    border-top-width: 2px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #3b3b3b;
    border-bottom-color: #3b3b3b;
}
.hpb-layoutset-02 #shopinfo{
    margin-left: 0px;
    width: 235px;
}

#shopinfo h3{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #ff9c00;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    text-transform: uppercase;
}
#shopinfo h3 span.ja{
    display: none;
}
#shopinfo h4{
    font-weight: bold;
    padding-left: 15px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #FFF;
}

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

#shopinfo img
{
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset-02 #hpb-wrapper, .hpb-layoutset-02 #hpb-main{
    width: 555px;
}

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

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: 0px;
    margin-right: auto;
    width: 78px;
    height: 22px;
    overflow: hidden;
    background-image : url(returnTop_5Gb_02.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}
/* メニューページ デザイン定義 */
#menu .item{
    width: 275px;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 25px;
    min-height: 135px;
}

/* クーポン デザイン定義 */
#coupon{
    border-top-width: 4px;
    border-top-style: double;
    border-top-color: #666;
    border-right-width: 4px;
    border-right-style: double;
    border-right-color: #666;
    border-bottom-width: 4px;
    border-bottom-style: double;
    border-bottom-color: #666;
    border-left-width: 4px;
    border-left-style: double;
    border-left-color: #666;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
#coupon-off{
    margin-left: 0px;
    padding-top: 15px;
}

#coupon-limit{
    padding-top: 20px;
    margin-left: 0px;
    padding-bottom: 20px;
}
#coupon-off h4, #coupon-limit h4{
    float: left;
}
#coupon-off p, #coupon-limit p{
    padding-left: 150px;
}

.hpb-layoutset-02 #hpb-wrapper #coupon h3{
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    border-left-style: none;
    text-align: left;
    font-size: 1.2em;
    background-image : url(couponBg_5Gb.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #000;
}
hr{
    color: #202020;
}

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

.hpb-layoutset-01 #hpb-title h2{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    overflow: hidden;
    text-indent: -9999px;
    height: 280px;
    background-image : url(mainimg_5Gb_02.png);
    background-position: left top;
    background-repeat: no-repeat;
}

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

#toppage-news{
    padding-bottom: 10px;
    padding-left: 0px;
    padding-top: 15px;
    background-image : url(toppage-newsBg_5Gb_02.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#hpb-wrapper #toppage-news h3{
    font-size: 1em;
    line-height: 1;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
}

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

.news-photo{
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
    margin-left: 25px;
}

.news-comment{
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 20px;
}

#toppage-news hr{
    margin-bottom: 10px;
    margin-left: 15px;
    width: 545px;
    padding-top: 5px;
    clear: both;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
}

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

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

* 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: #ff9c00;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		background-image: none;
    min-width: 0;
	}
	#hpb-header{
		height: auto;
		width: 100%;
		padding-bottom: 10px;
	}
	#hpb-inner{
		width: 100%;
	}
	#hpb-wrapper{
		width: 100%;
		float: none;
		padding-top: 0;
	}
	#hpb-main{
		width: 96%;
		float: none;
    padding-top: 0;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-aside{
    padding-top: 0;
		padding-bottom: 20px;
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-footer{
		min-width: 0;
	}
	#hpb-nav{
		width: 100%;
		height: auto;
		position: relative;
    left: 0;
		background-color: #ffb700;
	}
	
	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain{
    margin-right: auto;
    margin-left: auto;
    height: auto;
	}
	#hpb-headerMain h1{
    margin-left: 0;
		padding-right: 5px;
		padding-left: 5px;
		line-height: 1.4;
	}
	#hpb-headerLogo{
		width: 98%;
    float: none;
		margin-top: 10px;
		margin-left: auto;
		margin-bottom: 10px;
		margin-right: auto;
		height: auto;
	}
	#hpb-headerLogo a{
    margin-top: 0;
		background-size: contain;
		background-position: top center;
		max-width: 100%;
	}
	#hpb-headerExtra1{
		width: 98%;
    margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	/* ナビゲーション */
	#hpb-nav ul{
		width: 100%;
		height: auto;
		border-right: none;
		border-left: none;
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		width: 100%;
		float: none;
		border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c77500;
	}
	#hpb-nav li a{
		line-height: 1.4;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	#hpb-nav li span.en{
		line-height: 1.4;
		text-align: left;
	}
	#hpb-nav a:link, #hpb-nav a:visited{
		background-image: none;
	}
	#hpb-nav a:hover, #hpb-nav a:active{
		background-image: none;
		background-color: #ee9f00;
	}
	
	/* サイドブロック内パーツ */
	
	/* バナー */
	#banner{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#banner li{
		max-width: 100%;
	}
	#banner li a{
		max-width: 100%;
	}
	#banner a#banner-blog{
		background-size: contain;
	}
	#banner a#banner-trip{
		background-size: contain;
	}
	#banner a#banner-card{
		background-size: contain;
	}
	#banner a#banner-reserve{
		background-size: contain;
	}

	/* 店舗情報 */
	#shopinfo{
		max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	}
	.hpb-layoutset-02 #shopinfo{
    margin-left: auto;
    margin-right: auto;
		max-width: 100%;
	}
	#shopinfo h4{
    padding-right: 14px;
	}
	#shopinfo img{
		max-width: 100%;
		box-sizing: border-box;
	}
	
	/*--------------------------------------------------------
		共通パーツデザイン設定
	--------------------------------------------------------*/
	.hpb-layoutset-02 #hpb-wrapper{
		width: 100%;
	}
	.hpb-layoutset-02 #hpb-main{
		width: 96%;
		padding-top: 30px;
	}
	
	/* メニューページ デザイン定義 */
	#menu .item{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
	}
	
	/* クーポン デザイン定義 */
	#coupon{
		max-width: 100%;
		box-sizing: border-box;
	}
	#coupon-off h4, #coupon-limit h4{
		float: none;
	}
	#coupon-off p, #coupon-limit p{
		padding-left: 0;
	}
	.hpb-layoutset-02 #hpb-wrapper #coupon h3{
    padding-right: 20px;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	/*--------------------------------------------------------
		トップページ デザイン設定
	--------------------------------------------------------*/
	.hpb-layoutset-01 #hpb-title h2{
    height: 280px;
		background-size: contain;
	}
	
	/* トップページ デザイン定義 */
	#toppage-news{
		max-width: 100%;
	}
	#hpb-wrapper #toppage-news h3{
    line-height: 1.4;
	}
	.news-photo{
		margin-left: 0;
		max-width: 100%;
	}
	.news-comment{
		padding-right: 0;
	}
	#toppage-news hr{
    margin-left: 0;
		width: 100%;
	}
	#toppage-news dt{
		max-width: 100%;
	}
	#toppage-news dd{
    padding-left: 0;
    min-height: 0;
	}
	
}
