@charset "UTF-8";

/* スマートフォン向け */
@media all and ( max-width:639px ) {

.page-title-block .title-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.page-title-block .title-list .title-item {
  list-style-type: none;
}

.page-title-block .title-list .title-item h3 {
  color: #002060;
  font-size: 1.8em;
}

.spring-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.spring-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 100%;
  height: auto;
}

.spring-block .vegetable-list .vegetable-item .spring-background {
  position: relative;

  text-align: center;
}

.spring-block .vegetable-list .vegetable-item .spring-background img {
  width: 8%;
  height: auto;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.spring-block .vegetable-list .movie-item {
  list-style-type: none;

  margin: 5% auto;
  width: 100%;
  height: auto;
}

.spring-block .vegetable-list .movie-item .spring-movie-wrapper {
/*
  background-color: #ffcc66;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;
*/
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.spring-block .vegetable-list .movie-item .spring-movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.spring-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.summer-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.summer-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 100%;
  height: auto;
}

.summer-block .vegetable-list .vegetable-item .summer-background {
  position: relative;

  text-align: center;
}

.summer-block .vegetable-list .vegetable-item .summer-background img {
  width: 8%;
  height: auto;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.summer-block .vegetable-list .movie-item {
  list-style-type: none;

  margin: 5% auto;
  width: 100%;
  height: auto;
}

.summer-block .vegetable-list .movie-item .summer-movie-wrapper {
/*
  background-color: #f6b37f;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;
*/
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.summer-block .vegetable-list .movie-item .summer-movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.summer-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.autumn-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.autumn-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 100%;
  height: auto;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background {
  position: relative;

  text-align: center;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background img {
  width: 8%;
  height: auto;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.autumn-block .vegetable-list .movie-item {
  list-style-type: none;

  margin: 5% auto;
  width: 100%;
  height: auto;
}

.autumn-block .vegetable-list .movie-item .autumn-movie-wrapper {
/*
  background-color: #ff9966;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;
*/
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.autumn-block .vegetable-list .movie-item .autumn-movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.autumn-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.winter-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.winter-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 100%;
  height: auto;
}

.winter-block .vegetable-list .vegetable-item .winter-background {
  position: relative;

  text-align: center;
}

.winter-block .vegetable-list .vegetable-item .winter-background img {
  width: 8%;
  height: auto;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 60%;
}

.winter-block .vegetable-list .movie-item {
  list-style-type: none;

  margin: 5% auto;
  width: 100%;
  height: auto;
}

.winter-block .vegetable-list .movie-item .winter-movie-wrapper {
/*
  background-color: #ec6941;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;
*/
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.winter-block .vegetable-list .movie-item .winter-movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.winter-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

}


/* タブレット向け */
@media all and ( min-width:640px ) and ( max-width:1023px ) {

.page-title-block .title-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.page-title-block .title-list .title-item {
  list-style-type: none;
}

.page-title-block .title-list .title-item h3 {
  color: #002060;
  font-size: 1.8em;
}

.spring-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.spring-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 100%;
  height: auto;
}

.spring-block .vegetable-list .vegetable-item .spring-background {
  position: relative;

  text-align: center;
}

.spring-block .vegetable-list .vegetable-item .spring-background img {
  width: 8%;
  height: auto;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.spring-block .vegetable-list .movie-item {
  list-style-type: none;

  margin: 5% auto;
  width: 100%;
  height: auto;
}

.spring-block .vegetable-list .movie-item .spring-movie-wrapper {
  background-color: #ffcc66;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.spring-block .vegetable-list .movie-item .spring-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.spring-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.summer-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.summer-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 100%;
  height: auto;
}

.summer-block .vegetable-list .vegetable-item .summer-background {
  position: relative;

  text-align: center;
}

.summer-block .vegetable-list .vegetable-item .summer-background img {
  width: 8%;
  height: auto;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.summer-block .vegetable-list .movie-item {
  list-style-type: none;

  margin: 5% auto;
  width: 100%;
  height: auto;
}

.summer-block .vegetable-list .movie-item .summer-movie-wrapper {
  background-color: #f6b37f;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.summer-block .vegetable-list .movie-item .summer-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.summer-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.autumn-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.autumn-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 100%;
  height: auto;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background {
  position: relative;

  text-align: center;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background img {
  width: 8%;
  height: auto;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.autumn-block .vegetable-list .movie-item {
  list-style-type: none;

  margin: 5% auto;
  width: 100%;
  height: auto;
}

.autumn-block .vegetable-list .movie-item .autumn-movie-wrapper {
  background-color: #ff9966;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.autumn-block .vegetable-list .movie-item .autumn-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.autumn-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.winter-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.winter-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 100%;
  height: auto;
}

.winter-block .vegetable-list .vegetable-item .winter-background {
  position: relative;

  text-align: center;
}

.winter-block .vegetable-list .vegetable-item .winter-background img {
  width: 8%;
  height: auto;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 60%;
}

.winter-block .vegetable-list .movie-item {
  list-style-type: none;

  margin: 5% auto;
  width: 100%;
  height: auto;
}

.winter-block .vegetable-list .movie-item .winter-movie-wrapper {
  background-color: #ec6941;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.winter-block .vegetable-list .movie-item .winter-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.winter-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

}


/* ネットブック向け */
@media all and ( min-width:1024px ) and ( max-width:1499px ) {

.page-title-block .title-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.page-title-block .title-list .title-item {
  list-style-type: none;
}

.page-title-block .title-list .title-item h3 {
  color: #002060;
  font-size: 1.8em;
}

.spring-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.spring-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 60%;
  height: auto;
}

.spring-block .vegetable-list .vegetable-item .spring-background {
  position: relative;

  text-align: center;
}

.spring-block .vegetable-list .vegetable-item .spring-background img {
  width: 8%;
  height: auto;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.spring-block .vegetable-list .movie-item {
  list-style-type: none;

  width: 40%;
  height: auto;
}

.spring-block .vegetable-list .movie-item .spring-movie-wrapper {
  z-index: 99;

  background-color: #ffcc66;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.spring-block .vegetable-list .movie-item .spring-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.spring-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.summer-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.summer-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 60%;
  height: auto;
}

.summer-block .vegetable-list .vegetable-item .summer-background {
  position: relative;

  text-align: center;
}

.summer-block .vegetable-list .vegetable-item .summer-background img {
  width: 8%;
  height: auto;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.summer-block .vegetable-list .movie-item {
  list-style-type: none;

  width: 40%;
  height: auto;
}

.summer-block .vegetable-list .movie-item .summer-movie-wrapper {
  z-index: 99;

  background-color: #f6b37f;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.summer-block .vegetable-list .movie-item .summer-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.summer-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.autumn-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.autumn-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 60%;
  height: auto;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background {
  position: relative;

  text-align: center;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background img {
  width: 8%;
  height: auto;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.autumn-block .vegetable-list .movie-item {
  list-style-type: none;

  width: 40%;
  height: auto;
}

.autumn-block .vegetable-list .movie-item .autumn-movie-wrapper {
  z-index: 99;

  background-color: #ff9966;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.autumn-block .vegetable-list .movie-item .autumn-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.autumn-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.winter-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.winter-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 60%;
  height: auto;
}

.winter-block .vegetable-list .vegetable-item .winter-background {
  position: relative;

  text-align: center;
}

.winter-block .vegetable-list .vegetable-item .winter-background img {
  width: 8%;
  height: auto;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 60%;
}

.winter-block .vegetable-list .movie-item {
  list-style-type: none;

  width: 40%;
  height: auto;
}

.winter-block .vegetable-list .movie-item .winter-movie-wrapper {
  z-index: 99;

  background-color: #ec6941;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.winter-block .vegetable-list .movie-item .winter-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.winter-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

}


/* パソコン向け */
@media all and ( min-width:1500px ) {

.page-title-block .title-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.page-title-block .title-list .title-item {
  list-style-type: none;
}

.page-title-block .title-list .title-item h3 {
  color: #002060;
  font-size: 1.8em;
}

.spring-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.spring-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 60%;
  height: auto;
}

.spring-block .vegetable-list .vegetable-item .spring-background {
  position: relative;

  text-align: center;
}

.spring-block .vegetable-list .vegetable-item .spring-background img {
  width: 8%;
  height: auto;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.spring-block .vegetable-list .movie-item {
  list-style-type: none;

  width: 40%;
  height: auto;
}

.spring-block .vegetable-list .movie-item .spring-movie-wrapper {
  z-index: 99;

  background-color: #ffcc66;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.spring-block .vegetable-list .movie-item .spring-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.spring-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.summer-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.summer-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 60%;
  height: auto;
}

.summer-block .vegetable-list .vegetable-item .summer-background {
  position: relative;

  text-align: center;
}

.summer-block .vegetable-list .vegetable-item .summer-background img {
  width: 8%;
  height: auto;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.summer-block .vegetable-list .movie-item {
  list-style-type: none;

  width: 40%;
  height: auto;
}

.summer-block .vegetable-list .movie-item .summer-movie-wrapper {
  z-index: 99;

  background-color: #f6b37f;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.summer-block .vegetable-list .movie-item .summer-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.summer-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.autumn-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.autumn-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 60%;
  height: auto;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background {
  position: relative;

  text-align: center;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background img {
  width: 8%;
  height: auto;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 34%;
  height: auto;
  top: 55%;
  left: 60%;
}

.autumn-block .vegetable-list .movie-item {
  list-style-type: none;

  width: 40%;
  height: auto;
}

.autumn-block .vegetable-list .movie-item .autumn-movie-wrapper {
  z-index: 99;

  background-color: #ff9966;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.autumn-block .vegetable-list .movie-item .autumn-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.autumn-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

.winter-block .vegetable-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.winter-block .vegetable-list .vegetable-item {
  list-style-type: none;

  width: 60%;
  height: auto;
}

.winter-block .vegetable-list .vegetable-item .winter-background {
  position: relative;

  text-align: center;
}

.winter-block .vegetable-list .vegetable-item .winter-background img {
  width: 8%;
  height: auto;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-1 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 10%;
  left: 10%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-2 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 32%;
  height: auto;
  top: 10%;
  left: 60%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-3 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 10%;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-4 {
  position: absolute;

  margin: 0;
  padding: 0;
  width: 30%;
  height: auto;
  top: 55%;
  left: 60%;
}

.winter-block .vegetable-list .movie-item {
  list-style-type: none;

  width: 40%;
  height: auto;
}

.winter-block .vegetable-list .movie-item .winter-movie-wrapper {
  z-index: 99;

  background-color: #ec6941;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 1px #000;

  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 5%;
}

.winter-block .vegetable-list .movie-item .winter-movie-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}

.winter-block .vegetable-list .movie-item figure {
  margin-top: 10%;
  text-align: center;
  vertical-align: bottom;
}

}
