@charset "utf-8";
/* CSS Document */


.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.rest_title_aria,.rest_time_aria {
	float: left;
	display: inline-block;
	width: calc(99% / 3);
}

.rest_title_aria {
	
}

.rest_time_aria {
	font-size: 0.95em;
	line-height: 1.4em;

}
@media only screen and (min-width: 1000px) {
	.rest_title_aria {
		width: 25%;	
	}
	.rest_time_aria {
		width: 30%;
		font-size: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.rest_title_aria,.rest_time_aria  {
		float: none;
		width: 100%;
	}
	.rest_time_aria {
		margin-left: 20px;
	}
}
/*---------------------------------------------------------------------------*/
/*各ボックスの設定（共通）*/
.tenpo_sw_waku {
	/*margin-bottom: 30px;*/
}

.rest-category-list {
	float: left;
	width: 24.5%;
	background: #fff;	/*背景色*/
	position: relative;
	overflow: hidden;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,0.2);	影の設定。右へ、下へ、広げる幅、0,0,0は黒で0.2は透明度20%の事。*/	
	margin-top: 0;
	margin-right: 0.25%;
	margin-bottom: 0;
	margin-left: 0.25%;
	/*border: 1px solid #CCCCCC;
	border-radius: 0.5em;*/
}

.rest-category-list a {
	/*text-decoration: none;
	display: block;
	overflow: hidden;*/
}
/*画像の設定*/
.rest-category-list img.img {
	float: left;
	width: 100%;	/*画像の幅。ここを変更する場合は、下の.list .textのmargin-leftの数字も調整する。*/
}
/*右側のテキスト欄*/
.rest-category-list .text {
	padding: 2% 1% 2% 0%;	/*上、右、下、左への余白*/
	/*margin-left: 42%;		左の画像とのバランスをとって設定*/
}
/*h4見出しタグの設定*/
.rest-category-list h4 {
	color: #000000;	/*文字色*/
	line-height: 1.0em;
	font-size: 0.2em;
	padding-left: 0px;
}

@media only screen and (max-width: 767px) {
    .rest-category-list h4 {
	    /*display: none !important; 
		height: auto;*/
	}
}

/*pタグの設定*/
.rest-category-list p {
	padding: 0 !important;
	color: #666666;
}
/*３カラムタイプのボックス設定*/
.rest-category-list.c3 {
	width: 31%;	/*ボックスの幅*/
	margin: 0 1% 20px;	/*上、左右、下へのボックスの外側にとる余白*/
	float: left;
	/*height: 200px;	高さ。下の「.list.c3 a」のheightと合わせる。*/
	text-align: right;	/*文字をセンタリング*/
}

/*h4見出しタグの設定*/
.rest-category-list.c3 h4 {
	/*font-size: 0.8em;*/
}

.rest-category-list.c3 a {
	height: 100px;
}
/*３カラムタイプの画像設定*/
.rest-category-list.c3 img.img {
	float: none;
	width: 100%;
}
.rest-category-list.c3 .text {
	padding: 2% 1% 2% 1%;	/*上、右、下、左への余白*/
	margin-left: 0;
}

.rest-category-list.c3 .text h4 {
	font-size: 0.8em;
}

/*１カラムでページを表示時の３カラムボックスの高さ*/
.c1 .rest-category-list.c3,
.c1 .rest-category-list.c3 a {
	/*height: 200px;*/
}


@media only screen and (max-width: 1000px) {
	.rest-category-list {
		width: 49.5%;
		margin-bottom: 4px
	}
}

@media only screen and (max-width: 700px) {
	.rest-category-list {
		width: 99.5%;
		margin-bottom: 10px
	}
}




/* トップヘッダー 1200ピクセル以上は広がらないように */
@media(max-width: 1200px){
	.rest-category-list {
		/*width: 100%;*/
	}
}

@media(min-width: 1200px){
	.rest-category-list {
		 /*width: 1200px;*/
	}
}



/*画面幅1200px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1200px){

/*SERVICEページ
---------------------------------------------------------------------------*/
/*３カラムタイプのボックスの高さ*/
.rest-category-list.c3,
.rest-category-list.c3 a {
	/*height: 240px;*/
}
/*１カラムでページを表示時の３カラムボックスの幅*/
.c1 .rest-category-list.c3 {
	width: 23%;
}

/*h4見出しタグの設定*/
.rest-category-list.c3 h4 {
	font-size: 1.2em;
}

}



/*画面幅1600px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1600px){

/*SERVICEページ
---------------------------------------------------------------------------*/
/*３カラムタイプのボックスの高さ*/
.rest-category-list.c3,
.rest-category-list.c3 a {
	/*height: 340px;*/
}
/*１カラムでページを表示時の３カラムボックスの幅*/
.c1 .rest-category-list.c3 {
	width: 20%;
}
/*共通*/
.rest-category-list.c3,
.c1 .rest-category-list.c3 {
	/*max-width: 400px;	この幅以上には広がらないようにする*/
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){

/*SERVICEページ
---------------------------------------------------------------------------*/
/*画像の設定*/
.rest-category-list img.img {
	float: none;
	width: 100%;
}

/*右側のテキスト欄*/
.rest-category-list .text {
	/*padding: 2%;*/
	padding: 2% 2% 2% 2%;
	margin-left: 0;
}
/*３カラムタイプのボックス設定*/
.rest-category-list.c3 {
	width: auto;
	margin: 0 0 20px;
	float: none;
	/*height: 700px;*/
}
.rest-category-list.c3 a {
	height: auto;
}

}

.topics dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.topics dt {
	float: left;
	width: 16%;
	padding-bottom: 30px;
}
.topics dd {
	margin-left: 11%;
}

@media screen and (max-width:840px){
	.topics dt {
		 width: 20%;
	 }
}
@media screen and (max-width:767px){
	.topics dt {
		 width: 16%;
	 }
}
/*画面幅500px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:500px){
	 .topics dt {
	    width: 100%;
		margin: 0 1%;
		padding-bottom: 4px;
	 }
	.topics dd {
		margin: 0 1%;
	}
}

/* 区切り線　設定
---------------------------------------------------------------------------*/
hr {
  border: 0;
  margin: 30px auto 0px auto;
  max-width: 100%;
  background-position: 50%;
  box-sizing: border-box;
}
.hr_kugiri {
  width: 96%;
  height: 30px;
  border-style: solid;
  border-color: hsla(0, 0%, 75%, 0.9);
  border-width: 1px 0 0 0;
  border-radius: 15px;
}


/* 店舗　横移動スイッチ
----------------------------------------*/
.restaurant_footer_tenpojp li {
	display: inline-block;
	background-color: #effcee;
	width: calc(100% / 4 - 10px);
	line-height: 36px;
	text-align: center;
	margin: 0px 4px 4px 0px;
}

.restaurant_footer_tenpojp li {
	display: inline-block;
	background-color: #effcee;
	width: calc(100% / 3 - 10px);
	line-height: 36px;
	text-align: center;
	margin: 0px 4px 4px 0px;
}

.restaurant_footer_tenpojp li a {
    display:block;
	color: #666666;
}

.restaurant_footer_tenpojp li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  position: relative;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #bfd4bd; /*アイコン色*/
}

.restaurant_footer_tenpojp li a:hover {
	background-color: #D1EFD3;
}

ul.restaurant_footer_tenpojp {
    margin-left: 40px;
	margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
	.restaurant_footer_tenpojp li {
		width: calc(100% / 2 - 10px);
	}
}

@media screen and (max-width: 768px) {
	.restaurant_footer_tenpojp li {
		width: 100%;
		line-height: 40px;
	}
	ul.restaurant_footer_tenpojp {
		margin: 0px 2px 20px 2px;
	}
}


/*---------------------------------------------------------------------------*/
/* 写真スライド関係(レストラン) */


.photoslide {
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
}

.photoslide img {
	max-width: 1200px;
	width: 100%;
	margin-bottom: 20px;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}

.party_comment {
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 10px;   
}


/*---------------------------------------------------------------------------*/
/* メニューエリア */

.menu_aria {
	margin-bottom: 20px;
}

.menu_index_aria {
	margin-bottom: 20px;
	background-color: #F6F6F6;
}

.menu_index_aria a {
	display: block;
	overflow: auto;
	color: #000000;

	transition: 1.0s;
}

.menu_index_aria a:hover {
	background: #cecece;	/*マウスオン時の背景色*/
}

.menu_photo_aria {
	width: 34%;
	/*margin-left: 30px;*/
	float: left;
}
.menu_photo_aria img {
	width: 100%;
}

.menu_photo_aria_full {
	width: 96%;
	margin: 20px 2%;
}
.menu_photo_aria_full img {
	width: 100%;
}

.menu_photo_aria_center {
	width: 98%;
	margin: 4px auto;
	float: none;
}
.menu_photo_aria_center img {
	width: 100%;
}

.menu_photo2rethu {
	width: 40%;
	margin: 0 6% 0 0;
	float: left;
}

.menu_photo2rethu img {
	width: 100%;
	margin-bottom: 2px;
}

.menu_aria .space {
	margin: 0 6% 0 6%;
}

.menu_comment_aria {
	width: 64%;
	padding-top: 20px;
	margin-left: 2%;
	float: left;
	text-align: center;
	line-height: 1.5em;
	font-size: 96%;
}

.menu_comment_aria_nophoto {
    width: 96%;
	padding-top: 20px;
	margin: 0 2%;
	text-align: center;
	float: left;
	line-height: 1.5em;
	font-size: 96%;
}

.menu_comment_aria_full {
    width: 96%;
	margin: 0 2%;
	float: left;
}


/*h4見出しタグの設定*/
.menu_index_aria h4{
    /*width: 98%;
	padding: 0px;*/
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
	/*border-bottom: 1px solid #416d42;
	margin-bottom: 8px;*/
	margin-left: -32px;
}

/*h4見出しタグの設定*/
.menu_aria h4{
    /*width: 98%;
	padding: 0px;*/
	font-size: 1.8em;
	line-height: 1.5em;
	color: #000000;
	text-align: center;
	/*border-bottom: 1px solid #416d42;
	margin-bottom: 8px;
	margin-left: 20px;*/
}

/*h5見出しタグの設定*/
.menu_aria h5 {
	line-height: 1.5em;
	margin-left: 6px;
}

.menu_photo_aria,.menu_comment_aria {
	margin-top: 0px;
}

.menu_comment_aria p {
	line-height: 2em;	
}

.menu_syousai_moji {
    line-height: 1.5em;
}

/* メニューの中の表 */

.menu_comment_info {
    margin-top: 10px;
}

.menu_comment_info dl {
	padding: 20px 0;
	border-bottom: 1px solid #000;
	line-height: 1.5em;
}

.menu_comment_info dt {
	padding-bottom: 5px;
	/*border-right: 1px solid #000;
	font-weight: bold;*/
}

.menu_comment_info dt {
	/*width: 30%;
	background-color: #CCCCCC;*/
}

.menu_category {
    margin: 10px 0px 10px 0px;
}

.menu_category ul {
    text-align: center;
	margin: 0px;
}
.menu_category ul li {
	display: inline-block;
	width: 80px;
	font-size: 12px;
	padding: 2px;
}

.categ_osusume {
	background-color: #eeaf36;
	border: 1px solid #eeaf36;
	color: #FFFFFF;
}

.categ_lunch, .categ_dinner {
	border: 1px solid #000000; 
	color: #000000;   
}




@media screen and (min-width: 769px) {
	.menu_comment_info dt {
		clear: left;
		float: left;
		width: 24%;
		font-weight: bold;
	}
	.menu_comment_info dd {
		margin-left: 24%;
	}
}

@media screen and (max-width: 768px) {
	.menu_aria h4{
		font-size: 1.4em;
		line-height: 1.0em;
	    margin-left: 4px;
	}
	.menu_photo_aria {
		width: 100%;
		margin: 4px auto;
		float: none;
	}
	.menu_photo_aria img {
		width: 100%;
	}
	
	.menu_comment_aria,.menu_comment_aria_full {
		width: 96%;
		margin: 4px auto;
		float: none;
		font-size: 96%;
	}

	.menu_comment_info dt {
		width: 100%;
		font-weight: bold;
	}
	.menu_index_aria {
		padding-bottom: 10px;
	}	
}

/*---------------------------------------------------------------------------*/
/* ギフトカード関係 */

.restaurant_comment {
	width: 98%;
	font-size: 1.2em;
	margin-bottom: 10px;   
}

.gift_image_aria {
	width: 96%;
	margin: 4px 6px 4px 32px;
}
.gift_image_aria img {
	width: 100%;
}

/*---------------------------------------------------------------------------*/
/* ランチストップ関係 */

hr.launchstop_line {
  height: 1px;
  background: #bbb;
  background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
  background-image: -moz-linear-gradient(left, #eee, #777, #eee);
  background-image: -ms-linear-gradient(left, #eee, #777, #eee);
  background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

/*---------------------------------------------------------------------------*/
/* 朝食 */

h4.ti_breakfast {
	text-align: left;
	font-size: 1.2em;
	margin-left: -32px;
}

.breakfast_comment_aria {
	width: 64%;
	padding-top: 20px;
	margin-left: 2%;
	float: left;
	text-align: left;
	line-height: 1.5em;
	font-size: 96%;
}

.breakfast_comment_aria_full {
    width: 96%;
	margin: 0 2%;
	float: left;
	line-height: 1.5em;
	font-size: 96%;
}

@media screen and (max-width: 768px) {

	h4.ti_breakfast {
		text-align: left;
		font-size: 1em;
		margin-left: -18px;
	}

	.breakfast_comment_aria,.breakfast_comment_aria_full {
		width: 96%;
		margin: 4px auto;
		float: none;
		text-align: center;
		font-size: 96%;
	}
}

/*---------------------------------------------------------------------------*/
/* UNOUNO 飲み物リスト関係 */

.menu_aria ul {
	margin: 0px 0px 20px 30px;
}

.menu_aria li {
	list-style-type: none;
	display:inline-block;
	width: calc((100% - 80px) / 2);
	font-size: 1em;
	line-height: 1.5em;
}

/* 奇数列 */
.menu_aria li:nth-child(odd){  
	
}
/* 偶数列 */
.menu_aria li:nth-child(even) {
    margin-left: 20px;
}

@media screen and (max-width: 960px) {

	.menu_aria li {
		width: calc(100% - 30px);
	}
	.menu_aria li:nth-child(even) {
        margin-left: 0px;
    }

}
@media screen and (max-width: 768px) {
	.menu_aria ul {
		margin: 0px 0px 20px 0px;
	}
	.menu_aria li,.menu_aria li:nth-child(even) {
	margin-left: -20px;
	}
}

/*---------------------------------------------------------------------------*/
/* 藤さわ 飲み物リスト関係 */

.menu_aria ul {
	margin: 0px 0px 20px 30px;
}

.menu_aria ul.osakelist li {
	list-style-type: none;
	display:inline-block;
	width: calc((100% - 80px) / 2);
	font-size: 1em;
	line-height: 1.5em;
}

/* 奇数列 */
.menu_aria ul.osakelist li:nth-child(odd){  
	
}
/* 偶数列 */
.menu_aria ul.osakelist li:nth-child(even) {
    margin-left: 20px;
}

@media screen and (max-width: 1200px) {

	.menu_aria ul.osakelist li {
		width: calc(100% - 30px);
	}
	.menu_aria ul.osakelist li:nth-child(even) {
        margin-left: 0px;
    }

}

@media screen and (max-width: 768px) {
	.menu_aria ul.osakelist {
		margin: 0px 0px 20px 30px;
	}
	.menu_aria ul.osakelist li {
		margin-bottom: 8px;
	}
	.menu_aria ul.osakelist li,.menu_aria ul.osakelist li:nth-child(even) {
	margin-left: -20px;
	}
}

/*豊華楼 単品ワインのところ*/

ul.hokaro_wine {

}

ul.hokaro_wine li {
	list-style-type: none;
	display:inline-block;
	width: calc(100% - 80px);
	font-size: 1em;
	line-height: 1.5em;
}
/* 奇数列 */
ul.hokaro_wine li:nth-child(odd){  
	
}
/* 偶数列 */
ul.hokaro_wine li:nth-child(even) {
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
    ul.hokaro_wine li {
		width: 100%;
		margin-bottom: 18px;
	}

	/* 奇数列 */
	ul.hokaro_wine li:nth-child(odd){  
		
	}
	/* 偶数列 */
	ul.hokaro_wine li:nth-child(even) {
		margin-left: -20px;
	}
}


