@charset "UTF-8";

/*  
 * service.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*/
main {
  overflow: hidden;
}

#ceresamos-keyv {
  width: 100%;
  overflow: hidden;
  background: url("/assets/images/agri/ceresamos/top/bg_kv.png") no-repeat 50% bottom;
  padding-top: 140px;
}

#ceresamos-keyv figure {
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #ceresamos-keyv {
    padding-top: calc(140/750*100vw);
  }
}

/*
--------------------------------------------------------- 導入部 */
section.ceresamos-info {
  position: relative;
}

section.ceresamos-info div.ceresamos-lead-wrap {
  background: url("/assets/images/agri/ceresamos/top/bg_info.png") repeat 50% 50%/cover;
}

section.ceresamos-info div.ceresamos-lead-wrap .ceresamos-lead {
  background: url("/assets/images/agri/ceresamos/top/border_lead.png") no-repeat 50% bottom;
  padding: 50px 0 40px;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

section.ceresamos-info div.ceresamos-menu {
  height: 310px;
  background: url("/assets/images/agri/ceresamos/top/bg_menu.png") no-repeat 50% top;
  padding-top: 50px;
}

section.ceresamos-info div.ceresamos-menu ul.link-list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

section.ceresamos-info div.ceresamos-menu ul.link-list li {
  width: 300px;
  height: 60px;
}

section.ceresamos-info div.ceresamos-menu ul.link-list li a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url("/assets/images/agri/ceresamos/top/bg_btn-green.png") no-repeat 0 0/cover;
  border-radius: 30px;
  font-weight: bold;
}

section.ceresamos-info div.ceresamos-menu ul.link-list li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

section.ceresamos-info div.ceresamos-menu ul.link-list li:nth-child(2) a {
  background: url("/assets/images/agri/ceresamos/top/bg_btn-red.png") no-repeat 0 0/cover;
}

section.ceresamos-info div.ceresamos-menu ul.link-list li:last-child a {
  background: url("/assets/images/agri/ceresamos/top/bg_btn-orange.png") no-repeat 0 0/cover;
}

section.ceresamos-info div.ceresamos-menu ul.ancor-list {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  background: #fff;
  height: 40px;
  border-radius: 20px;
}

section.ceresamos-info div.ceresamos-menu ul.ancor-list li {
  width: 33.3%;
  height: 40px;
}

section.ceresamos-info div.ceresamos-menu ul.ancor-list li a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #221714;
}

section.ceresamos-info div.ceresamos-menu ul.ancor-list li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

section.ceresamos-info div.ceresamos-menu ul.ancor-list li a::after {
  content: "＞";
  display: inline-block;
  transform: rotate(90deg);
  margin-left: .5em;
}

@media screen and (max-width: 960px) {
  section.ceresamos-info div.ceresamos-lead-wrap {
    background: url("/assets/images/agri/ceresamos/top/bg_info.png") repeat 50% 0/cover;
    background-size: 2002px auto;
  }
  section.ceresamos-info div.ceresamos-lead-wrap .ceresamos-lead {
    background: url("/assets/images/agri/ceresamos/top/border_lead.png") no-repeat 50% bottom;
    background-size: 552px auto;
    padding: 30px 1em;
    font-size: calc(30/750*100vw);
    text-align: left;
    line-height: 1.6;
  }
  section.ceresamos-info div.ceresamos-menu {
    height: auto;
    background: url("/assets/images/agri/ceresamos/top/bg_menu.png") no-repeat 50% top;
    background-size: 1000px 100%;
    padding: 30px 1em 40px;
  }
  section.ceresamos-info div.ceresamos-menu ul.link-list {
    flex-direction: column;
  }
  section.ceresamos-info div.ceresamos-menu ul.link-list li {
    width: 100%;
    height: calc(90/750*100vw);
  }
  section.ceresamos-info div.ceresamos-menu ul.link-list li a {
    height: calc(90/750*100vw);
    border-radius: calc(45/750*100vw);
  }
  section.ceresamos-info div.ceresamos-menu ul.link-list li:nth-child(2) {
    margin-top: 10px;
  }
  section.ceresamos-info div.ceresamos-menu ul.link-list li:last-child {
    margin-top: 10px;
  }
  section.ceresamos-info div.ceresamos-menu ul.ancor-list {
    margin: 30px auto 0;
    height: auto;
    border-radius: calc(30/750*100vw);
    flex-direction: column;
    padding: calc(20/750*100vw) 0;
  }
  section.ceresamos-info div.ceresamos-menu ul.ancor-list li {
    width: 100%;
    height: calc(60/750*100vw);
  }
  section.ceresamos-info div.ceresamos-menu ul.ancor-list li a {
    width: 100%;
    height: calc(60/750*100vw);
  }
}

/*
--------------------------------------------------------- お知らせ */
.ceresamos-info {
  width: 100%;
  position: relative;
}

.ceresamos-info .vegi {
  position: absolute;
}

.ceresamos-info .vegi img {
  width: 100%;
}

.ceresamos-info .vegi.r01 {
  top: 35px;
  right: -230px;
  width: 285px;
}

.ceresamos-info .vegi.r01 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.ceresamos-info .vegi.r02 {
  top: 305px;
  right: -255px;
  width: 245px;
}

.ceresamos-info .vegi.r02 img {
  position: relative;
  animation: fuwafuwa01 2.5s ease-in-out 0s infinite reverse;
}

.ceresamos-info .vegi.l01 {
  top: -48px;
  left: -470px;
  width: 250px;
}

.ceresamos-info .vegi.l01 img {
  position: relative;
  animation: fuwafuwa01 5.5s ease-in-out 0s infinite reverse;
}

.ceresamos-info .vegi.l02 {
  top: 132px;
  left: -250px;
  width: 200px;
}

.ceresamos-info .vegi.l02 img {
  position: relative;
  animation: fuwafuwa01 2.5s ease-in-out 0s infinite reverse;
}

.ceresamos-info .vegi.l03 {
  top: 280px;
  left: -380px;
  width: 255px;
}

.ceresamos-info .vegi.l03 img {
  position: relative;
  animation: fuwafuwa01 3.5s ease-in-out 0s infinite reverse;
}

@-webkit-keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.ceresamos-info__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25px;
}

.ceresamos-info__content .ttl-info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  padding-bottom: 36px;
  max-width: 556px;
  height: 150px;
  background: url("/assets/images/service/top/bg_title-info.png") no-repeat 50% 100%/556px 130px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.ceresamos-info__content .info-list li {
  display: flex;
  position: relative;
  padding: 12px .5em 13px;
}

.ceresamos-info__content .info-list li .date {
  font-weight: 700;
}

.ceresamos-info__content .info-list li i {
  margin: 0 28px 0 23px;
  letter-spacing: -.1em;
}

.ceresamos-info__content .info-list li i.info-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 17px;
  font-weight: 700;
  font-style: normal;
  background-color: #221714;
}

.ceresamos-info__content .info-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.ceresamos-info__content .info-list li.ceresamos::after {
  background: url("/assets/images/agri/ceresamos/top/line_info-ceresamos.png") repeat-x 0 0/cover;
}

.ceresamos-info__content .info-list li.ceresamos i.info-icon {
  background: url("/assets/images/agri/ceresamos/top/bg_lred.png") no-repeat 50% 50%/cover;
}

.ceresamos-info__content .info-list li.miyamae::after {
  background: url("/assets/images/agri/ceresamos/top/line_info-miyamae.png") repeat-x 0 0/cover;
}

.ceresamos-info__content .info-list li.miyamae i.info-icon {
  background: url("/assets/images/agri/ceresamos/top/bg_yellow.png") no-repeat 50% 50%/cover;
}

.ceresamos-info__content .info-list li.asou::after {
  background: url("/assets/images/agri/ceresamos/top/line_info-asou.png") repeat-x 0 0/cover;
}

.ceresamos-info__content .info-list li.asou i.info-icon {
  background: url("/assets/images/agri/ceresamos/top/bg_lblue.png") no-repeat 50% 50%/cover;
}

.ceresamos-info__content .info-list li a {
  color: #040000;
  font-weight: 700;
}

.ceresamos-info__content .info-list li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

/* SP */
@media screen and (max-width: 960px) {
  .ceresamos-info .vegi {
    display: none;
  }
  .ceresamos-info__content {
    max-width: 100%;
    padding-bottom: 0;
  }
  .ceresamos-info__content .ttl-info {
    margin: 0 auto calc(30/750*100vw);
    padding-bottom: calc(36/750*100vw);
    max-width: calc(556/750*100vw);
    height: calc(130/750*100vw);
    background: url("/assets/images/service/top/bg_title-info.png") no-repeat 50% 100%/calc(556/750*100vw) calc(130/750*100vw);
    font-size: calc(29/750*100vw);
  }
  .ceresamos-info__content .info-list {
    margin-bottom: 0;
    padding: 0 1em 3em;
  }
  .ceresamos-info__content .info-list li {
    flex-wrap: wrap;
    padding: 1em .5em 1em;
  }
  .ceresamos-info__content .info-list li i {
    margin: 0 1em;
  }
  .ceresamos-info__content .info-list li i.info-icon {
    width: calc(150/750*100vw);
    height: calc(52/750*100vw);
    border-radius: calc(26/750*100vw);
  }
  .ceresamos-info__content .info-list li span.title {
    display: block;
    width: 100%;
  }
  .ceresamos-info__content .info-list li a {
    display: block;
    margin-top: .5em;
  }
}

/*
--------------------------------------------------------- 各店舗 */
section.ceresamos-calender ul.shop-tab {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

section.ceresamos-calender ul.shop-tab li {
  width: 300px;
}

section.ceresamos-calender ul.shop-tab li a {
  height: 50px;
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 27px 27px 0 0;
  color: #221714;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/assets/images/agri/ceresamos/top/bg_lblue.png") repeat 0 0;
}

section.ceresamos-calender ul.shop-tab li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

section.ceresamos-calender ul.shop-tab li:nth-child(2) a {
  background: url("/assets/images/agri/ceresamos/top/bg_yellow.png") repeat 0 0;
}

section.ceresamos-calender ul.shop-tab li:last-child a {
  background: url("/assets/images/agri/ceresamos/top/bg_lgreen.png") repeat 0 0;
}

section.ceresamos-calender ul.shop-tab li.active a {
  height: 70px;
  margin-top: 0;
  font-size: 28px;
}

section.ceresamos-calender div.shop-calender-wrap div.shop-box {
  padding: 3px 0 55px;
}

section.ceresamos-calender div.shop-calender-wrap div.shop-box.active {
  display: block;
}

section.ceresamos-calender div.shop-calender-wrap div.shop-box#Asou {
  background: url("/assets/images/agri/ceresamos/top/bg_lblue.png") repeat 0 0;
}

section.ceresamos-calender div.shop-calender-wrap div.shop-box#Miyamae {
  background: url("/assets/images/agri/ceresamos/top/bg_yellow.png") repeat 0 0;
}

section.ceresamos-calender div.shop-calender-wrap div.shop-box#Shuttyou {
  background: url("/assets/images/agri/ceresamos/top/bg_lgreen.png") repeat 0 0;
}

section.ceresamos-calender div.shop-calender-wrap div.shop-box div.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 60px;
}

section.ceresamos-calender div.shop-calender-wrap div.hl-wrap {
  height: 205px;
  background: url("/assets/images/agri/ceresamos/top/bg_cal_title.png") no-repeat center 45px;
  padding-top: 45px;
  text-align: center;
  line-height: 1;
}

section.ceresamos-calender div.shop-calender-wrap div.hl-wrap h2 {
  font-size: 36px;
  font-weight: bold;
}

section.ceresamos-calender div.shop-calender-wrap div.hl-wrap h2 + p {
  font-size: 16px;
  margin-top: 20px;
}

section.ceresamos-calender div.shop-calender-wrap div.hl-wrap .month-box {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}

section.ceresamos-calender div.shop-calender-wrap div.hl-wrap .month-box span {
  font-size: 55px;
}

section.ceresamos-calender div.calendar-block {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  background: url("/assets/images/agri/ceresamos/top/bg_calender_up.png") no-repeat center 25px;
  padding-top: 53px;
}

section.ceresamos-calender div.calendar-body {
  margin-top: 25px;
  background: url("/assets/images/agri/ceresamos/top/bg_calender_mid.png") repeat 0 0;
  padding: 20px 35px 35px;
  border-radius: 0 0 24px 24px;
}

section.ceresamos-calender .calendar-page-navi {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1030px;
  margin: 1em auto;
  padding: 0 1em;
  box-sizing: border-box;
}

section.ceresamos-calender .calendar-page-navi a {
  color: #69c626;
}

section.ceresamos-calender .table-calendar {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-bottom: 0;
}

section.ceresamos-calender .table-calendar th {
  width: 14.28%;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  border: #888 1px solid;
}

section.ceresamos-calender .table-calendar th:first-child {
  background: url("/assets/images/agri/ceresamos/top/bg_lred.png") repeat 0 0;
}

section.ceresamos-calender .table-calendar th:last-child {
  background: url("/assets/images/agri/ceresamos/top/bg_lblue.png") repeat 0 0;
}

section.ceresamos-calender .table-calendar td {
  font-size: 13px;
  padding: 5px 10px 1em;
  border: #888 1px solid;
  text-align: left;
  vertical-align: top;
}

section.ceresamos-calender .table-calendar td .date {
  font-size: 20px;
  font-weight: bold;
}

section.ceresamos-calender .table-calendar td.holiday {
  background: #eee;
}

section.ceresamos-calender .table-calendar td a {
  color: #247c28;
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted #ccc;
}

section.ceresamos-calender .table-calendar td a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

section.ceresamos-calender .table-calendar td:first-child .date {
  color: #c30d23;
}

section.ceresamos-calender .table-calendar td:last-child .date {
  color: #1d2087;
}

section.ceresamos-calender div.shop-info {
  margin-top: 35px;
}

section.ceresamos-calender div.shop-info h2 {
  width: 556px;
  height: 45px;
  margin: 0 auto 40px;
  padding-top: 12px;
  line-height: 1;
  background: url("/assets/images/agri/ceresamos/top/bg_shopinfo_title.png") no-repeat center 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

section.ceresamos-calender div.map-box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

section.ceresamos-calender div.map-box > div {
  width: 320px;
  font-weight: bold;
}

section.ceresamos-calender div.map-box > div h3 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
}

section.ceresamos-calender div.map-box > div h3 span {
  font-size: 30px;
}

section.ceresamos-calender div.map-box > div figure {
  margin-bottom: 15px;
}

section.ceresamos-calender div.map-box > div > p {
  letter-spacing: -.03em;
  line-height: 1.4;
}

section.ceresamos-calender div.map-box .gmap {
  width: 620px;
}

section.ceresamos-calender div.map-box .gmap iframe {
  width: 620px;
  height: 350px;
}

section.ceresamos-calender div.shop-insta {
  margin-top: 40px;
}

section.ceresamos-calender div.shop-insta h2 {
  width: 291px;
  margin: 0 auto;
}

section.ceresamos-calender div.shop-insta ul.instagram-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 25px;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}

section.ceresamos-calender div.shop-insta ul.instagram-list li {
  width: 225px;
  width: 100%;
}

section.ceresamos-calender div.shop-insta ul.instagram-list li a {
  display: block;
  width: 100%;
  height: 225px;
  overflow: hidden;
  border-radius: 18px;
}

section.ceresamos-calender div.shop-insta ul.instagram-list li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 960px) {
  section.ceresamos-calender ul.shop-tab {
    padding: 0 1em;
    box-sizing: border-box;
    margin-top: 30px;
  }
  section.ceresamos-calender ul.shop-tab li {
    width: calc(33.3% - 0.2em);
  }
  section.ceresamos-calender ul.shop-tab li a {
    height: calc(75/750*100vw);
    margin-top: calc(30/750*100vw);
    font-size: calc(32/750*100vw);
    font-weight: bold;
    border-radius: calc(40/750*100vw) calc(40/750*100vw) 0 0;
  }
  section.ceresamos-calender ul.shop-tab li.active a {
    height: calc(105/750*100vw);
    margin-top: 0;
    font-size: calc(42/750*100vw);
  }
  section.ceresamos-calender div.shop-calender-wrap div.shop-box {
    padding: 2px 0 4px;
  }
  section.ceresamos-calender div.shop-calender-wrap div.shop-box div.inner {
    padding-bottom: 40px;
  }
  section.ceresamos-calender div.shop-calender-wrap div.hl-wrap {
    height: auto;
    background: url("/assets/images/agri/ceresamos/top/bg_cal_title.png") no-repeat center bottom;
    background-size: 100% auto;
    padding-top: calc(60/750*100vw);
    padding-bottom: calc(15/750*100vw);
  }
  section.ceresamos-calender div.shop-calender-wrap div.hl-wrap h2 {
    font-size: calc(54/750*100vw);
  }
  section.ceresamos-calender div.shop-calender-wrap div.hl-wrap h2 + p {
    font-size: calc(24/750*100vw);
    margin-top: calc(30/750*100vw);
  }
  section.ceresamos-calender div.shop-calender-wrap div.hl-wrap .month-box {
    font-size: calc(36/750*100vw);
    margin-top: calc(48/750*100vw);
  }
  section.ceresamos-calender div.shop-calender-wrap div.hl-wrap .month-box span {
    font-size: calc(64/750*100vw);
  }
  section.ceresamos-calender div.calendar-block {
    background: url("/assets/images/agri/ceresamos/top/bg_calender_up.png") no-repeat center calc(30/750*100vw)/contain;
    padding-top: calc(36/750*100vw);
  }
  section.ceresamos-calender div.calendar-body {
    margin-top: 20px;
    padding: 1em;
    border-radius: 0;
    border-top: none;
  }
  section.ceresamos-calender .table-calendar {
    display: block;
    max-height: 400px;
    overflow: auto;
    border-top: none;
  }
  section.ceresamos-calender .table-calendar thead {
    display: none;
  }
  section.ceresamos-calender .table-calendar tbody, section.ceresamos-calender .table-calendar tr {
    display: block;
    width: 100%;
  }
  section.ceresamos-calender .table-calendar td {
    display: block;
    width: 100%;
    font-size: calc(24/750*100vw);
    padding: 5px 10px 1em;
    border-bottom: none;
  }
  section.ceresamos-calender .table-calendar td.blank {
    display: none;
  }
  section.ceresamos-calender .table-calendar td .date {
    font-size: calc(32/750*100vw);
  }
  section.ceresamos-calender .table-calendar td .date::after {
    font-size: calc(24/750*100vw);
  }
  section.ceresamos-calender .table-calendar td a {
    padding: .3em 0;
    border-bottom: none;
    border-top: 1px dotted #ccc;
  }
  section.ceresamos-calender .table-calendar td:first-child .date::after {
    content: "（日）";
    color: #c30d23;
  }
  section.ceresamos-calender .table-calendar td:nth-child(2) .date::after {
    content: "（月）";
  }
  section.ceresamos-calender .table-calendar td:nth-child(3) .date::after {
    content: "（火）";
  }
  section.ceresamos-calender .table-calendar td:nth-child(4) .date::after {
    content: "（水）";
  }
  section.ceresamos-calender .table-calendar td:nth-child(5) .date::after {
    content: "（木）";
  }
  section.ceresamos-calender .table-calendar td:nth-child(6) .date::after {
    content: "（金）";
  }
  section.ceresamos-calender .table-calendar td:last-child .date::after {
    content: "（土）";
    color: #1d2087;
  }
  section.ceresamos-calender div.shop-info {
    margin-top: 35px;
  }
  section.ceresamos-calender div.shop-info h2 {
    width: 100%;
    background: url("/assets/images/agri/ceresamos/top/bg_shopinfo_title.png") no-repeat center 0;
    background-size: 100% auto;
    height: calc(70/750*100vw);
    font-size: calc(45/750*100vw);
    padding-top: calc(15/750*100vw);
    margin: 0 auto 30px;
  }
  section.ceresamos-calender div.map-box {
    flex-direction: column;
  }
  section.ceresamos-calender div.map-box > div {
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
  section.ceresamos-calender div.map-box > div h3 {
    font-size: calc(24/750*100vw);
    line-height: 1.4;
    margin-bottom: 15px;
  }
  section.ceresamos-calender div.map-box > div h3 span {
    font-size: calc(45/750*100vw);
  }
  section.ceresamos-calender div.map-box > div figure {
    margin-bottom: 15px;
  }
  section.ceresamos-calender div.map-box > div > p {
    letter-spacing: -.03em;
    line-height: 1.4;
  }
  section.ceresamos-calender div.map-box .gmap {
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
    margin-top: 15px;
  }
  section.ceresamos-calender div.map-box .gmap iframe {
    width: 100%;
    height: 250px;
  }
  section.ceresamos-calender div.shop-insta {
    margin-top: 40px;
  }
  section.ceresamos-calender div.shop-insta h2 {
    width: 77%;
    margin: 0 auto;
  }
  section.ceresamos-calender div.shop-insta ul.instagram-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1em;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 1em;
    box-sizing: border-box;
  }
  section.ceresamos-calender div.shop-insta ul.instagram-list li {
    max-width: calc(340/750*100vw);
    width: 100%;
  }
  section.ceresamos-calender div.shop-insta ul.instagram-list li a {
    height: calc(340/750*100vw);
  }
}

/*
--------------------------------------------------------- かわさき */
div.kawasaki-cont {
  background: url("/assets/images/agri/ceresamos/top/bg_kawasaki.png") repeat 0 0;
  padding-top: 65px;
}

div.kawasaki-cont h2 {
  width: 714px;
  height: 82px;
  margin: 0 auto 35px;
  background: url("/assets/images/agri/ceresamos/top/bg_kawasaki_title.png") no-repeat center 0;
  padding-top: 44px;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

div.kawasaki-cont > section {
  background: url("/assets/images/agri/ceresamos/top/dot-line.png") repeat-x center 0;
  padding: 45px 0 85px;
}

div.kawasaki-cont > section h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  background: url("/assets/images/agri/ceresamos/top/bg_lblue.png") repeat 0 0;
  height: 60px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 35px;
}

div.kawasaki-cont > section div.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

div.kawasaki-cont > section div.cont-box h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
  background: url("/assets/images/agri/ceresamos/top/line_dot1.png") no-repeat center bottom;
  margin-bottom: 20px;
}

div.kawasaki-cont > section div.cont-box h4.hl-dot2 {
  background: url("/assets/images/agri/ceresamos/top/line_dot2.png") no-repeat center bottom;
}

div.kawasaki-cont > section div.cont-box h4.hl-dot3 {
  background: url("/assets/images/agri/ceresamos/top/line_dot3.png") no-repeat center bottom;
}

div.kawasaki-cont > section div.cont-box > p {
  padding: 0 90px;
}

div.kawasaki-cont > section div.cont-box > figure {
  text-align: center;
  margin-top: 45px;
}

div.kawasaki-cont > section div.cont-box .recipe-note {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}

div.kawasaki-cont > section div.cont-box .btn-recipe {
  margin-top: 20px;
}

div.kawasaki-cont > section div.cont-box .btn-recipe a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  background: url("/assets/images/agri/ceresamos/top/bg_btn-red.png") repeat 0 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
}

div.kawasaki-cont > section div.cont-box .btn-recipe a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

div.kawasaki-cont > section div.cont-box ~ div.cont-box {
  margin-top: 60px;
}

div.kawasaki-cont > section div.cont-box table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

div.kawasaki-cont > section div.cont-box table th, div.kawasaki-cont > section div.cont-box table td {
  border: 1px solid #888;
  padding: 10px 25px;
  text-align: left;
  width: 50%;
}

div.kawasaki-cont > section div.cont-box table th {
  background: #eee;
  font-weight: normal;
}

div.kawasaki-cont > section div.about-link {
  margin-top: 60px;
}

div.kawasaki-cont > section div.about-link h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  background: url("/assets/images/agri/ceresamos/top/bg_lpurple.png") repeat 0 0;
  height: 60px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 25px;
}

div.kawasaki-cont > section div.about-link .btn-movie a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 510px;
  height: 40px;
  border-radius: 20px;
  background: url("/assets/images/agri/ceresamos/top/bg_btn-blue.png") repeat 0 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
}

div.kawasaki-cont > section div.about-link .btn-movie a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

div.kawasaki-cont > section ul.symbol-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 0 0 90px;
}

div.kawasaki-cont > section ul.symbol-list li {
  width: calc(50% - 50px);
}

div.kawasaki-cont > section ul.symbol-list li > div {
  display: flex;
  justify-content: space-between;
}

div.kawasaki-cont > section ul.symbol-list li > div figure {
  width: 166px;
}

div.kawasaki-cont > section ul.symbol-list li > div > p {
  width: calc(100% - 186px);
}

div.kawasaki-cont > section ul.symbol-list li:last-child {
  width: 50%;
}

div.kawasaki-cont > section ul.symbol-list li:last-child > div figure {
  width: 140px;
}

div.kawasaki-cont > section ul.symbol-list li:last-child > div > p {
  width: calc(100% - 160px);
}

div.kawasaki-cont > section h5 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

div.kawasaki-cont ul.kawasaki-link {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

div.kawasaki-cont ul.kawasaki-link li {
  width: 300px;
  height: 40px;
}

div.kawasaki-cont ul.kawasaki-link li a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url("/assets/images/agri/ceresamos/top/bg_btn-green.png") no-repeat 0 0/cover;
  border-radius: 30px;
  font-weight: bold;
}

div.kawasaki-cont ul.kawasaki-link li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

div.kawasaki-cont ul.kawasaki-link li:nth-child(2) a {
  background: url("/assets/images/agri/ceresamos/top/bg_btn-blue.png") no-repeat 0 0/cover;
}

div.kawasaki-cont ul.kawasaki-link li:last-child a {
  background: url("/assets/images/agri/ceresamos/top/bg_btn-orange.png") no-repeat 0 0/cover;
}

@media screen and (max-width: 960px) {
  div.kawasaki-cont {
    padding-top: 50px;
  }
  div.kawasaki-cont h2 {
    width: 100%;
    height: calc(135/750*100vw);
    margin: 0 auto 20px;
    background: url("/assets/images/agri/ceresamos/top/bg_kawasaki_title.png") no-repeat center 0;
    background-size: 100% auto;
    padding-top: 0;
    font-size: calc(45/750*100vw);
  }
  div.kawasaki-cont > section {
    background: url("/assets/images/agri/ceresamos/top/dot-line.png") repeat-x center 0;
    background-size: 26px auto;
    padding: 30px 1em 60px;
  }
  div.kawasaki-cont > section h3 {
    font-size: calc(45/750*100vw);
    background: url("/assets/images/agri/ceresamos/top/bg_lblue.png") repeat 0 0;
    height: auto;
    padding: 0.5em 1em;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  div.kawasaki-cont > section div.cont-box h4 {
    font-size: calc(36/750*100vw);
    padding-bottom: 30px;
    background: url("/assets/images/agri/ceresamos/top/line_dot1.png") no-repeat center bottom;
    background-size: 410px auto;
    margin-bottom: 20px;
  }
  div.kawasaki-cont > section div.cont-box h4.hl-dot2 {
    background: url("/assets/images/agri/ceresamos/top/line_dot2.png") no-repeat center bottom;
    background-size: 410px auto;
  }
  div.kawasaki-cont > section div.cont-box h4.hl-dot3 {
    background: url("/assets/images/agri/ceresamos/top/line_dot3.png") no-repeat center bottom;
    background-size: 410px auto;
  }
  div.kawasaki-cont > section div.cont-box > p {
    padding: 0 1em;
  }
  div.kawasaki-cont > section div.cont-box > figure {
    margin-top: 30px;
  }
  div.kawasaki-cont > section div.cont-box .recipe-note {
    font-size: calc(36/750*100vw);
    margin-top: 15px;
  }
  div.kawasaki-cont > section div.cont-box .btn-recipe {
    margin-top: 20px;
  }
  div.kawasaki-cont > section div.cont-box .btn-recipe a {
    width: 100%;
    height: calc(90/750*100vw);
    border-radius: calc(90/750*100vw);
  }
  div.kawasaki-cont > section div.cont-box ~ div.cont-box {
    margin-top: 40px;
  }
  div.kawasaki-cont > section div.cont-box table th, div.kawasaki-cont > section div.cont-box table td {
    padding: 0.5em 1em;
  }
  div.kawasaki-cont > section div.cont-box table th {
    width: 60%;
  }
  div.kawasaki-cont > section div.cont-box table td {
    width: 40%;
  }
  div.kawasaki-cont > section div.about-link {
    margin-top: 60px;
  }
  div.kawasaki-cont > section div.about-link h4 {
    font-size: calc(36/750*100vw);
    height: auto;
    margin-bottom: 15px;
    padding: 0.5em 1em;
    box-sizing: border-box;
  }
  div.kawasaki-cont > section div.about-link .btn-movie a {
    width: 100%;
    height: calc(60/750*100vw);
    border-radius: calc(90/750*100vw);
  }
  div.kawasaki-cont > section ul.symbol-list {
    flex-direction: column;
    margin-top: 30px;
    padding: 0;
  }
  div.kawasaki-cont > section ul.symbol-list li {
    width: 100%;
  }
  div.kawasaki-cont > section ul.symbol-list li > div figure {
    width: 135px;
  }
  div.kawasaki-cont > section ul.symbol-list li > div > p {
    width: calc(100% - 150px);
  }
  div.kawasaki-cont > section ul.symbol-list li:last-child {
    width: 100%;
    margin-top: 40px;
  }
  div.kawasaki-cont > section ul.symbol-list li:last-child > div figure {
    width: 120px;
  }
  div.kawasaki-cont > section ul.symbol-list li:last-child > div > p {
    width: calc(100% - 135px);
  }
  div.kawasaki-cont > section h5 {
    font-size: calc(27/750*100vw);
    margin-bottom: 15px;
  }
  div.kawasaki-cont ul.kawasaki-link {
    margin: 30px auto 0;
    flex-direction: column;
  }
  div.kawasaki-cont ul.kawasaki-link li {
    width: 100%;
    height: calc(60/750*100vw);
  }
  div.kawasaki-cont ul.kawasaki-link li a {
    width: 100%;
    height: calc(60/750*100vw);
    border-radius: calc(45/750*100vw);
  }
  div.kawasaki-cont ul.kawasaki-link li:nth-child(2) {
    margin-top: 10px;
  }
  div.kawasaki-cont ul.kawasaki-link li:last-child {
    margin-top: 10px;
  }
}

/* page */

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