@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html {
  font-size: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  scroll-behavior: smooth;
  max-width: 500px;
  margin: 0 auto;
  background-color: #ffeff1;
}

.ZenMaru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

ul {
  padding: 0;
  list-style: none;
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.pc {
  display: inline;
}

.mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .mb {
    display: inline;
  }
}
header .mainvisual {
  background: url(../img/mainttl-bg.png) no-repeat top;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
}
header h1 {
  margin: 0;
}
header h1 img {
  height: auto;
  width: 75%;
  padding-top: 2.2em;
}
header p {
  margin: -0.2em auto 0;
  padding-bottom: 1em;
}
header p img {
  height: auto;
  width: 48%;
}

#schedule {
  padding: 1em 0;
  text-align: center;
  background-color: #c3e191;
}
#schedule img {
  width: 80%;
}

#MainContents h2 {
  margin: 0;
  text-align: center;
}
#MainContents h2 img {
  height: 60px;
  width: auto;
}
#MainContents .shouhin {
  background-color: #fff68c;
  position: relative;
  display: block;
  overflow: hidden;
}
#MainContents .shouhin .flower {
  position: absolute;
  right: 0;
  top: 0;
  width: 28%;
}
#MainContents .shouhin .shouhin-catch {
  width: 65%;
  background-color: #fff;
  margin: 1.8em auto 0;
  display: block;
  position: relative;
  z-index: 90;
  border-left: #ff91ab 8px solid;
  border-right: #ff91ab 8px solid;
  text-align: center;
  padding: 0.8em 0 0.2em;
}
#MainContents .shouhin .shouhin-catch img {
  width: 86%;
}
#MainContents .shouhin .green-bg {
  width: 92%;
  margin: 0 auto;
  background: url(../img/green-bg-middle.png) repeat-y center;
  background-size: contain;
  position: relative;
  display: block;
  padding: 1.5em 0;
  /* 下部の背景画像 */
}
#MainContents .shouhin .green-bg::before {
  content: "";
  background: url(../img/green-bg-top.png) no-repeat top center;
  background-size: contain; /* 必要に応じて調整 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px; /* 上部画像の高さを指定 */
  margin-top: -1em;
}
#MainContents .shouhin .green-bg::after {
  content: "";
  background: url(../img/green-bg-bottom.png) no-repeat bottom center;
  background-size: contain; /* 必要に応じて調整 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px; /* 下部画像の高さを指定 */
  margin-bottom: -1em;
}
#MainContents .shouhin .green-bg p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#MainContents .shouhin .green-bg p.photo {
  width: 83%;
}
#MainContents .shouhin .green-bg p.singleLine {
  width: 75%;
  padding-top: 10px;
}
#MainContents .shouhin .green-bg p.dubbleLine {
  margin-top: -1em;
}
#MainContents .shouhin .green-bg p.plus {
  width: 12%;
  margin: 6px auto;
}
#MainContents .shouhin .count {
  width: 85%;
  margin: 2.2em auto;
}

.houhou {
  background-color: #f7c8ce;
  position: relative;
  display: block;
  overflow: hidden;
}
.houhou .flower {
  position: absolute;
  left: -12px;
  top: 15px;
  width: 15%;
  z-index: 10;
}
.houhou p {
  position: relative;
  width: 85%;
  margin: 0.5em auto 1em;
  z-index: 50;
}

.instagramAccount {
  background-color: #fff;
  border-top: 3px solid #ff91ab;
  border-bottom: 3px solid #ff91ab;
  padding: 2% 8%;
}
.instagramAccount ul {
  font-size: 70%;
}
.instagramAccount ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.recipe {
  background-color: #c3e191;
  position: relative;
  overflow: hidden;
}
.recipe .flower {
  position: absolute;
  right: -10px;
  top: 0.5em;
  width: 20%;
}
.recipe .recipe-item {
  width: 85%;
  margin: 2em auto;
  display: block;
  position: relative;
}
.recipe .recipe-item a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.recipe .recipe-item a h4 {
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 80;
  width: 100%;
  margin: 0;
}
.recipe .recipe-item a h4 img {
  width: 98%;
}
.recipe .recipe-otherLink {
  background: url(../img/recipe-otherlink.png) no-repeat center;
  background-size: contain;
  width: 80%;
  padding: 3em 0;
  margin: -1em auto 1em;
  display: block;
  position: relative;
}
.recipe .recipe-otherLink p {
  font-size: 98%;
  font-weight: 500;
  line-height: 1.2;
  color: #5a2e00;
  padding: 0 10px;
}
.recipe .recipe-otherLink p a {
  color: #ea608e;
  text-decoration: underline;
}

.detail {
  background-color: #fff;
  width: 92%;
  padding: 0.5em 4%;
  margin: 0 auto;
  font-size: 90%;
}
.detail .detail-inner {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
}
.detail h3 {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  background: #ea608e;
  color: #fff;
  line-height: 1.2;
  padding: 0.3em 0;
  margin: 0.6em auto 0.5em;
}
.detail h3.contact {
  background: #68b72e;
}
.detail table th {
  vertical-align: top;
  text-align: left;
  width: 100%;
  display: block;
}
.detail table td {
  width: 100%;
  display: block;
}
.detail table p {
  margin: 0 auto;
}
.detail ul {
  margin: 0 auto;
}
.detail ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.detail .caution {
  border: 1px dashed #000;
  padding: 1em 1em;
  line-height: 1.5;
  width: 83%;
  font-size: 80%;
  margin: 1em auto;
}
.detail .caution h4 {
  margin: 5px 0;
  padding-left: 0;
}
.detail .caution ul.dashedBox-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.detail .cautionBox {
  width: 90%;
  padding: 0;
  display: flex;
  position: relative;
  background: #E11E19;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-around;
}
.detail .cautionBox .icon {
  width: 7%;
}
.detail .cautionBox .midashi {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
.detail .cautionBox span {
  color: #FFEB28;
  font-weight: bold;
}

.contact p {
  margin: 0.4em auto;
}
.contact .tel {
  font-size: 170%;
  font-weight: 500;
}
.contact .tel a {
  color: #000;
}

#page-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  transform: translateX(0);
  transition: transform 0.2s ease-out;
  margin: 0;
}
#page-top a {
  width: 80px;
  display: block;
}
#page-top a:hover {
  opacity: 0.8;
}

footer {
  background-color: #fff;
  width: 90%;
  padding: 0 5%;
  z-index: 10;
  margin-top: 2.5em;
  position: relative;
  display: block;
  text-align: center;
  clear: both;
  margin: 0 auto;
}
footer .copylight {
  text-align: center;
  padding: 3em 0;
  font-family: serif;
  font-size: 60%;
  font-weight: bold;
}

.fadein {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeinDown {
  animation-name: fadeinDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeinDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.fadein-anime {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1.5s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.EndArea {
  background-color: rgba(194, 131, 195, 0.8117647059);
  width: 100%;
  height: 70%;
  position: absolute;
  margin-top: -10px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.EndArea .inner {
  background: #801381;
  width: 85%;
  margin: 0 auto;
  border-radius: 7px;
  padding: 4px;
  font-size: 14px;
  line-height: 1.5;
}
.EndArea .inner span {
  background: #801381;
  border: 2px solid #fff;
  border-radius: 5px;
  display: block;
  padding: 0.8em 0;
  text-align: center;
  color: #fff;
}