@charset "UTF-8";
.bkc_fff {
    background-color: #fff;
}
.list_item_wrap {
    display: flex;
    flex-wrap: wrap;
}
.list_item {
    width: 242px;
	margin: 0 24px 24px 0 ;
	padding: 15px;
	position: relative;
}
.list_item:nth-child(4n) {
	margin-right: 0px ;
}
.list_item img {
    width: 100%;
	display: block;
	margin-bottom: 10px;
}
.list_item h3 {
    font-size: 1.6rem;
	margin-bottom: 10px;
}
.list_item a i {
	margin-right: 5px;
}
.list_item div {
    font-size: 1.3rem;
	margin-bottom: 8px;
	letter-spacing: 0em;
}
.list_item span.item_price {
	display: block;
	width: 100%;
	padding-top: 8px;
	font-size: 1.4rem;
	text-align: right;
	border-top: 1px dotted #603813;
}
.list_item span.item_ribbon {
	display: block;
	width: 104px;
	height: 100px;
	position: absolute;
	top:0;
	left:0;
}
#contents_main_img {
position: relative;
width: 100%;
height: 600px;
background-position: center;
background-size: cover;
}
.contents_main_catch {
font-size: 1.6rem;
text-align: center;
}
.contents_main_catch h1 {
width: 252px;
margin: 0 auto 25px;
}
.contents_main_catch h1 img {
    width: 100%;
    display: block;
}
.contents_main_catch .notetxt {
font-size: 1.3rem;
}
.notetxt {
font-size: 1.3rem;
}
.con_mds_wrap {
text-align: center;
margin-bottom: 30px;
}
.con_mds_wrap h2 {
width: 266px;
margin: 0 auto 25px;
}
.con_mds_wrap h2 img {
    width: 100%;
	display: block;
}
/* rivage top ---------------------------- */
#header_wrap.shop_top{
height: 765px;
background-image: url(../img/rivage/revagetop_mainimg.jpg);
background-position: center;
background-size: cover;
}


/*section#header_wrap{
position: relative;
width: 100%;
height: 765px;
background-image: url(../img/rivage/revagetop_mainimg.jpg);
background-position: center;
background-size: cover;
}
section#header_wrap nav {
display: flex;
justify-content: space-between;
width: 1040px;
margin: 0px auto;
}
section#header_wrap nav h1, section#header_wrap nav h1 a img {
width: 110px;
}
section#header_wrap img {
display: block;
}
section#header_wrap nav ul.con_list{
display: flex;
margin-top: 20px;
}
section#header_wrap nav ul.con_list li {
margin-left: 15px;
}
section#header_wrap nav ul.con_list li a, section#header_wrap nav ul.con_list li a i {
display: block;
}
section#header_wrap nav ul.con_list li a i {
    font-size: 2.0rem;
    line-height: 1;
}
section#header_wrap nav ul.con_list li a i img {
    height: 28px;
}
section#header_wrap .main_logo {
width: 318px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
section#header_wrap .main_logo p {
color: #ffffff;
font-size: 2rem;
font-weight: normal;
text-align: center;
margin-bottom: 15px;
}

section#g_navi{
	width: 100%;
	padding: 30px 0px;
	border-bottom: 1px dotted #603813;
}
section#g_navi nav {
	width: 710px;
	margin: 0px auto;
}
section#g_navi nav ul {
    width: 100%;
    display: flex;
	justify-content: space-between;
}
section#g_navi nav ul li a {
    display: block;
	text-align: center;
}
section#g_navi nav ul li a span {
    display: block;
}
section#g_navi nav ul li a span:first-child {
    font-size: 1.5rem;
}
section#g_navi nav ul li a span:nth-child(2) {
    font-size: 1.2rem;
}*/
.image_contents h2,
.image_contents p{
text-align: center;
}
.image_contents ul {
display: flex;
justify-content: space-between;
margin: 30px auto;
}
.image_contents ul li {
width: 150px;
}
.image_contents h2 {
font-size: 1.6rem;
}
.image_contents p{
font-size: 1.3rem;
}

#cruise {
width: 100%;
background-color: rgba(198,156,109,1.00);
color: #ffffff;
padding: 60px 0px;
margin-bottom: 15px;
}
#cruise .contents_wrap{
	width: 1040px;
	margin: 0px auto;
}
#cruise .contents_wrap h3 {
width: 100%;
height: 308px;
background-image: url(../img/rivage/rivagetop_cruise.png);
background-repeat: no-repeat;
margin-bottom: 25px;
}
#cruise .contents_wrap h3 span {
display: block;
width: 262px;
height: 176px;
padding: 92px 0px 0px 26px;
}
#cruise .contents_wrap h3 span img {
display: block;
width: 100%;
}
#cruise .contents_wrap div .cruise_txt {
	border-left: 2px solid #FFFFFF;
	padding-left: 24px;
}
#cruise .contents_wrap div .cruise_txt h4 {
font-size: 1.8rem;
font-weight: normal;
margin-bottom: 10px;
}
#cruise .contents_wrap div .cruise_txt p {
font-size: 1.3rem;
}
#cruise .contents_wrap div ul {
width: 528px;
display: flex;
justify-content: space-between;
}
#cruise .contents_wrap div ul li {
    list-style: none;
    width: calc((100% - 48px) / 4);
}
#cruise .contents_wrap div ul li img {
    display: block;
    width: 100%;
    height: auto;
}
#cruise .contents_wrap div ul li:nth-child(4) {
display: flex;
flex-direction: column;
justify-content: space-between;
}
#cruise .contents_wrap div ul li:nth-child(4) a {
	width: 120px;
	height: 52px;
	display: block;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	text-align: center;
	line-height: 52px;
}
#topics {
width: 100%;
padding: 60px 0;
}
#topics .contents_wrap {
    margin: 0px auto;
}
/* Footer ---------------------------- */
footer {
margin: 0 auto 50px;
text-align: center;
font-size: 1.2rem;
line-height: 2;
letter-spacing: 0.2em;
}
footer .copyright {
    text-align: center;
    font-size: 1.1rem;
    padding: 20px 0px 0px 0px;
}
/* cruise ---------------------------- */
.cruise #contents_main_img {
	background-image: url(../img/rivage/cruise/cruise_mainimg.jpg);
}
.cruise #contents_main_img span:first-child, .sweets #contents_main_img span:first-child {
	width: 578px;
	height: 294px;
	margin: 0 auto;
	padding-top: 153px;
	display: block;
}
.cruise #contents_main_img span.illust {
	position: absolute;
	width: 270px;
	height: 158px;
	display: block;
	right: 0;
	bottom: 0;
}
.cruise #outline.sepa_con_wrap, 
.shopinfo #outline div.sepa_con_wrap, 
.sweets #outline.sepa_con_wrap {
    position: relative;
}
.cruise #outline.sepa_con_wrap ul, 
.sweets #outline.sepa_con_wrap ul, 
.shopinfo #outline div.sepa_con_wrap ul {
    display: flex;
    justify-content: space-between;
    width: 498px;
}
.cruise #outline.sepa_con_wrap ul,  
.sweets #outline.sepa_con_wrap ul {
    position: absolute;
    right: 0;
    bottom: 0px;
}
.shopinfo #outline div.sepa_con_wrap ul {
    position: absolute;
    right: 0;
    bottom: 60px;
}
.cruise #outline.sepa_con_wrap ul li, 
.sweets #outline.sepa_con_wrap ul li, 
.shopinfo #outline div.sepa_con_wrap ul li{
    width: calc(( 100% - 30px ) / 3 );
}
.cruise #outline.sepa_con_wrap ul li a, 
.sweets #outline.sepa_con_wrap ul li a, 
.shopinfo #outline div.sepa_con_wrap ul li a {
    display: block;
}
.cruise #outline.sepa_con_wrap ul li a img, 
.sweets #outline.sepa_con_wrap ul li a img, 
.shopinfo #outline div.sepa_con_wrap ul li a img {
    display: block;
    width: 100%;
    height: auto;
}
.cruise #cruise_menu .contents_wrap {
	margin: 0px auto;
	padding: 60px 0px;
}
.cruise #cruise_menu .contents_wrap ul {
    display: flex;
    justify-content: space-between;
}
.cruise #cruise_menu .contents_wrap ul.cruise_menu_list li {
	width: calc(( 100% - 56px ) / 3 );
	position: relative;
	border: 10px solid #FFFFFF;
	padding: 25px;
	text-align: center;
}
.cruise #cruise_menu .contents_wrap ul.cruise_menu_list li h3 {
	font-size: 2.4rem;
	border-bottom: 1px dotted #534741;
}
.cruise #cruise_menu .contents_wrap ul.cruise_menu_list li h3 span {
	display: block;
	width: 76px;
	height: 34px;
	margin: 0 auto;
}
.cruise #cruise_menu .contents_wrap ul.cruise_menu_list li img {
	width: 100%;
	display: block;
}
.cruise #cruise_menu .contents_wrap ul.cruise_menu_list li div {
	margin-top: 10px;
	font-size: 1.2rem;
}
.cruise #cruise_menu .contents_wrap ul.cruise_menu_list li div span {
	display: block;
	font-size: 1.6rem;
}
.cruise #cruise_menu .contents_wrap ul.cruise_menu_list li span.cruise_ribbon {
	display: block;
	width: 104px;
	height: 100px;
	position: absolute;
	top:0;
	left:0;
}
.cruise #cruise_menu .contents_wrap ul.cruise_btn {
    width: 460px;
	margin: 40px auto 0px;
}
.cruise #cruise_menu .contents_wrap ul.cruise_btn li {
	width: calc(( 100% - 20px ) / 2 );
	height: 40px;
}
.cruise #cruise_menu .contents_wrap ul.cruise_btn li a {
    display: block;
    padding: 15px 10px 15px 20px;
    font-size: 1.6rem;
    line-height: 1;
    color: #ffffff;
    background-color: #877f7a;
	text-align: center;
}
.cruise #cruise_menu .contents_wrap ul.cruise_btn li a i {
    margin-right: 0.5em;
}
/* sweets ---------------------------- */
.sweets .sepa_con_wrap .txt_wrap p span {
    font-size: 1.6rem;
	display: block;
	margin-bottom: 15px;
}
.sweets #sweets_menu .contents_wrap, .menu #lunch_menu .contents_wrap  {
	margin: 0px auto;
	padding: 60px 0px 36px 0;
}
.sweets #contents_main_img {
	background-image: url(../img/rivage/sweets/sweets_mainimg3.jpg);
}
.sweets #contents_main_img span.illust {
	position: absolute;
	width: 320px;
	height: 182px;
	display: block;
	right: 0;
	bottom: 0;
}
.outline_price {
	font-size: 1.2rem;
	display: block;
	margin-top: 8px;
	letter-spacing: 0em;
	line-height: 1.5;
}
.sweets_cookie_main {
    width: 100%;
    margin-bottom: 30px;
}
/*roastbeef*/
.roastbeef #outline.sepa_con_wrap {
    position: relative;
}
.roastbeef #contents_main_img {
	background-image: url(../img/rivage/roastbeef/rb_mainimg.jpg);
}
.roastbeef #contents_main_img span.illust {
	position: absolute;
	width: 320px;
	height: 182px;
	display: block;
	right: 0;
	bottom: 0;
}
.roastbeef #contents_main_img span:first-child {
	width: 578px;
	height: 294px;
	margin: 0 auto;
	padding-top: 153px;
	display: block;
}
.roastbeef .contents_main_catch h1 {
width: 312px;
}
.roastbeef .sepa_con_wrap .txt_wrap p span {
    font-size: 1.6rem;
	display: block;
	margin-bottom: 15px;
}
.roastbeef #outline.sepa_con_wrap .rb_menuinfo {
    position: absolute;
	width: 498px;
    right: 0;
    bottom: 0px;
	display: flex;
	justify-content: space-between;
}
.roastbeef #outline.sepa_con_wrap .rb_menuinfo .rp_menuimg {
    width: 240px;
	display: block;
}
.roastbeef #outline.sepa_con_wrap .rb_menuinfo p {
    width: 240px;
}
.roastbeef #outline.sepa_con_wrap .rb_menuinfo p span {
    font-size: 1.3rem;
	padding: 10px 0 ;
	border-bottom: 1px dotted #603813;
	border-top: 1px dotted #603813;
}
.roastbeef #rb_gift_menu .contents_wrap {
    margin: 0px auto;
    padding: 60px 0px 36px 0;
}
.roastbeef .con_mds_wrap h2 {
    width: 312px;
}
#rb_gift_outer {
	display: flex;
	justify-content: space-between;
	padding: 30px;
}
#rb_gift_outer .boxtxt, #rb_gift_outer .boximg {
	width: 468px;
}
#rb_gift_outer .boxtxt {
	font-size: 1.3rem;
}
#rb_gift_outer .boxtxt h3 {
	font-size: 1.6rem;
	margin-bottom: 25px;
}
#rb_gift_outer .boximg {
	display: flex;
	justify-content: space-between;
}
#rb_gift_outer .boximg ul {
	width: 110px;
}
#rb_gift_outer .boximg ul li {
	width: 110px;
}
#rb_gift_outer .boximg ul li:first-child {
	margin-bottom: 20px;
}
#rb_gift_outer .boximg span {
	width: 338px;
	display: block;
}
#rb_gift_outer .boximg img {
	width: 100%;
	display: block;
}
/* menu ---------------------------- */
.menu #main_catch {
	border-bottom: 1px rgba(83,71,65,0.1) solid;
}
.menu #main_catch .contents_wrap, .menu #drink_menu .contents_wrap {
	margin: 0px auto;
	padding: 60px 0px;
}
.menu .contents_main_catch ul {
	display: flex;
	width: 606px;
	border-right: 1px dotted #603813;
	margin: 20px auto 0;
}
.menu .contents_main_catch ul li a {
	width: 202px;	
	border-left: 1px dotted #603813;
	text-align: center;
	font-size: 1.4rem;
}
.menu .contents_main_catch ul li a i {
	margin-right: 0.5em;
}
.menu .list_item div {
    font-size: 1.2rem;
}
.menu .list_item h3 span {
    font-size: 1.3rem;
	display: block;
}
.menu #dinner_course ul.sepa_con_wrap li {
	width: calc(( 100% - 44px ) / 2 );
	border: 10px solid #f8f8f7;
    padding: 30px;
    text-align: center;
}
.menu #dinner_course ul.sepa_con_wrap li h3 {
	font-size: 2.0rem;
	letter-spacing: 0en;
    padding-bottom: 15px;
	border-bottom: 1px dotted #603813;
}
.menu #dinner_course ul.sepa_con_wrap li span {
	font-size: 1.4rem;
    display: block;
    margin-top: 15px;
}
.menu #drink_menu #dessertm div.dessert_txt {
padding: 0px;
width: calc( 100% - 310px );
	font-size: 1.6rem;
}
.menu #drink_menu #dessertm div.dessert_txt span {
	font-size: 1.4rem;
    display: block;
}
.menu #drink_menu #dessertm .dessert_img {
display: block;
width: 280px;
}
.menu #dessertm .dessert_img img {
display: block;
width: 100%;
}
.menu #drink_menu .contents_wrap #genteim div.genteim_txt {
	width: 498px;
	margin: 0px 44px 20px 0px;
}
.menu #drink_menu .contents_wrap #genteim div.genteim_txt:nth-child(2n) {
    margin-right: 0px;
}
.menu #drink_menu .contents_wrap #genteim div.genteim_txt h3 {
	padding: 0px 0px 15px 0px;
	border-bottom: 1px dotted #603813;
	line-height: 1;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.menu #drink_menu .contents_wrap #genteim div.genteim_txt {
	padding: 30px;
	margin-bottom: 40px;
    position: relative;
}
.menu #drink_menu .contents_wrap #genteim div.genteim_txt div {
    font-size: 1.3rem;
    margin-bottom: 8px;
    letter-spacing: 0em;
}
.menu #drink_menu .contents_wrap #genteim div.genteim_txt .item_price {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    text-align: right;
	line-height: 1;
}
.menu #drink_menu .contents_wrap #genteim div.genteim_txt span.item_ribbon {
    display: block;
    width: 104px;
    height: 84px;
    position: absolute;
    top: 0;
    right: 0;
}
.menu #drink_menu #dessertm {
    margin-bottom: 40px;
}
.menu #drink_menu #dessertm h3 {
	border-bottom: 1px dotted #603813;
	line-height: 1;
	font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.menu #drink_menu #dessertm div {
    padding: 30px;
}
.menu #drink_menu .contents_wrap #beer ul span, 
.menu #drink_menu .contents_wrap #wine ul span,
.menu #drink_menu .contents_wrap #soft_drink ul span, 
.menu #drink_menu #dessertm div ul.dessert_txt li span {
	float: right;
}
.menu #drink_menu .contents_wrap #beer, 
.menu #drink_menu .contents_wrap #wine,
.menu #drink_menu .contents_wrap #soft_drink {
	position: relative;
}
div.menu_list_wrap {
	padding: 25px 0 25px 180px;
	width: 100%;
}
div.menu_list_wrap ul {
	padding: 0px;
}
div.menu_list_wrap ul.txt_menu_list li:after, 
.menu #drink_menu #dessertm div ul.dessert_txt li:after {
	content: '';
	display: block;
	clear: both;
}
div.menu_list_wrap ul.photo_menu_list li {
	padding: 20px;
    margin: 0px 20px 20px 0px;
	width: 420px;
}
div.menu_list_wrap ul.photo_menu_list li:nth-child(2n) {
    margin-right: 0px;
}
div.menu_list_wrap ul.photo_menu_list li {
	display: flex;
    justify-content: space-between;
}
div.menu_list_wrap ul.photo_menu_list li div {
	margin-left: 20px;
	font-size: 1.3rem;
    margin-bottom: 8px;
    letter-spacing: 0em;
}
#soft_drink div.menu_list_wrap ul.photo_menu_list li div {
	margin-left: 0px;
}
div.menu_list_wrap ul.photo_menu_list li div .item_price {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    text-align: right;
	margin-top: 8px;
    line-height: 1;
}
div.menu_list_wrap ul.photo_menu_list li div h4 {
	font-size: 1.6rem;
	margin-bottom: 6px;
	padding: 0px 0px 8px 0px;
    border-bottom: 1px dotted #603813;
}
div.menu_list_wrap ul.photo_menu_list li img {
	width: 120px;
	height: 120px;
}
.menu #drink_menu .contents_wrap #beer h3, 
.menu #drink_menu .contents_wrap #wine h3 {
	position: absolute;
	width: 78px;
	height: 32px;
	left: 0;
	top:30px;
}
.menu #drink_menu .contents_wrap #soft_drink h3 {
	position: absolute;
	width: 92px;
	height: 76px;
	left: 0;
	top:30px;
}
/* shop ---------------------------- */
.shopinfo #main_catch {
    border-bottom: 1px dotted #603813;
}
.shopinfo #main_catch .contents_wrap, 
.shopinfo #outline .contents_wrap {
    margin: 0px auto;
    padding: 60px 0px 60px 0;
}
.shopinfo #location.contents_wrap  {
    margin: 60px auto 20px;
}
.shopinfo #location ul  {
    display: flex;
    flex-wrap: wrap;
}
.shopinfo #location ul li {
    width: 230px;
    margin: 0 40px 40px 0;
    padding: 10px;
    position: relative;
}
.shopinfo #location ul li:nth-child(4n) {
    margin-right: 0px;
}
.shopinfo #location ul li a {
    display: block;
}
.shopinfo #location ul li a img {
    width: 100%;
    display: block;
}
.shopinfo #location ul li a i {
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
}
.shopinfo #access .con_mds_wrap {
    width: 1040px;
    margin: 0px auto;
    padding: 60px 0px 30px 0;
}
.shopinfo #access #accessinfo {
	width: 1040px;
	margin: 0 auto;
	padding: 40px 0;
}
.shopinfo #access #accessinfo .accesstxt {
	display: flex;
    justify-content: center;
    align-items: center;
	border-bottom: 1px dotted #603813;
	border-top: 1px dotted #603813;
	padding: 40px 0;
}
.shopinfo #access #accessinfo .accesstxt h3 {
    width: 238px;
    margin-left: 35px;
    font-size: 2.0rem;
    font-weight: normal;
}
.shopinfo #access #accessinfo .accesstxt div {
    width: 802px;
	font-size: 1.3rem;
	letter-spacing: 0em;
}
.shopinfo #access #accessinfo .accesstxt div ul li a {
    margin-right: 10px;
}
.shopinfo #access #accessinfo .accesstxt div ul li a i {
    margin-right: 5px;
}