@charset "utf-8";
/*------------------------------------------------------------
	main_menu
------------------------------------------------------------*/
#main {
	padding-bottom: 5.1rem;
}
#main .comBox {
	padding: 6.2rem 0 6.3rem;
}
#main .menuArea {
	margin: 0 auto;
	max-width: 95.1rem;
}
#main .menuArea .comTitle {
	margin-bottom: 2.6rem;
}
#main .menuArea .topPhoto {
	margin-bottom: 3.5rem;
}
#main .menuArea .lanch {
	margin-bottom: 7.3rem;
}
#main .menuArea .lanch .headLine01 {
	margin-bottom: 1.9rem;
}
#main .menuArea .lanch .comTitle {
	margin-bottom: 3.3rem;
}
#main .menuArea .comTextArea .topBox .title {
	margin-right: 2.6rem;
	padding-bottom: 1.3rem;
	font-size: 3.6rem;
	letter-spacing: -0.25rem;
}
#main .comTextArea {
	margin-bottom: 1rem;
	padding-bottom: 2.9rem;
	border-bottom: 1px solid #FFF;
}
#main .comTextArea:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#main .comTextArea .topBox .priceBox {
	align-items: flex-start;
}
#main .comTextArea .topBox .priceBox .price {
	letter-spacing: -0.06em;
	font-family: "Helvetica Neue";
    font-weight: 400;
}
#main .comTextArea .topBox .priceBox .smallText {
	padding-top: 1.1rem;
	font-size: 2.3rem;
	letter-spacing: 0.04em;
}
#main .comTextArea .topBox .priceBox .tag {
	margin: 1.7rem 0 0 1rem;
	padding: 0.4rem 2rem;
	display: inline-block;
	font-size: 2.2rem;
	border: 1px solid #FFF;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 1.2;
}
#main .comTextArea .textUl > li {
	margin-bottom: 0.4rem;
}
#main .comTextArea .textUl .subUl {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#main .comTextArea .textUl .subUl li {
	font-size: 2.0rem;
}
#main .time_lanch {
	margin-bottom: 7.3rem;
}
#main .time_lanch .headLine01 {
	margin-bottom: 1.2rem;
}
#main .time_lanch .comTitle {
	margin-bottom: 2.8rem;
}
#main .time_lanch .photoInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .time_lanch .photoInner .photo {
	width: 58.6rem;
}
#main .time_lanch .photoInner .textBox {
	margin-top: 1.1rem;
	width: calc(100% - 63rem);
}
#main .time_lanch .photoInner .textBox .area:not(:last-child) {
	margin-bottom: 2.2rem;
}
#main .time_lanch .photoInner .textBox h3 {
	margin-bottom: 1.6rem;
	padding: 0.8rem 1rem 0.6rem;
	border: 1px solid #FFF;
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
#main .time_lanch .photoInner .textBox .text {
	margin-right: -10rem;
	font-size: 2.0rem;
	line-height: 1.56;
}
#main .grand {
	margin: 0 -5.4rem 8.2rem;
}
#main .grand .comTitle {
	margin-bottom: 3.9rem;
}
#main .grand .photoList {
	margin-bottom: 4.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 5.3rem 2.8rem;
}
#main .grand .photoList li {
	width: calc((100% - 5.6rem) / 3);
	font-size: 2.0rem;
}
#main .grand .photoList li .photo {
	margin-bottom: 0.6rem;
}
#main .grand .photoList li .price {
	font-size: 1.6rem;
	color: #fff;
	margin-top: 0.6rem;
}
#main .grand .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#main .grand .imgBox .photo {
	width: 55.9rem;
}
#main .grand .imgBox .textBox {
	padding-top: 2.8rem;
	width: calc(100% - 59.2rem);
}
#main .grand .imgBox .textBox .titleImg {
	margin-bottom: 1.5rem;
	width: 26.2rem;
}
#main .grand .imgBox .textBox .text {
	font-size: 2.0rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.45;
	font-weight: 500;
}
#main .course .comTitle {
	margin-bottom: 4rem;
}
#main .course .comTextArea .topBox {
	margin-bottom: 1.7rem;
}
#main small {
    font-size: 2.2rem;
	margin-left: 1rem;
    /* display: block; */
}
.grand .headLine01 {
    margin-top: 60px;
}
@media all and (max-width: 896px) {
#main {
	padding-bottom: 5.1rem;
}
	#main .comBox {
		padding: 5rem 2rem;
	}
	#main .menuArea {
		margin: 0;
		max-width: inherit;
	}
	#main .menuArea .topPhoto img {
		width: 100%;
	}
	#main .menuArea .lanch {
		margin-bottom: 5rem;
	}
	#main .menuArea .lanch .comTitle {
		margin: 0 -1rem 3.3rem 0;
	}
	#main .menuArea .comTextArea .topBox .title {
		margin-right: 0;
		padding-bottom: 0;
		font-size: 2.4rem;
		letter-spacing: -0.1rem;
	}
	#main .comTextArea .topBox .priceBox {
		max-width: 29.5rem;
	}
	#main .comTextArea .topBox .priceBox .smallText {
		padding-top: 1rem;
		font-size: 1.4rem;
	}
	#main .comTextArea .topBox .priceBox .tag {
		margin: 1rem 0 0;
		padding: 0.4rem 2rem;
		display: block;
		font-size: 1.6rem;
	}
	#main .comTextArea .textUl .subUl {
		display: block;
	}
	#main .comTextArea .textUl .subUl li {
		padding-left: 1em;
		font-size: 1.8rem;
		text-indent: -1em;
	}
	#main .time_lanch {
		margin-bottom: 5rem;
	}
	#main .time_lanch .photoInner {
		display: block;
	}
	#main .time_lanch .photoInner .photo {
		width: auto;
	}
	#main .time_lanch .photoInner .photo img {
		width: 100%;
	}
	#main .time_lanch .photoInner .textBox {
		margin-top: 1.1rem;
		width: auto;
	}
	#main .time_lanch .photoInner .textBox h3 {
		margin-bottom: 1.6rem;
		padding: 0.4rem 1rem;
		font-size: 2.2rem;
	}
	#main .time_lanch .photoInner .textBox .text {
		margin-right: 0;
		font-size: 1.6rem;
	}
	#main .grand {
		margin: 0 0 5rem;
	}
	#main .grand .comTitle {
		margin-bottom: 2rem;
	}
	#main .grand .photoList {
		margin-bottom: 4.5rem;
		display: block;
	}
	#main .grand .photoList li {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .grand .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .grand .photoList li .photo {
		margin-bottom: 1.6rem;
	}
	#main .grand .photoList li .photo img {
		width: 100%;
	}
	#main .grand .photoList li .text {
		font-size: 1.6rem;
		display: inline;
	}
	#main .grand .photoList li .price {
		font-size: 1.4rem;
		float: right;
	}
	#main .grand .imgBox {
		display: block;
	}
	#main .grand .imgBox .photo {
		width: auto;
	}
	#main .grand .imgBox .photo img {
		width: 100%;
	}
	#main .grand .imgBox .textBox {
		width: auto;
	}
	#main .grand .imgBox .textBox .titleImg {
		margin-bottom: 1.5rem;
		width: 15rem;
	}
	#main .grand .imgBox .textBox .text {
		font-size: 1.8rem;
	}
	#main .course .comTitle {
		margin-bottom: 2rem;
	}
	#main small {
		font-size: 1.6rem;
	}
}





.low_menu_grandmenu_flex02 {
    max-width: 900px;
    margin: 2em auto;
    display: flex;
	flex-wrap: wrap;
}
.low_menu_grandmenu_flex02_content {
    width: 48%;
}
.low_menu_grandmenu_flex02_content:first-child {
    margin-right: 4%;
}
.grandmenu_flex02_content_koumoku h4 {
    border: solid 1px #fff;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.grandmenu_flex02_content_koumoku_tittle h4 {
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 0 0.5em;
    margin-bottom: 1em;
    align-items: center;
    font-size: 13px;
}
.grandmenu_flex02_content_koumoku_tittle:last-child {
    margin-bottom: 2em;
}
.low_guest_mainflex {
    max-width: 1200px;
    margin: 0 auto 4em;
    display: flex;
    align-items: center;
}
.low_guest_mainflex_text {
    width: 50%;
    padding-right: 4%;
}
.low_guest_mainflex_img {
    width: 50%;
	height: auto;
    position: relative;
    overflow: hidden;
}
.low_guest_mainflex_img:before {
	content: "";
    display: block;
    padding-top: 60%;
}
.low_guest_mainflex_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.low_guest_mainflex_text h2 {
    color: #BEA769;
    font-size: 20px;
    margin-bottom: 0.5em;
}
.low_guest_mainflex_text p {
    font-size: 13px;
}
.low_guest_imgflex {
    max-width: 1200px;
    margin: 0 auto 4em;
    display: flex;
    flex-wrap: wrap;
}
.low_guest_imgflex_img {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.low_guest_imgflex_img:nth-child(3n) {
    margin-right: 0%;
}
.low_guest_imgflex_img:before {
    content: "";
    display: block;
    padding-top: 70%;
}
.low_guest_imgflex_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.low_newsarchive .tp_news_flex_main {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.low_shopsyosai_flex {
    display: flex;
    max-width: 1200px;
    margin: 0 auto 6em;
}
.low_shopsyosai_img {
    width: 48%;
}
.low_shopsyosai_content {
    width: 48%;
    margin-left: 4%;
}
.low_shopsyosai_content h2 {
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 0em;
}
.low_shopsyosai_content_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
    padding: 2em 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin: 3em 0 1em;
}
.low_shopsyosai_content .tp_shopping_more {
    text-align: left;
}
.low_gallery_thumbnail img {
    width: 100%;
    height: auto;
}
.low_gallery_thumbnail {
    margin-bottom: 3em;
}
.low_black .tp_gallery {
    padding: 0 0;
}
.low_main_content .tp_gallery {
    margin-top: 4em;
}
.slick-track {
    margin-left: initial;
}
.low_shopsyosai_content_cart table {
    margin: 0 0 1em!important;
    font-size: 13px;
}
.low_shopsyosai_content_cart .cartjs_cart_in input[type="submit"] {
    background-color: #BEA769!important;
    border-radius: 0!important;
    height: auto!important;
    width: auto!important;
    font-size: 13px!important;
    padding: 0.7em 4em;
}
.low_shopsyosai_content_cart .cartjs_cart_in {
    text-align: left!important;
}
.low_cooking_zyunbityu {
    text-align: center;
    font-size: 22px;
}

@media all and (max-width: 896px) {
	.low_menu_grandmenu_flex02_content {
		width: 100%;
	}


}