<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
	margin:3px 0;
}
.hed_copy_ttl{
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.4;
	margin: 3% auto 2%;
}
.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;
}
/*============================
210817追記
============================*/
.soubi_hed{
	background: url(../../../img/page/campaign/2108soubiCP/main_bg.jpg) no-repeat center top;
	background-size: cover;
	max-width: 950px;
	max-height: 1000px;
	padding: 9% 8% 15%;
	margin: 0 auto;
}
.contenar{
	max-width: 950px;
	margin: 0 auto;
}
.img_clm{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 0 75px;
}
.main-contents{
	max-width:950px;
	padding-bottom:3%;
}
.hed_copy_border{
	width:20%;
	margin:5% auto 2%;	
}
.border{
  padding: 3px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.hed_copy_text{
	font-size: 20px;
	font-weight: 600;
	font-family: "Noto Sans Japanese", sans-serif;
}
/*============================
nav
============================*/
.cpnav {
	position: fixed;
	top: 240px;
	right: -120px;
	z-index: 999;
}

/*============================
20210818
============================*/
.example{
	display:flex;
	flex-wrap: nowrap;
	width: 78%;
	margin: 0 auto 2%;
}
.check_text{
	display:flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.check_text{
	font-size:30px;
	color:#738a04;
	line-height: 1.4;
	font-weight:900;
	font-family: "Noto Sans Japanese", sans-serif;
}
.example-icon{
	width:50px;
}
/*============================
211028追記
============================*/
/*============================
#hed
============================*/
#hed{
	background: url(../../../img/page/campaign/2111_sp7days/main_bg.jpg) no-repeat center top;
	background-size: cover;
	max-width: 950px;
	max-height: 1000px;
	padding: 5% 8% 5%;
	margin: 0 auto;
}
.top_img{
	text-align:center;
	max-width: 1280px;
	margin: 0 auto;
}
.top_img img{
	width: 75%;
}
/*============================
#sec01
============================*/
.ttl_wrap{
	display:flex;
	max-width:950px;
	margin:0 auto;
	padding:2% 0;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.ttl_wrap p{
	font-size:30px;
	font-weight:900;
	line-height:1.2
}
.font30{
	font-size:40px;
}
.font35{
	font-size:50px;
}


.item_wrap01{
	display: flex;
	max-width:950px;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin:3% auto;
}
.content01{
	width:298px;
	margin-bottom: 8%;
	font-size:12px;
	font-weight:600;
}
.item_img img{
	width:100%;
}
.content01 dt{
	background-color:#e60012;
	height: 22%;
	position: relative;
}
.indent{
	line-height: 3.5;
	vertical-align: baseline;
}
.item_name{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 2% 4%;
    line-height: 1.4;
}
.item_name2{
	font-size: 12px;
    font-weight: 600;
    color: #000;
    padding: 2% 4%;
    line-height: 1.4;
}

.price{
	color: #fff;
	position: absolute;
	bottom: 1%;
	right: 0%;
	left: 26%;
}
.price2{
	color: #000;
	position: absolute;
	bottom: 5%;
	right: 0%;
	left: 20%;
}
.font24{
	font-size:24px;
	font-weight:600;
}
.arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 13px solid #000;
	margin: 2% auto 0;
}
.point_txt{
	text-align: center;
	color: #000;
	margin: 2% 0 0;
	line-height: 1.3;
}
.point{
	font-size: 18px;
}
.sec03 h4{
	margin:3% 0;
	background-color:#eb6d56;
	line-height:2;
	font-size:40px;
	color:#fff;
	text-align:center;
}
.top_ttl_sub{
	text-align:center;
	padding:2% 0;
}
.ttl_obi{
	color:#e60012;
	font-size:16px;
	font-weight:600;
	line-height: 2;
}
.obi01{
	border-top:solid 5px;
	position:relative;
	color:#000;
}
.obi01 h3{
	text-align:center;
	font-size:45px;
	line-height:2.5;
}
.obi01 p{
	text-align:center;
	font-size:18px;
	font-weight:600;
	line-height:1.6;
	padding-bottom:22px;
}
.right_icon{
	position:absolute;
	right:0;
	top:135px;
}
.left_icon{
	position:absolute;
	left:0;
	top:140px;
}
.obi02{
	background-color:#000;
	color:#fff;
	font-size:40px;
	text-align:center;
}
.obi02 h3{
	line-height:2.5;
}











</pre></body></html>