@charset "utf-8";
/*------------------------------------------------------

 PC CSS 春山フェア
 
--------------------------------------------------------*/
/* =================================
	共通設定
================================= */
.sp {
	display: none;
}
article {
	margin: 0 auto;
	color: #000;
	font-size: 16px;
	line-height: 1.6;
}
/* 左固定店舗リンク */
#contents_wrapper .floatBnr {
	position: fixed;
	top: 150px;
	right: 0;
	width: 112px;
	height: 407px;
	z-index: 555;
}
#contents_wrapper .floatBnr a {
	display: block;
	width: 112px;
	height: 407px;
}
@media screen and (max-width: 1000px) {
#contents_wrapper .floatBnr {
	display: none;
}
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}
.last-right {
	margin-right: 0;
}
.last-right a {
	margin-right: 0 !important;
}
#contents {
	padding: 0;
	width: 100%;
}
/* =================================
	パンくず・SNS
================================= */
#breadcrumb-wrap {
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 5px;
	background: #fff;
	margin-top: -40px;
}
.breadcrumb {
	width: 950px;
	margin: 0 auto;
}
#sns {
	text-align: right;
	margin: -27px auto 0;
	width: 950px;
}
/* =================================
	フェードイン設定
================================= */

.list-mv07 {
	transition: .8s;
	margin: 0 0 0;
}
.list-mv07 {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.mv07 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.con05 h2 img.list-mv07 {
	transition: .8s;
	margin: 10px 0 0;
}
/*============================
MALLリンクボタン
============================*/
.gsmall {
	text-align: right;
	margin: 10px 0 0;
}
.gsmall a {
	background-color: #eee;
	display: inline-block;
	padding: 4px 30px 4px 10px;
	border-radius: 5px;
	color: #333;
	text-align: left;
	position: relative;
}
.gsmall a:after {
	content: "";
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 40%;
	width: 10px;
	height: 10px;
	/* margin: 0 8px -1px 0; */
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gsmall_txt01 {
	font-weight: 900;
	font-size: 16px;
	font-family: "Noto Sans Japanese", sans-serif;
}
.gsmall_txt01 em {
	font-weight: 900;
	color: #0b6f88;
}
.gsmall_txt02 {
	font-size: 14px;
}
/*============================
#item
============================*/

.item_sec {
	width: 950px;
	margin: 0 auto 50px;
	padding: 0 0 0;
}
.item_ttl {
	text-align: center;
}
.item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0;
}
.item_list {
	width: 46%;
	margin: 0 0 40px;
}
.hed_cp_img {
}
.item_txt {
	font-size: 16px;
	/* border-bottom: solid 1px #000; */
	/* margin: 20px 0 5px; */
	padding: 0 0 0px;
	height: 90px;
	line-height: 1.4;
}
.item_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.item_neme {
	border-bottom: solid 1px #000;
	margin: 10px 0 0;
}
.item_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p.item_price {
	text-align: right;
}
.tax {
	font-size: 12px;
}
/*============================
nav
============================*/
.cpnav {
	position: fixed;
	bottom: 120px;
	right: -120px;
	z-index: 999;
}
.cpnav.on {
	right: 0px;
	transition: 0.5s;
	transition-timing-function: ease-in;
}
.cpnav_wrap {
	box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 30%);
}
.cpnav_list {
}
.cpnav_list a {
	display: block;
}
.close {
	position: absolute;
	top: -34px;
	font-size: 26px;
	color: #888;
	cursor: pointer;
}
.anchor {
	display: block;
}
@media screen and (max-width: 1124px) {
.cpnav {
	bottom: 0;
	top: auto;
	right: 10px;
	bottom: -200px;
}
.cpnav.on {
	bottom: 10px;
}
.cpnav_wrap {
	display: flex;
}
.cpnav_list {
}
.cpnav_list a {
}
.close {
	position: absolute;
	top: -34px;
	font-size: 26px;
	color: #888;
	cursor: pointer;
}
}
/*============================
obon
============================*/
.obon {
	position: fixed;
	bottom: -300px;
	right: 10px;
	z-index: 999;
}
.obon.on {
	bottom: 10px;
	transition: 0.5s;
	transition-timing-function: ease-in;
}
.featherlight-inner {
	display: none;
}
.obon_close {
	position: absolute;
	right: -10px;
	top: -30px;
	font-size: 28px;
	background-color: rgba(14, 14, 14, 0.8);
	border-radius: 50%;
	width: 40px;
	border: solid 1px #333;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 40px;
	box-sizing: content-box;
}
.obon_close a {
	color: #ffffff;
	display: inline-block;
	margin: 0 auto;
}
/*============================
#shop
============================*/
#shop {
	background-color: #eee;
	padding: 0 0 40px;
}
.shop_hed {
	background: url(../../../img/page/campaign/2107SummerCP/shop_bk.jpg) repeat center top;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.shop_hed_txt {
	font-weight: 600;
}
.shop_ttl {
	font-size: 40px;
	color: #065d42;
	text-align: center;
	font-weight: bold;
	margin: 30px 0 10px;
}
.shop_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 950px;
	margin: 0 auto;
}
.shop_list {
	width: 23%;
	margin: 0 1% 10px;
}
.shop_list a {
	background-color: #fff;
	font-size: 20px;
	display: block;
	text-align: center;
	border: solid 2px #065d42;
	color: #065d42;
	font-weight: bold;
	line-height: 50px;
}
/*============================
#startnav
============================*/
#startnav {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 0;
}
.startnav_ttl {
	font-size: 30px;
	font-weight: 600;
	color: #00533a;
	margin: 0 0 20px;
}
.startnav_box {
	border: solid 2px #00533a;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 0 10px;
}
.startnav_hed {
	background-color: #00533a;
	padding: 10px 0 10px;
	background: #00533a url(../../../img/page/campaign/2107SummerCP/navi_bk.png) no-repeat left bottom;
}
.startnav_txt {
	margin: 20px 0;
}
.startnav_bt_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 30px;
}
.startnav_bt_list {
	margin: 0 0 20px;
}
/* =================================
	コンテンツ
================================= */
.hanabi {
	background: url(../../../img/page/campaign/2108mtfes/hanabi.png) no-repeat center top 100px;
}
.hed {
	background: url(../../../img/page/campaign/2108mtfes/hed_bk.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 60px 0 0;
}
.hed_ttl {
	text-align: center;
}
.cp_date {
	background-color: #000;
	position: relative;
	text-align: center;
	height: 70px;
}
.cp_date_img {
	position: absolute;
	bottom: -16px;
	width: 100%;
}
.hed_copy {
	text-align: center;
	padding: 30px 0 40px;
}
.hed_copy_ttl {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 50px;
	font-weight: 900;
	color: #e60012;
	border-bottom: solid 4px #e60012;
	display: inline-block;
	padding: 0 20px;
	line-height: 1.4;
	margin: 0 0 20px;
}
.hed_copy_txt {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 46px;
	font-weight: 900;
	line-height: 1.4;
}
.startnav_bt {
}
.startnav_bt a {
	background-color: #065d42;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	max-width: 800px;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 5px;
}
/*============================
other
============================*/
#fuji {
}
.other {
	background-color: #eee;
}
.other_ttl {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 30px;
}
.fuji_list_wrap {
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
}
.fuji_list {
}
.fuji_list a {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.fuji_list_txt {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
#zyosi {
	text-align: center;
	padding: 0 0 50px;
}
.zyosi_img {
	margin: 40px 0 0;
}
#doujicp {
	text-align: center;
	padding: 0 0 50px;
}
.doujicp_img {
	margin: 50px 0 0;
}
.doujicp_txt {
	width: 950px;
	margin: 0 auto;
	background-color: #ffe400;
	padding: 10px 0;
	color: #000;
}
.cp_pointinfo {
	background-color: #000;
	color: #eee;
	text-align: center;
	font-size: 12px;
	padding: 0 0 10px;
}
.cp_pointinfo li {
}
/*ライトボックス書き換え*/
.featherlight .featherlight-content {
	overflow-y: scroll !important;
	padding: 0 !important;
	border-bottom: 0 !important;
}
.featherlight .featherlight-close-icon {
	background: #fff !important;
}
.featherlight {
	    background: rgba(0, 0, 0, 0.8) !important;
}