@charset "UTF-8";

/*--------------------
2025.10
シャポー市川
美味しいもの総選挙
--------------------*/
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Noto+Sans+JP:wght@500;900&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'Hammersmith One', sans-serif;*/

.pc #free_page_area{width: auto;}

.pc #contents[data-content*="美味しいもの総選挙"] .sp{display: none}

#contents[data-content*="美味しいもの総選挙"] > h2{
	display: none;
}
#contents[data-content*="美味しいもの総選挙"] #contents-main.all{
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

#contents[data-content*="美味しいもの総選挙"]{
	background: url(back.jpg) center top,#f3a7a5;
	background-size: 50%;
}
#contents[data-content*="美味しいもの総選挙"] .title_area h2{
	padding: 0;
}
#contents[data-content*="美味しいもの総選挙"] .title_area h2 img{
	width: 100%;
}

#contents[data-content*="美味しいもの総選挙"] .contents_all{
	padding: 0 20px;
}
#contents[data-content*="美味しいもの総選挙"] .contents_all > p em{
	display: block;
	padding: 20px;
	background: rgba(255,255,255,0.75);
	border-radius:10px;
	margin: 20px 10px;
	font-size: 14px;
}
#contents[data-content*="美味しいもの総選挙"] .step_area{
    padding: 0 0 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #0005;
    background: #fefce7;
    margin: 20px 10px 10px;
    text-align: center;
}
#contents[data-content*="美味しいもの総選挙"] .step_area h5{
    background: #646e36;
    border-radius: 10px 10px 0 0;
    padding: 5px 0 0;
}
#contents[data-content*="美味しいもの総選挙"] .step_area h5 img{
    width: 30%;
}
#contents[data-content*="美味しいもの総選挙"] .step_area p{
    font-size: 20px;
    font-weight: bold;
    line-height: 2rem;
    color: #646e36;
    padding: 15px 0 10px;
}
#contents[data-content*="美味しいもの総選挙"] .step_area p.schedule {
	background: #fff;
	display: inline-block;
	padding: 10px;
	margin: 10px 0 0;
}
#contents[data-content*="美味しいもの総選挙"] .step_area p > em{
    display: block;
	font-size: 12px;
}
#contents[data-content*="美味しいもの総選挙"] .step_area .entry div{
	color:#646e36;
}
#contents[data-content*="美味しいもの総選挙"] .step_area .entry div a{
	font-weight:bold;
	text-decoration: underline;
	margin: 0 3px;
	color:#646e36;
}
#contents[data-content*="美味しいもの総選挙"] .step_area .entry > a{
    display: block;
    background:#45b035;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 4rem;
    border-radius: 5px;
    width: 30%;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 5px 5px 5px #0005;
    border: solid #fff 4px;
    margin-top: 15px;
}
#contents[data-content*="美味しいもの総選挙"] .step_area .entry > em{
    display: block;
    color: #ab2324;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    padding: 0 15px;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area,
#contents[data-content*="美味しいもの総選挙"] .group_area{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #0005;
    background: #fff;
    margin: 20px 10px;
}
#contents[data-content*="美味しいもの総選挙"] .group_area{
    background: repeating-conic-gradient(#fffcde, #fffcde, 6deg, #fff9c0 6deg 12deg);
}

.pc #contents[data-content*="美味しいもの総選挙"] .step_area ul{
	display: flex;
    justify-content: space-between;
}
#contents[data-content*="美味しいもの総選挙"] .step_area ul li{
    width: calc(100% / 3 - 10px);
	background: #fdf0ed;
	text-align: center;
	position: relative;
	font-weight: bold;
    line-height: 1.5em;
	padding: 10px 0 15px;
}
#contents[data-content*="美味しいもの総選挙"] .step_area ul li:before{
    content: "";
    background: url(lab_step01.png) no-repeat;
    background-size: cover;
    width: 87px;
    height: 30px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}
#contents[data-content*="美味しいもの総選挙"] .step_area ul li:nth-child(2):before{
    background: url(lab_step02.png) no-repeat;
    background-size: cover;
}
#contents[data-content*="美味しいもの総選挙"] .step_area ul li:nth-child(3):before{
    background: url(lab_step03.png) no-repeat;
    background-size: cover;
}
#contents[data-content*="美味しいもの総選挙"] .step_area ul li:after{
	font-family: var(--fontfamily-icon);
    content: "\e5e1";
    font-size: 60px;
    color: #ddaf59;
    position: absolute;
    right: -40px;
    top: 48%;
    z-index: 2;
}
#contents[data-content*="美味しいもの総選挙"] .step_area ul li:last-of-type:after{
	display: none;
}
#contents[data-content*="美味しいもの総選挙"] .step_area ul li img{
	display: block;
	height: 100px;
	margin: 10px auto;
}
#contents[data-content*="美味しいもの総選挙"] .step_area .attention{
	margin: 10px 0 0;
	line-height: 1.4em;
	font-size: 12px;
}

#contents[data-content*="美味しいもの総選挙"] .btn_area > p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area > p:before{
	content: "";
    display: block;
    width: 36%;
    height: 2px;
    border-top: 3px dotted #ddaf59;
    position: absolute;
    top: 0.7em;
    left: 0;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area > p:after{
	content: "";
    display: block;
    width: 36%;
    height: 2px;
    border-top: 3px dotted #ddaf59;
    position: absolute;
    top: 0.7em;
    right: 0;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 15px 0 0;
	gap: 10px;
	align-items: stretch;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area ul li{
    width: calc(100% / 4 - 10px);
}
#contents[data-content*="美味しいもの総選挙"] .btn_area ul li {
    display: block;
    text-align: center;
    padding: 15px 0 30px;
    font-weight: bold;
    position: relative;
    background: #dc6b82;
    border-radius: 5px;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area ul li a{
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area ul li:nth-child(2) {
	background: #90b353;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area ul li:nth-child(3) {
	background: #a674b0;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area ul li:nth-child(4) {
	background: #2e96a9;
}

#contents[data-content*="美味しいもの総選挙"] .btn_area ul li a:after{
    font-family: var(--fontfamily-icon);
    content: "\e5cf";
    font-size: 30px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 5px;
}
#contents[data-content*="美味しいもの総選挙"] .btn_area ul li a em{
	display: block;
	font-size: 14px;
    line-height: 1.4em;
    margin-top: 0.3em;
}
#contents[data-content*="美味しいもの総選挙"] .group_area > h3{
    background: #dc6b82;
	text-align: center;
	color: #fff;
    position: relative;
    margin-bottom: 20px;
}
#contents[data-content*="美味しいもの総選挙"] #okazu > h3 {
	background: #90b353;
}
#contents[data-content*="美味しいもの総選挙"] #obento > h3 {
	background: #a674b0;
}
#contents[data-content*="美味しいもの総選挙"] #restaurant > h3 {
	background: #2e96a9;
}
#contents[data-content*="美味しいもの総選挙"] .group_area > h3::before,#contents[data-content*="美味しいもの総選挙"] .group_area > h3::after {
    content: "";
    display: block;
    width: 5%;
    aspect-ratio: 1 / 2.25;
    position: absolute;
    background-image: linear-gradient(to right, #cc4767, #cc4767 8px, transparent 0px, transparent 10px);
    background-repeat: repeat-x;
    background-size: 13.5px 62px;
    top:0;
}
#contents[data-content*="美味しいもの総選挙"] .group_area > h3::before {
    left: 0;
}
#contents[data-content*="美味しいもの総選挙"] .group_area > h3::after {
    right: 0;
}
#contents[data-content*="美味しいもの総選挙"] #okazu > h3::before,#contents[data-content*="美味しいもの総選挙"] #okazu > h3::after {
	background-image: linear-gradient(to right, #669b43, #669b43 8px, transparent 10px, transparent 10px);
}
#contents[data-content*="美味しいもの総選挙"] #obento > h3::before,#contents[data-content*="美味しいもの総選挙"] #obento > h3::after {
	background-image: linear-gradient(to right, #7d4f91, #7d4f91 8px, transparent 10px, transparent 10px);
}
#contents[data-content*="美味しいもの総選挙"] #restaurant > h3::before,#contents[data-content*="美味しいもの総選挙"] #restaurant > h3::after {
	background-image: linear-gradient(to right, #1b7a87, #1b7a87 8px, transparent 10px, transparent 10px);
}
#contents[data-content*="美味しいもの総選挙"] .group_area > h3 em{
    font-size:14px;
	font-weight:bold;
	margin-left:5px;
}


#contents[data-content*="美味しいもの総選挙"] .group_area .subjectshop{
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #dc6b82;
	border-bottom: none;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .subjectshop em{
	display: inline-block;
	margin-right: 0.5em;
	font-weight: bold;
	text-decoration: underline;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .caption{
    margin: 0 0 10px;
    border: 1px solid #dc6b82;
    border-top: 2px dotted #dc6b82;
    text-align: center;
    padding: 10px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#contents[data-content*="美味しいもの総選挙"] .group_area .caption em{
	color: #d74734;
	font-weight: bold;
	font-size: 18px;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .items{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item{
	width: calc(100% / 3 - 20px);
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	text-align: center;
	overflow: hidden;
	counter-increment: number 1;
	position:relative;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item::before{
	content: "NO.";
    position: absolute;
    z-index: 120;
    top: 2px;
	left: 10px;
    font-weight: normal;
	color: #fff;
	display: block;
	text-align: left;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item .image{
	border: none;
	height: auto;
	margin: 0;
	
}
#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item .image::before{
	content: "";
    top: 0;
    left: 0;
    border-bottom: 6em solid transparent;
    border-left: 6em solid #dc6b82;
    position: absolute;
    z-index: 100;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item .image::after{
	content: "";
	content: counter(number, decimal-leading-zero);
	position: absolute;
	top: 20px;
    left: 8px;
	z-index: 110;
	color: #fff;
	font-weight: normal;
	font-size: 1.5rem;
}
#contents[data-content*="美味しいもの総選挙"] #okazu .NewsItemList .item .image::before {
	border-left: 6em solid #90b353;
}
#contents[data-content*="美味しいもの総選挙"] #obento .NewsItemList .item .image::before {
	border-left: 6em solid #a674b0;
}
#contents[data-content*="美味しいもの総選挙"] #restaurant .NewsItemList .item .image::before {
	border-left: 6em solid #2e96a9;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item .desc{
	padding: 10px 10px 20px;
	color: #663b1c;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item h3.name{
	color: #663b1c;
    padding: 0 0 5px;
    font-size: 18px;
    line-height: 1.6rem;
    background: transparent;
}

#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item .notice{
    margin: 5px 0;
    font-size: 12px;
    line-height: 130%;
}
#contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item .shop a {
    font-size: 100%;
    text-decoration: underline;
    color: #663b1c;
}

#contents[data-content*="美味しいもの総選挙"] .group_area .img_objfit img{
	object-fit: contain;
}


#contents[data-content*="美味しいもの総選挙"] section.line-btn {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    background: rgba(255,255,255,0.75);
    width: 100vw;
    left: 0;
    height: 100px;
    text-align: center;
    z-index: 150;
}
#contents[data-content*="美味しいもの総選挙"] section.line-btn a {
    display: block;
    background: #45b035;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 4rem;
    border-radius: 5px;
    width: 30%;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 5px 5px 5px #0005;
    border: #fff solid 4px;
    box-sizing: border-box;
}
#contents[data-content*="美味しいもの総選挙"] section.line-btn a:after{
    font-family: var(--fontfamily-icon);
    content: "\e5cc";
    font-size: 30px;
    position: absolute;
}
footer {
    padding: 30px 0 100px;
}
.to-top {
    bottom: 120px;
}
/*SP*/
.sp #contents[data-content*="美味しいもの総選挙"]{
	background-size: 85%;
}
.sp #contents[data-content*="美味しいもの総選挙"] > .inner{
	padding: 0;
}
.sp #contents[data-content*="美味しいもの総選挙"] .title_area {
    text-align: center;
}
.sp #contents[data-content*="美味しいもの総選挙"] .title_area h2{
	margin: 0 0 10px;
}
.sp #contents[data-content*="美味しいもの総選挙"] .title_area .caption{
	padding: 2px 6px;
	margin: 0;
	font-size: 4vw;
	text-align: center;
	font-weight: bold;
	color: #663b1c;
	line-height: 2em;
	display: inline;
	background: #fff;
}
.sp #contents[data-content*="美味しいもの総選挙"] .title_area .caption em{
	font-size: 120%;
	font-weight: bold;
	color: #ab2324;
	padding-left: 5px;
}
.sp #contents[data-content*="美味しいもの総選挙"] .step_area h5{
    padding: 10px 0;
}
.sp #contents[data-content*="美味しいもの総選挙"] .step_area h5 img{
    width: 55%;
}
.sp #contents[data-content*="美味しいもの総選挙"] .step_area a{
    margin: 0 auto;
    width: 80%;
}
.sp #contents[data-content*="美味しいもの総選挙"] .step_area,
.sp #contents[data-content*="美味しいもの総選挙"] .btn_area,
.sp #contents[data-content*="美味しいもの総選挙"] .group_area{
	margin: 16px;
}
.sp #contents[data-content*="美味しいもの総選挙"] .step_area p > em{
    line-height:1rem;
}


.sp #contents[data-content*="美味しいもの総選挙"] .btn_area > p:before,
.sp #contents[data-content*="美味しいもの総選挙"] .btn_area > p:after{
	width: 10%;
}

#contents[data-content*="美味しいもの総選挙"] .btn_area ul li a:after{
	bottom:0;
}

.sp #contents[data-content*="美味しいもの総選挙"] .btn_area ul li{
	width: calc(100% / 2 - 5px);
	margin: 0;
	height: auto;
}
.sp #contents[data-content*="美味しいもの総選挙"] .btn_area ul li:nth-child(n + 3){
	margin: 0;
}
.sp #contents[data-content*="美味しいもの総選挙"] .btn_area ul li a{
	padding: 10px 0 25px;
	font-size: 4vw;
	height: auto;
}
.sp #contents[data-content*="美味しいもの総選挙"] .btn_area ul li a em{
	font-size: 2.6vw;
}
.sp #contents[data-content*="美味しいもの総選挙"] .group_area > h3::before,.sp #contents[data-content*="美味しいもの総選挙"] .group_area > h3::after {
    content: "";
    display: block;
    width: 12%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to right, #cc4767, #cc4767 6px, transparent 6px, transparent 6px);
    background-repeat: repeat-x;
    background-size: 9.5px 100%;
    top:0;
}
.sp #contents[data-content*="美味しいもの総選挙"] #okazu > h3::before,.sp #contents[data-content*="美味しいもの総選挙"] #okazu > h3::after {
	background-image: linear-gradient(to right, #669b43, #669b43 6px, transparent 6px, transparent 6px);
}
.sp #contents[data-content*="美味しいもの総選挙"] #obento > h3::before,.sp #contents[data-content*="美味しいもの総選挙"] #obento > h3::after {
	background-image: linear-gradient(to right, #7d4f91, #7d4f91 6px, transparent 6px, transparent 6px);
}
.sp #contents[data-content*="美味しいもの総選挙"] #restaurant > h3::before,.sp #contents[data-content*="美味しいもの総選挙"] #restaurant > h3::after {
	background-image: linear-gradient(to right, #1b7a87, #1b7a87 6px, transparent 6px, transparent 6px);
}
.sp #contents[data-content*="美味しいもの総選挙"] .group_area .subjectshop{
	padding: 10px;
}
.sp #contents[data-content*="美味しいもの総選挙"] .group_area .caption{
	padding: 10px 10px 15px;
}
.sp #contents[data-content*="美味しいもの総選挙"] .NewsItemList .items{
	margin: 0 -5px;
}
.sp #contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item{
	width: 100%;
    margin: 5px;
}
.sp #contents[data-content*="美味しいもの総選挙"] .group_area .NewsItemList .item .notice{
	font-size: 2.8vw;
}
.sp #contents[data-content*="美味しいもの総選挙"] .NewsItemList .item .price {
  font-size: 14px;
  margin-bottom: 5px;
}

.sp #contents[data-content*="美味しいもの総選挙"] .NewsItemList .item .shop {
  margin-top: 10px;
}
.sp #contents[data-content*="美味しいもの総選挙"] section.line-btn {
    bottom:0;
}
.sp #contents[data-content*="美味しいもの総選挙"] section.line-btn a {
    width: 80%;
    font-size: 17px;
}


@keyframes fadein {
  0% {
     opacity: 0;
     transform: translateY(100px);
  }
10% {
     opacity: 1;
     transform: translateY(0px);
  }
}
#contents[data-content*="美味しいもの総選挙"] section.line-btn {
  /* スタイリング */
  animation: fadein linear; /* アニメーションを指定。イージングはlinear */
  animation-timeline: scroll();
  animation-duration: 1.5ms;
}