@charset "UTF-8";

/*---------------menu_intro---------------*/

#menu_intro+section .heading.block_header_6:before{
	width: 30px;
	height: 1px;
	bottom: 1rem;
	left: 2rem;
	transform: rotate(90deg);
}
#menu_intro+section .heading.block_header_6 .h,
#menu_intro+section .inner_item_txt{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
#menu_intro+section .heading.block_header_6 .h{
	font-size: 3.8rem!important;
	letter-spacing: 1rem;
	line-height: 1.7;
}
#menu_intro+section .wrapper_item{
	margin-top: 80px;
}
#menu_intro+section .inner_item_txt p {
	height: 450px;
	line-height: 2.5;
}
#menu_intro+section+a+section{
	background-position: 80% 50%!important;
}
#menu_intro+section+a+section .heading.block_header_6 .h{
	font-size: 4rem!important;
}
@media screen and (max-width: 1400px){
	#menu_intro+section .heading.block_header_6{
		width: 40%;
	}
	#menu_intro+section .wrapper_item{
		width: 58%;	
	}
	#menu_intro+section .inner_item_txt p{
		height: 500px;
	}
}
@media screen and (max-width: 1100px){
	#menu_intro+section .heading.block_header_6{
		width: 35%;
	}
	#menu_intro+section .wrapper_item{
		width: 60%;	
	}
	#menu_intro+section .inner_item_txt p{
		line-height: 2.3;
	}
}
@media screen and (max-width: 950px){
	#menu_intro+section{
		background-position: 75% 50%!important;
	}
	#menu_intro+section::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		background: #000;
		opacity: 0.4;
	}
	#menu_intro+section .heading.block_header_6,
	#menu_intro+section .wrapper_item{
		width: 100%;
	}
	#menu_intro+section .heading.block_header_6 .h,
	#menu_intro+section .inner_item_txt{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}
@media screen and (max-width: 900px){
	#menu_intro+section .heading.block_header_6 .h {
		font-size: 3.5rem!important;
		letter-spacing: 0.2rem;
		line-height: 1.3;
	}
	#menu_intro+section .heading.block_header_6:before {
		bottom: -2.2rem;
	}
	#menu_intro+section .inner_item_txt p {
		height: inherit;
	}
}
@media screen and (max-width: 480px){
	#menu_intro+section .heading.block_header_6 .h,
	#menu_intro+section+a+section .heading.block_header_6 .h{
		font-size: 3rem!important;
		letter-spacing: 0.1rem;
	}
}

/*---------------menu_list---------------*/

#menu_list+div.widget_menu01 .content_wrapper div.items{
	background: url(/common/upload_data/bungo-yamasakicom/image/menu_bg.png);
	padding: 60px;
}
#menu_list+div.widget_menu01 li{
	border-bottom: none;
}
#menu_list+div.widget_menu01 li{
	line-height: 1.7;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	font-size: 2.4rem;
	font-family: 'Yuji Syuku', serif!important;
}
#menu_list+div.widget_menu01 li dt:before,
#menu_list2+div.widget_menu01 li dt:before{
	display: none;
}
#menu_list2+div.widget_menu01::before{
	content: "";
	display: block;
	width: 500px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 2%;
	pointer-events: none;
	background: url(/common/upload_data/bungo-yamasakicom/image/sec03_bottom_right_5.png) no-repeat right bottom/80%;
}
#menu_list2+div.widget_menu01 .content_wrapper{
	background: url(/common/upload_data/bungo-yamasakicom/image/menu2.png);
	padding: 60px;
}
#menu_list2+div.widget_menu01 .content_wrapper::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: rgba(255,255,255,0.1);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0.55), rgba(255,255,255,0));
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.55), rgba(255,255,255,0));
	background: linear-gradient(to top, rgba(255,255,255,0.55), rgba(255,255,255,0));
	z-index: -1;
}
#menu_list2+div.widget_menu01 li{
	border-bottom: 1px dashed var(--i_txt_color);
	padding: 12px 0;
}
#menu_list2+div.widget_menu01 .heading.block_header_4{
	margin-bottom: 30px;
}
#menu_list2+div.widget_menu01 .heading.block_header_4 .h{
	text-align: center;
	font-size: 3.3rem!important;
}
@media screen and (max-width: 1200px){
	#menu_list2+div.widget_menu01::before{
		display: none;
	}
}
@media screen and (max-width: 950px){
	#menu_list2+div.widget_menu01 .content_wrapper{
		width: 90%;
		padding: 40px 20px 45px 20px;
	}
	#menu_list2+div.widget_menu01 .heading.block_header_4 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 900px){
	#menu_list+div.widget_menu01 li{
		font-size: 2rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 640px){
	#menu_list+div.widget_menu01 .content_wrapper div.items {
		padding: 40px 20px;
	}
	#menu_list2+div.widget_menu01 .heading.block_header_4 .h {
		font-size: 2.5rem!important;
	}
}
@media screen and (max-width: 500px){
	#menu_list+div.widget_menu01 li {
		padding: 15px 0;
	}
}

/*---------------rare_part---------------*/

#rare_part+section{
	margin-top: 0;
}

/*---------------shabu_shabu---------------*/

#shabu_shabu+section{
	background-position: 65% 50%!important;
	text-shadow: 0 0 18px rgba(0, 0, 0, 0.8), 0 0 18px rgba(0, 0, 0, 0.8), 0 0 18px rgba(0, 0, 0, 0.8), 0 0 18px rgba(0, 0, 0, 0.8), 0 0 18px rgba(0, 0, 0, 0.8);
}
#shabu_shabu+section .content_wrapper{
	display: flex;
	flex-direction: row-reverse;
}
#shabu_shabu+section .heading.block_header_6:before{
	display: none;
}
#shabu_shabu+section .heading.block_header_6 .h,
#shabu_shabu+section .inner_item_txt{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;	
}
#shabu_shabu+section .heading.block_header_6 .h{
	line-height: 2.2;
	margin-bottom: 25px;
}
#shabu_shabu+section .heading.block_header_6 p{
	font-size: 3.5rem;
}
#shabu_shabu+section .wrapper_item{
	height: 400px;
	margin: 60px 30px 0 0;
}
@media screen and (max-width: 800px){
	#shabu_shabu+section .heading.block_header_6 p {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 600px){
	#shabu_shabu+section {
		background-position: 5% 50%!important;
		text-shadow: 0 0 8px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.8);
	}
	#shabu_shabu+section::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		background: #000;
		opacity: 0.1;
	}
	#shabu_shabu+section .content_wrapper{
		display: block;
	}
	#shabu_shabu+section .heading.block_header_6.align-left {
		align-items: flex-end;
		margin-bottom: 0;
	}
	#shabu_shabu+section .wrapper_item{
		height: auto;
		margin: 0;
	}
	#shabu_shabu+section .inner_item_txt{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}

/*---------------kalbi---------------*/

#kalbi+section .content_wrapper{
	margin-right: 50vw;	
}
#kalbi+section .content_wrapper::before,
#kalbi+section .content_wrapper::after{
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	height: 100%;
	width: 700px;
	top: -5%;
	left: 83%;
	background: url(/common/upload_data/bungo-yamasakicom/image/sec3_img2.png) no-repeat;
}
#kalbi+section .content_wrapper::after{
	width: 500px;
	left: -55%;
	z-index: -1;
	background: url(/common/upload_data/bungo-yamasakicom/image/sec03_top_left.png) no-repeat center/90%;
}
#kalbi+section .heading.block_header_6,
#kalbi+section .inner_item_txt{
	max-width: 450px;
	text-shadow: 0 0 18px rgba(0, 0, 0, 0.8), 0 0 18px rgba(0, 0, 0, 0.8), 0 0 18px rgba(0, 0, 0, 0.8), 0 0 18px rgba(0, 0, 0, 0.8), 0 0 18px rgba(0, 0, 0, 0.8);
}

#kalbi+section .heading.block_header_6 .h{
	font-size: 4rem!important;
}
@media screen and (max-width: 1400px){
	#kalbi+section .content_wrapper {
		margin-right: 45vw;
	}
	#kalbi+section .content_wrapper::before{
		background-size: 80%;
		left: 83%;
	}
}
@media screen and (max-width: 1200px){
	#kalbi+section .content_wrapper {
		width: 40%;
	}
	#kalbi+section .content_wrapper::before {
		background-size: 40vw;
		left: 80%;
		top: 12%;
	}
	#kalbi+section .inner_item_txt p{
		width: 80%;
	}
}
@media screen and (max-width: 1000px){
	#kalbi+section .content_wrapper {
		width: 55%;
		margin-right: 37vw;
	}
}
@media screen and (max-width: 850px){
	#kalbi+section .content_wrapper {
		width: 100%;
		margin-right: auto;
		max-width: 800px!important;
	}
	#kalbi+section .content_wrapper::before {
		top: auto;
		right: -4%;
		bottom: -13%;
		left: auto;
		background-size: 57vw;
		background-position: bottom right;
		z-index: -1;
	}
	#kalbi+section .content_wrapper::after{
		display: none;
	}
	#kalbi+section .inner_item_txt p {
		width: 52%;
	}
	#kalbi+section .inner_item_img{
		text-align: left;
	}
	#kalbi+section .inner_item_img img{
		max-width: 40%!important;
	}
}
@media screen and (max-width: 600px){
	#kalbi+section .inner_item_txt p {
		width: 80%;
	}
	#kalbi+section .content_wrapper::before {
		bottom: -16%;
	}
}
@media screen and (max-width: 500px){
	#kalbi+section .inner_item_txt p {
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	#kalbi+section .heading.block_header_6 .h{
		font-size: 3rem!important;
	}
}

/*---------------highest_grade---------------*/

#highest_grade+section{
	overflow: visible;
}
#highest_grade+section::before,
#highest_grade+section::after{
	content: "";
	display: block;
	width: 504px;
	height: 100%;
	position: absolute;
	top: 2%;
	right: -3%;
	pointer-events: none;
	background: url(/common/upload_data/bungo-yamasakicom/image/20231004155141.png) no-repeat top right/90%;
	z-index: -1;
}
#highest_grade+section::after{
	width: 100%;
	height: 752px;
	top: 0;
	left: 0;
	right: auto;
	background: url(/common/upload_data/bungo-yamasakicom/image/20230815124343.png) no-repeat top left;
}
#highest_grade+section .content_wrapper{
	margin-left: 54vw;
}
#highest_grade+section .content_wrapper,
#highest_grade2+section .heading.block_header_2 .h{
	text-shadow: 0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff;
}
#highest_grade+section .heading.block_header_6 .h{
	font-size: 4rem!important;
}
#highest_grade+section .heading.block_header_6:before{
	box-shadow: 0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff,0 0 12px #fff;
}
#highest_grade+section .inner_item_txt p span,
#highest_grade2+section .heading.block_header_2 .h{
	display: inline-block;
	position: relative;
	font-family: 'Yuji Syuku', serif!important;
	font-size: 3.8rem!important;
	padding: 10px;
	color: #776200;
	letter-spacing: 0.4rem!important;
}
#highest_grade+section .inner_item_txt p span{
	width: 100%;
	box-sizing: border-box;
}
#highest_grade2+section .heading.block_header_2 .h{
	padding: 20px;
}
#highest_grade+section .inner_item_txt p span::before,
#highest_grade2+section .heading.block_header_2 .h::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: #776200;
	border: none;
	opacity: 0.8;
	box-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
}
#highest_grade2+section .inner_item_img img{
	max-width: 587px !important;
}
#highest_grade3+div{
	overflow: visible;
}
#highest_grade3+div::before{
	content: "";
	display: block;
	width: 600px;
	height: 620px;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: url(/common/upload_data/bungo-yamasakicom/image/20231004164327.png) no-repeat bottom left;
}
@media screen and (max-width: 1500px){
	#highest_grade+section::before{
		right: -10%;
	}
	#highest_grade+section::after {
		left: -10%;
	}
}
@media screen and (max-width: 1200px){
	#highest_grade+section .content_wrapper{
		margin-right: 20%;
		margin-left: auto;
	}
	#highest_grade+section::after {
		left: -40%;
	}
}
@media screen and (max-width: 1100px){
	#highest_grade+section::after {
		left: -50%;
	}
	#highest_grade+section::after{
		background-size: 900px;
		width: 900px;
		left: -35%;
	}
}
@media screen and (max-width: 900px){
	#highest_grade+section{
		padding-bottom: 50px;
	}
	#highest_grade+section .content_wrapper{
		margin: 0 auto;
	}
	#highest_grade+section::before{
		display: none;
	}
	#highest_grade+section::after{
		left: 0;
	}
}
@media screen and (max-width: 800px){
	#highest_grade+section .inner_item_txt p span,
	#highest_grade2+section .heading.block_header_2 .h{
		font-size: 3rem!important;
	}
}
@media screen and (max-width: 480px){
	#highest_grade+section .inner_item_txt p span{
		font-size: 2.8rem!important;
		letter-spacing: 0rem!important;
	}
}

/*---------------steak---------------*/
#steak+div.composite_box01.block_images_14 .inner_item{
	background: transparent;
	border: 1px solid #fff;
}

/*---------------course_link---------------*/
#course_link+div{
	margin-top: -120px;
}

/*---------------menu_list_bg---------------*/
#menu_list_bg+div::before{
	content: "";
	display: block;
	width: 610px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: -10%;
	pointer-events: none;
	background: url(/common/upload_data/bungo-yamasakicom/image/20230807154835.png) no-repeat right bottom;
	opacity: 0.7;
}