@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/

/*=======================================
	base
=======================================*/
/* 幅 */
.w1060 {
	max-width: 1060px;
	width: 90%;
	margin: 0 auto;
}
.flex_area {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
}
.tate {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.txt {
	line-height: 2;
	font-weight: 300;
	font-size: 16px;
}
.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.contents {
	margin: 0 auto;
}
@media only screen and (max-width: 768px){
/* 幅 */
.w1060 {
	max-width: 1060px;
	width: 90%;
	margin: 0 auto;
}
.flex_area {
	display: block;
}
.txt {
	font-size: 14px;
}
.anchor {
    padding-top: 70px;
    margin-top: -70px;
}
}



.sttl {
	font-weight: 400;
	font-size: 39px;
	padding-left: 15px;
	position: relative;
	letter-spacing: 1.3em;
	margin-left: 3.5%;
	/* width: 14.4%; */
	height: fit-content;
	display: flex;
	align-items: center;
}
.sttl::before {
    content:  "";
    width:  1px;
    /* height:  393.54px; */
    height: 100%;
    display:  inline-block;
    background-color: #707070;
    position: absolute;
    left: 0;
    top: 0;
}
.sttl span {
	font-size: 24px;
	position: relative;
	letter-spacing: 0.15em;
	top: -1.5em;
}
@media only screen and (max-width: 768px){
.sttl {
	font-size: 30px;
	padding-left: 10px;
	margin: 0 auto;
	display: block;
}
.sttl::before {

}
.sttl span {
	font-size: 18px;
	top: 1.5em;
	display: block;
	letter-spacing: 0.5em;
}
.sttl span.sp {
	height: 2em;
	display: inline-block;
}
}



.sttl02 {
	font-size: 26px;
	font-weight: 500;
	justify-content: space-between;
	margin-bottom: 10px;
}
.sttl02 .price {
	font-size: 20px;
}
.sttl02 small {
	font-size: 22px;
}
@media only screen and (max-width: 768px){
.sttl02 {
	font-size: 22px;
	margin-bottom: 10px;
	display: flex;
}
.sttl02 .price {
	font-size: 18px;
}
.sttl02 small {
	font-size: 19px;
}
}



.notes {
	font-size: 14px;
	line-height: 1.714;
}
@media only screen and (max-width: 768px){
.notes {
	font-size: 14px;
	line-height: 1.714;
}
}



/*=======================================
	mv_wrap
=======================================*/
#mv_wrap .mv_bg {
	margin: 80px 0 100px;
	width: 100%;
	background: url(../../image/cuisine/main.jpg) no-repeat center;
	background-size: cover;
	height: 520px;
}
#mv_wrap .mv_bg .contents {
	display: flex;
	align-items: center;
	height: 100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 85px;
}
#mv_wrap .mv_bg .contents .title {
	font-size: 28px;
	letter-spacing: 0.4em;
	color: #fff;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#mv_wrap .mv_bg {
		margin: 50px 0 67px;
		background: url(../../image/cuisine/main_sp.jpg) no-repeat center;
		background-size: cover;
		height: 520px;
	}
	#mv_wrap .mv_bg .contents .title {
		font-size: 30px;
		padding-left: 0;
		letter-spacing: 0.28em;
	}
}



/*=======================================
	nav_area
=======================================*/
#nav_area {
	justify-content: center;
	font-size: 20px;
	gap: 0 72px;
	font-weight: 500;
	margin-bottom: 80px;
}
#nav_area li:first-child {
	padding-left: 15px;
}
#nav_area .nav_btn a {
	position: relative;
}
#nav_area .nav_btn a::after {
    content:  "";
    width:  100%;
    height:  1px;
    display:  inline-block;
    position: absolute;
    background: #707070;
    bottom: -8px;
    left: 0;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
}
@media (hover: hover) {
	#nav_area .nav_btn a:hover::after {
		transform: scale(1, 1);
	}
}

@media screen and (max-width: 1160px) {
	#nav_area {
		gap: 0 6.2vw;
	}
}

@media only screen and (max-width: 768px){
#nav_area {
	font-size: 16px;
	margin-bottom: 65px;
	text-align: center;
}
#nav_area .nav_btn:not(:last-child) {
	margin: 0 0 23px	;
}
#nav_area li:first-child {
	padding-left: 0px;
}
#nav_area .nav_btn a {
	padding-right: 18px;
}
#nav_area .nav_btn:nth-child(1) a::after,
#nav_area .nav_btn a::after {
	content: '';
	position: absolute;
	inset: 0.5em 0 auto auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background: none;
	top: calc(50% - 4px); right: 0;
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
}
}



/*=======================================
	bg
=======================================*/
.bg01 {
	width: 79.78%;
	margin: 0 0 110px calc(100% - 79.78%);
}
.bg02 {
	width: 89.09%;
	margin-bottom: 100px;
}
@media only screen and (max-width: 768px){
.bg01 {
	width: 96%;
	margin: 0 0 27px calc(100% - 96%);
}
.bg02 {
	width: 96%;
	margin-bottom: 35px;
}
}



/*=======================================
	menu_wrap
=======================================*/
.menu_wrap .contents {
	max-width: 1000px;
	margin-bottom: 110px;
}
.menu_wrap .contents .menu_item01 {
	justify-content: space-between;
	margin-bottom: 90px;
}
.menu_wrap .contents .menu_item01 .right {
	width: 76.3%;
	margin-right: 5.7%;
	margin-top: 40px;
}
.menu_wrap .contents .menu_item01 .sttl {
	padding-top: 1.2em;
	margin-top: 64px;
}
.menu_wrap .contents .menu_item01 .img {
	margin-bottom: 20px;
}
.menu_wrap .contents .menu_item01 .sttl02,
.menu_wrap .contents .menu_item01 .txt {
	margin-left: 7.2%;
}
.menu_wrap .contents .menu_item02 {
	justify-content: space-between;
}
.menu_wrap .contents .menu_item02 > .img {
	width: 51.25%;
	margin-left: 1.3%;
}
.menu_wrap .contents .menu_item02 .right {
	width: 41.4%;
	margin: 15px 3% 0 0;
}
.menu_wrap .contents .menu_item02 .right .sttl02 {
	margin-bottom: 30px;
}
.menu_wrap .contents .menu_item02 .right dl {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.menu_wrap .contents .menu_item02 .right dl:last-of-type {
	margin-bottom: 30px;
}
.menu_wrap .contents .menu_item02 .right dl dt {
	font-size: 22px;
}
.menu_wrap .contents .menu_item02 .right dl dt span {
	font-size: 16px;
}
.menu_wrap .contents .menu_item02 .right dl dd {
	font-size: 20px;
}
.menu_wrap .contents .menu_item02 .right .notes {
	margin-bottom: 40px;
}
.menu_wrap .contents .menu_item02 .right .img {
	width: 89.56%;
	margin-left: 4.83%;
}
@media only screen and (max-width: 768px){
.menu_wrap .contents {
	margin-bottom: 103px;
}
.menu_wrap .contents .menu_item01 {
	margin-bottom: 50px;
}
.menu_wrap .contents .menu_item01 .right {
	width: 84%;
	margin: 0 auto;
}
.menu_wrap .contents .menu_item01 .sttl {
	padding: 1.2em 0 1em 10px;
	margin-top: 0;
}
.menu_wrap .contents .menu_item01 .img {margin-bottom: 10px;}
.menu_wrap .contents .menu_item01 .sttl02,
.menu_wrap .contents .menu_item01 .txt {
	margin-left: 0;
}
.menu_wrap .contents .menu_item02 {width: 84%;margin: 0 auto;}
.menu_wrap .contents .menu_item02 > .img {
	width: 100%;
	margin: 0 0 20px;
}
.menu_wrap .contents .menu_item02 .right {
	width: 100%;
	margin: 0;
}
.menu_wrap .contents .menu_item02 .right .sttl02 {
	margin-bottom: 13px;
}
.menu_wrap .contents .menu_item02 .right dl {
	margin-bottom: 30px;
}
.menu_wrap .contents .menu_item02 .right dl:last-of-type {
	margin-bottom: 10px;
}
.menu_wrap .contents .menu_item02 .right dl dt {
	font-size: 20px;
}
.menu_wrap .contents .menu_item02 .right dl dt span {
	font-size: 16px;
}
.menu_wrap .contents .menu_item02 .right dl dd {
	font-size: 18px;
}
.menu_wrap .contents .menu_item02 .right .notes {
	margin-bottom: 20px;
}
.menu_wrap .contents .menu_item02 .right .img {
	width: 87.3%;
}
}



/*=======================================
	menu_wrap02
=======================================*/
.menu_wrap02 .contents .menu_item01 .sttl02,
.menu_wrap02 .contents .menu_item01 .txt {
	margin-left: 0;
}
.menu_wrap02 .contents .menu_item01 .right {
	padding-left: 50px;
}
.menu_wrap02 .contents .menu_item02 {
	margin-bottom: 50px;
}
.menu_wrap02 .contents .menu_item02 .left,
.menu_wrap02 .contents .menu_item02 .right {
	width: 46.35%;
	margin: 0;
}
.menu_wrap02 .contents .menu_item02 .left {
	margin-left: 1.3%;
}
.menu_wrap02 .contents .menu_item02 .right {
	margin-right: 1.3%;
}
.menu_wrap02 .contents .menu_item02 .right .img {
	width: 100%;
	margin-left: 0;
}
.menu_wrap02 .contents .menu_item01 .sttl {
	padding-top: 0.5em;
	margin-top: 0;
}
.menu_wrap02 .contents .menu_item01 .sttl::before {
    height: calc(100% - 1.5em);
}
.menu_wrap02 .contents .menu_item02 .left .sttl02,
.menu_wrap02 .contents .menu_item02 .right .sttl02 {
	margin-bottom: 10px;
}
.menu_wrap02 .contents .menu_item02 .sttl02 small {
	font-size: 20px;
}
.menu_wrap02 .contents .menu_item02 .img {
	margin-bottom: 20px;
}
.menu_wrap02 .contents .notes {
	margin: 0 auto;
	width: fit-content;
	max-width: 90%;
}

@media screen and (max-width: 1160px) {
	.menu_wrap02 .contents .menu_item01 .right {
		padding-left: 4.3vw;
	}
}
@media only screen and (max-width: 768px){
.menu_wrap02 .contents {
	margin-bottom: 60px;
}
.menu_wrap02 .contents .menu_item01 {
	margin-bottom: 76px;
}
.menu_wrap02 .contents .menu_item01 .sttl02,
.menu_wrap02 .contents .menu_item01 .txt {
	margin-left: 0;
}
.menu_wrap02 .contents .menu_item02 {
	margin-bottom: 25px;
}
.menu_wrap02 .contents .menu_item02 .left,
.menu_wrap02 .contents .menu_item02 .right {
	width: 100%;
	margin: 0;
}
.menu_wrap02 .contents .menu_item02 .left {
	margin: 0 0 70px;
	width: 100%;
}
.menu_wrap02 .contents .menu_item01 .right {
	padding-left: 0;
}
.menu_wrap02 .contents .menu_item02 .right .img {
	width: 100%;
	margin-left: auto;
}
.menu_wrap02 .contents .menu_item01 .sttl {
	padding-top: 0.8em;
	padding-bottom: 0;
	margin-top: 0;
}
.menu_wrap02 .contents .menu_item01 .sttl::before {
    height: 100%;
}
.menu_wrap02 .contents .menu_item02 .left .sttl02,
.menu_wrap02 .contents .menu_item02 .right .sttl02 {
	margin-bottom: 10px;
}
.menu_wrap02 .contents .menu_item02 .sttl02 small {
	font-size: 20px;
}
.menu_wrap02 .contents .menu_item02 .img {
	margin-bottom: 20px;
}
.menu_wrap02 .contents .notes {
	margin: 0 auto;
	width: 84%;
}
}
