@charset "UTF-8";

.cmn_side_intro .side_img .cmn_ttl_94{
	bottom: -53px;
}
/*
メニュー
*/

.side_img {
	position: relative;
}

.side_img #border_01 {
	bottom: 0;
	mix-blend-mode: overlay;
	position: absolute;
	right: 0;
}

.img_txt {
	position: relative;
}

.img_txt #border_02 {
	height: 100%;
	mix-blend-mode: overlay;
	position: absolute;
	width: auto;
}

.menu {
	padding-top: 155px;
}

.menu_hd {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	line-height: .1;
	position: relative;
}

.menu_hd .small_txt {
	color: #707070;
	font-size: 12px;
	position: relative;
	top: -22px;
}

.menus {
	display: flex;
	gap: 5.5vw;
	justify-content: space-between;
}

.menus.cafe {
	justify-content: center;
}

.menus li {
	width: 330px;
}

.menus .img {
	margin-bottom: 28px;
}

.txt_area_cnt {
	display: flex;
	gap: 60px;
}

.menus .menu_name {
	font-size: 28px;
}

.menus .price {
	margin-bottom: 6px;
}

.menus .price,
.menus .txt {
	font-size: 16px;
}

.menu_info {
	border-top: solid 3px #000000;
	margin-top: 64px;
	padding-top: 16px;
}

.menu_other_list {
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	margin-top: 16px;
	padding: 14px 0 14px 25px;
}

.menu_cat_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 13px;
}

.menu_cat_list li {
	background-color: #707070;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
}

.menu_other_list li {
	font-size: 18px;
	font-weight: bold;
	list-style: disc;
}

.for_coworking {
	background-color: #000000;
	color: #ffffff;
	margin-top: 30px;
	padding: 22px;
	text-align: center;
}
.cmn_side_intro .table td .hours > span{
	/* padding-right: 2em; */
	display: inline-block;
	width: 100px;
}
.cmn_side_intro .table td .hours > span.-holiday{
	padding-right: 1em;
}
.cmn_side_intro .table td .kit_tab{
	border-bottom: none;
}
.cmn_side_intro .table td .kit_tab tr{
	border: none;
}
.cmn_side_intro .table td .kit_tab tr th{
	background-color: transparent;
	width: 90px;
	padding: 5px 10px 5px 0;
	align-items: flex-start;
	flex: none;
}
.cmn_side_intro .table td .kit_tab tr td{
	padding: 5px 10px;
	font-size: 16px;
}
.cmn_side_intro .table td .kit_tab{}

@media screen and (max-width:1215px) {
	.txt_area_cnt {
		gap: 30px;
	}	
}

@media screen and (max-width:1050px) {
	.txt_area_cnt {
		display: block;
	}	
}

@media screen and (max-width:767px) {
	/*
    メニュー
    */

	.img_txt img {
		height: 90vw;
		object-fit: cover;
	}

	.menu {
		padding-top: 42px;
	}

	.menu_hd {
		display: flex;
		flex-direction: column-reverse;
		position: relative;
	}

	.menu_hd .cmn_ttl_94 {
		margin-top: 36px;
	}

	.menu_hd .small_txt {
		position: relative;
		top: auto;
	}

	.menus {
		display: block;
	}

	.menus li {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.menus > li:not(:last-of-type) {
		margin-bottom: 33px;
	}

	.menus li .txt_area {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 50%;
	}

	.menus .img {
		margin-bottom: 0;
		width: 45%;
	}

	.menus .menu_name {
		font-size: 20px;
	}

	.menus .price {
		margin-bottom: 0;
	}

	.menus .price,
	.menus .txt {
		font-size: 14px;
	}

	.menu_info {
		border-top: solid 3px #000000;
		margin-top: 64px;
		padding-top: 16px;
	}

	.menu_other_list {
		border-bottom: solid 1px #000000;
		border-top: solid 1px #000000;
		margin-top: 16px;
		padding: 14px 0 14px 25px;
	}

	.menu_cat_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 13px;
	}

	.menu_cat_list li {
		background-color: #707070;
		border-radius: 3px;
		color: #ffffff;
		display: inline-block;
		font-size: 14px;
		padding: 0 10px;
	}

	.menu_other_list li {
		font-size: 14px;
	}

	.for_coworking {
		margin-top: 23px;
		text-align: left;
	}

	.txt_area_cnt {
		display: block;
	}
	.cmn_side_intro .table td{
		flex-direction: column;
	}
	.cmn_side_intro .table td .kit_tab tr th{
		width: 75px;
	}
	.cmn_side_intro .table td .hours > span{
		width: 85px;
	}
}