@charset "UTF-8";

html{
	overflow-y: scroll!important;
}
p{
	color: #333;
}

.footer_cont.menu_footer{
	display: flex;
	max-width: 1000px;
}
.footer_cont.menu_footer .footer_btn{
	max-width: 281px;
}
.footer_cont{
	display: none;
}

#grandmenu{
	background-color: #eae4d9;
	padding-bottom: 100px;
}
.menu .contitle{
	padding: 160px 20px 10px;
}
.menu .contitle img{
	width: 80%;
}
#drinkmenu .contitle img{
	max-width: 407px;
}
#sweetsmenu .contitle img{
	max-width: 407px;
}
#fairmenu .contitle img{
	max-width: 407px;
}
.menu .contitle p{
}
.menu .contitle p:nth-of-type(1){
	margin-bottom: 25px;
	font-family: '游明朝', 'Noto Serif JP';
    font-feature-settings: "palt" 1;
    letter-spacing: 0.5px;
    font-weight: bold;
    line-height: 30px;
}
.menu .contitle p:nth-of-type(2){
	font-size: 14px;
	font-weight: unset;
}
.menu_tab{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#grandmenu .contitle img{
	max-width: 407px;
	width: 80%;
}
#grandmenu .gm{
	background-image: url(../img/new/gm1.png?0506);
	max-width: 950px;
	width: 50%;
	height: 335px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	padding: 65px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#grandmenu .gm:nth-of-type(2n){
	background-image: url(../img/new/gm2.png?0506);
	background-position: left;
	margin-top: 65px;
}
#grandmenu .gm:nth-of-type(3){
	background-image: url(../img/new/gm3.png?0506);
}
#grandmenu .gm:nth-of-type(4){
	background-image: url(../img/new/gm4.png?0506);
}
#grandmenu .gm:nth-of-type(5){
	background-image: url(../img/new/gm5.png?0506);
}
#grandmenu .gm:nth-of-type(6){
	background-image: url(../img/new/gm6.png?0506);
}
#grandmenu .gm:nth-of-type(7){
	background-image: url(../img/new/gm7.png?0506);
}
#grandmenu .gm:nth-of-type(8){
	background-image: url(../img/new/gm8.png?0506);
}
#grandmenu .gm:nth-of-type(9){
	background-image: url(../img/new/gm9_2.png?0506);
}
#grandmenu .gm_title{
	max-width: 350px;
	margin: 0 20px 0 auto;
}
#grandmenu .menu_tab .gm:nth-of-type(2n) .gm_title{
	margin: 0 auto 0 20px;
}
.gmore{
	width: 100%;
	max-width: 170px;
	background-color: rgba(255, 255, 255, 0.8);
	border: solid 1px #aa1b49;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	margin: 0 25px 0 auto;
}
#grandmenu .menu_tab .gm:nth-of-type(2n) .gmore{
	margin: 0 auto 0 25px;
}
.gmore p{
	color: #aa1b49;
	font-weight: bold;
}

.popy{
	background-color: #fff;
	max-width: 1000px;
	width: 95%;
	margin: auto;
	padding: 35px 50px 50px;
	box-sizing: border-box;
	position: relative;
}
.pop_img{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pop_title,.pop_chuki{
	max-width: 1000px;
	margin: 0 auto;
}
.pop_title p{
	color: #666666;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
}
.pop_title p:nth-of-type(1){
	position: relative;
	font-size: 30px;
	padding-left: 30px;
	border-bottom: solid 1px #a7a7a7;
}
.pop_title p:nth-of-type(2){
	font-size: 18px;
	margin: 5px 0 20px 35px;
}
.pop_title p:nth-of-type(1):before{
	content: '';
	background-color: #aa1b49;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pop_ryori{
	width: 32%;
	max-width: 320px;
	font-size: 14px;
	margin-bottom: 20px;
}
.pop_chuki p{
	font-size: 12px;
	text-indent: -1em;
    padding: 0 0 0 1em !important;
}
/*.popup-modal-dismiss {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #aa1b49;
    cursor: pointer;
    z-index: 2;
}*/
/*.mfp-close{
	background-color: #aa1b49!important;
    border-radius: 50%!important;
    right: 30px!important;
    top: 30px!important;
}
.mfp-close-btn-in .mfp-close{
	color: #fff!important;
	opacity: 1!important;
}*/



#fairmenu,.menu{
/*	background-color: #f3ede2;*/
	background-color: #f6eee2;
}
.tab_select{
	max-width: 830px;
	margin: 0 auto 35px;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.tab_select .fair_btn{
	width: 48.5%;
	text-align: center;
	background-color: #fff;
	border-radius: 100px;
	border: solid 2px #a58e7a;
	padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.tab_select .fair_btn p{
	color: #a58e7a;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
}
.tab_select .fair_btn p:nth-of-type(1){
	font-size: 20px;
	margin-bottom: 3px;
}
.tab_select .fair_btn p:nth-of-type(2){
	font-size: 14px;
}

.fair_btn.active{
	background-color: #a58e7a;
}
.fair_btn.active:after{
	content: '';
    position: absolute;
    bottom: -23px;
    right: 0;
    left: 0;
    margin: auto;
    background: #a58e7a;
    height: calc(tan(60deg) * 25px / 2);
    width: 25px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab_select.tabottom{
	margin: 30px auto 10px;
}
.tab_select.tabottom .fair_btn.active:after{
	display: none;
}
.fair_btn.active p{
	color: #fff;
}
.tab_on .fair_btn:nth-of-type(2) p:nth-of-type(1):before{
	content: 'NEXT';
	background-color: #a58e7a;
	padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.tab_on .fair_btn:nth-of-type(2).active p:nth-of-type(1):before{
	background-color: #fff;
	color: #a58e7a;
}
.fair_btn p span{
	background-color: #a58e7a;
	padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.fair_area{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px 100px;
}
#fair_cont{
	padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
}
.far_cont{
	background-color: #fff;
	padding: 50px 30px;
}
.fair_tab{
	max-width: 1000px;
	margin: 0 auto;
}
.fair_picktitle{
	max-width: 204px;
	margin: 45px auto 25px;
}
.fair_title{
	margin-bottom: 30px;
}

.fair_title p{
	color: #333;
	font-size: 14px;
	font-family: 'Noto Serif JP','游明朝';
	text-align: center;
}
.fair_title p:nth-of-type(1){
	color: #7f6e44;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}
.fair_title p:nth-of-type(2){
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.fair_pickitem{
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/

	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5%;
}
.fpi{
/*	width: 32%;*/
	width: 100%;
	max-width: 320px;
	margin-bottom: 30px;
	position: relative;
}
.fpi:after{
	content: '';
	background-image: url(../img/new/zoom_icon.png);
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.fair_tab.active{
	display: block;
}
.fair_tab{
	display: none;
}
.tab_off .tab_select{
	display: none;
}
.tab_inner{
	max-width: 900px;
	margin: 0 auto;
}


/*popupanimation*/
/* オーバーレイ 初期状態 */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* オーバーレイ 表示アニメーション */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .3;
}
/* オーバーレイ 非表示アニメーション */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* コンテンツ 初期状態 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* コンテンツ 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* コンテンツ 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*ポップアップアニメーション overlay at start */
.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background-color: #0b0b0b!important;
}
/* overlay animate in */
.mfp-bg.mfp-ready {
	opacity: 0.45;
}
/*.mfp-close-btn-in .mfp-close{
	display: none;
}*/
/*.mfp-close-btn-in .mfp-close{
	width: 35px;
    height: 35px;
    line-height: 37px;
}*/
/* overlay animate out */
.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}



#drinkmenu{
	padding: 0 10px 10px;
}
#drinkmenu .contitle p:nth-of-type(1),#sweetsmenu .contitle p:nth-of-type(1){
	font-size: 16px;
	line-height: 26px;
	font-family: '游明朝','Noto Serif JP';
	font-feature-settings: "palt"1;
	letter-spacing: 0.5px;
}
#soft_menu,#al_menu{
/*	background-color: #fff;*/
	max-width: 1000px;
	margin: 0 auto 100px;
}
#al_menu{
	padding-top: 100px;
	margin-top: -100px;
}
#soft_menu .soft_area,#al_menu .soft_area{
	background-color: #fff;
}
.soft_title{
	text-align: center;
	color: #fff;
	background-color: #a58e7a;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
	padding: 15px 20px;
	position: relative;
	box-sizing: border-box;
}
.soft_title:before{
	content: '';
	background-image: url(../img/new/tujou_icon.png?010612);
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	height: 115px;
	position: absolute;
	left: 55px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.soft_title p{
	color: #fff;
}
#al_menu .soft_title:before{
	background-image: url(../img/new/betu_icon.png?010612);
	width: 118px;
	height: 118px;
}
.soft_cont{
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 20px 60px;
	box-sizing: border-box;
}
.dritex{
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}
.dritex p:nth-of-type(1){
	margin-bottom: 15px;
}
.dritex p:nth-of-type(n+2){
	font-size: 12px;
}
.lineup{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lineup_img{
	width: 55%;
	max-width: 590px;
}
.lineup_img img,img{
	vertical-align:top
}
.lineup_tex{
	width: 45%;
	height: fit-content;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
.lineup:nth-of-type(2n) .lineup_tex{
	padding: 0 0 0 30px;
}
.lineup_tex p{
	line-height: 22px;
}

.lineup_tex p:nth-of-type(1){
	width: 100%;
	font-size: 30px;
	margin-bottom: 25px;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
}
.lineup:nth-of-type(1) .lineup_tex p:nth-of-type(2){
	width: unset;
}
.lineup:nth-of-type(1) .lineup_tex p:nth-of-type(3){
	width: unset;
}
.lineup_tex p:nth-of-type(2){
	width: 50%;
}
.lineup_tex p:nth-of-type(3){
	width: 50%;
}
.lineup_tex p:nth-of-type(n+2){
	font-size: 12px;
}

#al_menu{
/*	padding-bottom: 50px;*/
}
#al_menu .dritex{
	margin-bottom: 0;
}



#sweetsmenu{
	padding: 0 20px 100px;
}
#pick_menu{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0px 30px;
	box-sizing: border-box;
}
.pickcont{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pickcont:nth-of-type(2){
	justify-content: flex-end;
}
.pickimg{
	width: 60%;
	max-width: 750px;
	height: 324px;
	background-image: url(../img/new/pickup_sweets1.jpg?0506);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.pickcont:nth-of-type(2) .pickimg{
	background-image: url(../img/new/pickup_sweets2.jpg?0506);
}
.pickimg:before{
	content: '';
	background-image: url(../img/new/swe_fade.png);
	background-size: 100%;
	width: 100px;
	height: 324px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pickcont:nth-of-type(2) .pickimg:before{
	right: unset;
	left: 0;
	transform: scale(-1, 1);
}
.picktex{
	width: 38%;
/*	width: 415px;*/
	position: relative;
	color: #4d4d4d;
	padding-right: 40px;
	box-sizing: border-box;
}
.pickcont:nth-of-type(2) .picktex{
	padding-left: 40px;
	padding-right: 0;
}
.picktex p:nth-of-type(1):before{
	content: '';
	background-image: url(../img/new/pickup_icon.png);
	background-repeat: no-repeat;
	width: 81px;
	height: 81px;
	background-size: contain;
	position: absolute;
	top: -80px;
	left: -65px;
	margin: auto;
}

.picktex p:nth-of-type(1){
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
	margin-bottom: 20px;
	position: relative;
}
.picktex p:nth-of-type(2){
	font-size: 14px;
}
.sab_swe{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sab_con{
	width: 24%;
	max-width: 280px;
	position: relative;
	margin-bottom: 25px;
}
.sab_con:nth-of-type(9){
	display: none;
}
.sab_con p{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
	padding: 5px 15px;
}
.swe_chuki p{
	font-size: 12px;
    text-indent: -1em;
    padding: 0 0 0 1em !important;
}



.footer_select{
	background-color: #fff;
}
.snsbnr {
    border: solid 1px #858585;
}




@media screen and (max-width: 1023px){
	.menu .contitle{
		padding: 120px 20px 10px;
	}
	#grandmenu .gm{
		padding: 65px 30px;
	}

	.fair_area{
		padding: 0 10px 70px;
	}
	.tab_select .fair_btn p:nth-of-type(1){
		font-size: 18px;
	}

	.soft_title:before,#al_menu .soft_title:before{
		width: 100px;
	}


	.picktex p:nth-of-type(1):before{
		width: 60px;
		top: -65px;
    	left: -25px;
	}
	.pickimg{
		width: 60%;
	}
	.picktex{
		width: 40%;
	}
	.pickimg:before{
		width: 70px;
	}
	.sab_con p{
		letter-spacing: -0.5px;
		padding: 5px 10px;
		font-size: 12px;
	}

	#sweetsmenu{
		padding: 0 20px 60px;
	}

	.lineup_tex p:nth-of-type(n+2){
		line-height: 1.7;
	}
	.lineup:nth-of-type(1) .lineup_tex p:nth-of-type(2){
		width: 50%;
	}
	.soft_cont{
		padding: 30px 20px 45px;
	}
	#al_menu{
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	
}
@media screen and (max-width: 767px){
	#grandmenu{
		padding-bottom: 65px;
	}
	.menu .contitle {
    	padding: 115px 20px 10px;
	}
	.menu .contitle p:nth-of-type(1){
		font-size: 16px;
		line-height: 26px;
	}
	#grandmenu .gm_title{
		width: 90%;
		margin: 0 10px 0 auto;
/*		max-width: unset;*/
/*		margin: unset;*/
	}
	#grandmenu .menu_tab .gm:nth-of-type(2n) .gm_title{
		margin: 0 auto 0 10px;
/*		max-width: unset;*/
/*		margin: unset;*/
	}
	#grandmenu .gm_title p:nth-of-type(1){
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		font-family: 'Noto Serif JP','游明朝';
		margin-bottom: 10px;
	}
	#grandmenu .gm_title p:nth-of-type(2){
		color: #fff;
		font-size: 14px;
		font-weight: unset;
	}
	.gmore{
		margin: 0 15px 0 auto;
			padding: 3px 10px;
	}
	#grandmenu .menu_tab .gm:nth-of-type(2n) .gmore{
		    margin: 0 auto 0 15px;
	}
	#grandmenu .gm{
		background-image: url(../img/new/gm1sp.png?0506);
		max-width: 950px;
		width: 100%;
		height: unset;
/*		min-height: 335px;*/
		min-height: 280px;
		background-repeat: no-repeat;
		background-position: left;
		background-size: cover;
		padding: 35px 20px;
		box-sizing: border-box;
		display: flex;
    	flex-direction: column;
    	justify-content: space-between;
    	margin-top: 30px;
	}
	#grandmenu .gm:first-of-type{
		margin-top: 0;
	}
	#grandmenu .gm:nth-of-type(2n){
		background-image: url(../img/new/gm2sp.png?0506);
		background-position: right;
		margin-top: 30px;
	}
	#grandmenu .gm:nth-of-type(3){
		background-image: url(../img/new/gm3sp.png?0506);
	}
	#grandmenu .gm:nth-of-type(4){
		background-image: url(../img/new/gm4sp.png?0506);
	}
	#grandmenu .gm:nth-of-type(5){
		background-image: url(../img/new/gm5sp.png?0506);
	}
	#grandmenu .gm:nth-of-type(6){
		background-image: url(../img/new/gm6sp.png?0506);
	}
	#grandmenu .gm:nth-of-type(7){
		background-image: url(../img/new/gm7sp.png?0506);
	}
	#grandmenu .gm:nth-of-type(8){
		background-image: url(../img/new/gm8sp.png?0506);
	}
	#grandmenu .gm:nth-of-type(9){
		background-image: url(../img/new/gm9_2sp.png?0506);
	}

	.popy{
		padding: 35px 20px 50px;
	}
	.pop_title p:nth-of-type(1){
		font-size: 26px;
	}
	.pop_title p:nth-of-type(2){
		margin-top: 5px;
	}
	.pop_ryori{
		width: 48%;
		margin-bottom: 15px;
	}
	/*.mfp-close{
		width: 25px!important;
		height: 25px!important;
		top: 10px!important;
		right: 10px!important;
		line-height: 26px!important;
	}*/



	.fair_area{
		padding: 0 10px 50px;
	}
	.far_cont{
		padding: 40px 20px 25px;
	}
	.fair_title p:nth-of-type(1){
		font-size: 24px;
	}
	.fair_title p:nth-of-type(2){
		font-size: 16px;
	}
	.fair_title p:nth-of-type(3){
		font-size: 14px;
	}
	.fpi{
		width: 100%;
		margin-bottom: 15px;
	}

	.tab_select{
		padding: 0;
	}
	.tab_select .fair_btn p:nth-of-type(1){
		font-size: 18px;
		line-height: 23px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		flex-grow: 1;
		margin-bottom: 5px;
	}
	.tab_select .fair_btn p:nth-of-type(1):before{
		line-height: unset;
	}
	.tab_select .fair_btn p:nth-of-type(2){
		letter-spacing: -0.4px;
		font-size: 12px;
	}
	.far_cont .tab_select .fair_btn p:nth-of-type(1){
		font-size: 16px;
	}
	.tab_select .fair_btn{
		padding: 20px 10px 15px;
		border-radius: 10px;
	}
	.fair_btn.active:after{
		bottom: -22px;
	}
	.tab_select{
		margin: 0 auto 35px;
	}
	.menu .contitle p:nth-of-type(2){
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.tab_on .fair_btn:nth-of-type(2) p:nth-of-type(1):before{
		position: absolute;
		left: 8px;
		top: -13px;
	}
	.tab_on .fair_btn:nth-of-type(2).active p:nth-of-type(1):before{
		border: solid 2px #a58e7a;
	}
	.fair_pickitem{
		grid-template-columns: repeat(3, 1fr);
	}




	#drinkmenu{
		padding: 0 10px 10px;
	}
	.dritex p:nth-of-type(1){
		line-height: 1.7;
	}
	.lineup{
		flex-direction: column;
	}
	.lineup:nth-of-type(2n){
		flex-direction: column-reverse;
	}
	#soft_menu, #al_menu{
		margin-bottom: 70px;
	}
	#drinkmenu .contitle p:nth-of-type(1),#sweetsmenu .contitle p:nth-of-type(1),#grandmenu .contitle p:nth-of-type(2){
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		margin-bottom: 40px;
	}
	.lineup_tex,.lineup:nth-of-type(2n) .lineup_tex{
		width: 100%;
		padding: 20px 0 35px;
	}
	.lineup:last-of-type .lineup_tex{
		padding-bottom: 10px;
	}
	.lineup_img{
		width: 100%;
	}
	.dritex{
		font-size: 14px;
		text-align: left;
	}
	.soft_title:before,#al_menu .soft_title:before{
		left: 0;
		width: 70px;
	}
	.soft_title{
		font-size: 16px;
	}
	.lineup_tex p:nth-of-type(1){
		font-size: 26px;
		margin-bottom: 20px;
	}
	.soft_cont{
		padding: 30px 20px 40px;
	}
	.lineup:nth-of-type(1) .lineup_tex p:nth-of-type(3){
		width: 48%;
	}
	#al_menu{
		margin-bottom: 45px;
	}


	#sweetsmenu{
		padding: 0 0 60px;
	}
	.pickcont{
		flex-direction: column;
	}
	#pick_menu{
		padding-bottom: 0;
	}
	.pickcont:nth-of-type(2){
		flex-direction: column-reverse;
	}
	.picktex{
		width: 100%;
		padding: 15px 20px 30px;
	}
	.picktex,.pickcont:nth-of-type(2) .picktex{
		padding: 15px 20px 55px;
	}
	.picktex p:nth-of-type(1){
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.picktex p:nth-of-type(2){
		font-size: 14px;
		line-height: 1.7;
	}
	.pickimg{
		width: 100%;
		background-size: cover;
        padding-top: 60%;
        height: unset;
	}
	.pickimg:before{
		background-image: url(../img/new/pickup_icon.png);
    	background-repeat: no-repeat;
    	width: 70px;
    	height: 70px;
    	background-size: contain;
    	position: absolute;
    	left: 20px;
        right: unset;
        top: -20px;
        bottom: unset;
	}
	#sweetsmenu .contitle p:nth-of-type(1){
		margin-bottom: 15px;
	}
	.pickcont:nth-of-type(2) .pickimg:before{
		transform: unset;
		left: 20px;
	}
	.picktex p:nth-of-type(1):before{
		display: none;
	}
	.sab_swe{
		padding: 0 20px;
	}
	.sab_con{
		width: 32%;
		
	}
	.sab_con p{
		padding: 3px 10px;
        font-size: 10px;
	}
	.sab_con:nth-of-type(9){
		display: block;
	}
	.footer_cont.menu_footer .footer_btn{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 420px){
	.tab_select .fair_btn p:nth-of-type(2){
		font-size: 11px;
	}
}
@media screen and (max-width: 400px){
	.soft_title:before{
		top: -50px;
	}
	#drinkmenu .contitle p:nth-of-type(1){
		margin-bottom: 65px;
	}
	#al_menu .soft_title:before{
		top: 0;
	}
}
@media screen and (max-width: 350px){
	.menu .contitle p:nth-of-type(1){
		font-size: 16px;
		letter-spacing: -0.5px;
	}
}