@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.minamiyukuhashi_asobotcha p {
  line-height: 1.2;
}

.w1100 {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

.con {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.con__list {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .con__list {
    justify-content: space-between;
  }
}

/* -------------------------------------
        あそぼっちゃ
------------------------------------- */
.asobotcha__btntxt {
  margin-top: 20px;
  text-align: center;
  color: #5D2B0D;
  font-weight: 700;
}

/* -------------------------------------
        お花見
------------------------------------- */
.con {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .con {
    margin-top: 80px;
  }
}
.con__ttlwrap {
  position: relative;
  background: #FFF000;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .con__ttlwrap {
    padding-bottom: 50px;
  }
}
.con__ttlwrap::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80px;
  max-width: 1000px;
  background: url(../img//0319/con-ttl-bg.png) no-repeat;
  background-size: contain;
  text-align: center;
  background-position: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .con__ttlwrap::before {
    width: 90%;
    height: 90px;
  }
}
.con__ttlwrap::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 80px;
  max-width: 1000px;
  background: url(../img/0319/con-ttl-sakura.png) no-repeat;
  background-size: contain;
  text-align: center;
  background-position: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
.con__ttl {
  position: relative;
  width: 75%;
  margin: 0 auto;
  max-width: 400px;
  z-index: 1;
}
.con__kikan {
  position: relative;
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 15px;
  background: #EB6D94;
  border-radius: 40px;
  padding: 8px 1em 12px;
}
@media screen and (max-width: 767px) {
  .con__kikan {
    width: 85%;
    margin-top: 10px;
  }
}
.con__kikan p {
  position: relative;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .con__kikan p {
    font-size: 1.1em;
  }
}
.con__kikan p span.uridashi {
  margin-right: 4px;
  font-size: 0.8em;
}
.con__kikan p span.small {
  font-size: 0.8em;
}
.con__kikan::before, .con__kikan::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 72px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .con__kikan::before, .con__kikan::after {
    bottom: -50px;
    width: 25%;
    height: 45px;
  }
}
.con__kikan::before {
  background: url(../img/0319/youkun.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  left: -25%;
}
@media screen and (max-width: 767px) {
  .con__kikan::before {
    left: 25%;
  }
}
.con__kikan::after {
  background: url(../img/0319/mechan.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  right: -25%;
}
@media screen and (max-width: 767px) {
  .con__kikan::after {
    right: 25%;
  }
}

.ohanami {
  padding-bottom: 60px;
  background: #BCE5FF;
  background: url(../img/0319/ohanami-bg.png), linear-gradient(145deg, rgb(188, 229, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 234, 252) 100%);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .ohanami {
    background: linear-gradient(145deg, rgb(188, 229, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 234, 252) 100%);
  }
}
.ohanami__ttl {
  width: 100%;
  text-align: center;
}
.ohanami__subttl {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ohanami__subttl {
    margin-top: 40px;
  }
}
.ohanami__subttl--kanpai {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 10px;
}
.ohanami__subttl--kanpai::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: #fff;
  border-radius: 90px 90px 0 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .ohanami__subttl--kanpai::after {
    border-radius: 40px 40px 0 0;
  }
}
.ohanami__subttl--kanpai img {
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ohanami__subttl--kanpai img {
    width: 95%;
  }
}
.ohanami__list--kanpai {
  padding: 40px 0.5em 60px;
  border-radius: 0 0 90px 90px;
  background: #FFF697;
  background: linear-gradient(180deg, rgb(255, 246, 151) 20%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  .ohanami__list--kanpai {
    padding-top: 20px;
    border-radius: 0 0 40px 40px;
  }
}

/* -------------------------------------
        青果大市
------------------------------------- */
.seika {
  padding: 60px 0 120px;
  border-top: 12px solid #3FAF3B;
  background: #FFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%), url(../img/0319/seika-bg.png);
  background-size: auto, cover;
}
@media screen and (max-width: 767px) {
  .seika {
    padding: 30px 0 60px;
  }
}
.seika__ttl {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .seika__ttl {
    margin-bottom: 10px;
  }
}
.seika .item {
  border-radius: 0;
  background: #fff;
  box-shadow: 2px 2px 0 #FFF000;
}
.seika .con__kikan {
  text-align: center;
  background: #E50012;
  margin-top: 0;
  margin-bottom: 20px;
}
.seika .con__kikan::before, .seika .con__kikan::after {
  content: none;
}

/* -------------------------------------
        日替わり
------------------------------------- */
.higawari {
  padding-bottom: 120px;
  background-image: linear-gradient(-45deg, #FCE3E5 25%, #FEF6F7 25%, #FEF6F7 50%, #FCE3E5 50%, #FCE3E5 75%, #FEF6F7 75%, #FEF6F7);
  background-size: 300px 300px;
}
@media screen and (max-width: 767px) {
  .higawari {
    padding-bottom: 80px;
  }
}
.higawari__ttlwrap {
  position: relative;
  background: #E50012;
  padding: 20px 0 10px;
  text-align: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .higawari__ttlwrap {
    margin-bottom: 100px;
  }
}
.higawari__ttlwrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 71px;
  background-color: #e50012;
  clip-path: polygon(50% 70px, 0% 0%, 100% 0%);
  bottom: -70px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .higawari__ttlwrap::before {
    width: 100%;
    height: 51px;
    background-color: #e50012;
    clip-path: polygon(50% 50px, 0% 0%, 100% 0%);
    bottom: -50px;
  }
}
.higawari__ttl {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.higawari__wrap {
  position: relative;
  border-radius: 20px;
  border: 2px solid #E50012;
  background: #fff;
  margin-top: 120px;
  padding: 60px 0.5em 2em;
}
@media screen and (max-width: 767px) {
  .higawari__wrap {
    margin-top: 80px;
    padding-top: 10%;
  }
}
.higawari__day {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .higawari__day {
    top: -5%;
  }
}
@media screen and (max-width: 767px) {
  .higawari__day {
    width: 85%;
    top: -5%;
    max-width: 400px;
  }
}
.higawari__reito {
  max-width: 800px;
  margin: 20px auto 10px;
  padding: 1.5em 1em;
  background: #0079C2;
  border-radius: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .higawari__reito {
    padding: 1em 0.5em;
    border-radius: 12px;
  }
}
.higawari__reito__img {
  max-width: 600px;
  margin: 0 auto;
}
.higawari__reito p {
  margin-top: 1em;
  font-size: 0.9em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .higawari__reito p {
    font-size: 0.8em;
  }
}
.higawari .item {
  background: #FFFCD1;
  border-radius: 0;
  box-shadow: 3px 3px 3px #BCBCBC;
}

/* -------------------------------------
        共通
------------------------------------- */
.item {
  width: 30%;
  position: relative;
  height: auto;
  padding: 1em 10px 1em;
  margin: 0.5em;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 330px;
  text-align: left;
  border-radius: 20px;
  border: none;
  box-shadow: 3px 3px 3px rgba(242, 170, 218, 0.75);
}
@media screen and (max-width: 767px) {
  .item {
    width: 48%;
    padding: 0.5em 0.5em 1em;
    margin: 8px 0;
    min-width: auto;
    max-width: 400px;
    border-radius: 10px;
  }
}
.item__img {
  position: relative;
  text-align: center;
  margin-bottom: 4px;
}
.item__icon {
  position: absolute;
  width: 26%;
  top: -6%;
  left: -2%;
}
@media screen and (max-width: 767px) {
  .item__icon {
    width: 30%;
    top: -2%;
  }
}
.item__icon img {
  width: 100%;
}
.item__limited {
  font-size: 0.95em;
  padding: 2px 0 4px;
  text-align: center;
  margin-bottom: 4px;
  border: 1px solid #e50012;
  color: #e50012;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .item__limited {
    font-size: 0.9em;
    padding: 0 0 2px;
  }
}
.item__kagiri {
  font-size: 0.95em;
  padding: 2px 0 4px;
  text-align: center;
  margin-bottom: 4px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .item__kagiri {
    font-size: 0.9em;
    padding: 0 0 2px;
  }
}
.item__logo {
  position: absolute;
  width: 25%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .item__logo {
    width: 30%;
    max-width: 70px;
  }
}
.item__logo--pan {
  width: 30%;
}
.item__youme {
  width: 25%;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .item__youme {
    width: 35%;
  }
}
.item__fish {
  display: inline-block;
  background: #0080CB;
  color: #fff;
  padding: 0 4px 2px;
  margin-bottom: 4px;
  font-size: 0.9em;
}
.item__sanchi {
  font-size: 0.9em;
  margin-bottom: 2px;
}
.item__ttl {
  font-size: 1.1em;
  margin-bottom: 4px;
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1em;
  }
}
.item__ttl span.small {
  font-size: 0.8em;
}
.item__about {
  display: inline-block;
  background: #000000;
  padding: 0 4px 4px;
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.item__comment {
  font-size: 0.9em;
  margin-top: 4px;
  margin-bottom: 4px;
}
.item__notice {
  font-size: 0.9em;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .item__notice {
    font-size: 0.8em;
  }
}
.item__price {
  margin-top: auto;
  position: relative;
  text-align: right;
  color: #E50012;
  z-index: 1;
  font-size: 2.2em;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .item__price {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.5em;
  }
}
.item__price span.small {
  font-size: 0.5em;
  margin-right: 2px;
}
@media screen and (max-width: 1024px) {
  .item__price span.small {
    font-size: 0.6em;
  }
}
.item__price span.yoridori {
  font-size: 0.5em;
  margin-right: 2px;
}
@media screen and (max-width: 1024px) {
  .item__price span.yoridori {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .item__price span.yoridori {
    display: block;
    margin-top: 8px;
  }
}
.item__price span.yen {
  font-size: 0.6em;
}
.item__tax {
  text-align: right;
  color: #E50012;
}
.item__notice {
  font-size: 0.9em;
}

.couponprice {
  margin-top: auto;
  border: 2px solid #009d88;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .couponprice {
    display: block;
  }
}
.couponprice .c-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 6px;
  background: #009d88;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt {
    padding: 4px 2px;
    text-align: center;
  }
}
.couponprice .c-txt p {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .couponprice .c-txt p {
    font-size: 0.8em;
    text-align: center;
  }
}
.couponprice .c-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 8px;
  background: #fff100;
  text-align: center;
}
.couponprice .c-price p {
  color: #e6002d;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .couponprice .c-price p {
    font-size: 1.6em;
  }
}
.couponprice .c-price p span.small {
  font-size: 0.8em;
}

.con__list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .con__list {
    justify-content: space-around;
  }
}

.con__btn {
  width: 95%;
  margin: 0 auto;
  max-width: 400px;
  margin-top: 10px;
}
.con__btn a {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  border: 3px solid #5D2B0D;
  color: #5D2B0D;
  padding: 12px 10px;
  font-weight: 700;
  font-size: 1.1em;
  box-shadow: 3px 3px 3px #AAAAAA;
}
.con__btn a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/arrow-brown.svg) no-repeat;
  background-size: contain;
  right: 3%;
  top: 32%;
  transition: all 0.3s;
}
.con__btn a:hover {
  box-shadow: none;
}
.con__btn a:hover::after {
  right: 2%;
}

.mainnotice {
  width: 95%;
  margin: 60px auto;
  max-width: 1200px;
}
.mainnotice p {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.4;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.4s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.asobotcha__img {
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .asobotcha__img {
    width: 100%;
  }
}
.shunen__main {
  margin-bottom: 20px;
}