@charset "utf-8";
/* dish.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/dish_kv.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 宴会プラン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_enkai {
	padding-bottom: 200px;
}

/* メイン写真 */
#enkai_kv_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.enkai_kv {
	width: 50%;
}
.enkai_kv img {
	width: 100%;
	height: auto;
}

/* 宴会ｈ5ボックス */
.kaiseki_h5_box {
	position: relative;
	margin-bottom: 20px;
}
.kaiseki_h5_box .menu_name {
	margin-bottom: 0px;
}
.kaiseki_h5_box ul {
	position: absolute;
	right: 0px;
	bottom: 6px;
}
.kaiseki_h5_box ul li {
	font-size: 13px;
	line-height: 1.4em;
	color: #A3A3A3;
}

/* プラン */
#kaiseki_price_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
}
.kaiseki_price {
	width: 290px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px;
	border-left: 1px solid #B19970;
}
.ks_price_wrap {
	color: #B19970;
	margin-bottom: 15px;
}
.ks_price_data {
	font-size: 48px;
	line-height: 1em;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.ks_price_sub {
	display: inline-block;
	margin-left: 3px;
}
.ks_price_sub li:first-child {
	font-size: 22px;
	color: #B19970;
	font-family: 'Noto Serif JP', serif;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 4px;
}
.ks_price_sub li:last-child {
	color: #A9A9A9;
	font-size: 14px;
	line-height: 1em;
	font-weight: 700;
}
.ks_price_note {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 300;
}

/* 飲み放題 */
#ks_nomiho {
	width: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #B19970;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	padding-top: 8px;
}
#ks_nomiho h6 {
	font-size: 32px;
	line-height: 1em;
	color: #B19970;
	margin-bottom: 20px;
}
.nmh_time {
	width: 50px;
	background-color: #9D9D9D;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
	line-height: 1em;
	margin-right: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: text-top;
}
.nmh_price {
	font-size: 24px;
}
.nmh_tax {
	font-size: 12px;
	padding-left: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フルセット飲み放題　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fullset_box {
	background-color: #FFFFFF;
	color: #222222;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-image: url(../images/dish_enkai_full_bg.png);
	background-position: center center;
	position: relative;
	margin-bottom: 100px;
}
#full_type_wrap {
	display: flex;
	margin-bottom: 20px;
}

/* タイトル・料金 */
.full_tt {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.full_tt:first-child {
	border-right: 1px solid #222222;
	padding-left: 10px;
}
.full_tt:last-child {
	padding-left: 30px;

}
.full_tt h6 {
	font-size: 28px;
	line-height: 1.1em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin-bottom: 30px;
}
.ryouri_yen {
	width: 90px;
	height: 90px;
	line-height: 1.3em;
	text-align: center;
	color: #FFFFFF;
	background-color: #B19970;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	position: absolute;
	top: 0px;
	right: 15px;
}
.full_tt:last-child .ryouri_yen {
	right: 0px;
}
.full_ryouri_yen {
	font-size: 22px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}
.full_ryouri_yen span {
	font-size: 14px;
	margin-left: 3px;
}
.full_hitori {
	background-color: #222222;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 90px;
	border-radius: 100px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: super;
}
.full_price {
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	display: inline-block;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.full_price span {
	font-size: 18px;
	padding-left: 5px;
}

/* 内容 */
.full_text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 5px;

}
.full_text h6 {
	color: #FFFFFF;
	background-color: #AA1012;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-bottom: 12px;

}
.full_text ul {
	margin-left: 1.3em;
	list-style-type: disc;
	padding-left: 10px;
	padding-right: 10px;
}

/* ドリンク写真 */
#drink_pic {
	width: 150px;
	position: absolute;
	right: 30px;
	bottom: 20px;
}
#drink_pic img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 学生プラン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gakusei_box {
	display: flex; 
    justify-content:space-between;
}

/* 写真 */
#gakusei_pic {
	width: 500px;
}
#gakusei_pic img {
	width: 100%;
	height: auto;
}

/* 内容 */
#gakusei_data {
	width: 500px;
	padding-top: 10px;
}
#gakusei_data ul {
	border-left: 8px solid #FFBFBF;
	padding-left: 10px;
	margin-bottom: 30px;
}
.gakusei_price {
	color: #FFBFBF;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.gakusei_yen {
	color: #FFBFBF;
	font-size: 22px;
	line-height: 1.2em;
	padding-left: 5px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.gakusei_tax {
	font-size: 15px;
	color: #A9A9A9;
	line-height: 1.2em;
	padding-left: 10px;
	font-weight: 700;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パーテーション　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pttn_01 {
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/dish_pttn_01.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メニュー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h4_box {
	text-align: center;
}
.h4_box h4 {
	margin-bottom: 100px;
	text-align: center;
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	display: inline-block;
	border: 1px solid #ADADAD;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-left: auto;
	margin-right: auto;
	min-width: 600px;

}
.h4_box h4 span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #A1A1A1;
	line-height: 1.2em;
	margin-top: 10px;
}

h5.menu_name {
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	color: #B19A70;
	border-bottom: 2px solid #B19A70;
	padding-left: 5px;
	padding-bottom: 10px;
	letter-spacing: 4px;
}
h5.menu_name span {
	font-size: 15px;
	margin-left: 20px;
	letter-spacing: normal;
}
.text_menu h6 {
	background-color: #BABABA;
	color: #000000;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 50px;
	text-align: center;
}

/* -- おすすめメニュー ----------------------------------------------- */
#menu_osusume {
	padding-bottom: 40px;
}
#osusume {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 120px;
}

/* リスト */
.list_01 {
	width: 330px;
	margin-bottom: 40px;
	margin-right: 30px;
}
.list_01:nth-child(3n) {
	margin-right: 0px;
}

/* サムネイル */
.thumb_01 {
	margin-bottom: 8px;
}
.thumb_01 img {
	width: 100%;
	height: auto;
}

/* メニュー名 */
.name_01 {
	font-size: 22px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'Noto Serif JP', serif;
}
.name_01 span {
	font-size: 16px;
}

/* 料金 */
.price_01 {
	font-size: 24px;
	padding-left: 5px;
	padding-right: 5px;
	color: #B19A70;
}
.price_01 span {
	font-size: 14px;
	margin-left: 5px;
}
.menu_area {
	padding-bottom: 120px;
}


/* -- テキストのみメニュー ----------------------------------------------- */
.text_menu {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.text_list {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text_menu .text_list:nth-child(odd) {
	padding-right: 60px;
}
.text_menu .text_list:nth-child(even) {
	padding-left: 60px;
}

/* -- テーブル ----------------------------------------------- */
.text_list th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #545454;
	padding-left: 10px;
}
.text_list td {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #545454;
	padding-right: 10px;
}
.tbl_memo {
	font-size: 13px;
	line-height: 1em;
}
table + h6 {
	margin-top: 60px;
}

/* 料金 */
.text_price {
}
.text_price span {
	margin-left: 5px;
	font-size: 13px;
}

/* -- 通常メニュー ----------------------------------------------- */
.nomal_menu {
	display: flex;
	flex-wrap: wrap;
}
/* リスト */
.list_02 {
	width: 246px;
	margin-bottom: 30px;
	margin-right: 22px;
}
.list_02:nth-child(4n) {
	margin-right: 0px;
}

/* サムネイル */
.thumb_02 {
	margin-bottom: 8px;
}
.thumb_02 img {
	width: 100%;
	height: auto;
}

/* メニュー名 */
.name_02 {
	font-size: 17px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.3em;
}
.name_02 span {
	font-size: 14px;
}

/* 料金 */
.price_02 {
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #B19A70;
}
.price_02 span {
	font-size: 12px;
	margin-left: 5px;
}
.men_box {
	width: 350px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.men_box:nth-child(1) {
	padding-right: 40px;
}
.men_box:nth-child(2) {
	padding-right: 20px;
	padding-left: 20px;
}
.men_box:nth-child(3) {
	padding-left: 40px;
}

.men_box th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #545454;
}
.men_box td {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #545454;
	vertical-align: top;
}

/* -- お子様メニュー ----------------------------------------------- */
#okosama {
	float: left;
}
#okosama .list_02:nth-child(2) {
	margin-right: 0px;
}

/* -- 飯・汁物 ----------------------------------------------- */
#gohan {
	width: 50%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 60px;
}
#gohan th {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #545454;
}
#gohan td {
	border-bottom: 1px solid #545454;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
}
#drink .men_box {
	margin-bottom: 40px;
}











/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 宴会プラン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_enkai {
	padding-bottom: 60px;
}

/* メイン写真 */
#enkai_kv_wrap {
	display: inherit;
	margin-bottom: 30px;
}
.enkai_kv {
	width: 100%;
	margin-bottom: 5px;
}

/* 宴会ｈ5ボックス */
.kaiseki_h5_box {
	margin-bottom: 30px;

}
.kaiseki_h5_box ul {
	position: static;
	bottom: 25px;
	margin-top: 12px;
}
.kaiseki_h5_box ul li {
	font-size: 12px;
}

/* プラン */
#kaiseki_price_wrap {
	display: inherit;
	margin-left: 0px;
	margin-bottom: 50px;
}
.ks_price_wrap {
	margin-bottom: 10px;
	border-bottom: 1px solid #B19970;
	padding-bottom: 5px;
	position: relative;
}
.kaiseki_price {
	width: 100%;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	border-left-width: 6px;
}
.ks_price_data {
	font-size: 32px;
}
.ks_price_sub li:first-child {
	font-size: 18px;
	display: inline-block;
}
.ks_price_sub li:last-child {
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
	position: absolute;
	right: 5px;
	bottom: 8px;
}
.ks_price_note {
	font-size: 13px;
}

/* 飲み放題 */
#ks_nomiho {
	width: 100%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #B19970;
}
#ks_nomiho h6 {
	font-size: 26px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フルセット飲み放題　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fullset_box {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
	margin-bottom: 80px;
}
.fullset_box {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	display: inherit;
	margin-bottom: 60px;
}
#full_type_wrap {
	display: inherit;
	margin-bottom: 40px;
}

/* タイトル・料金 */
.full_tt {
	width: 100%;
}
.full_tt:first-child {
	border-right-style: none;
	padding-left: 0px;
	border-bottom: 1px solid #222222;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.full_tt:last-child {
	padding-left: 0px;
}
.full_tt h6 {
	margin-bottom: 10px;
	font-size: 26px;
}
.ryouri_yen {
	width: 100%;
	height: auto;
	line-height: 1.3em;
	text-align: left;
	display: inherit;
	font-size: 14px;
	position: static;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.full_ryouri_yen {
	font-size: 18px;
	float: left;
	margin-right: 5px;
}
.full_ryouri_yen span {
	font-size: 12px;
	margin-left: 3px;
}
.full_hitori {
}
.full_price {
	font-size: 35px;
}
.full_price span {
	font-size: 16px;
}

/* 内容 */
.full_text {
	width: 100%;
	padding-left: 0px;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.full_text h6 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 12px;

}
	
/* ドリンク写真 */
#drink_pic {
	right: 10px;
	bottom: 10px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 学生プラン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gakusei_box {
	display: inherit;	
}

/* 写真 */
#gakusei_pic {
	width: 100%;
	margin-bottom: 20px;
}

/* 内容 */
#gakusei_data {
	width: 100%;
	padding-top: 0px;
}
#gakusei_data ul {
	border-left-width: 6px;
	padding-left: 10px;
	margin-bottom: 20px;
	position: relative;
}
#gakusei_data ul li:last-child {
	border-top: 1px solid #FFBFBF;
	padding-top: 10px;
	margin-top: 5px;
}

.gakusei_price {
	color: #FFBFBF;
	font-size: 32px;
}
.gakusei_yen {
	font-size: 18px;
}
.gakusei_tax {
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 22px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パーテーション　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pttn_01 {
	height: 200px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メニュー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.menu_area {
	padding-bottom: 60px;
}
	
.h4_box {
	text-align: center;
}
.h4_box h4 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 26px;
	display: inherit;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	min-width: 1px;
}
h5.menu_name {
	font-size: 28px;
}
h5.menu_name span {
	font-size: 12px;
	margin-left: 15px;
}

/* -- おすすめメニュー ----------------------------------------------- */
#menu_osusume {
	padding-bottom: 40px;
}
#osusume {
	display: inherit;
	margin-bottom: 60px;
}

/* リスト */
.list_01 {
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0px;
}

/* メニュー名 */
.name_01 {
	font-size: 18px;
}
.name_01 span {
	font-size: 13px;
}

/* 料金 */
.price_01 {
	font-size: 20px;
}
.price_01 span {
	font-size: 13px;
}
	
/* -- テキストのみメニュー ----------------------------------------------- */
.text_menu {
	display: inherit;
	padding-bottom: 20px;
}
.text_list {
	width: 100%;
	/* [disabled]margin-bottom: 40px; */
}
.text_menu .text_list:nth-child(odd) {
	padding-right: 0px;
	margin-bottom: 40px;
}
.text_menu .text_list:nth-child(even) {
	padding-left: 0px;
}

/* -- テーブル ----------------------------------------------- */
.text_list td {
	padding-left: 60px;
}
.tbl_memo {
	font-size: 12px;
}
table + h6 {
	margin-top: 40px;
}

/* 料金 */
.text_price span {
	font-size: 12px;
}

/* -- 通常メニュー ----------------------------------------------- */
.nomal_menu {

}
/* リスト */
.list_02 {
	width: 50%;
	margin-bottom: 25px;
	margin-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_02:nth-child(odd) {
	padding-right: 10px;
}
.list_02:nth-child(even) {
	margin-right: 0px;
	padding-left: 10px;
}

/* メニュー名 */
.name_02 {
	font-size: 14px;
}
.name_02 span {
	font-size: 12px;
}

/* 料金 */
.price_02 {
	font-size: 16px;
}
.price_02 span {
	font-size: 12px;
	margin-left: 5px;
}
.men_box {
	width: 100%;
}
.men_box:nth-child(1) {
	padding-right: 0px;
}
.men_box:nth-child(2) {
	padding-right: 0px;
	padding-left: 0px;
}
.men_box:nth-child(3) {
	padding-left: 0px;
}
.men_box td {
	padding-left: 60px;
}

/* -- お子様メニュー ----------------------------------------------- */
#okosama {
	float: none;
	margin-bottom: 60px;
}

/* -- 飯・汁物 ----------------------------------------------- */
#gohan {
	width: 100%;
	float: none;
	padding-left: 0px;
}
#gohan td {
	padding-left: 60px;
}


}
