@charset "utf-8";

/* 共通 タブ切り替え*/
.hide{display:none;}

@media screen and (min-width: 1024px) {
	/* 1024px以上用（パソコン用）の記述 */
	.sp {
		display: none;
		
	}
	#menuMv .mvTit:before {
		background: url(../../img/menu/mv_menu.jpg) no-repeat center top;
		background-size: cover;
		-webkit-background-size: cover;
		opacity: 0.7;
	}

	/* ページ内リンクタブ */
	/* -------------------------------------------------- */
	#menu4ListHeight {
		height: 120px;
	}

	#menu4ListWrap {
		width: 100%;
	}

	#menu4List {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#menu4ListWrap.fix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}

	.menu4Item {

	}

	.menu4Link {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	.menu4Link:hover {
		opacity: 0.7;
	}

	/* 期間限定メニュー */
	/* -------------------------------------------------- */
	#limitedM {
		width: 100%;
		padding-top: 50px;
	}

	.menuSec {
		padding-top: 120px;
	}

	#limitedTab {
		padding-bottom: 40px;
		letter-spacing: -.4em;
	}
	
	/* 期間限定メニューが5つになった場合に#limitedTab2を使用 */
	#limitedTab2 {
		padding-bottom: 40px;
		letter-spacing: -.4em;
	}

	#limitedTab3 {
		padding-bottom: 40px;
		letter-spacing: -.4em;
	}

	.limitedTabItem {
		display: inline-block;
		width: 33%;
		padding-right: 0.5%;
		letter-spacing: 0.02em;
	}

	.limitedTabItem:last-child {
		padding-right: 0;
	}

	.limitedTabLink {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px 0 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		font-size: 2rem;
		font-weight: 600;
		border: 1px solid #9b7c2a;
		background: url(../../img/menu/limitedM_arrow_gold.svg) no-repeat center bottom 10px #fff;
		background-size: 11px 9px;
		-webkit-background-size: 11px 9px;
		transition: all 0.3s ease-in-out 0s;
	}

	.limitedTabTxt {
		text-align: center;
	}

	.mptCurrent .limitedTabLink {
		color: #fff;
		background: url(../../img/menu/limitedM_arrow_white.svg) no-repeat center bottom 10px #9b7c2a;
		background-size: 11px 9px;
		-webkit-background-size: 11px 9px;
	}

	.limitedTabLink:hover {
		opacity: 0.7;
		color: #333;
	}

	.mptCurrent .limitedTabLink:hover {
		color: #fff;
	}

	.disnon {
		display: none;
	}

	.limitedBnrItem img {
		width: 100%;
	}

	.limitedBnrLink {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	.limitedBnrLink:hover {
		opacity: 0.7;
	}

	/* お得なセットメニュー */
	/* -------------------------------------------------- */

	/* ご注文の流れ */
	#orderFlow {
		margin-bottom: 50px;
		padding-right: 2.5%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: -.4em;
		border: 1px solid #000;
	}

	#orderFlowTit {
		display: inline-block;
		padding: 60px 0;
		letter-spacing: 0.05em;
		width: 21%;
		font-weight: 600;
		text-align: center;
		font-size: 2rem;
		vertical-align: top;
	}

	#orderFlowList {
		display: inline-block;
		padding: 20px 0;
		letter-spacing: -.4em;
		width: 79%;
		vertical-align: top;
		counter-reset: number 0;
	}

	.orderFlowItem {
		display: inline-block;
		margin-right: 2.8%;
		padding: 20px 0;
		border: 3px solid #d5cebe;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.02em;
		line-height: 1.53;
		font-weight: 600;
		vertical-align: top;
		position: relative;
	}

	.ofItem12 {
		width: 17.5%;
		padding: 31px 0 !important;
	}

	.orderFlowItem:nth-child(3) {
		width: 26.5%;
	}

	.orderFlowItem:last-child {
		width: 30%;
		padding: 15px 0;
		margin-right: 0;
	}

	.emphasis {
		display: block;
		color: #9a1419;
	}

	.orderFlowItem:before {
		counter-increment: number 1;
		content: counter(number) " ";
		display: inline-block;
		width: 35px;
		height: 30px;
		color: #83703b;
		font-size: 2rem;
		text-indent: -.1em;
		text-align: center;
		background: #fff;
		position: absolute;
		top: -17px;
		left: 50%;
		margin-left: -17px;
	}

	.orderFlowItem:after {
		content: '';
		display: inline-block;
		width: 15px;
		height: 27px;
		background: url(../../img/menu/of_arrow_pc.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 50%;
		right: -15px;
		margin-top: -14px;
	}

	.orderFlowItem:last-child:after {
		display: none;
	}

	#ofHotCoolIcon {
		width: 41px;
		height: auto;
		padding-right: 5px;
	}

	/* セットメニュータブ */

	#setTab {
		width: 100%;
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(4, 1fr); /* スマホで2列 */
		list-style: none;
		padding: 0;
		margin: 0;
		padding-bottom: 30px;
	}

	.setTabItem {
		width: 100%;
	}

	.tab_area li a {
		display: block;
	    padding: 20px 0 30px;
	    font-size: 2rem;
	    text-align: center;
	    line-height: 1.1;
	    font-weight: 600;
	    background: url(../../img/menu/limitedM_arrow_gold.svg) no-repeat center bottom 10px #f5f1e5;
	    background-size: 11px 9px;
	    -webkit-background-size: 11px 9px;
	    transition: all 0.3s ease-in-out 0s;
	}

	.tab_area li.select a{
		/*アクティブタブの装飾*/
		background: url(../../img/menu/limitedM_arrow_white.svg) no-repeat center bottom 10px #83703b;
		background-size: 11px 9px;
		-webkit-background-size: 11px 9px;
		color: #fff;
		}

	.tab_area li a:hover {
		opacity: 0.7;
		color: #333;
	}

	.tab_area li.select a:hover {
		color: #fff;
	}

	.tabSmall {
		display: block;
		font-size: 1.8rem;
	}

	.setTabItemOnigiri {
		width: 100%;
	}

	.setTabItemOnigiri .tabSmall {
		display: inline;
	}

	/* セットメニュー中身 */
	.setList {
		background: url(../../img/menu/set_bg_pc.jpg) 0;
	}

	.setListTop {
		text-align: center;
		letter-spacing: -.4em;
	}

	.setConTit {
		margin-bottom: 65px;
		padding: 25px 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.6rem;
		letter-spacing: .02em;
		font-weight: 600;
		text-align: left;
		color: #fff;
		background: url(../../img/menu/set_tit_bg_pc.jpg) 0;
	}

	.setMainImg {
		display: inline-block;
		position: relative;
	}

	.setMainImg img {
		max-width: 400px;
	}

	#setSteakList .setMainImg:before {
		content: '';
		display: inline-block;
		width: 102px;
		height: 102px;
		background: url(../../img/menu/set_kakou_pc.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -40px;
	}

	#setOyakoList .setMainImg:before {
		content: '';
		display: inline-block;
		width: 102px;
		height: 102px;
		background: url(../../img/menu/set_harb_2_pc.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -40px;
	}

	#setKatsuList .setMainImg:before {
		content: '';
		display: inline-block;
		width: 102px;
		height: 102px;
		background: url(../../img/menu/set_jukuseiniku_pc.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -40px;
	}

	#setCurryList .setMainImg:before {
		content: '';
		display: inline-block;
		width: 102px;
		height: 102px;
		background: url(../../img/menu/set_spice_pc.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -40px;
	}

	.secMainPlus {
		display: block;
		padding: 10px 0 30px;
	}

	.setTxt {
		width: 1030px;
		margin: 0 auto 50px;
		font-weight: 600;
		letter-spacing: .02em;
		font-size: 2.3rem;
		line-height: 1;
		position: relative;
	}

	.setTxt:before {
		content: '';
		display: inline-block;
		width: 250px;
		height: 1px;
		background: #333;
		position: absolute;
		top: 50%;
		left: 0;
	}

	.setTxt:after {
		content: '';
		display: inline-block;
		width: 250px;
		height: 1px;
		background: #333;
		position: absolute;
		top: 50%;
		right: 0;
	}

	.setTxtLa {
		font-size: 3.3rem;
		color: #9a1419;
	}

	.udonSobaList {
		width: 1030px;
		margin: 0 auto;
		letter-spacing: -.4em;
	}

	.udonSobaItem {
		display: inline-block;
		width: calc(100% / 3);
		padding-bottom: 60px;
		line-height: 1;
		text-align: center;
		letter-spacing: 0;
	}

	.udonSobaImg {
		padding-bottom: 10px;
		position: relative;
	}

	.udonSobaImg img {
		width: 60%;
	}

	.udonSobaImg.hotCool:before {
		content: '';
		display: inline-block;
		width: 67px;
		height: 52px;
		background: url(../../img/menu/hot_cool_icon_select_pc.png) no-repeat 0;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -20px;
		right: 50px;
	}

	.udonSobaName {
		padding-bottom: 15px;
		font-size: 2rem;
		font-weight: 500;
	}

	.udonSobaPrice {
		font-size: 3.4rem;
		font-weight: 600;
		letter-spacing: 0;
		color: #9a1419;
	}

	#udonNoteTxt {
		margin-top: -10px;
		text-align: right;
	}

	#sobaBottomList {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		letter-spacing: 0;
	}

	.sobaBottomItem {
		width: 500px;
	}

	.sobaBottomItem .otherMyxt {
		width: calc(100% - 205px);
	}

	.sobaBottomItem .otherMtxtName {
		font-size: 2rem;
	}

	.sobaBottomItem .otherMpriceNum {
		font-size: 3rem;
	}

	.sobaBottomItem .otherMpriceNum {
		font-size: 3rem;
	}

	.sobaBottomItem .otherMpriceTax {
		font-size: 1.6rem;
	}

	.otherMpriceTaxNum {
		font-size: 1.8rem;
	}

	#sobaNoteTxt {
		text-align: right;
	}


	/* 単品メニュー */
	/* -------------------------------------------------- */

	#singleM {

	}

	#singleRuleList {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px 30px;
		margin-bottom: 50px;
		border: 1px solid #000;
		background: #fff;
	}

	.singleRuleItem {
		padding: 0 0 10px 35px;
		position: relative;
		font-size: 2rem;
	}

	.singleRuleItem:last-child {
		padding-bottom: 0;
	}

	.singleRuleItem:before {
		content: '';
		display: inline-block;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #a59163;
		position: absolute;
		top: 17px;
		left: 0;
	}

	.singleRuleLa {
		font-size: 2.6rem;
	}

	.singleRuleSmall {
		font-size: 1.6rem;
	}

	.singleRuleKakko {
		font-size: 1.8rem;
	}

	.singleRuleNum {
		font-size: 2rem;
	}

	.singleRulePoint {
		background: linear-gradient(transparent 50%, #fef8b1 50%);
	}

	#singleRule1 {
		font-size: 2.6rem;
		color: #ab1010;
	}

	/* 単品メニュータブ */
	#singleTab {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 30px;
	}

	.singleTabItem {
		width: 33%;
	}

	.singleTabLink {
		display: block;
		padding: 20px 0 30px;
		line-height: 1;
		text-align: center;
		font-weight: 600;
		font-size: 2.2rem;
		color: #333;
		background: url(../../img/menu/limitedM_arrow_gold.svg) no-repeat center bottom 10px #ebe5d4;
		background-size: 11px 9px;
		-webkit-background-size: 11px 9px;
		transition: all 0.3s ease-in-out 0s;
	}

	.select .singleTabLink {
		color: #fff;
		background: url(../../img/menu/limitedM_arrow_white.svg) no-repeat center bottom 10px #9b7c2a;
		background-size: 11px 9px;
		-webkit-background-size: 11px 9px;
	}

	.singleTabLink:hover {
		opacity: 0.7;
		color: #333;
	}

	.select .singleTabLink:hover {
		color: #fff;
	}

	/* 単品メニュー内容 */
	.singleList {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px;
		border: 1px solid #9b7c2a;
		letter-spacing: -.4em;
	}

	.singleConItem {
		display: inline-block;
		width: 335px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #000;
		margin: 0 35px 35px 0;
		text-align: center;
		vertical-align: top;
		background: #faf4e4;
	}

	.singleConItem:nth-child(3n) {
		margin-right: 0;
	}

	.singleItemFrame {
		margin: 5px;
		border: 1px solid #c9c2ae;
		line-height: 1;
	}

	.singleImg {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 200px;
		padding-top: 30px;
		position: relative;
	}

	#singleDonList .singleImg {
		height: 205px;
		padding-top: 35px;
	}

	.singleImg img {
		width: 60%;
	}

	.singleImg.hotCool:before {
		content: '';
		display: inline-block;
		width: 67px;
		height: 52px;
		background: url(../../img/menu/hot_cool_icon_select_pc.png) no-repeat 0;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 25px;
		right: 35px;
	}

	#singleSteakImg:before {
		content: '';
		display: inline-block;
		width: 79px;
		height: 79px;
		background: url(../../img/menu/single_kakou_pc.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 15px;
		left: 15px;
	}

	#singleOyakoImg:before {
		content: '';
		display: inline-block;
		width: 79px;
		height: 79px;
		background: url(../../img/menu/single_harb_2_pc.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 15px;
		left: 15px;
	}

	#singleKatsuImg:before {
		content: '';
		display: inline-block;
		width: 79px;
		height: 79px;
		background: url(../../img/menu/single_jukuseiniku_pc.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 15px;
		left: 15px;
	}

	#singleCurryImg:before {
		content: '';
		display: inline-block;
		width: 79px;
		height: 79px;
		background: url(../../img/menu/single_spice_pc.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 15px;
		left: 15px;
	}
	
	#singleKatsuCurryImg:before {
		content: '';
		display: inline-block;
		width: 79px;
		height: 79px;
		background: url(../../img/menu/single_spice_pc.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 15px;
		left: 15px;
	}

	.singleName {
		padding-bottom: 5px;
		font-size: 2rem;
		line-height: 1.2;
		letter-spacing: 0;
	}

	.smallUdonTxt {
		display: block;
		font-size: 1.6rem;
	}

	.singlePrice {
		padding-bottom: 40px;
		font-size: 3.4rem;
		letter-spacing: 0;
		color: #9a1419;
	}

	.udonSobaYen {
		font-size: 2rem;
	}

	.udonSobaTax {
		padding-left: 5px;
		font-size: 1.6rem;
		letter-spacing: .05em;
	}

	.udonSobaTaxNum {
		font-size: 1.8rem;
	}

	#singleNote {
		text-align: left;
		background: none;
		border: none;
		position: relative;
	}

	#singleNoteInr {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.singleNoteTxt {
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.4;
		font-family: '游ゴシック', YuGothic;
		color: #010101;
		text-align: right;
	}

	.singleNoteTxt:last-child {
		padding-bottom: 0;
	}

	/* その他のメニュー */
	/* -------------------------------------------------- */

	/* トッピングメニュー */
	#otherM {

	}

	#toppingM {
		padding-bottom: 0;
	}

	.otherSec {
		padding-bottom: 100px;
	}

	.otherMTit {
		padding: 10px 0;
		font-size: 2.4rem;
		font-weight: 600;
		text-align: center;
		color: #83703b;
		background: #ece2aa;
	}

	#toppingTxt {
		padding: 20px 0 25px;
		text-align: center;
		line-height: 1;
		font-size: 2rem;
		font-family: '游ゴシック', YuGothic;
	}

	#toppingMlist {
		letter-spacing: -.4em;
	}

	.toppingMitem {
		display: inline-block;
		width: 18%;
		margin: 0 2.5% 45px 0;
		letter-spacing: 0.02em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.toppingMitem:nth-child(5n) {
		margin-right: 0;
	}

	.toppingMitem:nth-last-child(-n+5) {
		margin-bottom: 0;
	}

	.toppingMimg {
		padding: 5px;
		margin-bottom: 10px;
		border: 1px solid #000;
	}

	.toppingMimg img {
		width: 100%;
	}

	.toppingMname {
		font-size: 2rem;
		letter-spacing: 0;
	}

	.otherMprice {
		line-height: 1;
		font-size: 2.8rem;
		color: #9a1419;
	}

	.otherMyen {
		font-size: 1.8rem;
	}

	.otherMtax {
		padding-left: 5px;
		font-size: 1.6rem;
	}

	/* ちびっこメニュー */
	#childM {
		padding-top: 120px;
	}

	#childMcon {
		margin-top: 50px;
		padding-bottom: 55px;
		background: url(../../img/menu/child_bg_3_pc.jpg) -5px;
	}

	#childMtit {
		padding: 20px 0;
		text-align: center;
	}

	#childMinr {
		width: 1100px;
		margin: 0 auto;
		background: #ddf0fa;
	}

	#childMList {
		width: 900px;
		margin: 0 auto;
		padding: 65px 0 10px;
	}

	.childMItem {
		padding-bottom: 30px;
	}

	.childMItem img {
		width: 100%;
	}

	#childMice {
		padding-bottom: 20px;
		text-align: center;
	}

	#childMtxt {
		width: 990px;
		margin: 0 auto;
		padding-bottom: 30px;
		font-size: 1.6rem;
		letter-spacing: 0;
		font-family: '游ゴシック', YuGothic;
	}

	/* ちびっこメニュー　アイスの味 */

	/* アイスクリーム・ソフトドリンク / アルコール・おはぎ・その他単品 */
	#otherMbottom {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#otherMbottom .otherSec {
		width: 580px;
		margin: 0;
	}

	#otherMbottom .otherMTit {
		margin-bottom: 25px;
	}

	.otherImg {
		padding-bottom: 20px;
	}

	#drinkM .otherImg,
	#ohterSingleM .otherImg {
		padding-bottom: 30px;
	}

	.otherImg img {
		width: 100%;
	}

	.otherMList {

	}
	.otherMItem {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 20px;
		line-height: 1;
		font-weight: 600;
	}

	.otherMyxt {
		width: calc(100% - 215px);
		overflow: hidden;
	}

	.otherMtxtName {
		display: inline-block;
		font-size: 2.2rem;
		position: relative;
	}

	.otherMtxtName:after {
		content: '';
		display: inline-block;
		width: 259px;
		height: 1px;
		background: url(../../img/menu/menu_dot_line_pc.png) 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 50%;
		right: -300px;
	}

	#drinkM .otherMprice,
	#ohterSingleM .otherMprice {
		width: 215px;
		text-align: right;
		font-size: 2rem;
	}

	.otherMpriceNum {
		font-size: 3.4rem;
	}

	.otherMpriceSmall {
		font-size: 2rem;
	}

	.otherMpriceTax {
		font-size: 1.8rem;
	}

	.otherMpriceWrap {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 25px;
		line-height: 1;
		color: #9a1419;
	}

	.otherMsingle {
		font-size: 2rem;
	}

	.otherMsingleNum {
		font-size: 2.4rem;
	}

	.otherMsinglePrice {
		font-size: 3.4rem;
	}

	.otherMtax {

	}

	.eatInOut {
		padding: 8px 25px;
		font-size: 1.7rem;
		letter-spacing: 0;
		line-height: 1;
		font-family: '游ゴシック', YuGothic;
		border: 1px solid #9a1419;

	}

	.eatInOutPrice {
		font-weight: bold;
	}

	#iceMtaste {
		border: 2px solid #ece2aa;
		padding: 20px 15px;
		text-align: center;
	}

	#iceMtasteTxt {
		padding-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 0.05em;
	}

	#iceMtasteList {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 470px;
		margin: 0 auto;
	}

	.iceMtasteItem {

	}

	.iceMtasteImg {
		padding-bottom: 5px;
	}

	.iceMtasteName {
		font-size: 1.8rem;
		line-height: 1;
		letter-spacing: 0;
	}

	#mangoTxt {
		color: #ff9900;
	}
	#mattyaTxt{
		color: #569435;
	}
	#strawbTxt {
		color: #a04033;
		letter-spacing: -.025em;
	}

	#vanillaTxt {
		color: #cdb608;
	}

	#chocoTxt {
		color: #6b3527;
		letter-spacing: -.05em;
	}

	#ohagiTxt {
		font-size: 1.6rem;
		line-height: 1.3;
		letter-spacing: 0;
		font-family: '游ゴシック', YuGothic;
	}
	
	#ikinariTxt {
		font-size: 1.6rem;
		line-height: 1.3;
		letter-spacing: 0;
		font-family: '游ゴシック', YuGothic;
	}

	/* おでん単品 */
	#odenM {
		margin-bottom: 140px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 0 30px 710px;
		background: url(../../img/menu/single_oden_pc.jpg) no-repeat center;
		color: #fff;
		background-size: cover;
		-webkit-background-size: cover;
		letter-spacing: -.4em;
	}

	#odenMTit {
		padding-bottom: 20px;
		font-size: 3.1rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.02em;
	}

	.odenMTitSmall {
		font-size: 2rem;
		padding-bottom: 20px;

	}

	#odenMTitNum {
		font-size: 2.4rem;
	}

	#odenInOut {
		display: inline-block;
		margin-bottom: 20px;
		padding: 10px 20px;
		font-family: '游ゴシック', YuGothic;
		border: 1px solid #7c7c7c;
		font-size: 1.7rem;
		letter-spacing: 0;
	}

	.odenInOutTax {
		font-weight: bold;
	}

	.odenMtxt {
		font-family: '游ゴシック', YuGothic;
		letter-spacing: 0;
	}
	
	/* お持ち帰り専用 */
	#lunchM {
		margin-bottom: 140px;
	}

	.lunchItem{
		margin-top: 50px;
	}

	#lunchM .otherMTit {
		margin-bottom: 25px;
	}

	.lunchItem img {
		width: 100%;
	}

	.lunchLink {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	.lunchLink:hover {
		opacity: 0.7;
	}

}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
/* IE向けのcss調整 */
	.eatInOut {
		padding: 8px 25px 3px;
	}

	#odenInOut {
		padding: 10px 30px 5px;
	}
/* IE向けのcss調整 */
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	/* 1024px - 1200px用（パソコン用）の記述 */

	/* ページ内リンクタブ */
	/* -------------------------------------------------- */
	#menu4ListHeight {
		height: 9.266vw;
	}

	.menu4Item {
		width: 24%;
	}

	.menu4Item img {
		width: 100%;
	}

	/* お得なセットメニュー */
	/* -------------------------------------------------- */
	.setTxt {
		width: 86%;
	}

	.menuSec {
		padding-top: 9.266vw;
	}

	.setTxt:before,
	.setTxt:after {
		width: 25%;
	}

	.udonSobaList {
		width: 86%;
	}

	/* 単品メニュー */
	/* -------------------------------------------------- */
	.singleList {
		padding: 60px 5%;
	}

	.singleConItem {
		width: 30%;
		margin-right: 5%;
	}

	.singleImg img {
		width: 90%;
	}

	/* ちびっこメニュー */
	/* -------------------------------------------------- */
	#childM {
		padding-top: 9.266vw;
	}

	#childMinr{
		width: 92%;
	}

	#childMList {
		width: 82%;
	}

	/* アイスの味 */
	#childMice {
		width: 82%;
		margin: 0 auto;
	}

	#childMice img {
		width: 100%;
	}

	#childMtxt {
		width: 82%;
	}

	/* その他の単品メニュー */
	/* -------------------------------------------------- */
	#otherMbottom .otherSec {
		width: 48%;
	}

	.eatInOut {
		padding: 8px 15px;
	}

	#iceMtasteList {
		width: 90%;
	}

	.otherMyxt {
		width: calc(100% - 170px);
	}

	#drinkM .otherMprice,
	#ohterSingleM .otherMprice {
		width: 170px;
	}

	.otherMtxtName:after {
		right: -280;
	}

	/* おでんメニュー */
	/* -------------------------------------------------- */
	#odenM {
		padding: 30px 0 30px 50%;
	}

}

@media screen and (max-width: 1023px) {
	/* 1023px以下用（スマートフォン用）の記述 */
	.pc {
		display: none;
	}

	#menuMv .mvTit:before {
		background: url(../../img/menu/mv_menu_sp.jpg) no-repeat center top;
		background-size: cover;
		-webkit-background-size: cover;
		opacity: 0.7;
	}

	/* ページ内リンクタブ */
	/* -------------------------------------------------- */
	#menu4ListWrap {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 50;
	}

	#menu4List {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 3px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #9b7c2a;
	}

	.menu4Item {
		width: 24%;
		padding-right: 0.8%;
	}

	.menu4Item:last-child {
		padding-right: 0;
	}

	.menu4Link {
		display: block;
	}

	.menu4Link img {
		width: 100%;
	}

	/* 期間限定メニュー */
	/* -------------------------------------------------- */
	#limitedM {
		width: 100%;
		padding-top: 0;
	}

	.menuSec {
		padding-top: 16vw;
	}

	#limitedTab {
		padding-bottom: 30px;
		letter-spacing: -.4em;
	}

	.limitedTabItem {
		display: inline-block;
		width: 32%;
		padding-right: 2%;
		letter-spacing: 0.02em;
		vertical-align: top;
	}

	.limitedTabItem:last-child {
		padding-right: 0;
	}

	.limitedTabLink {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 0 25px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.2;
		border: 1px solid #9b7c2a;
		background: url(../../img/menu/menu_arrow_gold_sp.png) no-repeat center bottom 10px #fff;
		background-size: 13px 12px;
		-webkit-background-size: 13px 12px;
	}

	.limitedTabTxt {
		text-align: center;
	}

	.mptCurrent .limitedTabLink {
		color: #fff;
		background: url(../../img/menu/menu_arrow_white_sp.png) no-repeat center bottom 10px #9b7c2a;
		background-size: 13px 12px;
		-webkit-background-size: 13px 12px;
	}

	.disnon {
		display: none;
	}

	.singleListInr.disnon {
		display: none;
	}

	.limitedBnrItem img {
		width: 100%;
		padding-top: 30px;
	}

	/* お得なセットメニュー */
	/* -------------------------------------------------- */

	/* ご注文の流れ */
	#orderFlow {
		margin-bottom: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: -.4em;
		border: 1px solid #000;
	}

	#orderFlowTit {
		padding: 30px 0;
		letter-spacing: 0.05em;
		text-align: center;
		font-size: 2rem;
		vertical-align: top;
		background: url(../../img/menu/menu_arrow_gold_sp.png) no-repeat right 11% center;
	    background-size: 18px 17px;
	    -webkit-background-size: 18px 17px;
		cursor: pointer;
	}

	#orderFlowTit.active {
		background: url(../../img/menu/menu_arrow_gold_up_sp.png) no-repeat right 11% center;
	    background-size: 18px 17px;
	    -webkit-background-size: 18px 17px;
	}

	#orderFlowList {
		display: none;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 40px;
		letter-spacing: -.4em;
		vertical-align: top;
		counter-reset: number 0;
		font-feature-settings: "palt";
		-webkit-font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}

	#orderFlowList.active {
		display: block;
	}

	.orderFlowItem {
		padding: 30px 0;
		margin-bottom: 50px;
		border: 3px solid #d5cebe;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.3;
		vertical-align: top;
		position: relative;
	}

	.orderFlowItem:nth-last-child(-n+2) {
		padding: 25px 0;
	}

	.orderFlowItem:last-child {
		margin-bottom: 0;
	}

	.emphasis {
		display: block;
		color: #9a1419;
	}

	.orderFlowItem:before {
		counter-increment: number 1;
		content: counter(number) " ";
		display: inline-block;
		width: 30px;
		height: 30px;
		color: #83703b;
		font-size: 3rem;
		text-align: center;
		background: #fff;
		position: absolute;
		top: -25px;
		left: 50%;
		margin-left: -15px;
	}

	.orderFlowItem:after {
		content: '';
		display: inline-block;
		width: 38px;
		height: 21px;
		background: url(../../img/menu/of_arrow_sp.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		bottom: -21px;
		left: 50%;
		margin-left: -19px;
	}

	.orderFlowItem:last-child:after {
		display: none;
	}

	#ofHotCoolIcon {
		width: 41px;
		height: auto;
		padding-right: 5px;
	}
	
	/* セットメニュータブ */

	#setTab {
		width: 100%;
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(2, 1fr); /* スマホで2列 */
		list-style: none;
		padding: 0;
		margin: 0;
		padding-bottom: 20px;
	}

	.setTabItem {
		width: 100%;
	}

	.tab_area li a {
		display: block;
		padding: 20px 0 30px;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.1;
		font-weight: bold;
		background: url(../../img/menu/menu_arrow_gold_sp.png) no-repeat center bottom 10px #f5f1e5;
		background-size: 13px 12px;
		-webkit-background-size: 13px 12px;
	}

	.tab_area li.select a{
		/*アクティブタブの装飾*/
		background: url(../../img/menu/menu_arrow_white_sp.png) no-repeat center bottom 10px #83703b;
		background-size: 13px 12px;
		-webkit-background-size: 13px 12px;
		color: #fff;
		}

	.tabSmall {
		display: block;
		font-size: 1.4rem;
	}

	.tabSmallsp {
		font-size: 1.4rem;
	}

	.setTabItemOnigiri .tabSmall {
		display: inline;
	}

	.setTabItemOnigiri .tabSmall2 {
		font-size: 1.2rem;
	}

	/* セットメニュー中身 */
	.setList {
		background: url(../../img/menu/set_bg_sp.jpg) 0;
		background-size: 160px 115px;
		-webkit-background-size: 160px 115px;
	}

	.setListTop {
		text-align: center;
		letter-spacing: -.4em;
	}

	.setConTit {
		margin-bottom: 45px;
		padding: 25px 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.3rem;
		letter-spacing: .02em;
		font-weight: 600;
		text-align: left;
		color: #fff;
		background: url(../../img/menu/set_tit_bg_sp.jpg) 0;
		background-size: 345px 80px;
		-webkit-background-size: 345px 80px;
	}

	.setMainImg {
		display: inline-block;
		width: 75%;
		position: relative;
	}

	.setMainImg img{
		width: 100%;
	}

	#setSteakList .setMainImg:before {
		content: '';
		display: inline-block;
		width: 90px;
		height: 90px;
		background: url(../../img/menu/set_kakou_sp.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -25px;
	}

	#setOyakoList .setMainImg:before {
		content: '';
		display: inline-block;
		width: 90px;
		height: 90px;
		background: url(../../img/menu/set_harb_2_sp.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -25px;
	}

	#setKatsuList .setMainImg:before {
		content: '';
		display: inline-block;
		width: 90px;
		height: 90px;
		background: url(../../img/menu/set_jukuseiniku_sp.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -25px;
	}

	#setCurryList .setMainImg:before {
		content: '';
		display: inline-block;
		width: 90px;
		height: 90px;
		background: url(../../img/menu/set_spice_sp.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -25px;
	}

	.secMainPlus {
		display: block;
		padding: 10px 0 30px;
	}

	.secMainPlus img {
		width: 20%;
	}

	.setTxt {
		width: 100%;
		padding-bottom: 30px;
		font-weight: 600;
		letter-spacing: .02em;
		font-size: 1.8rem;
		line-height: 1;
	}

	.setTxtLa {
		font-size: 2.2rem;
		color: #9a1419;
	}

	.udonSobaList {
		width: 100%;
		letter-spacing: -.4em;
	}

	.udonSobaItem {
		display: inline-block;
		width: 50%;
		padding-bottom: 25px;
		line-height: 1;
		text-align: center;
		letter-spacing: 0;
		vertical-align: top;
	}

	.udonSobaImg {
		width: 80%;
		margin: 0 auto;
		position: relative;
	}

	.udonSobaImg img {
		width: 100%;
	}

	.udonSobaImg.hotCool:before {
		content: '';
		display: inline-block;
		width: 33px;
		height: 26px;
		background: url(../../img/menu/hot_cool_icon_select_sp.png) no-repeat 0;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top:-5px;
		right: 0;
	}

	.udonSobaName {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: -10px;
		padding-bottom: 5px;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.udonSobaNameTxt {

	}

	.udonSobaPrice {
		font-size: 2.4rem;
		font-weight: 600;
		letter-spacing: 0;
		color: #9a1419;
	}

	.udonSobaYen {
		font-size: 1.4rem;
	}

	.udonSobaTax {
		padding-left: 5px;
		font-size: 1.1rem;
		letter-spacing: .05em;
	}

	.udonSobaTaxNum {
		font-size: 1.2rem;
	}

	#singleNote {
		text-align: left;
		background: none;
		border: none;
		position: relative;
	}

	#singleNoteInr {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#udonNoteTxt {
		margin-top: -10px;
	}

	#sobaBottomList {
		padding-bottom: 20px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		letter-spacing: 0;
	}

	.sobaBottomItem {
		width: 500px;
	}

	.sobaBottomItem .otherMyxt {
		width: calc(100% - 130px);
	}

	#goboutenSobaBottom .otherMtxtName {
		font-size: 1.4rem;
	}

	.sobaBottomItem .otherMtxtName {
		font-size: 1.6rem;
	}

	.sobaBottomItem .otherMpriceNum {
		font-size: 3rem;
	}

	.sobaBottomItem .otherMpriceNum {
		font-size: 2.4rem;
	}

	.sobaBottomItem .otherMpriceTax {
		font-size: 1.2rem;
	}

	.otherMpriceTaxNum {
		font-size: 1.3rem;
	}

	#sobaNoteTxt {
		line-height: 1;
	}


	/* 単品メニュー */
	/* -------------------------------------------------- */

	#singleM {

	}

	#singleRuleList {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px 15% 25px 15%;
		margin-bottom: 50px;
		border: 1px solid #000;
		background: #fff;
	}

	.singleRuleItem {
		padding: 0 0 15px 0;
		position: relative;
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.singleRuleItem:last-child {
		padding-bottom: 0;
	}

	.singleRuleItem:last-child img {
		width: 45px;
	}

	.singleRuleItem:before {
		content: '';
		display: inline-block;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #a59163;
		position: absolute;
		top: 10px;
		left: -25px;
	}

	.singleRuleLa {
		font-size: 2rem;
	}

	.singleRuleSmall {
		font-size: 1.4rem;
	}

	.singleRuleKakko {
		font-size: 1.5rem;
	}

	.singleRuleNum {
		font-size: 1.6rem;
	}

	.singleRulePoint {
		background: linear-gradient(transparent 50%, #fef8b1 50%);
	}

	#singleRule1 {
		font-size: 1.7rem;
		color: #ab1010;
	}

	#singleRule1la {
		font-size: 1.9rem;
	}

	/* 単品メニュータブ */
	#singleTab {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 30px;
	}

	.singleTabItem {
		width: 33%;
	}

	.singleTabLink {
		display: block;
		padding: 20px 0 30px;
		line-height: 1;
		text-align: center;
		font-weight: 600;
		font-size: 2rem;
		color: #333;
		background: url(../../img/menu/menu_arrow_gold_sp.png) no-repeat center bottom 10px #ebe5d4;
		background-size: 11px 9px;
		-webkit-background-size: 11px 9px;
	}

	.select .singleTabLink {
		color: #fff;
		background: url(../../img/menu/menu_arrow_white_sp.png) no-repeat center bottom 10px #9b7c2a;
		background-size: 11px 9px;
		-webkit-background-size: 11px 9px;
	}

	/* 単品メニュー内容 */
	.singleList {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 4%;
		border: 1px solid #9b7c2a;
		letter-spacing: -.4em;
	}

	.singleListInr {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.singleConItem {
		width: 48%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #000;
		margin: 0 0 20px 0;
		text-align: center;
		vertical-align: top;
		background: #faf4e4;
	}

	.singleItemFrame {
		margin: 5px;
		border: 1px solid #c9c2ae;
		line-height: 1;
	}

	.singleImg {
		width: 70%;
		height: 70px;
		margin: 30px auto 10px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
	}

	.singleImg img {
		height: auto;
		max-width: 100%;
		max-height: 70px;
	}

	#singleDonList .singleImg {
		padding-bottom: 10px;
	}

	.singleImg.hotCool:before {
		content: '';
		display: inline-block;
		width: 33px;
		height: 26px;
		background: url(../../img/menu/hot_cool_icon_select_sp.png) no-repeat 0;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
	}

	#singleSteakImg:before {
		content: '';
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url(../../img/menu/single_kakou_sp.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -15px;
	}

	#singleOyakoImg:before {
		content: '';
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url(../../img/menu/single_harb_2_sp.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -15px;
	}

	#singleKatsuImg:before {
		content: '';
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url(../../img/menu/single_jukuseiniku_sp.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -15px;
	}

	#singleCurryImg:before {
		content: '';
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url(../../img/menu/single_spice_sp.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -15px;
	}
	
	#singleKatsuCurryImg:before {
		content: '';
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url(../../img/menu/single_spice_sp.png) no-repeat;
		position: absolute;
		background: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: -25px;
		left: -15px;
	}

	#singleSteakImg,
	#singleOyakoImg
	#singleCurryImg
	#singleKatsuCurryImg{
		margin-top: 30px;
	}

	.singleName {
		margin-top: -10px;
		padding-bottom: 5px;
		font-size: 1.6rem;
		line-height: 1.2;
		letter-spacing: 0;
	}

	.singleNameTxt {

	}

	.smallUdonTxt {
		display: block;
		font-size: 1.4rem;
	}

	.singlePrice {
		padding-bottom: 30px;
		font-size: 2.4rem;
		letter-spacing: 0;
		color: #9a1419;
	}

	.singlePrice .udonSobaYen {
		font-size: 1.4rem;
	}

	.singlePrice .udonSobaTax {
		font-size: 1.1rem;
	}

	.singlePrice .udonSobaTaxNum {
		font-size: 1.2rem;
	}

	.singleNoteTxt {
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 1.4;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
		color: #010101;
	}

	.singleNoteTxt:last-child {
		padding-bottom: 0;
	}

	/* その他のメニュー */
	/* -------------------------------------------------- */

	/* トッピングメニュー */
	#otherM {

	}

	.otherSec {
		padding-bottom: 16vw;
	}

	#toppingM {
		padding-bottom: 0;
	}

	.otherMTit {
		padding: 20px 0;
		font-size: 2rem;
		line-height: 1;
		font-weight: 600;
		text-align: center;
		color: #83703b;
		background: #ece2aa;
	}

	#toppingTxt {
		padding: 20px 0 25px;
		text-align: center;
		line-height: 1;
		font-size: 1.6rem;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	}

	#toppingMlist {
		letter-spacing: -.4em;
	}

	.toppingMitem {
		display: inline-block;
		width: 48%;
		margin: 0 4% 20px 0;
		letter-spacing: 0.02em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.toppingMitem:nth-child(2n) {
		margin-right: 0;
	}

	.toppingMitem:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.toppingMimg {
		padding: 5px;
		margin-bottom: 10px;
		border: 1px solid #000;
	}

	.toppingMimg img {
		width: 100%;
	}

	.toppingMname {
		line-height: 1;
		font-size: 1.6rem;
		letter-spacing: 0;
	}

	.otherMprice {
		line-height: 1;
		font-size: 2.4rem;
		color: #9a1419;
	}

	.otherMyen {
		font-size: 1.4rem;
	}

	.otherMtax {
		padding-left: 5px;
		font-size: 1.1rem;
	}

	/* ちびっこメニュー */
	#childM {
		padding-top: 16vw;
	}

	#childMcon {
		width: 100%;
		margin-top: 30px;
		padding-bottom: 15px;
		background: url(../../img/menu/child_bg_3_pc.jpg) -5px;
	}

	#childMtit {
		width: 92%;
		padding: 0 0 15px;
		text-align: center;
	}

	#childMtit img {
		width: 100%;
		margin-top: -15px;
	}

	#childMinr {
		width: 92%;
		margin: 0 auto;
		background: #ddf0fa;
	}

	#childMList {
		width: 92%;
		margin: 0 auto;
		padding: 30px 0 0;
	}

	.childMItem {
		padding-bottom: 30px;
	}

	.childMItem img {
		width: 100%;
	}

	#childMice {
		width: 92%;
		margin: 0 auto;
		padding-bottom: 30px;
		text-align: center;
	}

	#childMice img {
		width: 100%;
	}

	#childMtxt {
		width: 92%;
		margin: 0 auto;
		padding-bottom: 30px;
		font-size: 1.4rem;
		letter-spacing: 0;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	}

	/* アイスクリーム・ソフトドリンク / アルコール・おはぎ・その他単品 */
	#otherMbottom {

	}

	#otherMbottom .otherSec {
		padding-bottom: 16vw;
	}

	#otherMbottom .otherMTit {
		margin-bottom: 25px;
	}

	.otherImg {
		padding-bottom: 20px;
	}

	.otherImg img {
		width: 100%;
	}

	.otherMList {

	}
	.otherMItem {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 20px;
		line-height: 1;
		font-weight: 600;
	}

	.otherMItem:last-child {
		padding-bottom: 0;
	}

	.otherMyxt {
		width: calc(100% - 130px);
		overflow: hidden;
	}

	.otherMtxtName {
		display: inline-block;
		font-size: 1.6rem;
		position: relative;
	}

	.otherMtxtName:after {
		content: '';
		display: inline-block;
		width: 900px;
		height: 1px;
		background: url(../../img/menu/menu_dot_line_sp.png) 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 50%;
		right: -910px;
	}

	#drinkM .otherMprice,
	#ohterSingleM .otherMprice {
		width: 130px;
		text-align: right;
		font-size: 1.4rem;
	}

	.otherMpriceNum {
		font-size: 2.4rem;
	}

	.otherMpriceSmall {
		font-size: 1.2rem;
	}

	.otherMpriceTax {
		font-size: 1.1rem;
	}

	.otherMpriceWrap {
		padding-bottom: 10px;
		line-height: 1;
		color: #9a1419;
	}

	.otherMsingle {
		padding-bottom: 10px;
		text-align: right;
		font-size: 1.5rem;
	}

	.otherMsingleNum {
		font-size: 1.4rem;
	}

	.otherMsinglePrice {
		font-size: 2.4rem;
	}

	.otherMtax {

	}

	.eatInOut {
		display: block;
		padding: 10px 0;
		font-size: 1.4rem;
		text-align: center;
		letter-spacing: 0;
		line-height: 1;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
		border: 1px solid #9a1419;
	}

	.eatInOutPrice {
		font-weight: bold;
	}

	#iceMtaste {
		border: 2px solid #ece2aa;
		padding: 20px 0;
		text-align: center;
	}

	#iceMtasteTxt {
		padding-bottom: 10px;
		font-size: 1.6rem;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 0.05em;
	}

	#iceMtasteList {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 85%;
		margin: 0 auto;
	}

	.iceMtasteItem {
		width: 25%;
	}

	.iceMtasteImg {
		padding-bottom: 5px;
	}

	.iceMtasteImg img {
		width: 80%;
	}

	.iceMtasteName {
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0;
	}

	#mangoTxt {
		color: #ff9900
	}
	
	#mattyaTxt{
		color: #569435;
	}
	
	#strawbTxt {
		color: #a04033;
		letter-spacing: -.025em;
	}

	#vanillaTxt {
		color: #cdb608;
	}

	#chocoTxt {
		color: #6b3527;
		letter-spacing: -.05em;
	}

	#ohagiTxt {
		font-size: 1.4rem;
		line-height: 1.3;
		letter-spacing: 0;
		font-family: '游ゴシック', YuGothic;
	}


	/* おでん単品 */
	#odenM {
		width: 100%;
		margin-bottom: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 9% 235px;
		background: url(../../img/menu/single_oden_sp.jpg) no-repeat center;
		color: #fff;
		background-size: cover;
		-webkit-background-size: cover;
		letter-spacing: -.4em;
	}

	#odenMTit {
		padding-bottom: 10px;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.02em;
	}

	.odenMTitSmall {
		font-size: 1.3rem;
		padding-bottom: 20px;
	}

	#odenMTitNum {
		font-size: 1.3rem;
	}

	#odenMTitSmall2 {
		font-size: 1.3rem;
	}

	#odenInOut {
		display: block;
		margin-bottom: 15px;
		padding: 5px 0;
		text-align: center;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
		border: 1px solid #7c7c7c;
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	.odenInOutTax {
		font-weight: bold;
	}

	.odenMtxt {
		font-size: 1.4rem;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
		letter-spacing: 0;
	}

	/* お持ち帰り専用 */
	#lunchM {
	margin-bottom: 50px;
	}

	#lunchM .otherSec {
		padding-bottom: 16vw;
	}

	#lunchM .otherMTit {
		margin-bottom: 25px;
	}

	.lunchItem img {
		width: 100%;
	}

	/* footer下部余白調整 */
	/* -------------------------------------------------- */
	#footerCr {
		padding: 20px 0 31vw !important;
	}

}

@media screen and (min-width: 750px) and (max-width: 1023px) {
	/* 750px - 1200px用（タブレット用）の記述 */

	/* お得なセットメニュー */
	#setTab {
		width: 100%;
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(3, 1fr); /* スマホで2列 */
		list-style: none;
		padding: 0;
		margin: 0;
		padding-bottom: 20px;
	}

	/* -------------------------------------------------- */
	.menuSec {
		padding-top: 7.813vw;
	}

	.setMainImg {
		width: 65%;
	}

	#setSteakList .setMainImg:before,
	#setOyakoList .setMainImg:before
	#setCurryList .setMainImg:before
	{
		width: 120px;
		height: 120px;
	}

	.udonSobaImg.hotCool:before {
		width: 60px;
		height: 47px;
	}

	.otherSec {
		padding-top: 7.813vw;
	}

	/* 単品メニュー */
	/* -------------------------------------------------- */
	.singleImg {
		width: 60%;
	}

	.singleImg.hotCool:before {
		width: 60px;
		height: 48px;
	}

	/* その他のメニュー */
	/* -------------------------------------------------- */
	.eatInOut {
		display: inline-block;
		width: auto;
		padding: 5px 20px;
		font-size: 1.4rem;
	}

	#otherMbottom .otherSec {
		padding-bottom: 7.813vw;
	}

	#childM {
		padding-top: 7.813vw;
	}

	/* おでん */
	#odenM {
		padding: 40px 4% 350px;
		background: url(../../img/menu/single_oden_sp.jpg) no-repeat center 70%;
		background-size: cover;
		-webkit-background-size: cover;
	}
	#odenInOut {
		display: inline-block;
		padding: 5px 20px;
	}


}
	/*2023_0530メニュー２個連続の場合のmaegin設定*/
	.mt10{
		margin-top: 10px;
	}
