@charset "UTF-8";

/*
 * agri.css
*/
/*
	File Name   : webfont.scss
	Description : webfont用
*/
/*------------------------------------------------------*/
/* web font */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*
font-family: 'Zen Old Mincho', serif;
font-weight:400; Regular
font-weight:700; bold
font-weight:900; Black
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:300; Light
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
/*
font-family: 'Noto Serif JP', serif;
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
コンテンツ幅について
*/
/*#231815
#040000
#221714

#000000*/
/*
	File Name   : page-agri.scss
	Description : あぐりっこ農園
　
　01.あぐりっこ農園
　02.あぐりっこ農園 - 各農園
　03.イベント情報詳細
　04.レシピ一覧
　05.レシピ詳細
　06.川崎の直売所マップ
*/
/* 01.あぐりっこ農園
----------------------------------------------------------- */
.slide-aguricconouen {
  margin-bottom: 1.5em;
  padding-top: 140px;
}

.slide-aguricconouen figure {
  max-width: 1100px;
  width: 100%;
  margin: 0 0.5em;
  overflow: hidden;
}

.slide-aguricconouen figure a {
  display: block;
}

.slide-aguricconouen figure a:hover {
  opacity: 0.7;
  transition: 0.4s all;
}

.slide-aguricconouen figure img {
  width: 100%;
}

.slide-aguricconouen .slick-prev {
  top: 70%;
}

.slide-aguricconouen .slick-next {
  top: 70%;
}

/* SP */
@media screen and (max-width: 960px) {
  .slide-aguricconouen {
    margin-bottom: 3em;
    padding-top: calc(140 / 750 * 100vw);
  }
  .slide-aguricconouen figure {
    max-width: 100%;
    margin: 0 0.2em;
  }
}

/* お知らせ */
.agri-news {
  width: 100%;
  padding: 50px 1em 55px;
  margin-bottom: 60px;
  border-radius: 30px;
  background: url("/assets/images/agri/aguricconouen/bg_aguricconouen-news.jpg") no-repeat 50% 50%/cover;
  position: relative;
  box-sizing: border-box;
  z-index: 15;
}

.agri-news__content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.agri-news__content .info-list {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  margin-bottom: 28px;
}

.agri-news__content .info-list li {
  display: flex;
  position: relative;
  padding: 12px 0.5em 13px;
  border-bottom: 1px solid #bab496;
}

.agri-news__content .info-list li:first-child {
  border-top: 1px solid #bab496;
}

.agri-news__content .info-list li .date {
  max-width: 150px;
  width: 100%;
  margin-right: 50px;
  font-weight: 500;
}

.agri-news__content .info-list li a {
  font-weight: 900;
}

.agri-news__content .info-list li a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.agri-news__content .info-list li:last-child::after {
  content: none;
}

/* SP */
@media screen and (max-width: 960px) {
  .agri-news {
    width: 100%;
    padding: 2em 1em 2em;
    margin-bottom: 3em;
    border-radius: calc(30 / 750 * 100vw);
    background: url("/assets/images/agri/aguricconouen/bg_aguricconouen-news.jpg") no-repeat 50% 50%/cover;
    position: relative;
    box-sizing: border-box;
    z-index: 15;
  }
  .agri-news__content {
    max-width: 100%;
    margin: 0 auto;
  }
  .agri-news__content .info-list {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 1.5em;
  }
  .agri-news__content .info-list li {
    flex-direction: column;
    padding: 1em 0.5em 1em;
  }
  .agri-news__content .info-list li .date {
    max-width: 100%;
    margin-right: inherit;
  }
}

.agri-nav {
  padding-bottom: 65px;
  background: url("/assets/images/agri/aguricconouen/bg_agri-nav.jpg") no-repeat 0 138px/cover;
}

.agri-nav__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.agri-nav__info {
  max-width: 310px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 50px;
}

.agri-nav__info figure {
  width: 100%;
  line-height: 0;
}

.agri-nav__info figure img {
  width: 100%;
}

.agri-nav__info dl {
  padding: 40px 20px 25px;
  line-height: 1.5;
}

.agri-nav__info dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5em;
}

.agri-nav__info dl dt small {
  font-size: 16px;
}

.agri-nav__info dl dt span {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.agri-nav__info .btn-center {
  padding: 0 20px;
}

.agri-nav__info .btn-center .btn-arw--corner {
  max-width: 100%;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
}

.agri-nav__info .btn-center .btn-arw--corner::after {
  background: url("/assets/images/common/icon_btn_arw_white.svg") no-repeat 100% 50%/9px 6px;
  width: 9px;
  height: 6px;
}

/* SP */
@media screen and (max-width: 960px) {
  .container-fluid.aguricco-rev {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .agri-nav {
    order: 3;
    padding-bottom: 3em;
    background: url("/assets/images/agri/aguricconouen/bg_agri-nav.jpg") no-repeat 0 calc(100 / 750 * 100vw)/cover;
  }
  .agri-nav__inner {
    max-width: 100%;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1.5em;
    padding: 1em 2.5em;
    box-sizing: border-box;
  }
  .agri-nav__info {
    max-width: 100%;
    width: 100%;
    border-radius: calc(30 / 750 * 100vw);
    padding-bottom: 1.5em;
  }
  .agri-nav__info dl {
    padding: 2em 1em 1.5em;
    line-height: 1.5;
  }
  .agri-nav__info dl dt {
    margin-bottom: 1.5em;
  }
  .agri-nav__info dl dt small {
    font-size: calc(24 / 750 * 100vw);
  }
  .agri-nav__info dl dt span {
    font-size: calc(44 / 750 * 100vw);
  }
  .agri-nav__info .btn-center {
    padding: 0 1em;
  }
  .agri-nav__info .btn-center .btn-arw--corner {
    max-width: 100%;
    height: calc(80 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.agri-about {
  padding: 140px 1em 100px;
}

.agri-about__content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.agri-about__content .text-description {
  padding-left: 90px;
  font-size: 24px;
  line-height: 1.6;
}

.agri-about__content .about_ph01 {
  position: absolute;
  right: 42px;
  top: -15px;
  max-width: 330px;
  width: 100%;
}

.agri-about__content .about_ph01 img {
  width: 100%;
}

.agri-about__content .about_bg01 {
  position: absolute;
  left: -660px;
  top: -28px;
  width: 790px;
}

.agri-about__content .about_bg01 img {
  width: 100%;
}

.agri-about__content .about_bg02 {
  position: absolute;
  right: -626px;
  top: 67px;
  width: 671px;
}

.agri-about__content .about_bg02 img {
  width: 100%;
}

.agri-about__title {
  max-width: 552px;
  width: 100%;
  margin-bottom: 0.5em;
  padding-left: 18px;
}

.agri-about__title img {
  width: 100%;
}

.agri-about__subtitle {
  max-width: 348px;
  width: 100%;
  padding-left: 170px;
  margin-bottom: 1.2em;
}

.agri-about__subtitle img {
  width: 100%;
}

.agri-about__list {
  padding-left: 170px;
}

.agri-about__list li + li {
  margin-top: 0.2em;
}

.agri-about__merit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  margin-top: 115px;
}

.agri-about__merit .merit-info {
  max-width: 310px;
  width: 100%;
}

.agri-about__merit .merit-info figure {
  width: 100%;
  line-height: 0;
  margin-bottom: 1em;
}

.agri-about__merit .merit-info figure img {
  width: 100%;
}

.agri-about__merit .merit-info dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #e9a530;
  margin-bottom: 0.8em;
  text-align: center;
}

.agri-about__merit .merit-info dl dd {
  padding: 0 20px;
}

/* SP */
@media screen and (max-width: 960px) {
  .agri-about {
    padding: 0 1em 3em;
    order: 1;
  }
  .agri-about__content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .agri-about__content .text-description {
    padding-left: 0;
    padding-right: calc(240 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6;
  }
  .agri-about__content .about_ph01 {
    position: absolute;
    right: 0;
    top: calc(-20 / 750 * 100vw);
    max-width: calc(240 / 750 * 100vw);
  }
  .agri-about__content .about_ph01 img {
    width: 100%;
  }
  .agri-about__content .about_bg01 {
    display: none;
  }
  .agri-about__content .about_bg02 {
    display: none;
  }
  .agri-about__title {
    max-width: calc(400 / 750 * 100vw);
    width: 100%;
    margin-bottom: 0.5em;
    padding-left: 0;
  }
  .agri-about__subtitle {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.5em;
  }
  .agri-about__list {
    padding-left: 1em;
  }
  .agri-about__list li span {
    margin-left: -1.2em;
    text-indent: 1.2em;
  }
  .agri-about__merit {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1em;
    margin-top: 3em;
  }
  .agri-about__merit .merit-info {
    max-width: 100%;
    display: flex;
  }
  .agri-about__merit .merit-info figure {
    max-width: calc(400 / 750 * 100vw);
    margin-bottom: 1em;
  }
  .agri-about__merit .merit-info figure img {
    width: 100%;
  }
  .agri-about__merit .merit-info dl {
    padding-top: 1em;
    padding-left: 1.2em;
  }
  .agri-about__merit .merit-info dl dt {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: 0.3em;
    text-align: left;
  }
  .agri-about__merit .merit-info dl dd {
    padding: 0;
    line-height: 1.4;
  }
}

.agri-voice__content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 0 100px;
  height: 330px;
  border-radius: 165px;
  background-color: #fff;
  margin-top: -50px;
  margin-left: -200px;
  width: 100%;
  box-sizing: border-box;
}

.agri-voice__content dl dt {
  max-width: 418px;
  width: 100%;
  margin-bottom: 0.5em;
}

.agri-voice__content dl dt img {
  width: 100%;
}

.agri-voice__content dl dd {
  font-size: 24px;
  padding-left: 15px;
}

.agri-voice__inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.agri-voice__inner + .agri-voice__inner {
  margin-top: 170px;
}

.agri-voice__inner figure {
  width: 500px;
  position: relative;
  z-index: 5;
  flex-shrink: 0;
}

.agri-voice__inner figure img {
  position: absolute;
  right: 0;
  width: 998px;
  max-width: inherit;
}

.agri-voice__inner.right {
  flex-direction: row;
}

.agri-voice__inner.right figure {
  width: 500px;
  position: relative;
  z-index: 5;
}

.agri-voice__inner.right figure img {
  right: inherit;
  left: 0;
}

.agri-voice__inner.right .agri-voice__content {
  justify-content: flex-end;
  margin-top: -50px;
  margin-left: inherit;
  margin-right: -200px;
}

.agri-voice__inner.right .agri-voice__content dl dt {
  max-width: 383px;
  width: 100%;
}

/* SP */
@media screen and (max-width: 960px) {
  .agri-voice {
    overflow-x: hidden;
    padding-bottom: calc(500 / 750 * 100vw);
    order: 2;
  }
  .agri-voice__content {
    padding: 0 calc(100 / 750 * 100vw);
    height: calc(300 / 750 * 100vw);
    border-radius: calc(150 / 750 * 100vw);
    margin-top: inherit;
    margin-left: inherit;
  }
  .agri-voice__content dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .agri-voice__content dl dt img {
    width: 100%;
  }
  .agri-voice__content dl dd {
    font-size: calc(28 / 750 * 100vw);
    padding-left: 15px;
  }
  .agri-voice__inner {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .agri-voice__inner + .agri-voice__inner {
    margin-top: calc(220 / 750 * 100vw);
  }
  .agri-voice__inner figure {
    width: 90%;
    position: relative;
    z-index: 5;
    flex-shrink: 0;
    margin-top: calc(-60 / 750 * 100vw);
  }
  .agri-voice__inner figure img {
    position: absolute;
    right: 0;
    width: calc(998 / 750 * 100vw);
    max-width: inherit;
  }
  .agri-voice__inner.right {
    flex-direction: column;
  }
  .agri-voice__inner.right figure {
    width: 90%;
    position: relative;
    z-index: 5;
    margin-left: 2em;
  }
  .agri-voice__inner.right figure img {
    right: inherit;
    left: 0;
  }
  .agri-voice__inner.right .agri-voice__content {
    justify-content: flex-end;
    margin-top: inherit;
    margin-left: inherit;
    margin-right: inherit;
  }
  .agri-voice__inner.right .agri-voice__content dl dt {
    max-width: calc(383 / 750 * 100vw);
    width: 100%;
  }
}

.footer-contact {
  width: 100%;
  background: url("/assets/images/agri/aguricconouen/bg_aguricconouen-footer.jpg") no-repeat 50% 0/cover;
  margin-top: 120px;
}

.footer-contact .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.footer-contact .content .agri-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-contact .content .agri-contact dt {
  max-width: 406px;
  width: 100%;
}

.footer-contact .content .agri-contact dd a {
  display: block;
  max-width: 380px;
  height: 60px;
}

.footer-contact .content .agri-contact dd a img {
  width: 100%;
}

.footer-contact .content .agri-contact dd a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.footer-contact .content .agri-guidebook {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 35px;
}

.footer-contact .content .agri-guidebook dt {
  max-width: 456px;
  width: 100%;
}

.footer-contact .content .agri-guidebook dd a {
  display: block;
  max-width: 380px;
  height: 60px;
}

.footer-contact .content .agri-guidebook dd a img {
  width: 100%;
}

.footer-contact .content .agri-guidebook dd a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

/* SP */
@media screen and (max-width: 960px) {
  .footer-contact {
    width: 100%;
    background: url("/assets/images/agri/aguricconouen/bg_aguricconouen-footer.jpg") no-repeat 50% 0/cover;
    margin-top: calc(200 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) 1.5em;
    box-sizing: border-box;
  }
  .footer-contact .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: inherit;
  }
  .footer-contact .content .agri-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-contact .content .agri-contact dt {
    max-width: calc(500 / 750 * 100vw);
  }
  .footer-contact .content .agri-contact dd a {
    max-width: calc(460 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
  .footer-contact .content .agri-guidebook {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 2.5em;
  }
  .footer-contact .content .agri-guidebook dt {
    max-width: calc(520 / 750 * 100vw);
    width: 100%;
  }
  .footer-contact .content .agri-guidebook dd a {
    max-width: calc(460 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}

/* 02.あぐりっこ農園 - 各農園
----------------------------------------------------------- */
.aguricconouen-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto 3em;
}

.aguricconouen-img figure {
  max-width: 280px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.aguricconouen-img figure img {
  width: 100%;
}

.aguricconouen-access {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  width: 100%;
  margin: 0 auto 5em;
}

.aguricconouen-access__text {
  max-width: 310px;
  width: 100%;
}

.aguricconouen-access__text dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.2em;
}

.aguricconouen-access__text dd {
  padding-left: 1.4em;
}

.aguricconouen-access__text dd + dt {
  margin-top: 1.5em;
}

.aguricconouen-access__map {
  max-width: 530px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.aguricconouen-access__map img {
  width: 100%;
}

/* SP */
@media screen and (max-width: 960px) {
  .aguricconouen-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 0.1em;
         column-gap: 0.1em;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 2em;
  }
  .aguricconouen-img figure {
    max-width: 100%;
    border-radius: calc(30 / 750 * 100vw);
  }
  .aguricconouen-access {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5em;
  }
  .aguricconouen-access__text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .aguricconouen-access__text dt {
    font-size: calc(28 / 750 * 100vw);
    font-weight: 700;
    margin-bottom: 0.2em;
  }
  .aguricconouen-access__text dd {
    padding-left: 1.4em;
  }
  .aguricconouen-access__text dd + dt {
    margin-top: 1em;
  }
  .aguricconouen-access__map {
    max-width: 530px;
    width: 100%;
    border-radius: calc(30 / 750 * 100vw);
    overflow: hidden;
  }
  .aguricconouen-access__map img {
    width: 100%;
  }
}

/* 03.イベント情報詳細
----------------------------------------------------------- */
.event-detail__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 2em auto 3em;
}

.event-detail__info {
  width: 100%;
}

.event-detail__info th,
.event-detail__info td {
  vertical-align: top;
  padding: 8px 3px;
}

.event-detail__info th i {
  width: 65px;
  height: 26px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8dad71;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
}

.event-detail__img {
  max-width: 445px;
  width: 100%;
}

.event-detail__img img {
  width: 100%;
}

/* SP */
@media screen and (max-width: 960px) {
  .event-detail__inner {
    flex-direction: column;
    max-width: 100%;
    margin: 2em auto 3em;
  }
  .event-detail__info {
    width: 100%;
  }
  .event-detail__info th,
  .event-detail__info td {
    display: block;
    padding: 8px 3px;
  }
  .event-detail__info th {
    margin-top: 0.5em;
    padding: 8px 3px 0;
  }
  .event-detail__info th i {
    width: calc(120 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    border-radius: 5px;
    font-size: calc(24 / 750 * 100vw);
  }
  .event-detail__img {
    max-width: 100%;
    width: 100%;
    padding: 0 1em;
    margin-top: 1.5em;
    box-sizing: border-box;
  }
}

/* 04.レシピ一覧
----------------------------------------------------------- */
/* 検索領域 */
.search-box {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 3em;
}

.search-keyword {
  margin-bottom: 1em;
}

.search-keyword__form {
  display: flex;
}

.search-keyword__form input[type='text'] {
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #a6a6a6;
  border-right: none;
  background: #fff;
  height: 45px;
  width: 285px;
  padding: 0 15px;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 16px;
  outline: none;
}

.search-keyword__form input[type='submit'] {
  background-color: #000000;
  border: 0;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 45px;
  width: 87px;
  border: none;
  border-radius: 0px 10px 10px 0px;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  outline: none;
}

.recipe-search + .recipe-search {
  margin-top: 0.5em;
}

.recipe-search dl {
  display: flex;
  align-items: center;
}

.recipe-search dl dt {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  padding-right: 10px;
  min-width: 115px;
}

.recipe-search dl dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 25px;
  background-color: #000;
}

.recipe-search dl dd.category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4em 0;
}

.recipe-search dl dd.category-list a {
  display: inline-flex;
  margin-right: 10px;
}

.recipe-search dl dd.category-list a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 30px;
  padding: 1px 15px;
  box-sizing: border-box;
  color: #150f00;
  font-style: normal;
  font-weight: 700;
  background-color: #e3f1df;
}

.recipe-search dl dd.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4em 0;
}

.recipe-search dl dd.tag-list a {
  display: inline-flex;
  margin-right: 10px;
}

.recipe-search dl dd.tag-list a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 30px;
  padding: 1px 15px;
  box-sizing: border-box;
  border: 1px solid #c5bd9c;
  color: #150f00;
  font-style: normal;
  font-weight: 700;
  border-radius: 5px;
}

.recipe-search dl dd.year-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4em 0;
}

.recipe-search dl dd.year-list a {
  display: inline-flex;
}

.recipe-search dl dd.year-list a:hover {
  text-decoration: underline;
}

.recipe-search dl dd.year-list a + a {
  margin-left: 1.2em;
}

/* SP */
@media screen and (max-width: 960px) {
  .search-box {
    padding: 2em 1.5em;
  }
  .search-keyword__form input[type='text'] {
    border-radius: calc(15 / 750 * 100vw) 0px 0px calc(15 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    width: calc(400 / 750 * 100vw);
    padding: 0 0.8em;
    font-size: 16px;
  }
  .search-keyword__form input[type='submit'] {
    height: calc(80 / 750 * 100vw);
    width: calc(100 / 750 * 100vw);
    border-radius: 0px calc(15 / 750 * 100vw) calc(15 / 750 * 100vw) 0px;
  }
  .recipe-search + .recipe-search {
    margin-top: 0.5em;
  }
  .recipe-search dl {
    align-items: flex-start;
    flex-direction: column;
  }
  .recipe-search dl dt {
    font-size: calc(30 / 750 * 100vw);
    padding-left: calc(20 / 750 * 100vw);
    padding-right: 0;
    margin-bottom: 0.5em;
    min-width: inherit;
  }
  .recipe-search dl dt::before {
    height: calc(38 / 750 * 100vw);
  }
  .recipe-search dl dd.category-list a {
    display: inline-flex;
    margin-right: 0.8em;
    margin-bottom: 0.8em;
  }
  .recipe-search dl dd.category-list a i {
    min-width: calc(120 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    padding: 1px 1em;
  }
  .recipe-search dl dd.tag-list a {
    display: inline-flex;
    margin-right: 0.8em;
    margin-bottom: 0.8em;
  }
  .recipe-search dl dd.tag-list a i {
    min-width: calc(120 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    padding: 1px 1em;
  }
  .recipe-search dl dd.year-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1em;
  }
  .recipe-search dl dd.year-list a + a {
    margin-left: inherit;
  }
}

/* 一覧 */
.recipe-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.recipe-list__info {
  max-width: 235px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.recipe-list__info figure {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.recipe-list__info figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.recipe-list__info p {
  font-weight: 700;
  margin-bottom: 1.5em;
  padding: 20px 20px 0;
}

.recipe-list__info .btn-arw--corner {
  font-size: 16px;
  max-width: 150px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0.1em 0.5em 0.1em 0.5em;
  box-sizing: border-box;
  margin: auto auto 0;
}

.recipe-list__info .btn-arw--corner::after {
  content: '';
  position: absolute;
  right: 0.6em;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/images/common/icon_btn_arw_white.svg") no-repeat 100% 50%/7px 7px;
  width: 7px;
  height: 7px;
}

.page-navi {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5em;
}

/* SP */
@media screen and (max-width: 960px) {
  /* 一覧 */
  .recipe-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1em;
  }
  .recipe-list__info {
    max-width: 100%;
    width: 100%;
  }
  .recipe-list__info figure {
    width: 100%;
    height: calc(200 / 750 * 100vw);
  }
  .recipe-list__info dl {
    padding: 1.5em 1.5em;
  }
  .recipe-list__info dl dd .btn-arw--corner {
    font-size: 16px;
    max-width: 150px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    padding: 0.1em 0.5em 0.1em 0.5em;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .recipe-list__info dl dd .btn-arw--corner::after {
    content: '';
    position: absolute;
    right: 0.6em;
    top: 50%;
    transform: translateY(-50%);
    background: url("/assets/images/common/icon_btn_arw_white.svg") no-repeat 100% 50%/7px 7px;
    width: 7px;
    height: 7px;
  }
  .page-navi {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.5em;
  }
}

/* 05.レシピ詳細
----------------------------------------------------------- */
.recipe-detail__food {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 2em auto 3em;
}

.recipe-detail__list {
  width: 100%;
}

.recipe-detail__list .title-food {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 1.3em;
}

.recipe-detail__list .title-food span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}

.recipe-detail__list .title-food span::before {
  content: '';
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url("/assets/images/agri/ceresamos/recipe/icon_food.png") no-repeat 0 0/23px 23px;
}

.recipe-detail__list .title-food small {
  font-size: 18px;
}

.recipe-detail__list .list-food li {
  display: flex;
}

.recipe-detail__list .list-food li::before {
  content: '・';
}

.recipe-detail__list .list-food li + li {
  margin-top: 0.3em;
}

.recipe-detail__list .list-food li .foot-amount::before {
  content: '・・・';
}

.recipe-detail__img {
  max-width: 565px;
  width: 100%;
  margin-right: 40px;
  flex-shrink: 0;
}

.recipe-detail__img img {
  width: 100%;
}

.recipe-detail__cook {
  max-width: 1000px;
  width: 100%;
  margin: 2em auto 3em;
}

.recipe-detail__cook .title-cook {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recipe-detail__cook .title-cook span {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 43px;
}

.recipe-detail__cook .title-cook span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 29px;
  height: 31px;
  background: url("/assets/images/agri/ceresamos/recipe/icon_cook.png") no-repeat 0 0/29px 31px;
}

.recipe-detail__cook .title-cook .youtube-link {
  display: inline-flex;
  align-items: center;
}

.recipe-detail__cook .title-cook .youtube-link:hover {
  opacity: 0.7;
  transition: 0.4s all;
}

.recipe-detail__cook .title-cook .youtube-link__text {
  display: inline-block;
  max-width: 120px;
  width: 100%;
}

.recipe-detail__cook .title-cook .youtube-link__logo {
  padding-left: 5px;
  display: inline-block;
  max-width: 71px;
  width: 100%;
}

.recipe-detail__cook .list-cook {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.recipe-detail__cook .list-cook li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.recipe-detail__cook .list-cook li::before {
  counter-increment: item;
  content: counter(item) "）";
}

.recipe-detail__cook .list-cook li + li {
  margin-top: 0.8em;
}

.recipe-pdf {
  margin-bottom: 2em;
}

.recipe-pdf dl {
  display: flex;
}

.recipe-pdf dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  width: 75px;
  height: 25px;
  font-size: 14px;
  background-color: #000000;
  color: #fff;
}

.recipe-pdf dl dd {
  margin-left: 15px;
}

.recipe-keywords {
  margin-bottom: 3em;
}

.recipe-keywords dl {
  display: flex;
  align-items: center;
}

.recipe-keywords dl dt {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  padding-right: 10px;
}

.recipe-keywords dl dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 25px;
  background-color: #000;
}

.recipe-keywords dl dd.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4em 0;
}

.recipe-keywords dl dd.tag-list a {
  display: inline-flex;
  margin-right: 10px;
}

.recipe-keywords dl dd.tag-list a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 30px;
  padding: 1px 15px;
  box-sizing: border-box;
  border: 1px solid #c5bd9c;
  color: #150f00;
  font-style: normal;
  font-weight: 700;
  border-radius: 5px;
}

/* SP */
@media screen and (max-width: 960px) {
  .recipe-detail__food {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin: 2em auto 3em;
  }
  .recipe-detail__list {
    width: 100%;
  }
  .recipe-detail__list .title-food {
    font-size: calc(36 / 750 * 100vw);
    padding-bottom: 0.5em;
  }
  .recipe-detail__list .title-food span {
    padding-left: calc(48 / 750 * 100vw);
  }
  .recipe-detail__list .title-food span::before {
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    background: url("/assets/images/agri/ceresamos/recipe/icon_food.png") no-repeat 0 0/calc(36 / 750 * 100vw) calc(36 / 750 * 100vw);
  }
  .recipe-detail__list .title-food small {
    font-size: calc(24 / 750 * 100vw);
  }
  .recipe-detail__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  .recipe-detail__cook {
    max-width: 100%;
    margin: 2em auto 3em;
  }
  .recipe-detail__cook .title-cook {
    width: 100%;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recipe-detail__cook .title-cook span {
    font-size: calc(36 / 750 * 100vw);
    padding-left: calc(70 / 750 * 100vw);
  }
  .recipe-detail__cook .title-cook span::before {
    top: calc(50% - 4px);
    width: calc(57 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
    background: url("/assets/images/agri/ceresamos/recipe/icon_cook.png") no-repeat 0 0/calc(57 / 750 * 100vw) calc(62 / 750 * 100vw);
  }
  .recipe-detail__cook .title-cook .youtube-link {
    display: inline-flex;
    align-items: center;
  }
  .recipe-detail__cook .title-cook .youtube-link__text {
    max-width: calc(180 / 750 * 100vw);
  }
  .recipe-detail__cook .title-cook .youtube-link__logo {
    max-width: calc(92 / 750 * 100vw);
  }
  .recipe-pdf {
    margin-bottom: 2em;
  }
  .recipe-pdf dl {
    flex-direction: column;
  }
  .recipe-pdf dl dt {
    width: calc(100 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    padding: 0.2em 1.5em;
    margin-bottom: 0.8em;
  }
  .recipe-pdf dl dd {
    margin-left: 0;
  }
  .recipe-keywords {
    margin-bottom: 3em;
  }
  .recipe-keywords dl {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .recipe-keywords dl dt {
    font-size: calc(30 / 750 * 100vw);
    padding-left: calc(20 / 750 * 100vw);
    padding-right: 0;
    margin-bottom: 1em;
  }
  .recipe-keywords dl dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: calc(38 / 750 * 100vw);
    background-color: #000;
  }
  .recipe-keywords dl dd.tag-list a {
    display: inline-flex;
    margin-right: 0.8em;
    margin-bottom: 0.8em;
  }
  .recipe-keywords dl dd.tag-list a i {
    min-width: calc(120 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    padding: 1px 1em;
  }
}

/* 06.川崎の直売所マップ
----------------------------------------------------------- */
.book-cover {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.book-cover figure {
  max-width: 400px;
  width: 100%;
  line-height: 0;
}

.book-cover figure img {
  width: 100%;
}

.book-cover__link {
  margin-top: auto;
  margin-left: 1.5em;
}

.book-cover__link a + a {
  margin-top: 1em;
}

.book-index {
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

.book-index__content {
  width: calc(50% - 1em);
}

.book-index dl + dl {
  margin-top: 1em;
}

.book-index dl dt {
  margin-bottom: 0.3em;
}

.book-index dl dt span {
  display: inline-block;
  font-weight: 700;
}

.book-index dl dt span.page-num {
  padding-right: 10px;
}

.book-index dl dd {
  padding-left: 2em;
}

.book-index dl dd span {
  position: relative;
  margin-left: -1em;
  text-indent: 1em;
}

.book-index dl dd span::before {
  content: '・';
}

/* SP */
@media screen and (max-width: 960px) {
  .book-cover {
    max-width: 100%;
    flex-direction: column;
  }
  .book-cover figure {
    max-width: 80%;
    width: 100%;
    margin: 0 auto 1.5em;
  }
  .book-cover__link {
    max-width: 70%;
    width: 100%;
    margin: 1em auto;
  }
  .book-cover__link a + a {
    margin-top: 0.8em;
  }
  .book-index {
    padding: 1.5em;
    flex-direction: column;
  }
  .book-index__content {
    width: 100%;
  }
  .book-index__content + .book-index__content {
    margin-top: 1em;
  }
}

.shokunou_header {
  padding-top: 140px;
}

@media screen and (max-width: 960px) {
  .shokunou_header {
    padding-top: 0;
  }
}

.shokunou_header .page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  background: url("/assets/images/agri/shokunou/shokunou_bg.png") no-repeat center;
  background-size: cover;
}

.shokunou_header .page-title h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.shokunou_header .page-title h1 img {
  width: 100%;
  max-width: 413px;
}

@media screen and (max-width: 960px) {
  .shokunou_header .page-title {
    height: 350px;
    margin-bottom: 2.5em;
  }
}

.areaMap {
  position: relative;
}

.areaMap [class^='spot-'],
.areaMap[class*='spot-'] {
  position: absolute;
  overflow: hidden;
  width: calc(100% * (28 / 1000));
  height: calc(100% * (28 / 562));
  border-radius: 50%;
}

.areaMap .spot-01 {
  top: calc(100% * (201 / 562));
  left: calc(100% * (412 / 1000));
}

.areaMap .spot-02 {
  top: calc(100% * (175 / 562));
  left: calc(100% * (468 / 1000));
}

.areaMap .spot-03 {
  top: calc(100% * (214 / 562));
  left: calc(100% * (450 / 1000));
}

.areaMap .spot-04 {
  top: calc(100% * (113 / 562));
  left: calc(100% * (472 / 1000));
}

.areaMap .spot-05 {
  top: calc(100% * (137 / 562));
  left: calc(100% * (378 / 1000));
}

.areaMap .spot-06 {
  top: calc(100% * (353 / 562));
  left: calc(100% * (702 / 1000));
}

.areaMap .spot-07 {
  top: calc(100% * (201 / 562));
  left: calc(100% * (563 / 1000));
}

.areaMap .spot-08 {
  top: calc(100% * (299 / 562));
  left: calc(100% * (610 / 1000));
}

.areaMap .spot-09 {
  top: calc(100% * (77 / 562));
  left: calc(100% * (352 / 1000));
}

.areaMap .spot-10 {
  top: calc(100% * (36 / 562));
  left: calc(100% * (270 / 1000));
}

.areaMap .spot-11 {
  top: calc(100% * (119 / 562));
  left: calc(100% * (282 / 1000));
}

.areaMap .spot-12 {
  top: calc(100% * (178 / 562));
  left: calc(100% * (196 / 1000));
}

.mogitori_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
  font-size: 30px;
}

.mogotori {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("/assets/images/agri/nashi/nashi_obi.png") repeat-x top;
  background-size: 91.5px;
}

.container-zaiko {
  width: 100%;
  padding: 40px 0;
}

/* page */

/*# sourceMappingURL=agri.css.map */
