@import url("https://fonts.googleapis.com/css2?family=Pangolin&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
/*! 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;
}

/**
 * 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
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* plus alfa
   ========================================================================== */
ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: min(4vw, 30px);
}
@media (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #f4ffe7;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #3b3e2f;
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
  letter-spacing: 0.05em;
  font-weight: 400;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:link {
  color: #776268;
}
a:visited {
  color: #776268;
}
a:hover, a:focus {
  color: #cb8e9f;
  text-decoration: underline;
}
a:active {
  color: #776268;
}
a > img {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ol,
ul {
  padding-left: 0;
}

li {
  margin-bottom: 0.5em;
}
li:last-of-type {
  margin-bottom: 0;
}

figure {
  margin: 0 auto 1em;
}
figure img {
  max-width: 100%;
  height: auto;
}

h2 {
  margin-top: 0vw;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 600px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 940px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  margin-top: 0vw;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 600px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 940px) {
  h3 {
    margin-bottom: 1.75rem;
  }
}

.l-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 13px;
  padding-left: 13px;
}
@media (min-width: 940px) {
  .l-container {
    max-width: 1056px;
    padding: 0 8px;
  }
}

table {
  display: block;
  width: 100%;
  border: none;
  border-spacing: 4px;
}
table thead,
table tbody,
table tr,
table th,
table td {
  display: block;
  width: 100%;
}
table th {
  border-right: 0;
  padding: 0.5em 1em;
  background: #fad7e1 url("../img/bg_pink.png") center repeat;
  background-size: 190px 190px;
  color: #776268;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
table td {
  padding: 0.5em 1em;
  background-color: white;
  text-align: left;
}
@media (min-width: 600px) {
  table {
    display: table;
  }
  table thead,
  table tbody {
    display: table-header-group;
  }
  table tr {
    display: table-row;
  }
  table th,
  table td {
    display: table-cell;
    padding: 0.75rem 1.5rem;
    width: auto;
  }
}

.scroll-prevent {
  overflow: hidden;
  height: 100%;
}

.is-pc {
  display: none;
}
@media (min-width: 940px) {
  .is-pc {
    display: block;
  }
}

.is-tab {
  display: none;
}
@media (min-width: 600px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 600px) {
  .is-sp {
    display: none;
  }
}

.l-header {
  background: #b5e0ff url("../img/bg_header-sp.jpg") top center no-repeat;
  background-size: cover;
}
@media (min-width: 940px) {
  .l-header {
    background: #b5e0ff url("../img/bg_header-pc.jpg") top center no-repeat;
    background-size: cover;
  }
}
.l-header .l-container {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.l-header__top {
  width: 100%;
  height: 48px;
  padding: 8px 0 0;
  z-index: 39;
}
@media (min-width: 600px) {
  .l-header__top {
    padding: 12px 0 0;
    height: 64px;
  }
}
@media (min-width: 940px) {
  .l-header__top {
    position: relative;
    height: auto;
    padding: 0;
  }
  .l-header__top::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 506px;
    height: 188px;
    background: url("../img/bg_header-logo.png") top center no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 0.25rem;
  margin: 0 auto;
  font-size: 1rem;
}
@media (min-width: 940px) {
  .l-header__logo {
    display: block;
    height: auto;
    padding: 1.5rem 1rem 1rem;
    text-align: center;
  }
}
.l-header__logo a {
  display: inline-block;
}
.l-header__logo a:hover img, .l-header__logo a:focus img {
  -webkit-animation: flash 1s;
          animation: flash 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes flash {
  10% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes flash {
  10% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
  }
}
.l-header__logo img {
  width: auto;
  max-width: 304px;
  height: 32px;
  vertical-align: bottom;
}
@media (min-width: 600px) {
  .l-header__logo img {
    height: 44px;
  }
}
@media (min-width: 940px) {
  .l-header__logo img {
    height: 66px;
  }
}

.l-main {
  position: relative;
  background: url("../img/bg_main-bottom.png") center bottom no-repeat;
  background-size: 100% auto;
}
@media (min-width: 940px) {
  .l-main .l-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.l-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_main-top.jpg") center top no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.l-main .l-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3.5rem;
}
@media (min-width: 600px) {
  .l-main .l-2column {
    padding-top: 5rem;
  }
}
@media (min-width: 940px) {
  .l-main .l-2column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.l-main--ornament {
  position: relative;
}
.l-main--ornament::before, .l-main--ornament::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 30vw;
  max-width: 286px;
  height: 30vw;
  max-height: 286px;
  -webkit-transform: translateY(-39.161%);
          transform: translateY(-39.161%);
  z-index: 1;
}
.l-main--ornament::before {
  background: url("../img/img_cherry-left.png") left top no-repeat;
  background-size: contain;
}
.l-main--ornament::after {
  right: 0;
  background: url("../img/img_cherry-right.png") left top no-repeat;
  background-size: contain;
}

.l-maincolmn {
  padding-bottom: 48px;
}
@media (min-width: 600px) {
  .l-maincolmn {
    padding-bottom: 72px;
  }
}
@media (min-width: 940px) {
  .l-maincolmn {
    padding-left: 24px;
    padding-bottom: 88px;
    width: calc(100% - 224px);
  }
}

.l-sidecolmn {
  width: 100%;
  padding-bottom: 48px;
}
@media (min-width: 600px) {
  .l-sidecolmn {
    padding-bottom: 72px;
  }
}
@media (min-width: 940px) {
  .l-sidecolmn {
    padding-bottom: 88px;
    width: 224px;
    z-index: 1;
  }
}

.l-footer {
  padding-top: 24px;
  background: #eff7ad url("../img/bg_footer.jpg") center no-repeat;
  background-size: cover;
}
.l-footer a:link, .l-footer a:active, .l-footer a:visited {
  color: #3b3e2f;
}
.l-footer a:hover, .l-footer a:focus {
  color: #776268;
}

.l-footer__nav {
  margin: 0;
  padding: 16px 0;
}
.l-footer__nav ul {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .l-footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 940px) {
  .l-footer__nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__nav li {
  width: 100%;
  margin-bottom: 2px;
  text-align: left;
}
@media (min-width: 600px) {
  .l-footer__nav li {
    position: static;
    width: auto;
    text-align: center;
  }
}
@media (min-width: 940px) {
  .l-footer__nav li {
    padding: 0 16px;
  }
}
.l-footer__nav li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid white;
  text-decoration: none;
}
.l-footer__nav li a::after {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 1px;
  border-color: #619f93;
}
@media (min-width: 600px) {
  .l-footer__nav li a {
    display: inline-block;
    width: auto;
    padding: 0.5rem;
    border-bottom: 0;
  }
  .l-footer__nav li a::after {
    display: none;
  }
  .l-footer__nav li a::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    margin: auto;
    border-bottom: 1px solid #619f93;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .l-footer__nav li a:hover::before, .l-footer__nav li a:focus::before {
    width: 40px;
  }
}

.l-footer__prof {
  padding: 1.5rem 0;
  margin-bottom: 0;
  text-align: center;
}
.l-footer__prof dt,
.l-footer__prof dd {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 940px) {
  .l-footer__prof dt,
  .l-footer__prof dd {
    padding: 0 16px;
    margin: 0;
  }
}
.l-footer__prof dt {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 940px) {
  .l-footer__prof dt {
    margin-bottom: 0;
  }
}
.l-footer__prof dt a {
  display: inline-block;
}
.l-footer__prof dt a:hover, .l-footer__prof dt a:focus {
  -webkit-animation: flash 1s;
          animation: flash 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes flash {
  10% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
  }
}
.l-footer__prof dt img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
.l-footer__prof dd {
  margin-top: 0.5rem;
}
.l-footer__prof dd a:hover, .l-footer__prof dd a:focus {
  -webkit-animation: flash 1s;
          animation: flash 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes flash {
  10% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
  }
}
.l-footer__prof dd img {
  width: auto;
  height: 24px;
  vertical-align: baseline;
}
@media (min-width: 600px) {
  .l-footer__prof dd img {
    height: 30px;
  }
}

.l-copy {
  padding-bottom: 1.5rem;
  font-size: 0.75rem;
}
.l-copy p {
  margin: 4px auto;
  text-align: center;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .c-pager {
    padding-top: 64px;
  }
}
.c-pager > li {
  display: block;
  margin: 0 4px 0 0;
}
.c-pager > li:last-child {
  margin: 0;
}
.c-pager > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: #9ededb url("../img/bg_green.png");
  background-size: 256px 256px;
  border-radius: 50%;
  color: #445b6b;
}
@media (min-width: 600px) {
  .c-pager > li > a {
    width: 40px;
    height: 40px;
  }
}
.c-pager > li > a.is-active, .c-pager > li > a:focus, .c-pager > li > a:hover {
  background: #445b6b;
  color: white;
  text-decoration: none;
}

.c-btn {
  display: block;
  background: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

.c-btn--pagetop {
  display: block;
  position: fixed;
  right: 16px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-image: url("../img/pagetop.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  overflow: hidden;
}
@media (min-width: 600px) {
  .c-btn--pagetop {
    right: 32px;
    bottom: 32px;
    width: 64px;
    height: 64px;
  }
}
.c-btn--pagetop:hover, .c-btn--pagetop:focus {
  -webkit-animation: flash 1s;
          animation: flash 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes flash {
  10% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
  }
}

a.c-btn--pagetop {
  color: rgba(255, 255, 255, 0);
  font-size: 0.875rem;
}

.c-btn--link {
  font-size: 1rem;
  text-align: center;
}
.c-btn--link a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0.6em 1rem;
  width: 100%;
  background: #9ededb url("../img/bg_green.png");
  background-size: 190px 190px;
  border-radius: 50vh;
  line-height: 1.5;
  text-decoration: none;
  color: #445b6b;
  font-weight: 700;
}
.c-btn--link a:hover, .c-btn--link a:focus {
  background: #445b6b;
  color: white;
}
@media (min-width: 600px) {
  .c-btn--link a {
    padding: 0.7em 2em;
  }
}
.c-btn--link a:hover {
  text-decoration: none;
}
.c-btn--link .c-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.c-btn--link .c-arrow::before, .c-btn--link .c-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.c-btn--link .u-arrow--base::after {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 1px;
  border-color: rgb(255, 255, 255);
  left: calc(100% - 32px);
}

.c-btn--gmap a {
  background-color: #619f93;
  color: rgb(255, 255, 255);
}
@media (min-width: 600px) {
  .c-btn--gmap a {
    display: inline-block;
    width: auto;
  }
}
.c-btn--gmap a:hover {
  background: #619f93;
}

.c-category {
  background: white url("../img/bg_category.jpg") center top no-repeat;
  background-size: 100% auto;
  border-radius: 16px;
  padding: 1rem 4px 2rem;
}
@media (min-width: 600px) {
  .c-category {
    border-radius: 24px;
  }
}
.c-category ul {
  margin: 0 auto;
}
.c-category ul li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(68, 91, 107, 0.2);
}
.c-category ul a {
  display: block;
  padding: 0.5em;
  color: #3b3e2f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-category ul a:hover, .c-category ul a:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #619f93;
  text-decoration: none;
}

.c-category__title {
  padding: 0 1rem 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #445b6b;
}

.c-list--dl {
  border-top: 1px solid #f9dbdf;
}

.c-list--dl__item {
  padding: 0.75rem;
  border-bottom: 1px solid #f9dbdf;
}
.c-list--dl__item dd {
  margin-left: 1rem;
}
@media (min-width: 600px) {
  .c-list--dl__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0.75rem 1rem;
  }
  .c-list--dl__item dt {
    white-space: nowrap;
    width: 10em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-list--dl__item dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c-list--icon li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
  line-height: 1.5;
}
.c-list--icon li::before {
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  content: "";
  background: url("../img/icon_sakura.png") center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}

.c-list--cir {
  padding: 0;
}
.c-list--cir li {
  padding-left: 24px;
  position: relative;
  list-style: none;
}
.c-list--cir li::before {
  display: block;
  content: "";
  background-color: #445b6b;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 6px;
}

.c-list--kome {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.c-list--num li {
  padding-left: 1.5rem;
  position: relative;
  list-style: none;
  counter-increment: num;
}
.c-list--num li::before {
  display: block;
  content: counter(num) ".";
  width: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #619f93;
}

.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 600px) {
  .c-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 940px) {
  .c-media {
    gap: 2rem;
  }
}

@media (min-width: 940px) {
  .c-media__text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.c-media__image img {
  max-width: 100%;
}

.c-section {
  padding-top: 48px;
}
.c-section:last-of-type {
  padding-bottom: 48px;
}
.c-section > * > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .c-section {
    padding-top: calc(5.664vw + 26.761px);
  }
  .c-section:last-of-type {
    padding-bottom: calc(5.664vw + 26.761px);
  }
}
@media (min-width: 940px) {
  .c-section {
    padding-top: 80px;
  }
  .c-section:last-of-type {
    padding-bottom: 80px;
  }
}

.l-main > .c-section:first-child {
  padding-top: 2rem;
}

.c-section-group-title {
  padding: 48px 0 0;
  text-align: center;
}
@media (min-width: 600px) {
  .c-section-group-title {
    padding: calc(5.664vw + 26.761px) 0 0;
  }
}
@media (min-width: 940px) {
  .c-section-group-title {
    padding: 80px 0 0;
  }
}
.c-section-group-title h1 {
  display: block;
  margin: 0 auto;
  padding: 0.5em;
  background: #fad7e1 url("../img/bg_pink.png") center repeat;
  background-size: 190px 190px;
  color: #776268;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.5rem;
  text-shadow: 0 -1px 1px white;
}
@media (min-width: 600px) {
  .c-section-group-title h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 940px) {
  .c-section-group-title h1 {
    font-size: 2rem;
  }
}

.c-section__title {
  position: relative;
  padding: 0.5rem 3rem;
  margin-left: auto;
  margin-right: auto;
  background: #9ededb url("../img/bg_green.png") center repeat;
  background-size: 190px 190px;
  border-radius: 100vh;
  max-width: 31.25rem;
  text-align: center;
}
@media (min-width: 600px) {
  .c-section__title {
    padding: 0.75rem 4rem;
  }
}
@media (min-width: 940px) {
  .c-section__title {
    padding: 1rem 6rem;
  }
}
.c-section__title::before, .c-section__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-section__title::before {
  left: 0.75rem;
  width: 2.625rem;
  height: 2.625rem;
  background: url("../img/el-sakura-a.png") center no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  .c-section__title::before {
    left: 1rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
@media (min-width: 940px) {
  .c-section__title::before {
    left: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.c-section__title::after {
  right: 0.75rem;
  width: 2.8125rem;
  height: 2.8125rem;
  background: url("../img/el-sakura-b.png") center no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  .c-section__title::after {
    right: 1rem;
    width: 3.375rem;
    height: 3.375rem;
  }
}
@media (min-width: 940px) {
  .c-section__title::after {
    right: 1.5rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}
.c-section__title h2 {
  margin-bottom: 0;
  text-shadow: 0 -1px 1px white;
  color: #445b6b;
}
.c-section__title + * {
  margin-top: 1.5rem;
}
@media (min-width: 600px) {
  .c-section__title + * {
    margin-top: 2rem;
  }
}

.c-section__body {
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
  background-color: white;
}
@media (min-width: 600px) {
  .c-section__body {
    padding: 2rem;
    border-radius: 24p;
  }
}
@media (min-width: 940px) {
  .c-section__body {
    padding: 2.5rem;
  }
}
.c-section__body > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .c-section__body--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-section__body--2col .c-section__block {
    width: calc(50% - 16px);
  }
}

@media (min-width: 600px) {
  .c-section__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-section__columns::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-section__gallery {
  width: 100%;
}
.c-section__gallery li figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  overflow: hidden;
}
.c-section__gallery li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-section__gallery li a {
  display: block;
  color: #3b3e2f;
}
.c-section__gallery li a:hover, .c-section__gallery li a:focus {
  text-decoration: none;
}
.c-section__gallery li a:hover *, .c-section__gallery li a:focus * {
  -webkit-animation: flash 1s;
          animation: flash 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes flash {
  10% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
  }
}
@media (min-width: 600px) {
  .c-section__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-section__gallery::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-section__gallery li {
    width: 32%;
    max-width: 328px;
  }
}

@media (min-width: 600px) {
  .c-section__gallery--1col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-section__gallery--1col::after {
    display: none;
  }
  .c-section__gallery--1col li {
    width: 100%;
    max-width: none;
  }
}

.c-section__gallery--2col li {
  max-width: none;
}
@media (min-width: 600px) {
  .c-section__gallery--2col li {
    width: 48%;
    margin-bottom: 1.5rem;
  }
}

.c-section__block:not(:first-of-type) {
  margin-top: 3rem;
}
.c-section__block h3 {
  padding: 0.5rem 1rem;
  background: #f4ffe7 url("../img/bg_base.jpg");
  background-size: 256px 256px;
  font-size: 1.125rem;
  color: #776268;
}
.c-section__block > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 940px) {
  .c-table--default th {
    width: 20%;
  }
}

.c-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 600px) {
  .c-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-cards__item {
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 16px;
  background-color: white;
}
@media (min-width: 600px) {
  .c-cards__item {
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
    max-width: calc(50% - 8px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 2rem;
  }
}
@media (min-width: 940px) {
  .c-cards__item {
    -ms-flex-preferred-size: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 2rem;
  }
}
.c-cards__item > *:last-child {
  margin-bottom: 0;
}

.p-article {
  position: relative;
  padding: 1.5rem 1rem;
  border-radius: 16px;
  background-color: white;
}
@media (min-width: 600px) {
  .p-article {
    padding: 1.5rem 2rem;
    border-radius: 24px;
  }
}
@media (min-width: 940px) {
  .p-article {
    padding: 2rem 2.5rem;
  }
}
.p-article > *:last-child {
  margin-bottom: 0;
}
.p-article + .p-article {
  margin-top: 3rem;
}
@media (min-width: 600px) {
  .p-article + .p-article {
    margin-top: 4rem;
  }
}
.p-article h2 {
  background: #fad7e1 url("../img/bg_pink.png");
  background-size: 190px 190px;
  padding: 0.5em 0.75rem;
  margin-bottom: 1em;
  color: #776268;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-shadow: 0 -1px 0 white;
}
@media (min-width: 600px) {
  .p-article h2 {
    padding: 0.5em 1rem;
  }
}
@media (min-width: 940px) {
  .p-article h2 {
    margin-bottom: 1.5rem;
  }
}

.p-article__date {
  padding-bottom: 0.5rem;
  font-size: 14px;
  color: #619f93;
}

.p-article__body {
  padding-bottom: 16px;
}
.p-article__body h3 {
  padding: 0.5rem 1rem;
  margin-top: 2em;
  background: #f4ffe7 url("../img/bg_base.jpg");
  background-size: 256px 256px;
  font-size: 1.125rem;
  color: #776268;
}
.p-article__body > *:first-child {
  margin-top: 0;
}

.p-article__btn-area {
  padding-top: 16px;
}
.p-article__btn-area a {
  display: inline-block;
  max-width: 288px;
}

.p-recruit {
  text-align: center;
}

.p-recruit__title {
  margin-bottom: 1rem;
}

.p-recruit__btn-area {
  margin-top: 1.5rem;
}
.p-recruit__btn-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 1.5em;
  font-size: 1.5rem;
  max-width: 12em;
}
.p-recruit__btn-area a::before {
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5rem;
  background: url("../img/icon_phone.png") center no-repeat;
  background-size: contain;
}
.p-recruit__btn-area a:hover::before {
  background: url("../img/icon_phone-wh.png") center no-repeat;
  background-size: contain;
}

.p-recruit__articles {
  padding-top: 0;
}
.p-recruit__articles .p-recruit__articles__image {
  margin: 0 0 1rem;
  border-radius: 8px;
  overflow: hidden;
}
.p-recruit__articles .p-recruit__articles__text > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .p-recruit__articles .p-article__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-recruit__articles .p-recruit__articles__image,
  .p-recruit__articles .p-recruit__articles__text {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 460px;
    margin-bottom: 0;
  }
}

.p-fnav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 1.5em;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .p-fnav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 940px) {
  .p-fnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2rem;
  }
}
.p-fnav li {
  width: 100%;
  margin: 0;
}
@media (min-width: 600px) {
  .p-fnav li {
    width: auto;
  }
}
@media (min-width: 940px) {
  .p-fnav li {
    padding: 0 1.5rem;
  }
}
.p-fnav a {
  display: block;
  width: 100%;
  padding: 0.5rem;
  line-height: 2;
  border-bottom: 2px solid #f9dbdf;
  color: #3b3e2f;
  text-align: center;
}
@media (min-width: 600px) {
  .p-fnav a {
    border: 0;
    padding: 0.5rem 1rem;
  }
}
.p-fnav a:hover, .p-fnav a:focus {
  color: #445b6b;
  border-bottom: 2px solid #776268;
}
@media (min-width: 600px) {
  .p-fnav a:hover, .p-fnav a:focus {
    border: 0;
  }
}

.p-fnav--option {
  width: 100%;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .p-fnav--option {
    text-align: center;
  }
}
@media (min-width: 940px) {
  .p-fnav--option {
    text-align: right;
  }
}
.p-fnav--option li {
  width: 100%;
}
@media (min-width: 600px) {
  .p-fnav--option li {
    display: inline-block;
    width: calc(50% - 8px);
    padding: 0 8px;
  }
  .p-fnav--option li a {
    width: 100%;
  }
}
.p-fnav--option li:first-of-type a {
  background: #619f93;
}
.p-fnav--option li:first-of-type a:hover, .p-fnav--option li:first-of-type a:focus {
  background: #619f93;
}

.p-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #445b6b;
  color: rgb(255, 255, 255);
  z-index: 39;
}
@media (min-width: 600px) {
  .p-hamburger {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 940px) {
  .p-hamburger {
    display: none;
  }
}

.p-hamburger__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
  background: rgb(255, 255, 255);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 600px) {
  .p-hamburger__line {
    width: 32px;
    height: 3px;
    margin: -2px 0 0 -16px;
  }
}
.p-hamburger__line::before, .p-hamburger__line::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 600px) {
  .p-hamburger__line::before, .p-hamburger__line::after {
    width: 32px;
    height: 3px;
  }
}
.p-hamburger__line::before {
  margin-top: -8px;
}
@media (min-width: 600px) {
  .p-hamburger__line::before {
    margin-top: -12px;
  }
}
.p-hamburger__line::after {
  margin-top: 6px;
}
@media (min-width: 600px) {
  .p-hamburger__line::after {
    margin-top: 8px;
  }
}
.p-hamburger__line.is-close {
  background: transparent;
}
.p-hamburger__line.is-close::before, .p-hamburger__line.is-close::after {
  margin-top: 0;
}
.p-hamburger__line.is-close::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.p-hamburger__line.is-close::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.drawer-hamburger {
  background-color: #445b6b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 48px;
  padding: 12px;
  margin: 0vw;
  z-index: 3;
}
@media (min-width: 600px) {
  .drawer-hamburger {
    width: 64px;
    height: 64px;
    padding: 16px;
  }
}
.drawer-hamburger:hover, .drawer-hamburger:focus {
  background: #4e687b;
}

.drawer-hamburger-icon {
  background-color: rgb(255, 255, 255);
  margin-top: 0;
}
.drawer-hamburger-icon::before {
  top: -8px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 600px) {
  .drawer-hamburger-icon::before {
    top: -10px;
  }
}
.drawer-hamburger-icon::after {
  top: 8px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 600px) {
  .drawer-hamburger-icon::after {
    top: 10px;
  }
}

.drawer-nav {
  overflow: auto;
  background: #9ededb url("../img/bg_blue.jpg");
  background-size: auto 178px;
}
@media (min-width: 940px) {
  .drawer-nav {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-color: transparent;
    background-image: none;
  }
}

.p-gnav {
  padding-top: 24px;
}
@media (min-width: 940px) {
  .p-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 1rem;
  }
}
.p-gnav li {
  width: 100%;
  padding: 0.5rem 1rem;
}
@media (min-width: 940px) {
  .p-gnav li {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
.p-gnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1em;
  color: #3b3e2f;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 940px) {
  .p-gnav a {
    padding: 0.75em 1.5em;
  }
}
.p-gnav a::before, .p-gnav a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.p-gnav a::before {
  left: -4px;
  margin: auto;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: url("../img/bg_green.png") center no-repeat;
  background-size: cover;
  border-radius: 5px;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-gnav a::after {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: white;
  z-index: -1;
}
.p-gnav a:hover {
  background-color: #fff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.p-gnav a:hover::before {
  opacity: 1;
}
.p-gnav a img {
  width: auto;
  height: 16px;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .p-gnav a img {
    height: 18px;
  }
}

@media (min-width: 940px) {
  .drawer-nav {
    position: static;
    width: auto;
    height: auto;
  }
  .drawer-toggle {
    display: none;
  }
  .drawer-overlay {
    display: none;
  }
}
.p-mv {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .p-mv {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.p-mv--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.6vw;
  padding-bottom: 4.3vw;
  max-height: 240px;
  width: 96vw;
  height: 42vw;
  margin: 0 auto;
}
@media (min-width: 940px) {
  .p-mv--second {
    max-width: 1200px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .p-mv--second {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.p-mv--second h1 {
  margin: 0 0 0.5rem;
  line-height: 1.5;
}
.p-mv--second img {
  width: auto;
  height: 2rem;
}
@media (min-width: 600px) {
  .p-mv--second img {
    height: 44px;
  }
}

#p-mv__slider {
  margin: 0 auto;
}
#p-mv__slider img {
  width: 100%;
  max-width: 980px;
  height: auto;
  max-height: 640px;
  margin: 0 auto;
}

.p-mv__slider__sideItem {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-top--catchcopy {
  text-align: center;
}
.p-top--catchcopy .l-container {
  padding-top: 1rem;
}
@media (min-width: 940px) {
  .p-top--catchcopy .l-container {
    padding-top: 0;
  }
}
.p-top--catchcopy img {
  width: 96%;
  max-width: 583px;
  height: auto;
}

.p-top--info {
  padding-top: 2rem;
}
@media (min-width: 600px) {
  .p-top--info {
    padding-top: 4rem;
  }
}
.p-top--info li {
  padding: 0.5rem;
  margin-bottom: 0;
  border-top: 1px solid #f9dbdf;
}
@media (min-width: 600px) {
  .p-top--info li {
    padding: 0.75rem 1rem;
  }
}
.p-top--info li:last-of-type {
  border-bottom: 1px solid #f9dbdf;
}

.p-top--about p {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.p-top--outline__gmap {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  background-color: white;
  border-radius: 16px;
}
@media (min-width: 600px) {
  .p-top--outline__gmap {
    margin-top: 1.75rem;
  }
}
@media (min-width: 940px) {
  .p-top--outline__gmap {
    margin-top: 2rem;
  }
}
.p-top--outline__gmap iframe {
  vertical-align: bottom;
  border-radius: 11px;
}

.p-top--history .c-list--dl {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.p-about--philosophy,
.p-about--policy,
.p-about--objectives,
.p-about--feature,
.p-about--shokuiku
{
  font-size: 1.125rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.p-about--philosophy {
  text-align: center;
}

.p-about--facilities {
  padding-top: 2rem;
}

.p-about--facilities__map {
  padding-top: 0;
  text-align: center;
}

@media (min-width: 600px) {
  .p-daily--schedule__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-daily--schedule__column {
  background: white url("../img/bg_daily-012.jpg") center top no-repeat;
  background-size: 100% auto;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (min-width: 600px) {
  .p-daily--schedule__column {
    width: calc(50% - 8px);
  }
}
@media (min-width: 940px) {
  .p-daily--schedule__column {
    padding: 32px;
    border-radius: 24px;
    margin-bottom: 2rem;
  }
}
.p-daily--schedule__column dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.p-daily--schedule__column dt,
.p-daily--schedule__column dd {
  padding-bottom: 1rem;
}
.p-daily--schedule__column dt:last-of-type,
.p-daily--schedule__column dd:last-of-type {
  padding-bottom: 0;
}
.p-daily--schedule__column dt p,
.p-daily--schedule__column dd p {
  margin-bottom: 0.5em;
}
.p-daily--schedule__column dt {
  width: 6rem;
  line-height: 1.5;
}
.p-daily--schedule__column dt p {
  display: block;
  padding: 0.25em 0.75em;
  margin-bottom: 0;
  background: #fad7e1 url("../img/bg_pink.png") center repeat;
  background-size: 190px 190px;
  color: #776268;
  border-radius: 50vh;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 940px) {
  .p-daily--schedule__column dt p {
    font-size: 1.25rem;
  }
}
.p-daily--schedule__column dd {
  margin-left: 0;
  padding-top: 0.25em;
  padding-left: 1em;
  width: calc(100% - 6rem);
}
@media (min-width: 940px) {
  .p-daily--schedule__column dd {
    padding-top: 0.5em;
    padding-left: 1em;
  }
}
.p-daily--schedule__column .c-section__gallery {
  margin-top: 1.5rem;
}

.p-daily--schedule__title {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.p-daily--schedule__title img {
  max-width: 100%;
  height: auto;
}

.p-daily--schedule__column:nth-of-type(2n) {
  background: white url("../img/bg_daily-345.jpg") center top no-repeat;
  background-size: 100% auto;
}
.p-daily--schedule__column:nth-of-type(2n) dt p {
  background: #b5e0ff url("../img/bg_blue.jpg") center repeat;
  background-size: 190px 190px;
  color: #445b6b;
}

.p-daily__lunch .c-section__gallery li {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.p-daily__lunch .c-section__gallery li:last-of-type {
  margin-bottom: 0.5rem;
}
.p-daily__lunch .c-section__gallery li > p {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-yearly .c-cards__item {
  padding-top: 1.5rem;
}
@media (min-width: 940px) {
  .p-yearly .c-cards__item {
    padding-top: 1rem;
  }
}
.p-yearly .c-cards__item li {
  margin-bottom: 0;
}

.p-yearly__month {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  text-shadow: 0 -1px 0 white;
}
.p-yearly__month > span {
  font-size: 1.5rem;
}

.p-yearly--spring {
  background: white url("../img/bg_spring.jpg") center top no-repeat;
  background-size: 100% auto;
}
.p-yearly--spring .p-yearly__month {
  color: #776268;
}

.p-yearly--summer {
  background: white url("../img/bg_summer.jpg") center top no-repeat;
  background-size: 100% auto;
}
.p-yearly--summer .p-yearly__month {
  color: #445b6b;
}

.p-yearly--autumn {
  background: white url("../img/bg_autumn.jpg") center top no-repeat;
  background-size: 100% auto;
}
.p-yearly--autumn .p-yearly__month {
  color: #776268;
}

.p-yearly--winter {
  background: white url("../img/bg_winter.jpg") center top no-repeat;
  background-size: 100% auto;
}
.p-yearly--winter .p-yearly__month {
  color: #445b6b;
}

.p-yearly__gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.u-inlineblock {
  display: inline-block;
}