.sp {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hina Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  background-color: #c42401;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit;
  /* 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 {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

.container_wrapper {
  position: relative;
  overflow: hidden;
}
.container_wrapper .element_left01 {
  top: 7%;
}
.container_wrapper .element_left02 {
  top: 30%;
  left: -3%;
}
.container_wrapper .element_left03 {
  top: 60%;
}
.container_wrapper .element_right01 {
  top: 7%;
}
.container_wrapper .element_right02 {
  top: 50%;
  right: -3%;
}
.container_wrapper .element_right03 {
  top: 80%;
}
.container_wrapper .element_flower_red01 {
  top: 2%;
}
.container_wrapper .element_flower_red02 {
  top: 20%;
  right: -1%;
}
.container_wrapper .element_flower_red03 {
  top: 45%;
  left: 2%;
}
.container_wrapper .element_flower_white01 {
  top: 10%;
  right: 1%;
}
.container_wrapper .element_flower_white02 {
  top: 40%;
  right: -2%;
}
.container_wrapper .element_flower_white03 {
  top: 70%;
  left: -2%;
}

.element_right {
  position: absolute;
  width: clamp(100px, 15vw, 250px);
  right: 0;
  z-index: 5;
}

.element_left {
  position: absolute;
  width: clamp(100px, 15vw, 230px);
  left: 0;
  z-index: 5;
}

.element_flower_red {
  position: absolute;
  width: clamp(80px, 10vw, 120px);
  z-index: 5;
}

.element_flower_white {
  position: absolute;
  width: clamp(80px, 12vw, 180px);
  z-index: 5;
}

.container {
  padding: 20px;
  width: 90%;
  max-width: 1150px;
  margin: 30px auto;
  background-color: #f7eee1;
}
.container .container_inner {
  padding: 20px 60px 60px;
  border: 3px solid #c42401;
}
.container .logo {
  width: 200px;
  margin: 0 auto;
}
.container .title {
  margin-bottom: 50px;
}
.container h1, .container h2 {
  text-align: center;
  font-size: 5.2rem;
  color: #c42401;
  line-height: 1.2;
}
.container h3 {
  display: inline-block;
  text-align: center;
  font-size: 2.5rem;
  color: #c42401;
  line-height: 1.2;
  border-top: 8px solid #fae184;
  border-bottom: 8px solid #fae184;
  padding: 20px;
}
.container .scroll-hint-icon-wrap {
  font-family: "Hiragino Sans", sans-serif;
}
.container table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  table-layout: fixed;
  font-family: "Hiragino Sans", sans-serif;
}
.container table tr, .container table td {
  background-color: #FFF;
  border: 1px solid #000;
  padding: 14px 0;
}
.container table tr:first-child, .container table td:first-child {
  width: auto;
}
.container table tr:not(:first-child), .container table td:not(:first-child) {
  width: 7%;
}
.container table tr.day, .container table td.day {
  padding: 5px 0;
}
.container table tr.day td, .container table td.day td {
  padding: 5px 0 !important;
  background-color: #ccc !important;
}
.container table tr.week, .container table td.week {
  border-bottom: 2px solid #000;
}
.container table tr.week td, .container table td.week td {
  padding: 5px 0 !important;
  background-color: #f1f1f1 !important;
}
.container table tr.gantan, .container table td.gantan {
  border-left: 5px double #000;
}
.container table tr p, .container table td p {
  text-align: center;
}
.container table tr p.text-blue, .container table td p.text-blue {
  color: rgb(35, 86, 197);
}
.container table tr p.text-red, .container table td p.text-red {
  color: #c42401;
}
.container table tr.short, .container table td.short {
  background-color: rgb(233, 190, 190);
}
.container table tr.special, .container table td.special {
  background-color: rgb(205, 205, 109);
}
.container table tr.holiday, .container table td.holiday {
  background-color: #c42401;
}
.container table tr.holiday p, .container table td.holiday p {
  color: #fff;
  font-weight: bold;
}
.container .note p {
  text-align: center;
  font-size: 1.2rem;
  color: #c42401;
}
.container .note a {
  text-decoration: underline;
}
.container .note span {
  padding: 0 5px;
}
.container .note span.color_special {
  background-color: rgb(205, 205, 109);
  color: #000;
}
.container .note span.color_short {
  background-color: rgb(233, 190, 190);
  color: #000;
}
.container .note span.color_closed {
  background-color: #c42401;
  color: #fff;
}
.container .note02 {
  margin-top: 50px;
  border: 1px solid #c42401;
  padding: 6px 0;
}
.container .note02 p {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #c42401;
}
.container .about_delivery {
  margin-top: 80px;
}
.container .about_delivery .delivery_section {
  text-align: center;
  margin-top: 60px;
}
.container .about_delivery .delivery_section h3 {
  margin-bottom: 30px;
}
.container .about_delivery .delivery_section p {
  text-align: left;
  font-size: 1.3rem;
  color: #c42401;
}
.container .close_btn {
  text-align: center;
}
.container .close_btn a {
  display: inline-block;
  margin: 40px auto 0 auto;
  padding: 15px 40px;
  font-size: 1.3rem;
  background: #c42401;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #c42401;
}
.container .close_btn a:hover {
  background: #fff;
  color: #c42401;
}
.container .footer-name {
  margin-top: 60px;
}
.container .footer-name p {
  font-family: "Hiragino Sans", sans-serif;
  text-align: center;
  font-size: 4rem;
  color: #c42401;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .container_wrapper .element_left01 {
    top: 7%;
  }
  .container_wrapper .element_left02 {
    top: 30%;
    left: -3%;
  }
  .container_wrapper .element_left03 {
    top: 60%;
    left: -10%;
  }
  .container_wrapper .element_right01 {
    top: 2%;
  }
  .container_wrapper .element_right02 {
    top: 50%;
    right: -3%;
  }
  .container_wrapper .element_right03 {
    top: 80%;
    right: -10%;
  }
  .container_wrapper .element_flower_red01 {
    top: 2%;
  }
  .container_wrapper .element_flower_red02 {
    top: 20%;
    right: -5%;
  }
  .container_wrapper .element_flower_red03 {
    top: 45%;
    left: -5%;
  }
  .container_wrapper .element_flower_white01 {
    top: 10%;
    right: 1%;
    width: 60px;
  }
  .container_wrapper .element_flower_white02 {
    top: 40%;
    right: -5%;
  }
  .container_wrapper .element_flower_white03 {
    top: 80%;
    left: -6%;
  }
  .container .container_inner {
    padding: 20px;
  }
  .container .logo {
    width: 100px;
    margin: 0 auto 20px;
  }
  .container .title {
    margin-bottom: 20px;
  }
  .container h1, .container h2 {
    font-size: 1.6rem;
  }
  .container h3 {
    font-size: 1.2rem;
    padding: 10px;
  }
  .container .note p {
    text-align: left;
    font-size: 1rem;
  }
  .container .note02 {
    margin-top: 20px;
  }
  .container .note02 p {
    font-size: 1rem;
  }
  .container .js_scroll {
    padding: 0 0 10px;
  }
  .container .js_scroll table {
    width: 760px;
  }
  .container .js_scroll table tr, .container .js_scroll table td {
    font-size: 0.8rem;
  }
  .container .js_scroll table tr:first-child, .container .js_scroll table td:first-child {
    width: 10%;
  }
  .container .about_delivery {
    margin-top: 40px;
  }
  .container .about_delivery .delivery_section {
    margin-top: 30px;
  }
  .container .about_delivery .delivery_section h3 {
    margin-bottom: 15px;
  }
  .container .about_delivery .delivery_section p {
    font-size: 1rem;
  }
  .container .close_btn a {
    display: block;
    margin: 40px auto 0 auto;
    padding: 15px 20px;
    font-size: 1.1rem;
  }
  .container .footer-name {
    margin-top: 30px;
  }
  .container .footer-name p {
    font-size: 1.24rem;
  }
}/*# sourceMappingURL=main.css.map */