@charset "UTF-8";
:root {
  --bg-color: #f7f6ea;
  --bg2-color: #f0eed8;
  --bg3-color: #b2cb19;
  --floor-color: #89c681;
  --honkan-color: #ffec3f;
  --line-color: #002d05;
  --dot-color: #c8bb9b;
  --text-color: #796a56;
  --text-color2: #002d05;
  --link-color: #00799f;
  --link-color2: #e48500;
}

/* lazyloadedになったらfadeアニメーションを実行 */
img.lazyloaded {
  animation: fade 1.4s ease-in-out forwards;
  opacity: 0;
  transform: translateY(80px);
}
/* fadeアニメーション */
@keyframes fade {
  0% {
    opacity: 0;
      transform: translateY(80px);
  }
40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.g-main {
  padding-top: 0;
}
.g-main .adjust-width {
  width: 100%;
  outline-offset: -10px;
  background: var(--bg-color);
}
.main-container {
  color: var(--text-color2);
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}
.main-container img {
  width: 100%;
}
.main-container p, .main-container ul {
  margin: 0;
}
.bg-main {
  width: 100%;
  background: url("../image/bg_l.svg") repeat-y left top/10%, url("../image/bg_r.svg") repeat-y right top/10%;
}
.bg-main .main-inner {
  max-width: 1620px;
  margin: 0 auto;
  width: 90%;
  border-right: 10px solid var(--line-color);
  border-left: 10px solid var(--line-color);
  background: var(--bg-color);
  overflow: hidden;
}
@media screen and (min-width: 2000px) {
  .bg-main .main-inner {
    width: calc(100% - 400px);
    max-width: inherit;
  }
}
.bg-main .main-inner .sub-inner {
  width: 100%;
  max-width: none;
  margin-top: 100px;
}
.bg-sec .note {
  position: relative;
  z-index: 1;
}
.bg-sec .note_inner {
  width: 100%;
  max-width: none;
}
.key-visual {
  width: 100%;
  position: relative;
}
.key-visual .key-image {
  max-width: 520px;
  width: 82%;
  margin: 0 auto;
  padding-block: 50px 40px;
  /* background: url(../image/bg-fv.png); */
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 19px;
  animation-name: topAnime1;
  animation-fill-mode: backwards;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 0.2s;
  animation-direction: normal;
}
.key-visual .key-image img {
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  animation-name: topAnime2;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  /*animation-delay: 2.0s;*/
  animation-direction: normal;
  opacity: 0;
  animation-fill-mode: forwards;
}
.key-visual .key-date {
  max-width: 500px;
  margin: 0 auto 20px;
  animation-name: topAnime1;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 0.2s;
  animation-direction: normal;
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes topAnime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes topAnime2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.key-visual .key-title {
  max-width: 450px;
  margin: 50px auto 25px;
  animation-name: topAnime1;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 0.2s;
  animation-direction: normal;
  opacity: 0;
  animation-fill-mode: forwards;
}
.key-visual .text {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  animation-name: topAnime1;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 0.2s;
  animation-direction: normal;
  opacity: 0;
  animation-fill-mode: forwards;
}
.key-visual .logos {
  max-width: 390px;
  margin: 40px auto 0;
  padding-right: 60px;
}
.bg-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fruit-sec {
  max-width: 960px;
  width: 90%;
  margin: 100px auto 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.fruit-item {
  color: var(--text-color);
  font-family: "Noto Sans", sans-serif;
}
.fruit-item .image {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 30px
}
.fruit-item .f-info {
  max-width: 360px;
  margin: 0 auto;
}
.fruit-item .title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-weight: 700;
  display: block;
  background-image: radial-gradient(circle, var(--dot-color) 1px, transparent 3px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 14px 5px;
}
.fruit-item .price {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 1px;
}
.fruit-item .price span {
  font-size: 16px;
  line-height: 30px;
  padding-left: 5px;
  letter-spacing: 1px;
}
.fruit-item .text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 15px;
}
.fruit-item .info-shop {
  margin-top: 10px;
  padding-top: 17px;
  background-image: radial-gradient(circle, var(--dot-color) 1px, transparent 3px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 14px 5px;
}
.fruit-item .info-shop a {
  display: block;
  color: #7A6A56;
  text-decoration: none;
  background: url("../image/icon_link.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center right 5px;
  padding-right: 30px;
}
@media (hover: hover) {
  .fruit-item .info-shop a:hover {
    background-image: url("../image/icon_link_hover.svg");
  }
}
.fruit-item .info-shop .category {
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.fruit-item .info-shop .name {
  padding-bottom: 7px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
.fruit-item .info-shop .floor {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}
.fruit-item .info-shop .floor .s-shop,
.fruit-item .info-shop .floor .honkan {
  display: inline-block;
  border-radius: 15px;
  padding: 5px 30px;
  margin-right: 15px;
}
.fruit-item .info-shop .floor .s-shop {
  background: var(--floor-color);
}
.fruit-item .info-shop .floor .honkan {
  background: var(--honkan-color);
}
.fruit-item .info-shop .floor .tel {
  display: inline-flex;
}
.fruit-item .info-shop .floor .tel span {
  margin-left: 0.5em;
}
.bg-main .sub-inner {
  max-width: 1620px;
  margin: 0 auto;
  width: 90%;
  background: var(--bg2-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bg-main .sub-inner .ibaraking {
  max-width: 700px;
  margin: 100px auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.bg-main .sub-inner .ibaraking .title {
  max-width: 515px;
  width: 90%;
  margin: 20px auto 40px;
}
.bg-main .sub-inner .ibaraking .image {
  max-width: 500px;
  width: 90%;
  margin: 20px auto 40px;
}
.bg-main .sub-inner .ibaraking .text {
  color: #7A6A56;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}
.note_inner {
  max-width: 1620px;
  margin: 0 auto;
  padding-block: 100px;
  width: 90%;
  background: var(--bg-color);
  overflow: hidden;
}
.note ul {
  width: fit-content;
  margin: 0 auto;
}
.note ul li {
  color: #7A6A56;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Noto Sans", sans-serif;
  list-style: none;
  padding-bottom: 10px;
}
.note ul li:before {
  content: '※';
  padding-right: 0.5em;
}
.pagetop {
  z-index: 90;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 0;
  background-image: url("../image/button-pagetop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.pagetop:before {
  display: none;
}
@media (hover: hover) {
  .pagetop:hover {
    background-image: url("../image/button-pagetop-hover.svg");
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .note ul {
    padding-inline: 1em;
  }
  .pagetop {
    right: calc(5% + 15px);
    bottom: 15px;
    width: 45px;
    height: 45px;
  }
}

span.sp_block {
  display: inline;
}
span.pc_block {
  display: block;
}

@media screen and (min-width: 768px) {
  /* PC */
  /* .key-visual {
    background: url("../image/bg_head.png");
    background-repeat: no-repeat;
    background-size: 92% auto;
    background-position: center 51px;
  } */
  .key-visual:before,
  .key-visual:after,
  .key-visual-inner:before,
  .key-visual-inner:after {
    content: "";
    display: block;
    position: absolute;
  }
  .key-visual:before {
    width: 294px;
    height: 200px;
    top: 80px;
    left: 80px;
    background: url("../image/kv_illust_1.png") no-repeat 0 0 / contain;
  }
  .key-visual:after {
    width: 120px;
    height: 112px;
    top: 120px;
    right: 40px;
    background: url("../image/kv_illust_2.png") no-repeat 0 0 / contain;
  }
  .key-visual-inner:before {
    width: 119px;
    height: 190px;
    left: 60px;
    bottom: 60px;
    background: url("../image/kv_illust_3.png") no-repeat 0 0 / contain;
  }
  .key-visual-inner:after {
    width: 209px;
    height: 144px;
    right: 140px;
    bottom: 260px;
    background: url("../image/kv_illust_4.png") no-repeat 0 0 / contain;
  }
  .fruit-item {
    width: 50%;
  }
  .fruit-item:first-child {
    margin-top: 0;
  }
  .fruit-item:nth-child(2n) {
    float: right;
    clear: right;
    margin-top: 190px;
  }
  .fruit-item:nth-child(2) {
    margin-top: 250px;
  }
  .fruit-item:nth-child(2n+1) {
    float: left;
    clear: left;
    margin-bottom: 160px;
  }
  /* #duckyduck.fruit-item .image {
    max-width: 430px;
    margin-left: 0;
  } */
  #azabusabo.fruit-item .image {
    max-width: 450px;
  }
  #yasaiwotaberu.fruit-item .image {
    max-width: 470px;
  }
  /* #agio.fruit-item .image {
    max-width: 425px;
  } */
  /* #ginzaaster.fruit-item .image {
    max-width: 379px;
  }
  #kashiwaissaan.fruit-item .image {
    max-width: 381px;
  } */
  /* #matsuo.fruit-item .image {
    max-width: 440px;
  } */
  /* .bg-main .sub-inner:after {
    content: "";
    width: 84%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 100px;
    background: url("../image/bg_sub.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: 0;
  } */
}
@media screen and (min-width: 1080px) {
  .bg-sec:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 10%;
    background: url("../image/bg_in_l.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    content: "";
  }
  .bg-sec:after {
    position: absolute;
    top: 400px;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 10%;
    background: url("../image/bg_in_r.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    content: "";
  }
}
@media screen and (min-width: 1480px) {
  .bg-sec:before {
    width: 260px;
  }
  .bg-sec:after {
    width: 260px;
  }
}
@media screen and (min-width: 2000px) {
  .key-visual {
    background-size: 1500px auto;
  }
  .bg-sec:before {
    width: 15%;
  }
  .bg-sec:after {
    width: 15%;
  }
}
@media screen and (max-width: 1480px) {
  .key-visual:before {
    width: 19vw;
    left: 5vw;
  }
  .key-visual:after {
    width: 8vw;
    right: 2.5vw;
  }
  .key-visual-inner:before {
    width: 8vw;
    left: 2.5vw;
  }
  .key-visual-inner:after {
    width: 16vw;
    right: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}
@media screen and (max-width: 767px) {
  /* smart phone */
  .g-main .adjust-width:has(.fruit-sec) {
    padding: 0;
  }
  .adjust-width-custom {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }
  /* header */
  .pc_only, .is_pc_custom {
    display: none
  }
  .sp_only {
    display: block;
  }
  span.sp_block {
    display: block;
  }
  span.pc_block {
    display: inline;
  }
  .key-visual {
    padding-top: 10px;
  }
  .key-visual .key-image {
    width: 78%;
    margin: 10px auto 0px;
    padding: 5px 2px 25px;
    background-position: 0 12px;
  }
  .key-visual .key-date {
    width: 80%;
    margin: 0 auto 10px;
  }
  .key-visual .key-title {
    width: 80%;
    margin: 30px auto 15px;
  }
  .key-visual .text {
    font-size: 16px;
    line-height: 27px;
  }
  .key-visual .logos {
    max-width: 65%;
    margin: 34px 24% 20px 11%;
    padding: 0;
  }
  .fruit-sec {
    width: 90%;
    margin: 0 auto 20px;
  }
  .fruit-item {
    padding-top: min(20vw, 70px);
  }
  .fruit-item:last-child {
    margin-bottom: 15px;
  }
  .fruit-item .image {
    width: 84%;
    margin: 0 auto 20px;
  }
  #azabusabo.fruit-item .image,
  #yasaiwotaberu.fruit-item .image {
    width: 100%;
  }
  .fruit-item .title {
    margin-bottom: 10px;
    padding-bottom: 15px;
    background-image: radial-gradient(circle, var(--dot-color) 2px, transparent 2px);
    background-size: 10px 4px;
  }
  .fruit-item .info-shop {
    margin-top: 10px;
    padding-top: 18px;
    background-image: radial-gradient(circle, var(--dot-color) 2px, transparent 2px);
    background-size: 10px 4px;
  }
  .fruit-item .text {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .fruit-item .info-shop .floor .s-shop,
  .fruit-item .info-shop .floor .honkan {
    padding: 5px 15px;
    margin-right: 10px;
  }
  .fruit-item .info-shop a {
    background: url("../image/icon_link.svg");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: top 15px right 5px;
    padding-right: 10px;
  }
  .fruit-item .info-shop .name {
    display: block;
    padding-right: 28px;
  }
  .bg-main {
    background-size: 13vw auto;
  }
  .bg-main .main-inner {
    border-width: 2px;
  }
  /* .bg-main .bg-sp {
    background: url(../image/bg_sp.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding-bottom: 10px;
  } */
  .bg-main .main-inner .sub-inner {
    margin: min(20vw, 70px) auto 0;
    padding-block: min(15vw, 50px) min(20vw, 70px);
    background: #fff;
    overflow: hidden;
  }
  .bg-main .sub-inner .ibaraking {
    margin: 0 auto;
  }
  .bg-main .sub-inner .ibaraking .title {
    margin: 35px auto 25px;
  }
  .bg-main .sub-inner .ibaraking .image {
    width: 90%;
    margin: 20px auto 20px;
  }
  .bg-main .sub-inner .ibaraking .text {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 28px;
  }
 
  .note .note_inner {
    padding-block: min(20vw, 70px);
  }
  .note ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}

/*-- 追記 --*/
.fruit-item .link {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.fruit-item .link a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
  color: var(--link-color);
}
.fruit-item .link a:after {
  content:"";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 4px;
  background: url("../image/icon_link_2.svg"); no-repeat left center;
  background-size: cover;
}
.fruit-item .link a:hover {
  font-weight: 700;
  text-decoration: none;
  color: var(--link-color2);
}
.fruit-item .link a:hover:after {
  background: url("../image/icon_link_2_hover.svg"); no-repeat left center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
	.fruit-item .link a br {
	    display: none;
	}
}
