@charset "UTF-8";

/*================================================
 *  メニュー（menu）
 ================================================*/
.contents {
	padding-bottom: 0;
}

/*******アンカーナビ *******/
#page_nav.anchor_nav {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
}
#page_nav.anchor_nav li {
	margin-left: 10px!important;
	margin-right: 10px!important;
}



/*******メニューエリア*******/
section.menu_area {
	margin-top: 50px;
}

section.menu_area h3 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 80px 0 30px;
}

section.menu_area .menu_list dt:first-of-type {
	border-radius: 14px 14px 0 0;
}
section.menu_area .menu_list dd:last-of-type {
	border-radius: 0 0 14px 14px;
}
section.menu_area .menu_list dt {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 0.567em 0;
}
section.menu_area .menu_list dd {
	background-color: #fff;
	padding: 50px 0 60px;
}
section.menu_area #tennai + .menu_list dd:first-of-type {
	padding-top: 15px;
}
section.menu_area .menu_list dd img {
	display: block;
	margin: 0 auto;
}
section.menu_area .menu_list dd ul {
	width: 800px;
	margin: 0.8em auto 0;
}


/*テイクアウト*/
section.menu_area .flow_list {
	width: 1040px;
	margin: 0 auto 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section.menu_area .flow_list dl {
	background-color: #FFFFE4;
	border-radius: 14px;
	width: 324px;
	padding: 40px 30px 30px;
	position: relative;
}
section.menu_area .flow_list dl:not(:last-of-type)::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 4px;
	width: 30px;
	height: 48px;
	background: url(../images/menu/menu_takeout_flow_arrow.svg) 0 0 no-repeat;
	transform: translate(100%,-50%);
	-webkit-transform: translate(100%,-50%);
}
section.menu_area .flow_list dl dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0.6em;
}
section.menu_area .flow_list dl dt > div {
	background-color: currentColor;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 18px;
	margin-right: 0.4em;
}
section.menu_area .flow_list dl dt > div span {
	color: #fff;
}
section.menu_area .flow_list dl dd img {
	display: block;
	margin: 0 auto 1em;
}
section.menu_area .flow_list dl dd .btn_more {
	width: 100%;
	height: 60px;
	font-size: 18px;
	margin: 1em 0 0;
}








/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {


/*******アンカーナビ *******/
#page_nav.anchor_nav {
	width: 60vw;
	margin: 0 auto;
}
#page_nav.anchor_nav li {
	width: 100%;
	margin: 0!important;
}
#page_nav.anchor_nav li:nth-child(n+2) {
	margin-top: 3vw!important;
}


/*******メニューエリア*******/
section.menu_area {
	margin-top: 5vw;
}


section.menu_area h3 {
	font-size: 6vw;
	padding: 10vw 0 5vw;
}
section.menu_area h3:nth-of-type(n+2) {
	padding-top: 15vw;
}

section.menu_area .menu_list dt:first-of-type {
	border-radius: 0;
}
section.menu_area .menu_list dd:last-of-type {
	border-radius: 0;
}
section.menu_area .menu_list dt {
	font-size: 5.5vw;
}
section.menu_area .menu_list dd {
	padding: 5vw 3vw;
}
section.menu_area #tennai + .menu_list dd:first-of-type {
	padding-top: 2vw;
}
section.menu_area .menu_list dd ul {
	width: 100%;
	margin-top: 0.5em;
}


/*テイクアウト*/
section.menu_area .flow_list {
	width: 80vw;
	margin: 0 auto 8vw;
	display: block;
}
section.menu_area .flow_list dl {
	border-radius: 2vw;
	width: 100%;
	padding: 5vw;
}
section.menu_area .flow_list dl:not(:last-of-type)::after {
	top: auto;
	bottom: 2vw;
	right: 50%;
	width: 12.8vw;
	height: 8vw;
	background: url(../images/menu/menu_takeout_flow_arrow_sp.svg) top center / contain no-repeat;
	transform: translate(50%,100%);
	-webkit-transform: translate(50%,100%);
}
section.menu_area .flow_list dl + dl {
	margin-top: 8vw;
}
section.menu_area .flow_list dl dt {
	font-size: 5vw;
}
section.menu_area .flow_list dl dt > div {
	width: 6vw;
	height: 6vw;
	font-size: 4vw;
}
section.menu_area .flow_list dl dd img {
	height: 25vw;
}
section.menu_area .flow_list dl dd .btn_more {
	height: 13vw;
	font-size: 4.2vw;
}



	
}