	.mainvisual{
		position: relative;
		background:#fc7397;
	}
	body{
		background: #FFFFFF;
	}
	.plan-tabbox{
		display: none;
	}


@media screen and (min-width: 931px) {
	
	header .menu-content ul li:nth-child(2) > a::before{
		width: 100%;
		transition: none;
	}
	
	/*---------------------------------------
	 * MainVisual
	---------------------------------------*/ 
	
	.mainvisual{
		padding: 160px 0 100px;
	}
	
	
	/*---------------------------------------
	 * Tab
	---------------------------------------*/ 
	
	.page-tab{
		padding: 120px 0 0;
		width: 100%;
		position: relative;
		background: #FAFAFA;
	}
	.page-tab ul{
		border-bottom: 1px solid #222222;
		display: flex;
		justify-content: space-between;
	}
	.page-tab ul li{
		width: 48%;
		text-align: center;
		background: #FFFFFF;
		padding: 30px 0;
		border: 1px solid #222222;
		border-bottom: none;
		border-radius: 10px 10px 0px 0px;
		cursor: pointer;
	}
	.page-tab ul li.active{
		background: #222222;
		color: #FFFFFF;
	}
	
	
	
	/*---------------------------------------
	 * ContentsSelect
	---------------------------------------*/ 
	
	.sp-select{
		display: none;
	}
	.pc-select{
		display: block;
	}
	
	.contents-select{
		padding: 40px 0 0;
		background: #FAFAFA;
	}
	.contents-select ul{
		display: flex;
		flex-wrap: wrap;
	}
	.contents-select li{
		width: 15%;
		min-width: 200px;
		margin: 0 1% 2% 0;
	}
	.contents-select li a{
		width: 100%;
		display: block;
		background: #222222;
		color: #FFFFFF;
		text-align: center;
		border-radius: 10px;
		padding: 17px 0;
	}

		
	
	/*---------------------------------------
	 * Menu
	---------------------------------------*/ 
	
	.menu-sec {
		padding: 120px 0 0px;/*70px*/
	}
	.drink-menu {
		padding-bottom: 0;
	}
	.menu-sec::before{
		content: "";
		display: block;
		width: 100%;
		height: 370px;
		background: #fafafa;
		position: absolute;
		top:0;
		left:0;
		z-index: -2;
	}
	
	
	/* 概要部分
	---------------------------------------*/ 
	
	.menu-sec .outline-box{
		margin: 0 0 100px;
	}
	.menu-sec .outline-box .text{
		width: 47%;
	}
	.menu-sec .outline-box .photo{
		width: 47%;
	}
	
	
	/* テキスト */
	.menu-sec .outline-box .plan-title{
		font-size: 5rem;
		font-weight: 700;
		letter-spacing: 6px;
		margin: 0 0 50px;
	}
	.plan01 .outline-box .plan-title{
		color: #fc7397;
	}
	.plan02 .outline-box .plan-title{
		color: #f3544a;
	}
	.plan03 .outline-box .plan-title{
		color: #f3dd60;
	}
	.plan04 .outline-box .plan-title{
		color: #1776c0;
	}
	.plan05 .outline-box .plan-title{
		color: #7470b3;
	}
	.plan06 .outline-box .plan-title{
		color: #00a751;
	}

	
	.menu-sec .outline-box .plan-title .store{
		font-size: 1.4rem;
		font-weight: 400;
		display: inline-block;
		letter-spacing: 1px;
		vertical-align: middle;
		margin-left: 20px;
		color: #222222;
	}
	.menu-sec .outline-box .midashi {
		font-weight: 700;
		font-size: 2.2rem;
		line-height: 1.6;
		margin: -20px 0 20px;	
	}
	.menu-sec .outline-box .read {
		line-height: 2;
	}
	.menu-sec .outline-box .read .osusume-price{
		font-size: 1.8rem;
		margin: 15px 0 0;
		font-weight: 700;
		line-height: 1.8;
		display: block;
	}
	
	
	/* 写真 */
	.menu-sec .outline-box .photo .wrap{
		position: relative;
	}
	.menu-sec .outline-box .photo .wrap::after{
		position: absolute;
	    top: -50px;
	    left: -30px;
	    content: "";
	    display: block;
	    width: calc(100% + 60px);
	    height: calc(100% + 120px);
	    background: url(../img/foodmenu_bg.svg) 50% no-repeat;
	    background-size: 98%;
	    z-index: -1;
	}
	.drink-menu .outline-box .photo .wrap::after{
	    background: url(../img/drinkmenu_bg.svg) 50% no-repeat;
	    background-size: 98%;
	}	
	.plan01 .outline-box .photo .wrap::after{
	    background: url(../img/plan01_bg.svg) 50% no-repeat;
	    background-size: 98%;
	}
	.plan02 .outline-box .photo .wrap::after{
	    background: url(../img/plan02_bg.svg) 50% no-repeat;
	    background-size: 98%;
	}
	.plan03 .outline-box .photo .wrap::after{
	    background: url(../img/plan03_bg.svg) 50% no-repeat;
	    background-size: 98%;
	}
	.plan04 .outline-box .photo .wrap::after{
	    background: url(../img/plan04_bg.svg) 50% no-repeat;
	    background-size: 98%;
	}
	.plan05 .outline-box .photo .wrap::after{
	    background: url(../img/plan05_bg.svg) 50% no-repeat;
	    background-size: 98%;
	}
	.plan06 .outline-box .photo .wrap::after{
	    background: url(../img/plan06_bg.svg) 50% no-repeat;
	    background-size: 98%;
	}
	.menu-sec .charge{
		font-size: 1.4rem;
		margin: 0 0 40px;
		line-height: 1.8;
	}
	
	
	/* 詳細部分
	---------------------------------------*/ 
	
	/* メニューリスト */
	.menu-sec .food-cat{
		margin: 0 0 50px;
	}
	.menu-sec .food-cat .midashi{
		font-weight: 700;
		font-size: 2.2rem;
	}
	.menu-sec .food-cat .flex-box{
		flex-wrap: wrap;
	}
	.menu-sec .food-cat .flex-box dl{
		width: 47%;
		display: table;
		padding: 35px 0;
		border-bottom: 1px solid #bfbfbf;
		line-height: 1.8;
	}
	.menu-sec .food-cat .flex-box dl dt{
		display: table-cell;
		
	}
	.menu-sec .food-cat .flex-box dl dd{
		display: table-cell;
		width: 17%;
		text-align: right;	
	}
	
	
	/* メニューリスト（写真あり） */
	.menu-sec .photo-list{
		display: flex;
		justify-content: space-between;
	}
	.menu-sec .photo-list li{
		width: 31%;
	}
	.menu-sec .photo-list li figure{
		margin: 0 0 15px;
	}
	.menu-sec .photo-list li .caption {
		display: table;
		width: 100%;
		font-size: 1.4rem;
	}
	.menu-sec .photo-list li .caption .name{
		display: table-cell;
	}
	.menu-sec .photo-list li .caption .price{
		display: table-cell;
		text-align: right;
		width: 40%;
	}
	.menu-sec .food-cat .flex-box2 .photo{
		width: 47%;
		padding: 35px 0 0;
	}
	.menu-sec .food-cat .flex-box2 .text{
		width: 47%;
	}
	.menu-sec .food-cat .flex-box2 .text dl{
		width: 100%;
	}
	.menu-sec .food-cat .read{
		line-height: 1.8;
		padding: 35px 0 0;
	}
	
	
	/* プランリスト */
	.menu-sec .plan-detail{
		margin: 0 0 50px;
	}
	.menu-sec .plan-detail .midashi{
		font-weight: 700;
		font-size: 2.2rem;
	}
	.menu-sec .plan-detail .flex-box{
		flex-wrap: wrap;
	}
	.menu-sec .plan-detail .flex-box li{
		width: 47%;
		padding: 35px 0;
		border-bottom: 1px solid #bfbfbf;
		line-height: 1.8;
	}
	.menu-sec .plan-detail .flex-box li small{
		display: block;
		font-size: 1.2rem;
	}
	
	/* プランメニュー1 */
	.food-content{
		margin: 30px 0 0;
	}
	.food-content.style1{
		display: flex;
		justify-content: space-between;
	}
	.food-content.style1 .photo{
		width: 47%;
		margin: 15px 0 0;
	}
	.food-content.style1 .text{
		width: 47%;
		line-height: 2.8;
	}
	
	
	/* プランメニュー2 */
	.food-content{
		margin: 30px 0 0;
	}
	.food-content.style2{
		
	}
	.food-content.style2 .photo{
		display: none;
	}
	.food-content.style2 .text{
		width: 100%;
		line-height: 2.8;
	}
	.food-content.style2 .text li{
		display: inline-block;
		margin-right: 2%;
	}
	
}


@media screen and (max-width: 930px) {
	
	/*---------------------------------------
	 * MainVisual
	---------------------------------------*/ 
	
	.mainvisual{
		padding: 80px 0 50px;
	}
	

	/*---------------------------------------
	 * Tab
	---------------------------------------*/ 
	
	.page-tab{
		padding: 60px 0 0;
		width: 100%;
		position: relative;
		background: #FAFAFA;
	}
	.page-tab ul{
		border-bottom: 1px solid #222222;
		display: flex;
		justify-content: space-between;
	}
	.page-tab ul li{
		width: 48%;
		text-align: center;
		background: #FFFFFF;
		padding: 20px 0;
		border: 1px solid #222222;
		border-bottom: none;
		border-radius: 10px 10px 0px 0px;
		cursor: pointer;
	}
	.page-tab ul li.active{
		background: #222222;
		color: #FFFFFF;
	}
	
		
		
	/*---------------------------------------
	 * ContentsSelect
	---------------------------------------*/ 
	
	.sp-select{
		display: block;
	}
	.pc-select{
		display: none;
	}	
	
	.contents-select{
		padding: 30px 0 0;
		background: #FAFAFA;
	}
	
	.cp_ipselect {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.cp_ipselect select {
		width: 100%;
		padding-right: 1em;
		cursor: pointer;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.cp_ipselect select::-ms-expand {
	    display: none;
	}
	.cp_ipselect.cp_sl05 {
		position: relative;
		border-radius: 5px;
		background: #222222;
	}
	.cp_ipselect.cp_sl05::before {
		position: absolute;
		width: 24px;
		height: 24px;
		top: 13px;
		right: 10px;
		padding: 0;
		content: '';
		background: url(../../assets/img/selectarrow.svg) 0 0 no-repeat;
		background-size: 100%;
		/*
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #ffffff;
		*/
		pointer-events: none;
	}
	.cp_ipselect.cp_sl05 select {
		padding: 15px 38px 15px 15px;
		color: #ffffff;
		font-size: 1.6rem;
	}
	
	
	
	/*---------------------------------------
	 * Menu
	---------------------------------------*/ 
	
	.menu-sec {
		padding: 70px 0 30px;
	}
	.plan{
		padding: 50px 0 50px;
	}
	.drink-menu {
		padding-bottom: 0;
	}
	.menu-sec::before{
		content: "";
		display: block;
		width: 100%;
		height: 149.333vw;
		background: #fafafa;
		position: absolute;
		top:0;
		left:0;
		z-index: -2;
	}
	.plan::before{
		content: "";
		display: block;
		width: 100%;
		height: 400px;
		background: #fafafa;
		position: absolute;
		top:0;
		left:0;
		z-index: -2;
	}
	
	
	/* 概要部分
	---------------------------------------*/
	
	.menu-sec .outline-box{
		margin: 0 0 70px;
	}
	.menu-sec .outline-box .text{
		width: 100%;
		margin: 0 0 50px;
	}
	.menu-sec .outline-box .photo{
		width: 100%;
	}
	
	
	/* テキスト */
	.menu-sec .outline-box .plan-title{
		font-size: 4rem;
		font-weight: 700;
		letter-spacing: 2px;
		margin: 0 0 20px;
	}
	.plan01 .outline-box .plan-title{
		color: #fc7397;
	}
	.plan02 .outline-box .plan-title{
		color: #f3544a;
	}
	.plan03 .outline-box .plan-title{
		color: #f3dd60;
	}
	.plan04 .outline-box .plan-title{
		color: #898988;
	}
	.plan05 .outline-box .plan-title{
		color: #7470b3;
	}
	.plan06 .outline-box .plan-title{
		color: #00a751;
	}
	.menu-sec .outline-box .plan-title .store{
		font-size: 1.4rem;
		font-weight: 400;
		display: inline-block;
		letter-spacing: 0px;
		vertical-align: middle;
		margin-left: 10px;
		color: #222222;
	}
	.menu-sec .outline-box .midashi {
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.6;
		margin: 0 0 20px;	
	}
	.menu-sec .outline-box .read {
		line-height: 1.8;
	}
	.menu-sec .outline-box .read .osusume-price{
		margin: 15px 0 0;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.8;
		display: block;
	}
	
	
	/* 写真 */
	.menu-sec .outline-box .photo .wrap{
		position: relative;
	}
	.menu-sec .outline-box .photo .wrap::after{
		position: absolute;
	    top: -30px;
	    left: -40px;
	    content: "";
	    display: block;
	    width: calc(100% + 80px);
	    height: calc(100% + 60px);
	    background: url(../img/foodmenu_bg.svg) 50% no-repeat;
	    background-size: 86.5%;
	    z-index: -1;
	}
	.drink-menu .outline-box .photo .wrap::after{
	    background: url(../img/drinkmenu_bg.svg) 50% no-repeat;
	    background-size: 86.5%;
	}
	.plan01 .outline-box .photo .wrap::after{
	    background: url(../img/plan01_bg.svg) 50% no-repeat;
	    background-size: 86.5%;
	}
	.plan02 .outline-box .photo .wrap::after{
	    background: url(../img/plan02_bg.svg) 50% no-repeat;
	    background-size: 86.5%;
	}
	.plan03 .outline-box .photo .wrap::after{
	    background: url(../img/plan03_bg.svg) 50% no-repeat;
	    background-size: 86.5%;
	}
	.plan04 .outline-box .photo .wrap::after{
	    background: url(../img/plan04_bg.svg) 50% no-repeat;
	    background-size: 86.5%;
	}
	.plan05 .outline-box .photo .wrap::after{
	    background: url(../img/plan05_bg.svg) 50% no-repeat;
	    background-size: 86.5%;
	}
	.plan06 .outline-box .photo .wrap::after{
	    background: url(../img/plan06_bg.svg) 50% no-repeat;
	    background-size: 86.5%;
	}
		
	.menu-sec .charge{
		font-size: 1.4rem;
		margin: 0 0 40px;
		line-height: 1.8;
	}
	
	/* 詳細部分
	---------------------------------------*/ 
	
	/* メニューリスト */
	.menu-sec .food-cat{
		margin: 0 0 50px;
	}
	.menu-sec .food-cat .midashi{
		font-weight: 700;
		font-size: 2.2rem;
	}
	.menu-sec .food-cat .flex-box{
		flex-wrap: wrap;
	}
	.menu-sec .food-cat .flex-box dl{
		width: 100%;
		display: table;
		padding: 20px 0;
		border-bottom: 1px solid #bfbfbf;
		line-height: 1.8;
	}
	.menu-sec .food-cat .flex-box dl dt{
		display: table-cell;
		
	}
	.menu-sec .food-cat .flex-box dl dd{
		display: table-cell;
		width: 25%;
		text-align: right;
		
	}
	.menu-sec .photo-list{	
	}
	.menu-sec .photo-list li{
		width: 100%;
		margin: 0 0 30px;
	}
	.menu-sec .photo-list li figure{
		margin: 0 0 15px;
	}
	.menu-sec .photo-list li .caption {
		display: table;
		width: 100%;
		font-size: 1.4rem;
	}
	.menu-sec .photo-list li .caption .name{
		display: table-cell;
	}
	.menu-sec .photo-list li .caption .price{
		display: table-cell;
		text-align: right;
		width: 40%;
	}
	
	
	/* メニューリスト（写真あり） */
	.menu-sec .food-cat .flex-box2 .photo{
		width: 100%;
		padding: 20px 0 5px;
	}
	.menu-sec .food-cat .flex-box2 .text{
		width: 100%;
	}
	.menu-sec .food-cat .flex-box2 .text dl{
		width: 100%;
	}
	.menu-sec .food-cat .read{
		line-height: 1.8;
		padding: 35px 0 0;
	}
	
	
	/* プランリスト */
	.menu-sec .plan-detail{
		margin: 0 0 0px;
	}
	.menu-sec .plan-detail .midashi{
		font-weight: 700;
		font-size: 2.2rem;
	}
	.menu-sec .plan-detail .flex-box{
		flex-wrap: wrap;
	}
	.menu-sec .plan-detail .flex-box li{
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #bfbfbf;
		line-height: 1.8;
	}
	.menu-sec .plan-detail .flex-box li small{
		display: block;
		font-size: 1.2rem;
	}
	
	
	/* プランメニュー1 */
	.food-content{
		margin: 30px 0 0;
	}
	.food-content.style1{
		
	}
	.food-content.style1 .photo{
		width: 100%;
		margin: 15px 0 ;
	}
	.food-content.style1 .text{
		width: 100%;
		line-height: 2.2;
	}
	
	
	/* プランメニュー2 */
	.food-content{
		margin: 30px 0 0;
	}
	.food-content.style2{
		
	}
	.food-content.style2 .photo{
		display: none;
	}
	.food-content.style2 .text{
		width: 100%;
		line-height: 2.8;
	}
	.food-content.style2 .text li{
		display: inline-block;
		margin-right: 2%;
	}
}