@charset "utf-8";
#top_menu #mainvisual{
	display: none;
}

#mainvisual{
    height: 250px;
    text-align: center;
    background-image: url(/public/img/slide/slide01.webp);
    background-size: cover;
	background-position: center;
    display: flex;
    align-items: center;
}
#mainvisual h1 {
    font-size: 32px;
    color: #FFF;
    margin: 0 auto;
    z-index: 1;
    line-height: 1.2;
}
#mainvisual h1 span{
    display: block;
    font-size: 18px;
    font-weight: normal;
}
#mainvisual h1 span.shopName {
    font-size: 14px;
}

.menu-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 30px 0;
    padding: 0 26px;
}
.menu-navBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px;
    max-width: 50%;
    border-right: 1px solid #382B19;
    line-height: 1.25;
    letter-spacing: .15em;
    transition: background-color .3s ease-in-out;
}

.menu-navBtn:first-child {
    border-left: 1px solid #382B19;
}
.menu-navBtn span{
	font-size: 16px;
	color: #382B19;
	letter-spacing: 0;
}


/* Menu */
#Menu{
	background: url(/public/img/bg.webp);
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: top center;
}
#Menu .menuWrap{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 10px 0 50px;
}

#Menu .menuWrap ul{
	/*display: grid;
	gap: 50px;
	grid-template-columns: 1fr 1fr;*/
}
#Menu .menuWrap li{
	margin-bottom: 30px;
}
#Menu .menuWrap li .menuList{
	display: flex;
}
#Menu h2{    
	position: relative;
    color: #382B19;
    background-color: #FFF;
    padding: 10px 2%;
	margin: 50px auto 0px;
}
#Menu h2 span{
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    right: 2%;
    bottom: 15px;
}
#Menu h2::after{
    content: " ";
    position: absolute;
    width: 96%;
    border-bottom: 1px dotted #382B19;
    left: 2%;
    bottom: 15px;
}
.menuList .menuPhoto{
	width: 35%;
	margin-right: 1%;
}
.menuList .menuTxt::before{	
	position: absolute;
    content: "　";
    height: 30px;
    width: 30px;
    background-image: url(/public/img/icon/laithai.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: block;
	margin-left: -40px;
}
.menuList .menuTxt{
	width: 64%;
	padding: 20px;
	background-color: rgba(219,194,68,0.4);
	position: relative;
	/* #DBC244 */
}
.menuTitle{
	display: flex;
	justify-content:space-between;
}
.menuTitle h3{
	font-size: 22px;
	line-height: 1.2;
}
.menuTitle h3 span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.menuPrice{
	font-size: 24px;
	text-align: right;
	line-height: 1;
}
.menuPrice .yen{
	font-size: 16px;
	margin-left: 5px;
}
.menuPrice .includeTax{
	display: block;
	font-size: 14px;
	color: #898784;
}
.menuPrice .includeTaxYen{
	font-size: 10px;
}
h4.menuThai{
	font-size: 16px;
	align-items:flex-end;
	font-weight: normal;
	position: absolute;
	bottom: 40px;
	color: #898784;
}
h4.menuEng{
	font-size: 16px;
	align-items:flex-end;
	font-weight: normal;
	position: absolute;
	bottom: 20px;
}

/* Course */
#Menu .menuWrap ul{
	padding: 30px 0 50px;
}
#Menu .menuWrap li .courseList{
	display: flex;
}

.courseList .coursePhoto{
	width: 45%;
	margin-right: 1%;
}
.courseList .courseTxt::before{	
	position: absolute;
    content: "　";
    height: 30px;
    width: 30px;
    background-image: url(/public/img/icon/laithai.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: block;
	margin-left: -40px;
}
.courseList .courseTxt{
	width: 64%;
	padding: 20px;
	background-color: rgba(219,194,68,0.4);
	position: relative;
	/* #DBC244 */
}
.courseTitle h2{
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 10px !important;
	padding: 0 0 10px !important;
	border-bottom: 1px dotted #382B19;
	margin-bottom: 10px;
	background-color: inherit !important;
}
#Menu .courseTitle h2::after{
	display: none;
}
.courseComment{
	font-size: 16px;
	margin-bottom: 10px;
}
.courseMenu{
	font-size: 13px;
	line-height: 1.5;
	color: #898784;
}
.courseList .menuPrice{
	margin-top: 20px;
}


.drinkList{
	padding: 10px 20px;
	background-color: rgba(219,194,68,0.4);
}

@media only screen and (max-width:480px){
	#top_menu .logoBack,#top_menu .thaiSelectRed{
		display: none;
	}
	.menu-nav{
		display:none;
	}
	#Menu h2{
		margin-top: 30px;
	}
	#Menu .menuWrap ul{
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	#Menu .menuWrap li{
		width: 49%;
		background-color: rgba(219,194,68,0.4);
	}
	#Menu .menuWrap li .menuList{
		flex-direction:column;
	}
	
	#Menu.drink .menuWrap ul{
		display: block;
	}
	#Menu.drink .menuWrap li{
		width: 100%;
		margin-bottom: 10px;
	}
	#Menu.drink .menuWrap li .menuTitle{
		flex-direction: row;
	}
    .menuList .menuPhoto{
        width: 100%;
        margin-right: 0;
    }
	
    .menuList .menuTxt::before{
        margin: -35px auto 0;
		position: relative;
    }
    .menuList .menuTxt{
        width: 100%;
		margin-top: 10px;
		padding: 10px;
		background-color: inherit;
    }
	.menuTitle{
		flex-direction:column;
	}
	.menuTitle h3{
        font-size: 16px;
    }
    .menuTitle h3 span{
        font-size: 14px;
    }
    .menuPrice{
        font-size: 20px;
    }
    .menuPrice .yen{
        font-size: 16px;
        margin-left: 5px;
    }
    .menuPrice .includeTax{
        font-size: 13px;
    }
    .menuPrice .includeTaxYen{
        font-size: 10px;
    }
	h4{
		line-height: 1;
	}
    h4.menuThai{
		margin-top: 10px;
        font-size: 16px;
        position: relative;
		bottom: auto;
    }
    h4.menuEng{
        font-size: 14px;
        position: relative;
		bottom: auto;
    }
	
	#Menu .menuWrap li .courseList{
		flex-direction:column;
	}
    .courseList .coursePhoto{
        width: 100%;
        margin-right: 0;
    }
	#Menu .menuWrap #Course ul{
		display: block;
	}
	#Menu .menuWrap #Course li{
		width: 100%;
	}
	.courseList .courseTxt{
		width: 100%;
		background-color: inherit;
	}
    .courseList .courseTxt::before{
        margin: -35px auto 0;
		position: relative;
    }
	.courseTitle h2{
		margin-top: 10px;
	}
}