@charset "UTF-8";

.cmn_side_intro.-rev {
	padding-right: 6.7%;
	padding-left: 0;
	width: 100%;
}

.cmn_side_intro .cmn_row {
	flex-direction: row-reverse;
}


.-about .cmn_ttl_28 {
	margin-bottom: 20px;
}

.-about .cmn_ttl_50 {
	margin-bottom: 50px;
}

/*
メニュー
*/

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

.information .info_guide .info_guide_box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.information .info_guide .info_guide_box dt {
	width: 165px;
}

.information .info_guide .info_guide_box dt,
.information .info_guide .info_guide_box dd {
	font-weight: bold;
}

.contact .contact_info li {
	font-weight: bold;
}

.tel_wrap {
	max-width: 450px;
	width: 100%;
	border: 2px solid #333;
	padding: 10px 20px;
	display: block;
	font-weight: bold;
	margin: 10px 0;

}

.acc_ttl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	margin-bottom: -65px;
	position: relative;
	z-index: 10;
}
.access{
	padding: 80px 0;
}
.info_cnt{
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.info_img figcaption{
	text-align: right;
}
.maps_wrap {
	position: relative;
}

.maps_wrap iframe {
	width: 100%;
}

.maps_wrap .cmn_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 450px;
	width: 100%;
}

.maps_wrap .cmn_btn a {
	width: 100%;
}
.about_btm_wrap{
	position: relative;
	margin-top: 50px;
}
.about_btm_txt{
	position: absolute;
	right: 0;
	top: -30px;
	z-index: 10;
}

.about_btm.img_txt {
	position: relative;
	overflow: hidden;
}

.about_btm.img_txt .img_or {
	mix-blend-mode: overlay;
	position: absolute;
	top: -10%;
	right: -15%;
}

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

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

@media screen and (max-width:767px) {
	/*
    メニュー
    */
	.cmn_side_intro.-rev .cmn_row {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 70px;
	}

	.img_txt img {
		height: 90vw;
		object-fit: cover;
	}
	.-about .cmn_ttl_28{
		padding-left: 20px;
	}
	.-about .cmn_side_intro .side_img{
		margin: auto;
		width: 100%;
	}
	.cmn_side_intro.-rev {
		padding-left: 6.7%;
	}

	.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;
	}
	.acc_ttl {
		flex-direction: column;
		gap: 5px;
		margin-bottom: 15px;
		align-items: flex-start;
	}
	.info_cnt{
		flex-direction: column;
	}
	.maps_wrap{
		margin-bottom: 70px;
	}
	.maps_wrap .cmn_btn{
		transform: translateX(-50%);
		right: 0;
		left: 50%;
		bottom: -70px;
	}
	.about_btm_txt{
		object-position: 33%;
		width: 288px;
	}
	.about_btm.img_txt .img_or{
		height: 45%;
		transform: translate(-50%,-50%);
		right: 0;
		left: 50%;
		top: 50%;
	}
	.information .info_guide .info_guide_box {
		flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding-bottom: 5px;
	}
	.tel_wrap{
		padding: 10px 12px;
		font-size: 12px;
	}
}