@charset "UTF-8";
/************************************************************
 BASE
************************************************************/
body {
	font-family: 'M PLUS Rounded 1c', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	font-feature-settings: 'palt' 1;
	letter-spacing: 0.8pt;
	color: #222222;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* タブレットサイズのフッター位置修正 */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .container {
		max-height: 100vh;    /* 画面高さまで */
		overflow-y: auto; 
    }
}
.wrapper {
	display: table;
	width: 100%;
	margin: 0;
	clear: both;
}

.inner {
	display: block;
	width: 100%;
	max-width: 1200px;
	/* サイトの幅に調整 */
	margin: 0 auto;
	clear: both;
}

.container {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
	padding: 0;
}

.sideMenu {
	width: 250px;
	margin-right: 30px;
	overflow: hidden;
}

.mainContents {
	flex: 1;
	/* 残りのスペースを全て使用 */
	box-sizing: border-box;
}

/************************************************************
 メディアクエリ: max-width: 1199px (SP)
************************************************************/
@media only screen and (max-width: 1199px) {
	.onlyPC {
		display: none;
	}

	.container {
		flex-direction: column;
	}

	.mainContents {
		flex: 100%;
	}
	@media (max-width: 1200px) {
		.mainContent {
		  width: 100%;
		}
	  }

	/************************************************************
     ヘッダー(SP)
    ************************************************************/
	.headerArea {
		position: relative;
		height: 300px;
		background: url(https://www.rivage.jp/images_sp/mainImg2nd.jpg) center top no-repeat;
		background-size: cover;
	}

	.headerArea p.logo {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 230px;
		height: auto;
	}

	h1 {
		position: absolute;
		top: 5px;
		left: 5px;
		font-size: 0.5em;
		color: #ffffff;
	}

	.anniversaryMessage {
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
		width: 90%;
		color: #ffffff;
		font-family: "游明朝 Light", YuMincho, "Noto Serif", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1.3em;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}

	.mainContents {
		margin: 10px 10px;
		flex: 1;
	}
}

/************************************************************
 メディアクエリ: min-width: 1200px (PC)
************************************************************/
@media only screen and (min-width: 1200px) {
	.onlySP {
		display: none;
	}

	/************************************************************
     ヘッダー(PC)
    ************************************************************/
	.headerArea {
		position: relative;
		width: 100%;
		height: 500px;
		padding: 20px 0;
		background: url(https://www.rivage.jp/images/mainImg/mainImg1.jpg) center center no-repeat;
		background-size: cover;
	}

	.headerArea p.logo {
		float: left;
	}

	.navArea {
		width: 95%;
		margin: 20px auto;
	}

	h1 {
		margin-left: 20px;
		font-size: 0.75em;
		line-height: 1;
		color: #ffffff;
		font-weight: normal;
	}

	.anniversaryMessage {
		position: absolute;
		top: 58%;
		left: 15%;
		transform: translateY(-58%);
		font-size: 2.3em;
		line-height: 1.5em;
		font-weight: bold;
		color: #ffffff;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
		font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", 'Noto Serif', 'Sawarabi Mincho', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}

	/************************************************************
     ヘッダーメニュー(PC)
    ************************************************************/
	.mainNav {
		float: right;
		margin-top: 45px;
		font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", 'Noto Serif', 'Sawarabi Mincho', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-weight: 500;
		color: #ffffff;
	}

	.mainNav li {
		float: left;
		margin-right: 30px;
	}

	.mainNav li:last-child,
	.mainNav li:nth-last-child(2) {
		margin: -10px 10px 0 0;
		background: #6e001a;
		border-radius: 30px;
		padding: 6px 16px;
		font-size: 0.9em;
		line-height: 1;
	}

	.mainNav li:last-child {
		margin-right: 0;
	}

	.mainNav li:last-child i,
	.mainNav li:nth-last-child(2) i {
		margin-right: 5px;
	}

	.mainNav li:last-child span,
	.mainNav li:nth-last-child(2) span {
		font-size: 0.6em;
		margin-right: 5px;
	}

	.mainNav li a {
		display: block;
		color: #ffffff;
		text-decoration: none;
	}

	.mainNav li a:hover {
		opacity: 0.5;
	}
}

/* SPカートボタン */
.sp-cart-button {
    position: fixed;
    top: 0;
    right: 60px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-cart-button svg {
    width: 40px;
    height: 40px;
}

/* ハンバーガーメニューの位置調整 */
.drawer-toggle {
    right: 0 !important;
    top: 0 !important;
}

/* ボタンスタイル */
.button-style {
    display: inline-block;
    padding: 8px 16px;
    background-color: #ad073b;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.3s ease;
}

.button-style:hover {
    opacity: 0.8;
}

.button-style svg {
    vertical-align: middle;
    margin-right: 4px;
}

/* カートボタン */
.mainNav .cart-button {
    display: inline-block;
    padding: 8px 16px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.3s ease;
    font-size: 14px;
    line-height: 1.4;
    border: none;
    cursor: pointer;
}

.mainNav .cart-button:hover {
    opacity: 0.8;
    text-decoration: none;
}

.mainNav .cart-button svg {
    vertical-align: -2px;
    margin-right: 4px;
    width: 16px;
    height: 16px;
}

/* ログインボタン */
.mainNav .login-button {
    display: inline-block;
    padding: 8px 16px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.3s ease;
    font-size: 14px;
    line-height: 1.4;
    border: none;
    cursor: pointer;
}

.mainNav .login-button:hover {
    opacity: 0.8;
    text-decoration: none;
}



/************************************************************
 メディアクエリ: max-width: 1600px
************************************************************/
@media only screen and (max-width: 1600px) {
	.headerArea p.logo img {
		width: 80%;
	}

	.mainNav li {
		margin-right: 15px;
		font-size: 0.85em;
	}
}

/************************************************************
 メディアクエリ: 1200px〜1320px
************************************************************/
@media only screen and (min-width: 1200px) and (max-width: 1320px) {

	.navArea {
		width: 98%;
		margin: 5px auto;
	}

	.headerArea p.logo img {
		margin-top: 20px;
		width: 60%;
	}

	.mainNav li {
		margin-right: 7px;
		font-size: 0.85em;
	}
}


/************************************************************
 下部バナー群(PC)
************************************************************/
.footBn {
	padding: 60px 0;
	background: #f8f5de;
}

.bnSet2 {
	display: flex;
	flex-wrap: nowrap;
	/* 折り返しを防止 */
	justify-content: center;
	/* 横方向に中央寄せ */
	align-items: center;
}

.bnSet2 li {
	/* margin-right: 16.5px; */
}

.bnSet2 li:last-child {
	margin-right: 0;
}

footer {
	clear: both;
	width: 100%;
	font-size: 0.85em;
	line-height: 1em;
}

/************************************************************
 フッターコンテンツ(PC)
************************************************************/
footer .content {
	padding: 30px 0;
}

footer p.fLogo {
	float: left;
	margin-right: 80px;
}

footer ul {
	float: left;
	margin-right: 60px;
}

footer ul li {
	padding: 7px 0;
	line-height: 1em;
	font-size: 1.2em;
}

footer ul li:first-child {
	font-family: "游明朝 Light", YuMincho, "Noto Serif", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #ad073b;
	font-size: 1.2em;
	font-weight: bold;
}

footer ul li.snsFb,
footer ul li.snsIg {
	display: inline-block;
	padding: 0;
}

footer .f2Bn {
	float: right;
}

footer .f2Bn p {
	margin-bottom: 10px;
}

footer a {
	color: #222222;
	text-decoration: none;
}

footer a.fLinkTtl {
	color: #ad073b;
	text-decoration: none;
}

footer a:hover {
	color: #ad073b;
}

.copyright {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 0.7em;
}

/************************************************************
 レフトカテゴリメニュー(PC)
************************************************************/
.leftCategory a {
	display: block;
	font-weight: bold;
}

.leftCateGroup {
	margin-bottom: 15px;
}

.leftCateGroup h2 {
	display: table-cell;
	width: 100%;
	min-width: 250px;
	padding: 7px 0;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: middle;
	background: url(https://www.rivage.jp/images/common/leafBgWhite.png) left top #eeeeee;
	background-size: contain;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", 'Noto Serif', 'Sawarabi Mincho', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.leftCateGroup div.leftCateGcont {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 5px 5px;
}

.leftCategoryL {
	display: table;
	width: 100%;
	text-align: center;
}

.leftCategoryL a {
	display: block;
	width: 100%;
}

.leftCategoryL h2 {
	position: relative;
	background: url(https://www.rivage.jp/images/menu/lCateLeaf.png) left top no-repeat #9b1e3b;
	background-size: cover;
	border-radius: 5px;
	padding: 20px 0;
	text-align: center;
	line-height: 1em;
	font-size: 1.1em;
	color: #fff;
}

.leftCategoryL h2:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 7px;
	background: url(https://www.rivage.jp/images/menu/lCateLeafAfter.png) left top no-repeat;
	width: 236px;
	height: 57px;
}

.leftCategoryL h2 span.txtEng {
	display: block;
	margin-top: 3px;
	line-height: 1em;
	font-size: 0.7em;
	color: #fff;
	opacity: 0.8;
}

.leftCategoryL h2 a {
	color: #fff;
	text-decoration: none;
}

.leftCategoryL span.cateIco {
	display: none;
	margin-top: 10px;
}

.leftCategoryL span.cateIco img {
	margin: auto;
	padding: 0;
	max-width: 250px;
	height: auto;
}

.leftCategoryM {
	font-size: 0.9em;
	line-height: 1em;
}

.leftCategoryM li {
	display: table;
	width: 100%;
	border-bottom: 1px dashed #ddd;
	text-align: center;
}

.leftCategoryM li a {
	padding: 20px 0;
	color: #222;
}

.leftCategoryM li a:hover {
	background-color: #f7f7f7;
	color: #c00;
}

/* メルマガ・カレンダー */
.leftEtc h2 {
	background-color: #9b1e3b;
	border: 3px solid #9b1e3b;
	color: #fff;
	border-radius: 5px 5px 0 0;
	font-size: 0.85em;
}

.lSns {
	margin-bottom: 15px;
}

.lSns p {
	float: left;
	margin-right: 10px;
}

.lSns p:last-child {
	margin-right: 0;
}

.QRcode {
	text-align: center;
}

.QRcode img {
	margin: auto;
}

/************************************************************
 ページトップに戻るボタン(SP)
************************************************************/
#page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 0.7em;
	line-height: 1em;
}

#page-top a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 12px 5px 0;
	text-align: center;
	background: #222;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.8;
}

#page-top a:hover {
	opacity: 1;
}



/* 見出しスタイルの統一 */
h4 {
	color: #ad073b;
	font-size: 1.4em;
	margin-bottom: 15px;
	font-weight: bold;
	border-left: 4px solid #ad073b;
	padding-left: 10px;
}

h5 {
	color: #ad073b;
	font-size: 1.2em;
	margin-bottom: 12px;
	font-weight: bold;
	background: linear-gradient(to right, rgba(173, 7, 59, 0.1), rgba(173, 7, 59, 0.05));
	padding: 8px 12px;
	border-radius: 0 4px 4px 0;
}

h6 {
	color: #ad073b;
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 8px;
}

h6:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background-color: #ad073b;
}

.categoryImg{
	text-align:center;
	margin:0 0 30px;
}
.categoryImg img{
	margin:auto;
}
.categoryImg span{
	display:block;
	font-size:0.8em;
	line-height:1.3em;
}
