@charset "utf-8";
/* ------ TOPs ------ */
/*top共通*/
/*メイン*/
.l_main {
 width: 100%;
 /*height: calc(156px + 62.61vw);*/
 margin: 0 auto 0 auto;
 position: relative;
}
.l_main_inner {
 padding-top: 0;
 overflow: hidden;
}
.l_main_inner figure {
 position: relative;
}
.l_title {
 position: absolute;
 left: 0;
 top: 0;
 background: rgb(255 255 255 / 75%);
 width: 25vw;
 height: 66.85vw;
 padding: 0;
}
.l_title h1 {
 padding: 0;
}
.l_title p {
 font-size: 1.5vw;
 text-align: center;
 color: #fff;
}
@media screen and (max-width: 767px) {
 .l_main {
  width: 100%;
  /*height: calc(156px + 62.61vw);*/
  margin: 0 auto 0 auto;
  position: relative;
 }
 .l_main_inner {
  padding-top: 0;
  overflow: hidden;
 }
 .l_main_inner figure {
  position: relative;
 }
 .l_title {
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255 255 255 / 75%);
  width: 30vw;
  height: 100vw;
  padding: 0;
 }
 .l_title h1 {
  padding: 0;
 }
 .l_title p {
  font-size: 3.7vw;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
 }
}
/*こだわり*/
.l_feature {
 position: relative;
 box-sizing: border-box;
 background: url("../img/bg_kuroge.jpg") repeat;
}
.l_feature.hp {
 margin-top: 80px;
}
.l_feature_outer {
 padding: 3.3vw 0 5vw 0;
}
.feature_ttl {
 display: flex;
}
.l_feature_ttl {
 width: 41%;
 text-align: center;
 padding-top: 3.3vw;
}
.l_feature_ttl h2 {
 width: 7.5vw;
 display: inline-block;
 vertical-align: top;
 margin-left: 6.25vw;
}
.l_feature_ttl p {
 width: 7.3vw;
 display: inline-block;
 vertical-align: top;
}
.feature_ttl .m_kuroge_img {
 width: 59%;
 background: url("../img/kuroge_bar.jpg") no-repeat 48vw 0;
 background-size: 8.3vw auto;
 padding: 4.1vw 0;
}
.m_feature_detail {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
 justify-content: space-between;
}
.m_feature_detail .m_kuroge_img {
 width: 41%;
 background: url("../img/kuroge_bar.jpg") no-repeat 2vw 0;
 background-size: 8.3vw auto;
 padding: 4.1vw 0;
}
.m_feature_detail_inner {
 width: 59%;
 box-sizing: border-box;
 padding: 6.6vw 0 0 8.3vw;
 text-align: left;
}
.m_feature_detail h3 {
 font-size: 2.333vw;
 font-weight: 700;
 margin-bottom: 3.4vw;
 line-height: 1;
}
.m_feature_detail p {
 font-size: 1.5vw;
 font-weight: 400;
}
.m_feature_detail:last-child {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
 justify-content: space-between;
}
.m_feature_detail:last-child .m_kuroge_img {
 width: 41%;
 background: url("../img/kuroge_bar.jpg") no-repeat 30vw 0;
 background-size: 8.3vw auto;
 padding: 4.1vw 0;
 order: 2;
}
.m_feature_detail:last-child .m_feature_detail_inner {
 width: 59%;
 box-sizing: border-box;
 padding: 6.6vw 0 0 8.3vw;
 text-align: left;
 order: 1;
}
.m_feature_detail h3 {
 font-size: 2.333vw;
 font-weight: 700;
 margin-bottom: 3.4vw;
}
.m_feature_detail p {
 font-size: 1.5vw;
 font-weight: 400;
}
/*サイドメニュー*/
.l_sidemenu {
 background: url(../img/kodawari_bg.jpg);
 padding-bottom: 7vw;
}
.m_sidemenu_tit {
 position: absolute;
 top: 0;
 right: 8.3vw;
 width: 18vw;
 overflow: hidden;
}
.m_sidemenu_tit h3 {
 float: right;
 width: 5.833vw;
}
.m_sidemenu_tit p {
 padding-top: 7vw;
 float: left;
 width: 7.3333vw;
}
.l_sidemenu_list {
 width: 65vw;
 padding: 8.3vw 0 0 8.3vw;
}
.l_sidemenu_list article {
 margin-bottom: 6.25vw;
 overflow: hidden;
}
.l_sidemenu_list article .m_side_img {
 width: 25vw;
 float: left;
}
.l_sidemenu_list article .m_side_name {
 font-size: 2.33vw;
 font-weight: 700;
 padding-bottom: 1.6vw;
 margin-bottom: 1.6vw;
 border-bottom: #231815 1px solid;
 padding-top: 2.5vw;
 padding-left: 4vw;
 margin-left: 25vw;
 line-height: 1;
}
.l_sidemenu_list article .m_side_txt {
 font-size: 1.4vw;
 padding-left: 4vw;
 margin-left: 25vw;
 letter-spacing: 0;
}
.l_sidemenu_list article:nth-of-type(2) .m_side_img {
 width: 25vw;
 float: right;
}
.l_sidemenu_list article:nth-of-type(2) .m_side_name {
 font-size: 2.33vw;
 font-weight: 700;
 padding-bottom: 1.6vw;
 margin-bottom: 1.6vw;
 border-bottom: #231815 1px solid;
 padding-left: 0;
 margin-left: 0;
}
.l_sidemenu_list article:nth-of-type(2) .m_side_txt {
 font-size: 1.4vw;
 padding-left: 0;
 margin-left: 0;
}
@media screen and (max-width: 767px) {
 .l_feature {
  position: relative;
  box-sizing: border-box;
  background: url("../img/bg_kuroge.jpg") repeat;
 }
 .l_feature.hp {
  margin-top: 5vw;
 }
 .l_feature_outer {
  padding: 3.3vw 0 5vw 0;
 }
 .feature_ttl {
  display: flex;
 }
 .l_feature_ttl {
  width: 35%;
  text-align: center;
  padding-top: 4vw;
  padding-bottom: 5vw;
 }
 .l_feature_ttl h2 {
  width: 9vw;
  display: inline-block;
  vertical-align: top;
  margin-left: 7vw;
  margin-right: -16vw;
  position: relative;
 }
 .l_feature_ttl p {
  width: 13vw;
  display: inline-block;
  vertical-align: top;
  margin-top: -3vw;
 }
 .feature_ttl .m_kuroge_img {
  width: 65%;
  background: url("../img/kuroge_bar.jpg") no-repeat 50vw 0;
  background-size: 9vw auto;
  padding: 4.1vw 0;
 }
 .m_feature_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
 }
 .m_feature_detail .m_kuroge_img {
  width: 65%;
  background: url("../img/kuroge_bar.jpg") no-repeat 2vw 0;
  background-size: 9vw auto;
  padding: 4.1vw 0;
  margin: 0 auto;
 }
 .m_feature_detail_inner {
  width: 95%;
  box-sizing: border-box;
  padding: 6.6vw 0 0 8.3vw;
  text-align: left;
 }
 .m_feature_detail h3 {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 3.4vw;
  line-height: 1;
  text-align: center;
 }
 .m_feature_detail p {
  font-size: 3.8vw;
  font-weight: 400;
 }
 .m_feature_detail:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
 }
 .m_feature_detail:last-child .m_kuroge_img {
  width: 65%;
  background: url("../img/kuroge_bar.jpg") no-repeat 53vw 0;
  background-size: 9vw auto;
  padding: 4.1vw 0;
  order: 1;
 }
 .m_feature_detail:last-child .m_feature_detail_inner {
  width: 95%;
  box-sizing: border-box;
  padding: 6.6vw 0 0 8.3vw;
  text-align: left;
  order: 2;
 }
 .m_feature_detail h3 {
  font-size: 4.3vw;
  font-weight: 700;
  margin-bottom: 4vw;
 }
 .m_feature_detail p {
  font-size: 3.8vw;
  font-weight: 400;
 }
 /*サイドメニュー*/
 .l_sidemenu {
  background: rgba(203, 194, 187, 0.50);
  position: relative;
  padding-bottom: 16vw;
 }
 .m_sidemenu_tit {
  position: absolute;
  top: 0;
  right: 4vw;
  width: 25vw;
  overflow: hidden;
 }
 .m_sidemenu_tit h3 {
  float: right;
  width: 8vw;
 }
 .m_sidemenu_tit p {
  padding-top: 10vw;
  float: left;
  width: 12vw;
 }
 .l_sidemenu_list {
  width: 65vw;
  padding: 8.3vw 0 0 8.3vw;
 }
 .l_sidemenu_list article {
  margin-bottom: 6.25vw;
  overflow: hidden;
 }
 .l_sidemenu_list article .m_side_img {
  width: 100%;
  float: none;
  margin-bottom: 3vw;
 }
 .l_sidemenu_list article .m_side_name {
  font-size: 4.4vw;
  font-weight: 700;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  border-bottom: #231815 1px solid;
  padding-top: 2.5vw;
  padding-left: 0;
  margin-left: 0;
  line-height: 1.3;
 }
 .l_sidemenu_list article .m_side_txt {
  font-size: 3.8vw;
  padding-left: 0;
  margin-left: 0;
  letter-spacing: 0;
 }
 .l_sidemenu_list article:nth-of-type(2) .m_side_img {
  width: 100%;
  float: none;
 }
 .l_sidemenu_list article:nth-of-type(2) .m_side_name {
  font-size: 4vw;
  font-weight: 700;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  border-bottom: #231815 1px solid;
  padding-top: 2.5vw;
  padding-left: 0;
  margin-left: 0;
  line-height: 1.3;
 }
 .l_sidemenu_list article:nth-of-type(2) .m_side_txt {
  font-size: 3.8vw;
  padding-left: 0;
  margin-left: 0;
 }
}


/*メニュー*/
.l_menu {
 background: url("../img/bg_menu.jpg") repeat;
}
.l_menu_outer {
 width: 1000px;
 margin: 0 auto;
 position: relative;
 padding-top: 100px;
 padding-bottom: 150px;
}
.l_menu_list {
}
.l_menu_list .ttl_menu {
 position: relative;
 text-align: center;
 margin-bottom: 65px;
}
.l_menu_list .ttl_menu span {
 font-size: 32px;
 font-weight: 700;
 position: relative;
 z-index: 2;
 display: inline-block;
 padding: 0 1em;
 background: url("../img/bg_menu.jpg") repeat;
 text-align: left;
}
.l_menu_list .ttl_menu::before {
 position: absolute;
 top: 50%;
 z-index: 1;
 content: '';
 display: block;
 width: 100%;
 height: 1px;
 background-color: #000;
}
.ttl_menu{
	width: auto;
	margin: 0px auto 80px;
	top: 0;
}
.ttl_menu img{
}
.l_foodmenu {
}
.l_menu_inner {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
 justify-content: space-between;
}
.l_menu_inner article {
	 display: none;
 width: 460px;
 margin-bottom: 60px;
}

.l_menu_inner article:first-child, .l_menu_inner article:nth-child(2){
 display: block;
}
.more .l_menu_inner article {
 display: block;
}
.l_drink{
 display: none;
	margin-top: 60px;
}
.more .l_drink {
 display: block;
}

.l_menu_inner article figure {
 margin-bottom: 30px;
}
.m_name_t {
 position: relative;
 text-align: left;
 margin-bottom: 30px;
 padding-left: 3em;
}
.m_name_t span {
 font-size: 28px;
 font-weight: 700;
}
.m_name_t {
 position: relative;
 display: inline-block;
 padding: 0 30px;
 text-align: center;
 text-align: center;
 width: 100%;
 background: #000000;
 color: #fff;
}
.m_name_t:before {
 position: absolute;
 top: calc(50% - 2px);
 width: 16px;
 height: 6px;
 content: '';
 /* border-top: solid 1px #000; */
}
.m_name_t:before {
 left: 0;
}
.m_menu_list li.ge {
 background: url("../img/ic_gentei.svg") no-repeat 0 4px;
 background-size: 20px auto;
}
.m_menu_list li {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
 justify-content: space-between;
 padding-left: 0em;
 padding-bottom: 1em;
 letter-spacing: 0;
 font-size: 16px;
}
.m_menu_list li .m_name {
 width: 235px;
 line-height: 1.3;
}
.m_menu_list li .m_price {
 width: 223px;
 text-align: right;
 line-height: 1.3;
}

@media screen and (max-width: 767px) {
 .l_menu {
  background: url("../img/bg_menu.jpg") repeat;
 }
 .l_menu_outer {
  width: auto;
  margin: 0 5vw;
  padding-top: 80px;
	 padding-bottom: 100px;
 }
 .l_menu_list {
  margin-bottom: 0;
 }
 .l_menu_list .ttl_menu {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
 }
 .l_menu_list .ttl_menu span {
  font-size: 4.8vw;
  font-weight: 700;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background: url("../img/bg_menu.jpg") repeat;
  text-align: left;
 }
 .l_menu_list .ttl_menu::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
 }
.ttl_menu{
	width: 100%;
	/* margin: -35px auto 0 -110px; */
	/* position: absolute; */
	/* top: 0; */
	/* left: 50%; */
}
.ttl_menu img{
}
	
 .l_foodmenu {
  padding-bottom: 0;
 }
 .l_menu_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
 }
 .l_menu_inner article {
  width: 100%;
  margin-bottom: 40px;
 }
 .l_menu_inner article:first-child, .l_menu_inner article:nth-child(2){
	}
 .more .l_menu_inner article {
	}
	.l_drink{
	}
 .more .l_drink {
	}
 .l_menu_inner article figure {
  margin-bottom: 20px;
 }
 
 .m_name_t {
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 3em;
 }
 .m_name_t span {
  font-size: 4.2vw;
  font-weight: 700;
 }
 .m_name_t {
  position: relative;
  display: inline-block;
  padding: 0 22px;
  text-align: center;
 }
 .m_name_t:before {
  position: absolute;
  top: calc(50% - 2px);
  width: 12px;
  height: 6px;
  content: '';
  /* border-top: solid 1px #000; */
 }
 .m_name_t:before {
  left: 0;
 }
 .m_menu_list li.ge {
  background: url("../img/ic_gentei.svg") no-repeat 0 1px;
  background-size: 20px auto;
 }
 .m_menu_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0;
  padding-bottom: 0.8em;
  letter-spacing: 0;
  font-size: 3.5vw;
  flex-direction: column;
 }
 .m_menu_list li .m_name {
  width: 100%;
  line-height: 1.3;
 }
 .m_menu_list li .m_price {
  width: 100%;
  text-align: right;
  line-height: 1.6;
  font-size: 3.2vw;
 }

	.l_menu_outer .more_btn{
		width: 100%;
	}

}



/*食べ放題*/
.l_menu_tabehoudai{
	position: relative;
	padding-top: 100px;
	padding-bottom: 200px;
	background: url(../img/tabehodai_bg.jpg) repeat;
	background-size: 300px;
}
.l_menu_tabehoudai .cat_ttl{
}
.l_menu_tabehoudai .ttl_menu{
	width: 350px;
	margin: -50px auto 0 -175px;
	position: absolute;
	top: 0;
	left: 50%;
}
.l_menu_tabehoudai .ttl_menu img{
}
.tabehoudai_body{
}
.list_menu{
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
}
.list_menu img{
	margin-top: 15px;
}
.tabehoudai_note{
	width: 90%;
	max-width: 600px;
	margin: 10px auto 20px;
}
.tabehoudai_note p{
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
}
.tabehoudai_lists{
	display: none;
	width: 90%;
	max-width: 1000px;
	margin: 70px auto 0;
	position: relative;
	background: url(../img/bg_tabehoudai.png) no-repeat;
	background-size: cover;
	padding: 60px;
}
.more .tabehoudai_lists{
	display: block;
}
.tabehoudai_list{
	border-top: 1px solid #000;
	padding: 60px 0;
}
.tabehoudai_list:first-child{
	border-top: none;
	padding-top: 0;
}
.tabehoudai_list_title{
	font-size: 29px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 40px;
	padding: 0;
	line-height: 1.2;
}
.tabehoudai_list_body{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 30px;
	gap: 2em 0;
}

.tabehoudai_list_item{
	width:25%;
}
@media screen and (max-width: 920px) {
	.tabehoudai_list_item{
		width:33.333%;
	}
}
@media screen and (max-width: 610px) {
	.tabehoudai_list_item{
		width:50%;
	}
}
.tabehoudai_list_item{
}
.l_menu_tabehoudai .m_name_t{
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 1.3;
	display: block;
	text-align: left;
}
.l_menu_tabehoudai .m_name_t:before{
	width: 12px;
}
.l_menu_tabehoudai .m_menu_list li .m_name{
	width: auto;
}
.l_menu_tabehoudai .m_name_t span{font-size: 19px;}
.l_menu_tabehoudai .m_name{
}
.l_menu_tabehoudai .m_menu_list li{
	padding: 0 0 0 16px;
	margin: 0.3em 0 0 0;
}
.tabehoudai_list_note{
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
}

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

	.l_menu_tabehoudai{
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.l_menu_tabehoudai .cat_ttl{
	}
	.l_menu_tabehoudai .ttl_menu{
		width: 220px;
		margin: -35px auto 0 -110px;
		position: absolute;
		top: 0;
		left: 50%;
	}
	.l_menu_tabehoudai .ttl_menu img{
	}
	.tabehoudai_note{
	}
	.tabehoudai_note p{
		font-size: 3.3vw;
	}
	.tabehoudai_body{
	}
	.tabehoudai_lists{
		padding: 30px 20px;
		margin-top: 30px;
	}
	.tabehoudai_list{
	padding: 30px 0;
	}
	.tabehoudai_list_title{
		font-size: 20px;
		margin: 0;
	}
	.tabehoudai_list_body{
		/*flex-direction: column;*/
		gap: 1em 0;
	}
	.tabehoudai_list_item{
	}
	
	.tabehoudai_list_item .m_menu_list li{
		font-size: 14px;
	}
	 .tabehoudai_list_item .m_menu_list li .m_name {
		width: 100%;
	 }
	.tabehoudai_list_body article{
	}
	.l_menu_tabehoudai article{
	}
	.l_menu_tabehoudai .m_name_t{
	}
	.l_menu_tabehoudai .m_name_t span{
	font-size: 16px;
	}
	.l_menu_tabehoudai .m_name{
	}
	.tabehoudai_list_note{
		font-size: 3.3vw;
	}

}



/*コース*/
.l_menu_course {
 background: url("../img/tabehodai_bg.jpg");
 /* background-size: cover; */
 position: relative;
 padding-top: 0;
 padding-bottom: 130px;
 background-size: 300px;
}
.ttl_course {
 width: 350px;
 margin: -50px auto 0 -175px;
 position: absolute;
 top: 0;
 left: 50%;
}
.course_read {
 text-align: center;
 font-size: 28px;
 font-weight: 600;
 margin-bottom: 40px;
}
.l_menu_course .list_menu img:first-child{
	margin-top: 0;
}
.l_menu_course .list_menu{
	margin-bottom: 60px;
	display: flex;
	gap:20px;
	max-width: 950px;
	justify-content: space-between;
	align-items:center;
	width: 90%;
}
.l_menu_course .list_menu_img{
	margin: 0;
	max-width: 460px;
}
.l_menu_course.more .list_menu{
	display:none;
}
.l_menu_course_body{
	display: none;
	margin-top: 50px;
}
.more .l_menu_course_body{
	display: block;
}
.l_course_inner {
 width: 950px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 50px;
}
.l_course_inner article {
 width: 460px;
 display: flex;
 flex-direction: column;
}
.gyukaku_c .bg_course {
 background: url("../img/bg_gyukaku.png") no-repeat;
 background-size: cover;
}
.premium_c .bg_course {
 background: url("../img/bg_premium.png") no-repeat;
 background-size: cover;
}
.bg_course {
 padding: 40px 20px 20px 20px;
 flex-grow: 1;
}
.m_name_course {
 font-size: 28px;
 font-weight: 700;
 line-height: 1.3;
}
.m_name_course strong {
 font-size: 40px;
 font-weight: 700;
}
.m_name_price {
 font-size: 30px;
 font-weight: 600;
 margin-bottom: 20px;
}
.m_course_menu {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
 justify-content: space-between;
}
.m_course_menu li {
 width: 48%;
}
.course_at {
 width: 1000px;
 margin: 0 auto 100px auto;
}
.course_at li {
 font-size: 14px;
 font-family: 'Noto Sans JP', sans-serif;
}
.nomihodai {
 width: 1000px;
 margin: 0 auto 50px auto;
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
 justify-content: space-between;
}
.nomihodai li {
 width: 494px;
 background: rgba(119, 84, 41, 0.60);
 text-align: center;
 padding: 20px 0;
 font-weight: 600;
 color: #fff;
 font-size: 24px;
 line-height: 1.6;
}
.nomihodai li strong {
 font-weight: 700;
 font-size: 28px;
}

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

 /*コース*/
 .l_menu_course {
  background: url("../img/bg_course.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
	padding-bottom: 60px;
 }
 .ttl_course {
  width: 220px;
  margin: -35px auto 0 -110px;
  position: absolute;
  top: 0;
  left: 50%;
 }
 .course_read {
  text-align: center;
  font-size: 4.5vw;
  font-weight: 600;
  margin-bottom: 30px;
 }
.l_menu_course .list_menu img:first-child{
}
.l_menu_course .list_menu{
	margin-bottom: 40px;
	flex-direction: column;
	justify-content: center;
}
.l_menu_course.more	.list_menu{
	display:none;
}
.l_menu_course_body{
 display: none;
	margin-top: 40px;
}
 .l_course_inner {
  width: auto;
  margin: 0 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3vw;
	 margin-top: 50px;
 }
 .l_course_inner article {
  width: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 5vw;
 }
 .gyukaku_c .bg_course {
  background: url("../img/bg_gyukaku.png") no-repeat;
  background-size: cover;
 }
 .premium_c .bg_course {
  background: url("../img/bg_premium.png") no-repeat;
  background-size: cover;
 }
 .bg_course {
  padding: 30px 20px 20px 20px;
  flex-grow: 1;
 }
 .m_name_course {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.3;
 }
 .m_name_course strong {
  font-size: 7vw;
  font-weight: 700;
 }
 .m_name_price {
  font-size: 5vw;
  font-weight: 600;
  margin-bottom: 20px;
 }
 .m_course_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
 }
 .m_course_menu li {
  width: 48%;
 }
 .course_at {
  width: auto;
  margin: 0 5vw 10vw 5vw;
 }
 .course_at li {
  font-size: 3.3vw;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
 }
 .nomihodai {
  width: auto;
  margin: 0 5vw 10vw 5vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
 }
 .nomihodai li {
  width: 100%;
  background: rgba(119, 84, 41, 0.60);
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  color: #fff;
  font-size: 4vw;
  line-height: 1.6;
 }
 .nomihodai li + li {
  margin-top: 5vw;
 }
 .nomihodai li strong {
  font-weight: 700;
  font-size: 5vw;
 }
	.l_menu_course .more_btns{
		margin-top: 30px;
	}

}

/*店舗情報*/
.l_shop {
 padding: 100px 0 100px 0;
 background: #000;
}
.l_shop .cat_ttl {
 color: #fff;
}
.l_shop_outer {
 overflow: hidden;
 width: 1000px;
 margin: 0 auto;
}
.l_shop_img ul {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
 justify-content: space-between;
}
.l_shop_img li {
 width: 460px;
 margin-bottom: 60px;
}
.l_shop_img p {
 color: #fff;
 text-align: center;
 font-size: 18px;
 margin-bottom: 80px;
}
.m_shop_detail {
 overflow: hidden;
 width: 1000px;
 margin: 0 auto;
 background: #1E1E1E;
 padding: 50px 50px 50px 50px;
 box-sizing: border-box;
 color: #fff;
}
.m_shop_data {
 width: 400px;
 float: left;
}
.m_shop_name {
 font-size: 24px;
 font-weight: 700;
 margin-bottom: 20px;
 line-height: 1;
}
.m_shop_address {
 font-size: 16px;
}
.m_shop_detail .l_map {
 width: 500px;
 height: 320px;
 float: right;
}
.m_shop_detail .l_map iframe {}
@media screen and (max-width: 767px) {
 .l_shop {
  padding: 50px 0 50px 0;
  background: #000;
 }
 .l_shop .cat_ttl {
  color: #fff;
 }
 .l_shop_outer {
  overflow: hidden;
  width: auto;
  margin: 0 5vw;
 }
 .l_shop_img {
  padding-top: 10px;
 }
 .l_shop_img ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
 }
 .l_shop_img li {
  width: auto;
  margin-bottom: 5vw;
 }
 .l_shop_img p {
  color: #fff;
  text-align: center;
  font-size: 4vw;
  margin-bottom: 10vw;
 }
 .m_shop_detail {
  overflow: hidden;
  width: auto;
  margin: 0 auto;
  background: #1E1E1E;
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
  color: #fff;
 }
 .m_shop_data {
  width: auto;
  float: none;
 }
 .m_shop_name {
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 5vw;
  line-height: 1;
  text-align: center;
 }
 .m_shop_address {
  font-size: 4vw;
  margin-bottom: 5vw;
 }
 .m_shop_detail .l_map {
  width: auto;
  float: none;
  height: auto;
 }
 .m_shop_detail .l_map iframe {
  width: 100%;
  height: 300px;
 }
}


@media screen and (max-width:768px) {
.sp_none
	{display: none!important
	}
}

.m_shop_yoyaku a{
    font-size: 15px;
    background: #000000;
    width: 10em;
    border-radius: 5px;
    padding: 0px 0px;
    color: #fff;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 11px;
    }
    
    
@media screen and (max-width:768px) {
.m_shop_yoyaku a
	{margin: 0px auto 11px;
	}
}