@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*$primary: #1A379A;

$bg-color: #F5F8FA;
$font-color: #222222;
$link-color: #2B517B;
$border-color: #D9DBDA;*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  -webkit-transform: 0.3s all;
  transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body .cinderella {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .cinderella {
    min-width: auto;
  }
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.contents {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .contents {
    min-width: auto;
  }
}

/*.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}*/
/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 2s all;
  transform: translateY(100px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item02 {
    transform: translateY(80px);
  }
}

.fadein-item02.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item03 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s all;
  transform: translateY(120px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item03 {
    transition: 1.5s all;
    transform: translateY(60px);
  }
}

.fadein-item03.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  visibility: hidden;
  /*animation-name: fadein;
     animation-duration: 2s;*/
  transition-duration: 0.5s;
  transition-property: opacity;
}

.fadein.show {
  opacity: 1;
  visibility: visible;
}

/********アニメーション**********/
.fade-in-item {
  opacity: 0;
  animation-delay: 0.5s;
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item.show {
  opacity: 1;
}

/******************************/
body {
  min-width: 1210px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
body.fixed-y {
  overflow-y: hidden;
}

/******************************/
.foodrenewal {
  font-family: "Noto Sans JP", sans-serif;
  /*****共通****/
}
.foodrenewal h1, .foodrenewal h2, .foodrenewal h3, .foodrenewal h4, .foodrenewal h5, .foodrenewal h6,
.foodrenewal .h1, .foodrenewal .h2, .foodrenewal .h3, .foodrenewal .h4, .foodrenewal .h5, .foodrenewal .h6 {
  font-family: "Noto Sans JP", sans-serif;
}
.foodrenewal p {
  font-size: 1.7rem;
  line-height: 1.65;
}
.foodrenewal ul li {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal ul li {
    font-size: 1.4rem;
  }
}
.foodrenewal ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal ul.indent li {
    font-size: 1.4rem;
  }
}
.foodrenewal ul.indent.attention li {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal ul.indent.attention li {
    font-size: 1.2rem;
  }
}
.foodrenewal a {
  color: #193984;
  text-decoration: none;
}
.foodrenewal .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.foodrenewal .red {
  color: #e83828;
}
.foodrenewal {
  /************/
}
.foodrenewal .mv {
  padding: 40px 0 85px;
  border-bottom: 3px solid #00a95f;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv {
    padding: 50px 0 34px;
  }
}
.foodrenewal .mv .mv-wrap {
  width: 1006px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap {
    width: 100%;
    margin-top: 55px;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 9px;
  }
}
.foodrenewal .mv .mv-wrap .mv-copy01 {
  margin-top: 10px;
  width: 162px;
  order: 3;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-copy01 {
    width: 20.9%;
    position: absolute;
    right: 0;
    transform: translateX(16px);
    margin-top: 5px;
  }
}
.foodrenewal .mv .mv-wrap .mv-copy01 span {
  opacity: 0;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-copy01 span:nth-child(1) {
    width: 72%;
  }
  .foodrenewal .mv .mv-wrap .mv-copy01 span:nth-child(2) {
    width: 85%;
  }
  .foodrenewal .mv .mv-wrap .mv-copy01 span:nth-child(3) {
    width: 83%;
  }
  .foodrenewal .mv .mv-wrap .mv-copy01 span:nth-child(4) {
    width: 77%;
  }
}
@keyframes mv-txt-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.foodrenewal .mv .mv-wrap .mv-copy01.is-anime span {
  animation: mv-txt-anime 0.4s forwards;
}
.foodrenewal .mv .mv-wrap .mv-copy02 {
  margin-top: 10px;
  width: 186px;
  order: 1;
  display: flex;
  gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-copy02 {
    margin-top: 0;
    width: 22%;
    position: absolute;
    left: -16px;
  }
}
.foodrenewal .mv .mv-wrap .mv-copy02 span {
  opacity: 0;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-copy02 span:nth-child(1) {
    width: 61%;
  }
  .foodrenewal .mv .mv-wrap .mv-copy02 span:nth-child(2) {
    width: 48%;
  }
  .foodrenewal .mv .mv-wrap .mv-copy02 span:nth-child(3) {
    width: 90%;
  }
  .foodrenewal .mv .mv-wrap .mv-copy02 span:nth-child(4) {
    width: 66%;
  }
}
.foodrenewal .mv .mv-wrap .mv-copy02.is-anime span {
  animation: mv-txt-anime 0.4s forwards;
}
.foodrenewal .mv .mv-wrap .mv-contents {
  order: 2;
  width: 657px;
  background-image: url(/umedamise/260407foodrenewal/img/mv01.png);
  background-repeat: no-repeat;
  background-size: 419px 424px;
  background-position: top 123px right 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: -24px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents {
    width: 100%;
    margin-top: 25px;
    background-image: none;
    background-size: 0;
    margin-right: 0;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-txt {
  width: 322px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-txt {
    width: 100%;
    order: 4;
    margin-top: 30px;
    margin-left: 0;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-txt p {
  color: #f0831e;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-txt p {
    opacity: 0;
  }
}
@keyframes txt-anime {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-txt.show-txt p {
    animation: txt-anime 1s forwards;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item {
  width: 335px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item {
    width: 100%;
    margin: 0 auto 20px;
    order: 1;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets01 {
  display: none;
  /*width: 270px;
  position: absolute;
  left: 0;
  top: 145px;*/
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets01 {
    display: block;
    position: static;
    width: 69%;
    margin: 0 auto;
  }
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets01 img {
    width: 100%;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets02 {
  width: 170px;
  position: absolute;
  top: 0;
  left: -8px;
  animation: fuwa01 1.5s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa01 {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets02 {
    width: 28%;
    top: -32px;
    left: 20%;
    z-index: 2;
  }
}
@media screen and (max-width: 400px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets02 {
    left: 20%;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets03 {
  width: 130px;
  position: absolute;
  top: 108px;
  right: 40px;
  z-index: 3;
  animation: fuwa02 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa02 {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets03 {
    width: 23%;
    top: 13%;
    left: 34%;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets04 {
  width: 176px;
  position: absolute;
  right: 0;
  bottom: -215px;
  z-index: -1;
  animation: fuwa04 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa04 {
  0% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets04 {
    width: 47%;
    bottom: -30%;
    right: auto;
    left: -3%;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-sub-ttl {
  width: 678px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-sub-ttl {
    width: 100%;
    padding: 0 5%;
    order: 3;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-sub-ttl::after {
  content: "";
  display: block;
  width: 127px;
  height: 127px;
  background: url(/umedamise/260407foodrenewal/img/mv04.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -75px;
  left: 80px;
  animation: fuwa03 1.5s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-sub-ttl::after {
    width: 20%;
    height: auto;
    aspect-ratio: 1/1;
    left: auto;
    right: 20%;
    top: -350%;
  }
}
@keyframes fuwa03 {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.foodrenewal .zone {
  display: flex;
  flex-wrap: wrap;
}
.foodrenewal .zone__heading {
  margin-bottom: 56px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__heading {
    margin-bottom: 25px;
  }
}
.foodrenewal .zone__heading.zone01 {
  max-width: 607px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__heading.zone01 {
    max-width: none;
    width: 90%;
  }
}
.foodrenewal .zone__heading.zone02 {
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__heading.zone02 {
    max-width: none;
    width: 90%;
  }
}
.foodrenewal .zone__img {
  position: relative;
}
.foodrenewal .zone__img img {
  width: 100%;
}
.foodrenewal .zone__img.pattern01 .item-copy {
  right: 29%;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__img.pattern01 .item-copy {
    right: 23%;
  }
}
.foodrenewal .zone__img.pattern02 {
  max-width: 687px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__img.pattern02 {
    margin-bottom: 0 !important;
  }
}
.foodrenewal .zone__img.pattern02 .item-copy {
  right: -2%;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__img.pattern02 .item-copy {
    right: 18%;
  }
}
.foodrenewal .zone__img.pattern03 .item-copy {
  right: 32%;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__img.pattern03 .item-copy {
    right: 23%;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__img.pattern03 .item-copy p {
    font-size: 1.2rem !important;
  }
}
.foodrenewal .zone__text {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__text {
    font-size: 12px !important;
    margin-top: 4px;
  }
}
.foodrenewal .zone__brand {
  font-size: 23px;
  font-weight: 600;
  color: #00a95f;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__brand {
    font-size: 13px;
  }
}
.foodrenewal .zone__brand.columns {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__brand.columns {
    font-size: 15px;
  }
}
.foodrenewal .zone__brand small {
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__brand small {
    font-size: 8px;
    text-align: left;
    margin-left: 46px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__brand span {
    letter-spacing: 1.2px;
  }
}
.foodrenewal .zone__brand span.sub {
  font-size: 17px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__brand span.sub {
    font-size: 10px;
  }
}
.foodrenewal .zone__oneItem {
  margin-bottom: 72px;
  max-width: 710px;
  margin: 0 auto 76px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__oneItem {
    margin-bottom: 23px;
  }
}
.foodrenewal .zone__oneItem.list04 .zone__img {
  margin-bottom: 0;
}
.foodrenewal .zone__oneItem .zone__img {
  margin-bottom: 24px;
}
.foodrenewal .zone__list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__list {
    gap: 24px;
  }
}
.foodrenewal .zone__list:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__list:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.foodrenewal .zone__list.single {
  max-width: 780px;
  display: grid;
  grid-template-columns: auto;
  gap: 0;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__list.single {
    margin-bottom: 40px;
  }
}
.foodrenewal .zone__list img {
  display: block;
  width: 100%;
  height: auto;
}
.foodrenewal .zone__list.reverse {
  flex-flow: row-reverse;
}
.foodrenewal .zone__item {
  max-width: 327px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item {
    max-width: none;
    width: 100%;
  }
}
.foodrenewal .zone__item.grid {
  display: grid;
  grid-template: "a b" "a c";
  gap: 0 54px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item.grid {
    grid-template: "a b" "c c";
    gap: 0 54px;
    padding-left: 23px;
  }
}
.foodrenewal .zone__item.grid > div:nth-of-type(1) {
  grid-area: a;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item.grid > div:nth-of-type(1) {
    width: 134%;
  }
}
.foodrenewal .zone__item.grid > div:nth-of-type(2) {
  grid-area: b;
  width: 215px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item.grid > div:nth-of-type(2) {
    width: 73%;
    margin-top: 108%;
    margin-bottom: 0;
  }
}
.foodrenewal .zone__item.grid > div:nth-of-type(3) {
  grid-area: c;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item.grid > div:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item.grid .item-copy p {
    font-size: 1.2rem !important;
  }
}
.foodrenewal .zone__item.acc {
  max-width: 344px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item.acc.safari {
    width: 113%;
  }
  .foodrenewal .zone__item.acc.safari .zone__detail {
    margin-top: 0;
  }
  .foodrenewal .zone__item.acc.safari .item-copy {
    right: 9%;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item.acc {
    max-width: none;
    width: 104%;
  }
}
.foodrenewal .zone__item.acc .item-copy {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item.acc .item-copy {
    right: 3%;
  }
}
.foodrenewal .zone__item.acc .zone__detail {
  width: 90%;
  margin-top: -21px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__item.acc .zone__detail {
    margin-top: -6px;
  }
}
.foodrenewal .zone__item--img {
  position: relative;
}
.foodrenewal .zone__item--img.acc {
  width: 104%;
}
.foodrenewal .zone__detail {
  margin-top: 18px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone__detail {
    margin-left: 8px;
    margin-top: 8px;
  }
}
.foodrenewal .zone .side-nav {
  width: 23.4%;
  background: #EAE5E3;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 92px;
    z-index: 99999;
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap {
  max-width: 300px;
  margin: 40px auto;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap {
    width: 100%;
    height: 100%;
    max-width: none;
    position: static;
    padding: 0 0 0 5%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn {
    display: block;
    width: 50px;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn .line {
    display: block;
    width: 18px;
    height: 3px;
    background: #231815;
    position: absolute;
    left: 16px;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn .line:nth-of-type(1) {
    top: 15px;
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn .line:nth-of-type(2) {
    top: 23px;
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn .line:nth-of-type(3) {
    top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn.open .line {
    top: 25px;
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn.open .line:nth-of-type(1) {
    transform: rotate(40deg);
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn.open .line:nth-of-type(2) {
    display: none;
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn.open .line:nth-of-type(3) {
    transform: rotate(-40deg);
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-head {
    margin-bottom: 0;
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list {
  padding-left: 5px;
  display: block;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-list {
    display: none;
    padding-left: 0;
    width: 100%;
    height: 70vh;
    padding: 20px 10% 40px;
    background: #EAE5E3;
    position: absolute;
    left: 0;
    top: 50px;
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li:not(:last-child) {
  margin-bottom: 12px;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a {
  color: #ec6d81;
  font-size: 1.7rem;
  font-weight: 500;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a.cafe {
  color: #00a95f;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a.variety {
  color: #f39939;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a.newshop {
  color: #ec6d81;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a.openlink {
  color: #f39939;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a.eventlink {
  color: #e94746;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a .floor {
  display: block;
  color: #231815;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a .floor:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a .floor {
    margin-top: 30px;
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a .floor .area {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  position: relative;
  bottom: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  background: #231815;
  font-size: 0.9rem;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li:nth-of-type(2) a {
  color: #2990d0;
}
.foodrenewal .zone .zone__wrapper {
  width: 76.6%;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone__wrapper {
    width: 100%;
  }
}
.foodrenewal .zone .zone-contents {
  padding-block: 76px 140px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents {
    padding-block: 40px 70px;
  }
}
.foodrenewal .zone .zone-contents#cafe {
  background-color: #E6F7F1;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#cafe .list01 .zone__detail {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#cafe .list01 .zone__brand {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#cafe .list01 .item-copy {
    right: 23%;
  }
  .foodrenewal .zone .zone-contents#cafe .list01 .item-copy p {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#cafe .list01 {
    padding-left: 23px;
  }
}
.foodrenewal .zone .zone-contents#variety {
  background-color: #FFF6EE;
  padding-bottom: 100px;
}
.foodrenewal .zone .zone-contents#variety .item-copy p span {
  background: linear-gradient(180deg, rgb(250, 206, 61) 0%, rgb(240, 131, 30) 100%);
}
.foodrenewal .zone .zone-contents#variety .list01 {
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list01 .zone__detail {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list01 .zone__brand {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list01 .zone__text {
    width: 87%;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list01 .item-copy p {
    font-size: 1.3rem !important;
  }
}
.foodrenewal .zone .zone-contents#variety .list02 {
  max-width: 770px;
}
.foodrenewal .zone .zone-contents#variety .list02 .zone__item--img.acc {
  width: 110%;
}
.foodrenewal .zone .zone-contents#variety .list02 .zone__item--img.acc .item-copy {
  right: 38px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list02 .zone__item--img.acc .item-copy {
    right: 6%;
  }
}
.foodrenewal .zone .zone-contents#variety .list02 .zone__item--img.acc + * {
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list02 .zone__item--img.acc + * {
    margin-top: -24px;
  }
}
.foodrenewal .zone .zone-contents#variety .list02 .zone__detail {
  margin-top: 18px;
}
.foodrenewal .zone .zone-contents#variety .list03 {
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list03 {
    max-width: none;
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list03 .item-copy {
    font-size: 1.2rem !important;
  }
}
.foodrenewal .zone .zone-contents#variety .list03 .zone__item--img.acc {
  width: 104%;
}
.foodrenewal .zone .zone-contents#variety .list03 .zone__item--img.acc .item-copy {
  right: 16px;
}
.foodrenewal .zone .zone-contents#variety .list03 .zone__item--img.acc + * {
  margin-top: -11px;
}
.foodrenewal .zone .zone-contents#variety .list03 .zone__detail {
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list03 .zone__detail {
    margin-top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list03 .zone__brand {
    font-size: 1.5rem !important;
  }
}
.foodrenewal .zone .zone-contents#variety .list04 {
  max-width: 760px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list04 {
    margin-block: 28px;
    width: 83%;
  }
}
.foodrenewal .zone .zone-contents#variety .list04 .zone__detail {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list04 .zone__brand {
    font-size: 15px;
  }
}
.foodrenewal .zone .zone-contents#variety .list05 .zone__item--img.acc {
  width: 101%;
}
.foodrenewal .zone .zone-contents#variety .list06 {
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list06 {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list06 .item-copy {
    font-size: 1.2rem !important;
  }
}
.foodrenewal .zone .zone-contents#variety .list06 .zone__item--img.acc {
  width: 104%;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list06 .zone__item--img.acc {
    width: 108%;
  }
}
.foodrenewal .zone .zone-contents#variety .list06 .zone__item--img.acc .item-copy {
  right: 16px;
}
.foodrenewal .zone .zone-contents#variety .list06 .zone__item--img.acc + * {
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list06 .zone__item--img.acc + * {
    margin-top: -20px;
  }
}
.foodrenewal .zone .zone-contents#variety .list06 .zone__detail {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list06 .zone__detail {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#variety .list06 .zone__brand {
    font-size: 1.5rem !important;
  }
}
.foodrenewal .zone .zone-contents#variety .zone__brand {
  color: #f39939;
}
.foodrenewal .zone .zone-contents#newshop {
  background: #FFECEE;
  position: relative;
  padding-block: 95px 140px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#newshop {
    padding-block: 45px 80px;
  }
}
.foodrenewal .zone .zone-contents#newshop .bnr-ttl {
  width: 285px;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#newshop .bnr-ttl {
    top: -62px;
    width: 117px;
  }
}
.foodrenewal .zone .zone-contents#newshop .bnr-ttl img {
  width: 100%;
}
.foodrenewal .zone .zone-contents#newshop .item-copy p span {
  background: linear-gradient(180deg, rgb(236, 109, 129) 0%, rgb(237, 166, 199) 43%, rgb(41, 144, 208) 100%);
}
.foodrenewal .zone .zone-contents#newshop .list01 {
  max-width: 760px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#newshop .list01 {
    max-width: none;
    margin-top: 25px;
    width: 92%;
  }
}
.foodrenewal .zone .zone-contents#newshop .list01 .zone__detail {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#newshop .list01 .zone__detail {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#newshop .list01 .zone__brand {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.foodrenewal .zone .zone-contents#newshop .list02 {
  max-width: 760px;
}
.foodrenewal .zone .zone-contents#newshop .list03 {
  max-width: 366px;
}
.foodrenewal .zone .zone-contents#newshop .list03 .zone__detail {
  margin-top: -28px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#newshop .list03 .zone__detail {
    margin-top: 2px;
  }
}
.foodrenewal .zone .zone-contents#newshop .list03 .zone__brand {
  color: #2990d0;
}
.foodrenewal .zone .zone-contents#newshop .list04 {
  max-width: 347px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#newshop .list04 {
    max-width: none;
    width: 100%;
  }
}
.foodrenewal .zone .zone-contents#newshop .list04 .zone__detail {
  margin-top: -28px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents#newshop .list04 .zone__detail {
    margin-top: 0;
  }
}
.foodrenewal .zone .zone-contents#newshop .zone__brand {
  color: #ec6d81;
}
.foodrenewal .zone .zone-contents#newshop .new-map {
  background-color: #FFF6EE;
}
.foodrenewal .zone .zone-contents#map01 {
  padding-top: 0;
  padding-bottom: 0;
}
.foodrenewal .zone .zone-contents .map02 {
  max-width: 530px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .map02 {
    margin-top: 50px;
  }
}
.foodrenewal .zone .zone-contents .map02__acc {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .map02__acc {
    width: 50%;
    margin: 0 auto;
  }
}
.foodrenewal .zone .zone-contents .map02__img {
  margin-top: -46px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .map02__img {
    width: 85%;
    margin: -32px auto 0;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner {
    max-width: none;
    padding: 0 5%;
  }
}
.foodrenewal .zone .zone-contents .new-map {
  margin: 0 0 180px;
  padding: 45px 0 0;
  background: #DFF2FC;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-map {
    margin: 0 0 85px;
    padding: 70px 0 30px;
  }
}
.foodrenewal .zone .zone-contents .new-map .map-ttl {
  width: 536px;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-map .map-ttl {
    width: 200px;
    top: -35px;
  }
}
.foodrenewal .zone .zone-contents .new-map .map {
  width: 536px;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-map .map {
    width: 100%;
    margin-top: 0;
  }
}
.foodrenewal .zone .zone-contents .bnr-area {
  padding: 75px 0 60px;
  background: rgba(236, 109, 129, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bnr-area {
    padding: 55px 0 45px;
  }
}
.foodrenewal .zone .zone-contents .bnr-area .bnr-ttl {
  width: 242px;
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bnr-area .bnr-ttl {
    width: 180px;
    top: -75px;
  }
}
.foodrenewal .zone .zone-contents .bnr-area .bnr-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bnr-area .bnr-list {
    gap: 20px 4%;
  }
}
.foodrenewal .zone .zone-contents .bnr-area .bnr-list li {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bnr-area .bnr-list li {
    width: 48%;
  }
}
.foodrenewal .zone .zone-contents .update {
  width: 600px;
  padding: 155px 0 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update {
    width: 92%;
    padding: 70px 0 100px;
  }
}
.foodrenewal .zone .zone-contents .update a {
  border: 1px solid #9A7D73;
  box-shadow: 5px 5px 0px 0px rgb(154, 125, 115);
  background: #fff;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a {
    padding: 15px 10px;
  }
}
.foodrenewal .zone .zone-contents .update a::after {
  content: "";
  display: block;
  width: 43px;
  height: 27px;
  background: url(/umedamise/260120foodrenewal/img/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a::after {
    width: 24px;
    height: 15px;
    right: 10px;
    bottom: 15px;
  }
}
.foodrenewal .zone .zone-contents .update a .icon {
  width: 80px;
  height: 80px;
  background: #9A7D73;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .icon {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}
.foodrenewal .zone .zone-contents .update a .icon p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .icon p {
    font-size: 1.2rem !important;
  }
}
.foodrenewal .zone .zone-contents .update a .info {
  width: calc(100% - 95px);
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .info {
    width: calc(100% - 60px);
  }
}
.foodrenewal .zone .zone-contents .update a .info p {
  color: #9A7D73;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .info p {
    font-size: 1.3rem !important;
  }
}
.foodrenewal .zone .zone-contents .update a .info .attention li {
  color: #231815;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .info .attention li {
    font-size: 1.1rem;
  }
}
.foodrenewal .zone .zone-contents .update a:hover {
  box-shadow: 0px 0px 0px 0px rgb(154, 125, 115);
  transform: translateY(5px);
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a:hover {
    box-shadow: 5px 5px 0px 0px rgb(154, 125, 115);
    transform: translateY(0);
  }
}
.foodrenewal .openplan {
  margin-top: 174px;
  background-color: #FFE9D8;
  position: relative;
  padding-block: 90px 50px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan {
    margin-top: 88px;
    padding-block: 52px 50px;
  }
}
.foodrenewal .openplan__inner {
  max-width: 676px;
  margin: 0 auto;
}
.foodrenewal .openplan__ttl {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  max-width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__ttl {
    max-width: none;
    width: 74%;
    top: -21px;
  }
}
.foodrenewal .openplan__ttl img {
  width: 100%;
}
.foodrenewal .openplan__title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__title {
    font-size: 12px;
    margin-bottom: 12px;
    width: 72%;
    margin-inline: auto;
  }
}
.foodrenewal .openplan__columns {
  display: flex;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__columns {
    flex-flow: column;
    gap: 16px;
    width: 72%;
    margin-inline: auto;
  }
}
.foodrenewal .openplan__img {
  width: 350px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__img {
    width: auto;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__img img {
    width: 100%;
  }
}
.foodrenewal .openplan__text {
  font-size: 17px;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__text {
    font-size: 12px;
  }
}
.foodrenewal .openplan__name {
  font-size: 14px;
  position: relative;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__name {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__price {
    font-size: 19px !important;
  }
}
.foodrenewal .openplan__price span {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  padding: 1px 4px;
  border: solid 1px #000;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__price span {
    font-size: 10px;
  }
}
.foodrenewal .openplan__price strong {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__price strong {
    font-size: 21px;
  }
}
.foodrenewal .openplan__annotation li {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__annotation li {
    font-size: 10px;
  }
}
.foodrenewal .openplan__annotation li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.foodrenewal .openplan__btn {
  width: fit-content;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__btn {
    margin-top: 28px;
  }
}
.foodrenewal .openplan__btn a {
  color: #f0831e;
  border: solid 2px #f0831e;
  border-radius: 50px;
  font-size: 23px;
  font-weight: bold;
  background-color: #fff;
  padding: 4px 16px;
  box-shadow: 3px 3px 0 0 #f0831e;
}
@media screen and (max-width: 767px) {
  .foodrenewal .openplan__btn a {
    font-size: 14px;
    display: block;
  }
}
.foodrenewal .event {
  margin-top: 174px;
  background-color: #FFDEE2;
  position: relative;
  padding: 90px 60px 88px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event {
    margin-top: 86px;
    padding: 50px 0 70px;
  }
}
.foodrenewal .event__inner {
  margin: 0 auto;
}
.foodrenewal .event__wrapper {
  max-width: 860px;
  margin-inline: auto;
  margin-block: 50px;
  padding-inline: 90px;
  padding-bottom: 32px;
  background: #FFFBED;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__wrapper {
    margin-block: 22px;
    padding: 20px 30px 15px;
  }
}
.foodrenewal .event__wrapper:not(:last-of-type) {
  margin-bottom: 155px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__wrapper:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
.foodrenewal .event__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/bg_acc.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  top: -49px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__wrapper::before {
    height: 22px;
    top: -21px;
  }
}
.foodrenewal .event__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/bg_acc.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  bottom: -49px;
  left: 0;
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__wrapper::after {
    height: 22px;
    bottom: -21px;
  }
}
.foodrenewal .event__wrapper.pink .event__heading {
  max-width: 586px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__wrapper.pink .event__heading {
    width: 88%;
  }
}
.foodrenewal .event__wrapper.pink .event__columns > li:first-child {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__wrapper.pink .event__columns > li:first-child {
    width: 86%;
    padding-inline: 0;
    padding-left: 24px;
  }
}
.foodrenewal .event__wrapper.pink .event__columns > li:first-child .event__detail {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__wrapper.pink .event__columns > li:first-child .event__detail {
    padding-right: 0;
    margin-top: -4px;
  }
}
.foodrenewal .event__wrapper.pink .event__columns > li:first-child .event__img {
  width: 91%;
  padding-left: 0;
}
.foodrenewal .event__wrapper.pink .event__columns > li:first-child .item-copy {
  right: 5%;
}
.foodrenewal .event__wrapper.pink .event__name {
  color: #ec6d81;
}
.foodrenewal .event__ttl {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  max-width: 406px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__ttl {
    max-width: none;
    width: 70%;
    top: -18px;
  }
}
.foodrenewal .event__ttl img {
  width: 100%;
}
.foodrenewal .event__heading {
  max-width: 486px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__heading {
    margin-bottom: 35px;
    max-width: none;
    width: 76%;
  }
}
.foodrenewal .event__columns {
  display: flex;
  flex-flow: wrap;
  gap: 103px 80px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__columns {
    gap: 40px 36px;
  }
}
.foodrenewal .event__columns li {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__columns li {
    width: calc((100% - 36px) / 2);
  }
}
.foodrenewal .event__columns li:first-child {
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__columns li:first-child {
    margin-inline: 0;
    padding-inline: 22px;
  }
  .foodrenewal .event__columns li:first-child.list01 .event__img {
    width: 100%;
  }
}
.foodrenewal .event__columns li:first-child .item-copy {
  top: -16px;
  right: 34px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__columns li:first-child .item-copy {
    top: -9px;
    right: 19%;
  }
}
.foodrenewal .event__columns li:first-child .item-copy p span {
  background: linear-gradient(180deg, rgb(246, 188, 197) 0%, rgb(236, 91, 129) 100%);
}
.foodrenewal .event__columns li:first-child .event__img {
  width: 100%;
  padding-left: 56px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__columns li:first-child .event__img {
    width: 77%;
    padding-left: 0;
  }
}
.foodrenewal .event__columns li:first-child .event__detail {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__columns li:first-child .event__detail {
    margin-top: 8px;
  }
}
.foodrenewal .event__date {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__date {
    font-size: 12px !important;
    margin-bottom: 6px;
  }
}
.foodrenewal .event__name {
  color: #e94746;
  font-size: 23px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__name {
    font-size: 15px !important;
    margin-bottom: 6px;
  }
}
.foodrenewal .event__text {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__text {
    font-size: 11px !important;
  }
}
.foodrenewal .event__price {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .foodrenewal .event__price {
    font-size: 12px !important;
    margin-top: 6px;
  }
}

.item-copy {
  width: fit-content;
  position: absolute;
  top: 0;
  right: -16px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .item-copy {
    right: -6%;
  }
}
.item-copy p {
  width: 100%;
  font-size: 2.1rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .item-copy p {
    font-size: 1rem !important;
  }
}
.item-copy p span {
  padding: 10px 0;
  color: #fff;
  clip-path: inset(0 0 100% 0);
  background: #c1da80;
  background: linear-gradient(180deg, rgb(193, 218, 128) 0%, rgb(0, 166, 60) 100%);
  display: block;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .item-copy p span {
    padding: 4px 0;
  }
}
.item-copy p span:nth-of-type(2) {
  margin-right: 7px;
  margin-top: 45px;
}

.fadein-item.show .item-copy p span {
  clip-path: inset(0);
  transition: 1s ease 0s;
  transition-delay: 0.7s;
}
.fadein-item.show .item-copy p span:nth-of-type(2) {
  transition-delay: 1.2s;
}

.section-item.show .item-txt .item-copy p span {
  clip-path: inset(0);
  transition: 1s ease 0s;
  transition-delay: 0.7s;
}
.section-item.show .item-txt .item-copy p span:nth-of-type(2) {
  transition-delay: 1.2s;
}

/***電話リンク***/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/***追従ボタン****/
.fix_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    max-width: 126px;
  }
}
/***既存パーツ調整***/
.pageGuide {
  position: relative;
  z-index: 10;
}

.share-sns-column {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
  background: #fff;
}

.menu-column {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.Footer {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #header {
    z-index: 999999999;
  }
}

#header .header-fix-wrap.no-fixed {
  position: static;
}
@media screen and (max-width: 767px) {
  #header .header-fix-wrap.no-fixed .HeaderBody.is-fixed {
    position: static;
  }
}

/******************************/
.Pagetop {
  background: #ec6d81;
  right: 10px !important;
  z-index: 999999999 !important;
}
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb-em {
  margin-bottom: 1em;
}

.txt-c {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */