@charset "utf-8";
/* CSS Document */
#container {
	width: 1040px;
}
.inner {
	width: 1040px;
}
#wrapper {
	font-size: 14px;
	line-height: 2;
	background: url(../img/bg.png) no-repeat left bottom;
}
.description {
	font-family: "Sawarabi Mincho";
	font-size: 1.2em;
	text-align: center;
	padding: 25px 0;
}
	
#rcm-menu .imgwrap {
	background:url(../img/recommendmenu_mainimg.jpg) no-repeat;
	width: 1040px;
}
.season {
	width: 420px;
    height: 100px;
    float: right;
    position: relative;
    right: 10px;
}
.season img {
	width: 100%;
}
.imgwrap h2 {
	width: auto;
	float: right;
}

#rcm-menu h2 {
	padding: 0 0 0 20px;
	margin: 0 0 40px 0;
}
.rcm-menu-wrp {
    width: 100%;
    margin-bottom: 60px;
}
.rcm-menu-wrp .rcm-menu-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*border-bottom: 1px dotted #ccc;*/
    margin: 0;
    padding: 0px 0;
	position: relative;
}
.move {
	top: -20px;
    position: relative;
}
.move2 {
	top: -40px;
    position: relative;
	width: 70% !important;
}
.rcm-menu-wrp .rcm-menu-inner:nth-of-type(even) {
    flex-direction: row-reverse;
}
.rcm-menu-wrp .rcm-menu-inner .rcm-menu-pic {
    width: 62%;  
    box-sizing: border-box;
}
.rcm-menu-wrp .rcm-menu-inner .rcm-menu-pic img  {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
	position: relative;
}
.rcm-menu-wrp .rcm-menu-inner img.icon {
	position: absolute;
    left: 510px;
    width: 140px;
    height: 140px;
    /* top: 60px; */
    z-index: 1000;
}

.rcm-menu-wrp .rcm-menu-inner img.icon2 {
	position: absolute;
    right: 0px;
    width: 150px;
    height: 150px;
    top: -20px;
    z-index: 1000;
}



.rcm-menu-wrp .rcm-menu-inner .rcm-menu-tex {
    width: 38%;
    box-sizing: border-box;
    padding: 50px 5px;
	text-align: center;
}
#rcm-menu h3 {
	font-family: "Sawarabi Mincho";
	font-size: 1.8em;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
	margin: 0;
	border: none;
	padding: 20px 0 25px 0;
}
#rcm-menu h3 i.sub {
    font-size: .8em;
    /*margin-left: .8em;*/
    font-style: normal;
}
#rcm-menu h3 span.neme-eng {
	display: block;
	font-size: 0.6em;
	line-height: 1.5em;
	color: #AB8C40;
}

.rcm-prg_sub {
	font-size: .8em;
	padding: 5px 0;
}

section {
	margin-bottom: 100px;
}

section ul#recipe li {
	float: left;
	margin-right: 19px;
}
section ul#recipe li:after {
	    content: "";
    background: url(../img/arrow01.gif) no-repeat right top;
    height: 23px;
    width: 33px;
    display: inline-block;
    top: -162px;
    position: relative;
    left: -30px;
    z-index: 10;
    /* background-size: 50%; */
    float: right;
}
section ul#recipe li.noimg:after {
	background-image: none !important;
}
section ul#recipe li:nth-child(4) {
	margin-right: 0;
}
section ul#recipe li dl {
	width: 200px;
    height: 160px;
    display: block;
    background: #f0efe7;
    line-height: 2;
    padding: 15px;
}
section ul#recipe li dt {
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 20px 0;
}

section ul#recipe li dd {
	    margin: 0;
    font-size: 12px;
}

section p.restbtn {
	text-align: center;
}
section p.restbtn a {
	color: #FFF;
    font-size: 16px;
    background: #660000;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 10px 10px 10px 0;
    width: 270px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
}
.pickup, .pickup2, .pickup3 {
	background: rgba(224, 222, 206, 0.7);
	overflow: hidden;
	margin: 0 0 50px;
	padding: 30px 30px;
	width: 920px;
}
.pickup.half {
	width: 460px;
    float: right;
    padding-bottom: 0;
}
.pickup.sub {
    float: right;
    padding-bottom: 0;
}
.pickup.half h6, .pickup.sub h6 {
	font-size: 1.1em !important;
	line-height: 1.5em !important;
}
.pickup img, .pickup2 img, .pickup3 img {
	float: left;
	margin-right: 55px;
	margin-bottom: 0px;
}

.pickup p, .pickup2 p, .pickup3 p {
	font-size: 13px !important;
	text-align: left !important;
}
.pickup p.txt12, .pickup2 p.txt12, .pickup3 p.txt12 {
	font-size: 12px !important;
}
.pickup2 {
	background: #000000;
}
.pickup2 p {
	color: #FFFFFF;
}
.pickup2 h5 {
	color: #AB8C40;
}
.left {
	text-align: left !important;
}
.pickup3 {
	background: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.pickup3 img {
	width: 410px;
}
img.imgright {
	float: right;
	margin-right: 0;
	margin-left: 30px;
}
.none {
	background: #FFFFFF !important;
}
.line {
	border-top: dotted 1px #CCCCCC;
}
/*pizzeria bxslider*/
#bxslider {
	width:100%;
	height:auto;
}
#bxwrap {
	width:100%;
	height:auto;
	margin-bottom: 20px;
	position:relative;
	box-sizing: border-box;
	border-style: solid;
	border-width: 10px;
	border-image: url(../img/frame.png) 8;
	-moz-border-image: url(../img/frame.png) 8;
	-webkit-border-image: url(../img/frame.png) 8;
	-o-border-image: url(../img/frame.png) 8;
}
#bxslider img {
	width:100%;
	max-height:380px;
	margin:0;
	padding:0;
	position:relative;
	top:2px;
}

.left {
	text-align: left !important;
}

.sp_brk {
display: none;
}



 
.rcm-menu-inner.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(50px);
}
.rcm-menu-inner.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
