<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

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

/* フッター内パーツ */
#hpb-footerMain{
	color: #c48e1a;
}

#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(arrow_4J.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#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-top{
    /* 限定メニューバナー */
    background-image : url(banner_4J_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}

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

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

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

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

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

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


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

#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;
}

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

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

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


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

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

p{
	margin-top: 0.5em;
	margin-bottom: 2em;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 1.4;
	text-align: left;
}

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

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

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{
	background-image : url(indexBg_4J.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 13px;
	color:#4a4628;
	font-size: 15px;
	line-height: 1.2;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

.hpb-layoutset-02 h2 span.ja {
	
}

.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;
	border-left-color: #865213;
	border-bottom-color: #865213;
}

#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: 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #865213;
}

h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    text-align: left;
    background-image : url(arrow_4J.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: #f9c044;
}

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: #f9c044;
	background-color: #fcebc5;
}

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

/* フォームパーツ設定 */
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;
    background-image : url(arrow_4J.png);
    background-position: 6px 5px;
    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: #865213;
    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;
}

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

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

	/* フッター内パーツ */
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		line-height: 1.4;
		padding-bottom: 10px;
		padding-left: 5px;
	}

	#hpb-footerExtra1 li{
		/* フッターナビ設定 */
		line-height: 1.4;
		margin-top: 3px;
		margin-bottom: 3px;
		display: inline;
	}

	#hpb-footerExtra1 li a{
		margin-right: 0;
		background-position: top left;
		display: inline-block;
	}
	
	/* サイドブロック内パーツ */

	/* バナー */
	#banner{
		max-width: 100%;
		box-sizing: border-box;
		margin-right: auto;
		margin-left: auto;
	}

	#banner a#banner-special{
		/* 限定メニューバナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#banner a#banner-event{
		/* イベント情報バナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#banner a#banner-space{
		/* 貸切スペースバナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#banner a#banner-access{
		/* アクセスバナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#banner a#banner-reserve{
		/* ご予約バナー */
		background-size: contain;
		background-position: top center;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}


	/* 店舗情報 */
	#shopinfo img.shopinfo-img{
		max-width: 96%;
		box-sizing: border-box;
		margin-right: auto;
		margin-left: auto;
	}

	#shopinfo h4{
		max-width:96%;
		box-sizing: border-box;
		margin-right: auto;
		margin-left: auto;
	}

	#shopinfo p{
		max-width: 96%;
		box-sizing: border-box;
		margin-right: auto;
		margin-left: auto;
	}

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

	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}


	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-right: 0;
		padding-left: 0;
	}
	
	.hpb-layoutset-02 h2{
		background-image : none;
		background-color: #fcf19f;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		line-height: 1.4;
		border-top-color: #ecce88;
		border-top-width: 1px;
		border-top-style: solid;
		border-right-color: #ecce88;
		border-right-width: 1px;
		border-right-style: solid;
		border-bottom-color: #ecce88;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-left-color: #ecce88;
		border-left-width: 1px;
		border-left-style: solid;
		width: 96%;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
		word-break: break-all;
	}

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

	h4{
		padding-right: 0;
		padding-left: 0;
	}
	
	table{
		width: 100%;
		margin-left: auto;
		box-sizing: border-box;
	}

	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}
	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}


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

	#hpb-main ul li{
		padding-right: 0;
	}

	#hpb-main dt{
		float: none;
		max-width: 100%;
		box-sizing: border-box;
	}

	#hpb-main dd{
		padding-left: 0;
	}

	#hpb-main img.left{
		margin-right: 0;
		margin-left: 0;
		float: none;
	}

	#hpb-main img.right{
		margin-left: 0;
		margin-right: 0;
		float: none;
	}

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

	#toppage-news dt{
		max-width: 100%;
		box-sizing: border-box;
	}

	#toppage-news dd{
		padding-left: 0;
		min-height: 0;
	}

	/* アクセスマップ */

	#access img{
		float: none;
		padding-left:0;
	}

	/* ご予約 */
	#contact form{
		padding-left:0;
	}
	#contact form td input{
		margin-top: 5px;
		margin-bottom: 5px;
	}

}</pre></body></html>