@charset "UTF-8";
/*! 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;
}

body {
  background-color: #FAFBF2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .05em;
  font-weight: 500;
}

@media (min-width: 600px) {
  body {
    font-size: 1rem;
  }
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a > img {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:link {
  color: #839c33;
}

a:visited {
  color: #839c33;
}

a:hover {
  color: #E7F2A4;
}

a:active {
  color: #839c33;
}

ol, ul {
  padding-left: 0;
}

li {
  margin-bottom: 8px;
}

li:last-of-type {
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1040px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 1040px) {
  h3 {
    font-size: 1.5rem;
  }
}

.l-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

@media (min-width: 1040px) {
  .l-container {
    max-width: 1040px;
    padding: 0 16px;
  }
}

.flex-wrap,
.flex-nowrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fl-sb {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -ms-flex-pack: justify;
  /*IE10*/
  justify-content: space-between;
}

.fl-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fl-center {
  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;
}

.fl-center .fl-center__item {
  display: block;
}

table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin: 1em auto;
  border: none;
}

table thead, table tbody, table tr, table th, table td {
  display: block;
  width: 100%;
}

table tr {
  border-bottom: 1px solid #E7F2A4;
}

table th {
  border-right: 0;
  padding: 8px 16px;
  background-color: #BDD961;
  color: rgba(255, 255, 255, 0.87);
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}

table td {
  padding: 8px 16px;
  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;
  }
  table th {
    padding: 16px 24px 16px 32px;
    width: 25%;
  }
  table td {
    padding: 16px 32px 16px 24px;
    width: 75%;
  }
}

dt {
  font-weight: 700;
  color: #E9AB5A;
}

dd {
  margin-left: 1.5em;
}

.scroll-prevent {
  overflow: hidden;
  height: 100%;
}

.is-pc {
  display: none;
}

@media (min-width: 1040px) {
  .is-pc {
    display: block;
  }
}

.is-tab {
  display: none;
}

@media (min-width: 600px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 600px) {
  .is-sp {
    display: none;
  }
}

#footer {
  padding-top: 24px;
  background: #E7F2A4;
  font-size: 0.875rem;
}

#footer .l-container {
  padding-left: 16px;
  padding-right: 16px;
}

.l-footer > .flex-wrap > nav,
.l-footer > .flex-wrap > .l-footer__prof {
  width: 100%;
}

@media (min-width: 600px) {
  .l-footer > .flex-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-footer > .flex-wrap > .l-footer__prof {
    width: auto;
  }
  .l-footer > .flex-wrap > nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-right: 0;
  }
}

.l-footer__nav {
  margin: 0;
  padding: 16px 0;
}

@media (min-width: 600px) {
  .l-footer__nav {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 528px;
    margin-right: 0;
    margin-left: auto;
  }
}

.l-footer__nav a:link,
.l-footer__nav a:active,
.l-footer__nav a:visited {
  color: rgba(0, 0, 0, 0.87);
}

.l-footer__nav a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.l-footer__nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 2px;
  text-align: left;
}

@media (min-width: 600px) {
  .l-footer__nav__item {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    margin-bottom: 0;
    text-align: right;
  }
}

.l-footer__nav__item a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #839c33;
  border-radius: 5px;
  background-color: white;
}

.l-footer__nav__item a::after {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  content: '';
  width: .5em;
  height: .5em;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 1px;
  border-color: #839c33;
}

@media (min-width: 600px) {
  .l-footer__nav__item a {
    position: static;
    display: inline-block;
    width: auto;
    border: 0;
    padding: 4px;
    border-radius: 0;
    background-color: inherit;
  }
  .l-footer__nav__item a:hover, .l-footer__nav__item a.is-active {
    border-bottom: 2px solid #839c33;
    padding: 2px 4px 4px;
  }
  .l-footer__nav__item a::after {
    display: none;
  }
}

.l-footer__link {
  margin: 0;
  padding: 16px 0;
}

@media (min-width: 600px) {
  .l-footer__link {
    padding-top: 0;
    text-align: right;
  }
}

.l-footer__link__item {
  width: 100%;
  margin-bottom: 2px;
}

@media (min-width: 600px) {
  .l-footer__link__item {
    display: inline-block;
    width: 264px;
    margin-right: 0;
    margin-left: auto;
  }
}

.l-footer__link__item a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.l-footer__prof {
  margin: 0 auto;
  padding: 24px 0 32px;
}

@media (min-width: 600px) {
  .l-footer__prof {
    padding: 8px 32px 40px 0;
  }
}

.l-footer__prof dt, .l-footer__prof dd {
  margin-left: 0;
  padding: 0;
}

.l-footer__prof dd a {
  color: #E9AB5A;
  font-size: 1.5rem;
  font-weight: bold;
}

.l-footer__prof dd img {
  width: auto;
  height: 24px;
  vertical-align: middle;
}

.l-footer__logo {
  margin-bottom: 1rem;
}

.l-footer__logo img {
  width: auto;
  height: 50px;
}

.l-copy {
  padding: 8px 0;
  background: #E7F2A4 url("../img/bg-stripe.png");
  background-size: 48px auto;
}

@media (min-width: 1040px) {
  .l-copy {
    padding: 16px 0;
  }
}

#header {
  background: url(../img/bg-stripe.png);
}

@media (min-width: 600px) {
  #header {
    position: relative;
    background-image: url(../img/bg-cloud-right.png), url(../img/bg-cloud-left.png);
    background-repeat: no-repeat;
    background-position: right 0, left 0;
    background-size: 30% auto;
  }
}

@media (min-width: 1040px) {
  #header {
    background-size: auto auto;
  }
}

#header::before {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  content: '';
  background: url(../img/bg-stripe.png);
  width: 100%;
  height: 42.6666vw;
  z-index: -1;
}

@media (min-width: 600px) {
  #header::before {
    top: 64px;
    height: 320px;
  }
}

@media (min-width: 1040px) {
  #header::before {
    top: 80px;
  }
}

@media (min-width: 600px) {
  #header::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 64px;
    z-index: -2;
    background: #E7F2A4;
  }
}

@media (min-width: 1040px) {
  #header::after {
    height: 80px;
  }
}

#header .l-container {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 600px) {
  .home #header::before {
    height: calc(100% - 64px);
  }
}

@media (min-width: 1040px) {
  .home #header::before {
    height: calc(100% - 80px);
  }
}

.l-header__top {
  position: fixed;
  top: 0;
  border-top: 2px solid #839c33;
  padding: 0;
  width: 100%;
  height: 48px;
  background: #E7F2A4;
  z-index: 39;
}

@media (min-width: 600px) {
  .l-header__top {
    position: static;
    background: transparent;
    height: 64px;
  }
}

@media (min-width: 1040px) {
  .l-header__top {
    height: 80px;
  }
}

.l-header__logo {
  font-size: 1rem;
  margin: 0 auto 0 0;
  padding-top: 8px;
}

.l-header__logo a {
  display: block;
}

.l-header__logo img {
  width: auto;
  height: 32px;
  vertical-align: top;
}

@media (min-width: 600px) {
  .l-header__logo img {
    height: 40px;
  }
}

@media (min-width: 1040px) {
  .l-header__logo img {
    height: 64px;
  }
}

.l-header__address {
  display: none;
  text-align: right;
}

@media (min-width: 600px) {
  .l-header__address {
    display: block;
    font-size: .8em;
  }
}

@media (min-width: 1040px) {
  .l-header__address {
    font-size: .9375rem;
  }
}

.l-header__address a {
  line-height: 1.4;
  color: #E9AB5A;
  font-size: 1.75rem;
  font-weight: bold;
}

.l-header__address a img {
  width: auto;
  height: 24px;
  margin-bottom: 6px;
  vertical-align: middle;
}

#gnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 0 1.5rem;
  background: #E7F2A4 url("../img/bg-stripe.png");
  overflow-y: auto;
  z-index: 1;
}

@media (min-width: 600px) {
  #gnav {
    display: block;
    position: static;
    background: #839c33;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

.l-gnav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin-top: 80px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 600px) {
  .l-gnav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 1px auto;
    padding: 0;
  }
}

.l-gnav__item {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
}

@media (min-width: 600px) {
  .l-gnav__item {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    width: auto;
    margin: 0 0 0 1px;
    text-align: center;
    font-size: .875rem;
    font-weight: normal;
  }
}

@media (min-width: 1040px) {
  .l-gnav__item {
    width: 100%;
    font-size: 1rem;
  }
}

.l-gnav__item a {
  color: #333;
  display: block;
  position: relative;
  border: 1px solid #839c33;
  border-radius: 5px;
  padding: 8px;
  background-color: white;
}

.l-gnav__item a.is-active {
  pointer-events: none;
  color: #839c33;
}

.l-gnav__item a:hover {
  color: #839c33;
}

.l-gnav__item a::after {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  content: '';
  width: .5em;
  height: .5em;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 1px;
  border-color: #839c33;
}

@media (min-width: 600px) {
  .l-gnav__item a {
    position: static;
    border: 0;
    padding: 4px;
    border-radius: 0;
    background-color: inherit;
    color: rgba(255, 255, 255, 0.87);
    font-weight: bold;
  }
  .l-gnav__item a.is-active {
    background-color: #E7F2A4;
  }
  .l-gnav__item a:hover {
    background-color: #E7F2A4;
  }
  .l-gnav__item a::after {
    display: none;
  }
}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 72px 16px 32px;
  width: 100%;
  min-height: calc(65.06vw + 48px);
}

@media (min-width: 600px) {
  #mv {
    padding-top: 24px;
    min-height: auto;
  }
}

@media (min-width: 1040px) {
  #mv {
    margin: 0 auto;
    padding: 40px 24px;
    width: 1040px;
  }
}

#mv span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#mv span:first-of-type {
  padding-bottom: 8px;
}

#mv span:first-of-type img {
  width: auto;
  height: auto;
  max-width: 84%;
  max-height: 1.5rem;
}

@media (min-width: 600px) {
  #mv span:first-of-type {
    padding-left: 40px;
  }
}

#mv span:nth-of-type(2) {
  padding: 8px 0 16px;
}

@media (min-width: 600px) {
  #mv span:nth-of-type(2) {
    padding: 0;
  }
}

#mv span:last-of-type {
  text-align: right;
  padding-top: 16px;
}

@media (min-width: 600px) {
  #mv span:last-of-type {
    padding-top: .5rem;
  }
}

#mv img {
  width: 100%;
  height: auto;
}

#mv .u-w-full {
  width: 100%;
}

#mv .u-w-full img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 1.5rem;
}

#mv .c-mv-image,
#mv .c-mv-catch {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 600px) {
  #mv .c-mv-image,
  #mv .c-mv-catch {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

#mv .c-mv-image {
  min-width: 231px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

#mv .c-mv-image img {
  min-width: 231px;
  max-width: 360px;
}

@media (min-width: 600px) {
  #mv .c-mv-image img {
    max-width: 462px;
  }
}

#mv .c-mv-catch {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 244px;
}

@media (min-width: 600px) {
  #mv .c-mv-catch {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

#mv .c-mv-catch img {
  min-width: 244px;
  max-width: 360px;
}

@media (min-width: 600px) {
  #mv .c-mv-catch img {
    max-width: 488px;
  }
}

#mv--pages {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: calc(42.6666vw + 48px);
  padding-top: calc(3.2% + 48px);
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 600px) {
  #mv--pages {
    background: url(../img/mainvisual-pages.png) center no-repeat;
    background-size: 100% auto;
    padding-top: 8px;
    height: 320px;
  }
}

@media (min-width: 1040px) {
  #mv--pages {
    width: 1040px;
  }
}

#mv--pages > img {
  max-width: 750px;
  max-height: 296px;
  width: 100%;
  margin: 0 auto;
}

#main {
  padding-bottom: 32px;
  background: url(../img/bg-bar-mokomoko.png) bottom repeat-x;
  background-size: auto 19px;
}

@media (min-width: 1040px) {
  #main .l-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.l-section {
  padding-top: 40px;
  padding-bottom: 24px;
}

.l-section:last-of-type {
  padding-bottom: 48px;
}

@media (min-width: 600px) {
  .l-section {
    padding-top: 56px;
    padding-bottom: 32px;
  }
  .l-section:last-of-type {
    padding-bottom: 72px;
  }
}

@media (min-width: 1040px) {
  .l-section {
    padding-top: 64px;
    padding-top: 40px;
  }
  .l-section:last-of-type {
    padding-bottom: 88px;
  }
}

.l-col3 {
  -ms-flex-preferred-size: calc(100% / 12 * 6 - .5rem);
      flex-basis: calc(100% / 12 * 6 - .5rem);
  max-width: calc(100% / 12 * 6 - .5rem);
}

.l-col4,
.l-col8 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 1040px) {
  .l-col4 {
    -ms-flex-preferred-size: calc(100% / 12 * 4 - 1rem);
        flex-basis: calc(100% / 12 * 4 - 1rem);
    max-width: calc(100% / 12 * 4 - 1rem);
  }
  .l-col8 {
    -ms-flex-preferred-size: calc(100% / 12 * 8 - 1rem);
        flex-basis: calc(100% / 12 * 8 - 1rem);
    max-width: calc(100% / 12 * 8 - 1rem);
  }
  .l-col3 {
    -ms-flex-preferred-size: calc(100% / 12 * 3 - 1rem);
        flex-basis: calc(100% / 12 * 3 - 1rem);
    max-width: calc(100% / 12 * 3 - 1rem);
  }
}

.l-btn-area {
  padding-top: 1rem;
}

.c-sp-toggle {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: #839c33;
  width: 48px;
  height: 48px;
  color: #FFF;
  cursor: pointer;
  z-index: 39;
}

@media (min-width: 600px) {
  .c-sp-toggle {
    display: none;
  }
}

.c-btn-toggle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
  background: #FFF;
  -webkit-transition: .2s;
  transition: .2s;
}

.c-btn-toggle::before, .c-btn-toggle::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-btn-toggle::before {
  margin-top: -8px;
}

.c-btn-toggle::after {
  margin-top: 6px;
}

.c-btn-toggle.is-close {
  background: transparent;
}

.c-btn-toggle.is-close::before, .c-btn-toggle.is-close::after {
  margin-top: 0;
}

.c-btn-toggle.is-close::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.c-btn-toggle.is-close::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.c-btn--pagetop {
  display: block;
  position: fixed;
  right: 16px;
  bottom: 32px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #E9AB5A;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  z-index: 10;
}

@media (min-width: 600px) {
  .c-btn--pagetop {
    right: 32px;
    width: 64px;
    height: 64px;
  }
}

.c-btn--pagetop::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FAFBF2;
  border-left: 2px solid #FAFBF2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 600px) {
  .c-btn--pagetop::after {
    width: 12px;
    height: 12px;
  }
}

.c-btn--pagetop:hover {
  opacity: .7;
}

a.c-btn--pagetop {
  color: rgba(255, 255, 255, 0);
}

.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: .6em 1rem;
  width: 100%;
  border-radius: 5px;
  line-height: 1.5;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

@media (min-width: 600px) {
  .c-btn--link a {
    padding: .7em 2em;
    max-width: 480px;
  }
}

.c-btn--link a:hover {
  text-decoration: none;
}

.c-btn--link .c-btn--subcolor {
  background-color: #E9AB5A;
  color: rgba(255, 255, 255, 0.87);
}

.c-btn--link .c-btn--subcolor:hover {
  background: #E9D094;
}

.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: .5em;
  height: .5em;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 1px;
  border-color: rgba(255, 255, 255, 0.87);
  left: calc(100% - 32px);
}

.c-btn--gmap a {
  background-color: #E9AB5A;
  color: rgba(255, 255, 255, 0.87);
}

@media (min-width: 600px) {
  .c-btn--gmap a {
    display: inline-block;
    width: auto;
  }
}

.c-btn--gmap a:hover {
  background: #E9D094;
}

.p-btn--shiinomi a {
  border: 1px solid #E9AB5A;
  background-color: #fafae8;
  text-align: center;
  font-weight: 700;
}

.p-btn--shiinomi a:link,
.p-btn--shiinomi a:active,
.p-btn--shiinomi a:visited,
.p-btn--shiinomi a:hover {
  color: #E9AB5A;
}

.p-btn--shiinomi a:hover {
  background-color: white;
}

.p-btn--houjin a {
  border: 1px solid #CEBF39;
  background-color: #fafae8;
  text-align: center;
  font-weight: 700;
}

.p-btn--houjin a:link,
.p-btn--houjin a:active,
.p-btn--houjin a:visited,
.p-btn--houjin a:hover {
  color: #CEBF39;
}

.p-btn--houjin a:hover {
  background-color: white;
}

.c-breadcrumb-area {
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
}

.c-breadcrumb {
  padding: 4px 1rem;
  font-size: 0.75rem;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 600px) {
  .c-breadcrumb {
    padding: 4px 1.5rem;
  }
}

@media (min-width: 1040px) {
  .c-breadcrumb {
    padding: 8px 1rem;
  }
}

.c-breadcrumb li {
  display: inline;
}

.c-breadcrumb li:nth-child(n+2)::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #839c33;
  border-right: 1px solid #839c33;
  margin: 0 8px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}

.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: #E9AB5A;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: .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: #E9AB5A;
}

.c-box {
  position: relative;
  padding: 1rem;
}

@media (min-width: 1040px) {
  .c-box {
    padding: .25rem 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }
  .c-box:last-of-type {
    margin-bottom: 0;
  }
}

.c-box:before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: auto;
}

@media (min-width: 1040px) {
  .c-box:before {
    top: 0;
    right: auto;
    bottom: 0;
    left: -34px;
    margin-left: 1.5rem;
  }
}

.c-box--main {
  border-top: 4px solid #E7F2A4;
}

.c-box--main:before {
  background-color: #E7F2A4;
}

@media (min-width: 1040px) {
  .c-box--main {
    border-top: 0;
    border-left: 4px solid #E7F2A4;
  }
}

.c-box--sub {
  border-top: 4px solid #E9D094;
}

.c-box--sub:before {
  background-color: #E9D094;
}

@media (min-width: 1040px) {
  .c-box--sub {
    border-top: 0;
    border-left: 4px solid #E9D094;
  }
}

.c-card {
  padding: 1rem;
  border: 1px solid #BDD961;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 600px) {
  .c-card {
    padding: 1.5rem 2rem;
  }
}

.p-title--lv2--wrap {
  text-align: center;
}

.p-title--lv2 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px 0;
  background: url("../img/bg-h2.png") left top no-repeat;
  background-size: auto 32px;
  line-height: 1.4;
  font-weight: 700;
  color: #E9AB5A;
}

@media (min-width: 1040px) {
  .p-title--lv2 {
    padding: 56px 64px 0;
    background-size: auto;
  }
}

.p-title--lv3 {
  position: relative;
  display: block;
  padding-top: 0.8em;
  padding-left: 1em;
  line-height: 1.4;
  font-weight: 700;
  color: #839c33;
}

.p-title--lv3::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 2.8em;
  height: 2.8em;
  background-color: #E7F2A4;
  border-radius: 50%;
  z-index: -1;
}

.p-title--lv3:first-letter {
  font-size: 1.2em;
}

.p-table__wrap {
  border: 2px solid #BDD961;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.p-table__wrap table {
  width: 100%;
  margin: 0 auto;
}

.p-table__wrap table tr:last-of-type {
  border: none;
}

/* -----------------
    index.html
--------------------*/
.p-bg-tiger {
  padding-bottom: 48vw;
  background: url(../img/tiger.png) center bottom no-repeat;
  background-size: 50% auto;
}

@media (min-width: 600px) {
  .p-bg-tiger {
    padding-bottom: 124px;
    background: url(../img/tiger.png) 96.865% bottom no-repeat;
    background-size: 178px auto;
  }
}

@media (min-width: 1040px) {
  .p-bg-tiger {
    padding-bottom: 0;
    background-size: auto auto;
  }
}

@media (min-width: 600px) {
  #g-map {
    padding-top: 0;
  }
}

@media (min-width: 1040px) {
  #g-map {
    padding-top: 64px;
  }
}

.p-gmap {
  width: 100%;
  border: 2px solid #BDD961;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.87);
  padding: .5rem;
}

@media (min-width: 600px) {
  .p-gmap {
    padding: 1rem;
  }
}

.p-gmap iframe {
  vertical-align: middle;
}

/* -----------------
    2p.html
--------------------*/
.p-objective {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #595C59;
}

@media (min-width: 1040px) {
  .p-objective {
    font-size: 1.5rem;
  }
}

.p-objective li {
  margin-bottom: 1.5rem;
}

.p-objective li img {
  width: 28px;
  height: auto;
}

@media (min-width: 600px) {
  .p-objective li img {
    width: auto;
    height: auto;
  }
}

.p-objective li span {
  display: block;
}

.p-objective li .p-objective__txt {
  padding: 8px 0 0 8px;
}

.p-objective li:first-of-type .u-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0)), color-stop(38%, rgba(193, 231, 242, 0.6)), to(rgba(193, 231, 242, 0.6)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38%, rgba(193, 231, 242, 0.6) 38%, rgba(193, 231, 242, 0.6) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38%, rgba(193, 231, 242, 0.6) 38%, rgba(193, 231, 242, 0.6) 100%);
}

.p-objective li:nth-of-type(2) .u-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0)), color-stop(38%, #fafae8), to(#fafae8));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38%, #fafae8 38%, #fafae8 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38%, #fafae8 38%, #fafae8 100%);
}

.p-objective li:last-of-type {
  margin-bottom: 0;
}

.p-objective li:last-of-type .u-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0)), color-stop(38%, #fae8ec), to(#fae8ec));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38%, #fae8ec 38%, #fae8ec 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38%, #fae8ec 38%, #fae8ec 100%);
}

.c-feature--wrap {
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  .c-feature--wrap {
    width: calc(100% / 12 * 4 - 16px);
    padding-bottom: 1rem;
  }
}

.c-feature--wrap:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
  .c-feature--wrap:last-of-type {
    margin-bottom: 1.5rem;
  }
}

.c-feature--wrap figure {
  margin: 0 auto;
}

@media (min-width: 600px) {
  .c-feature--wrap figure {
    padding-top: 36%;
  }
}

.c-feature--wrap img {
  width: 100%;
  height: auto;
}

.c-feature__title {
  position: relative;
  width: 242px;
  height: 136px;
  padding-top: 64px;
  margin: 0 auto -24px;
  background: url(../img/bg-arch.png) center top no-repeat;
  background-size: contain;
  text-align: center;
  color: #839c33;
}

@media (min-width: 600px) {
  .c-feature__title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 80%;
    height: calc(44.95% - 13.77%);
    padding-top: 15.77%;
    margin: 0 auto -16px;
  }
}

.p-lunch {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-lunch__img {
  text-align: center;
}

.p-lunch__img img {
  width: 100%;
  height: auto;
  max-width: 231px;
}

@media (min-width: 1040px) {
  .p-lunch__img img {
    max-width: auto;
  }
}

/* -----------------
    3p.html
--------------------*/
.p-timetable--baby,
.p-timetable--child {
  display: block;
  width: 100%;
}

@media (min-width: 600px) {
  .p-timetable--baby,
  .p-timetable--child {
    width: calc(50% - .5rem);
  }
}

@media (min-width: 600px) {
  div.p-timetable--baby {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-title--lv3.p-timetable--child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  div.p-timetable--child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.p-title--lv3.p-timetable--child {
  margin-top: 2rem;
}

@media (min-width: 600px) {
  .p-title--lv3.p-timetable--child {
    margin-top: 0;
  }
}

.p-timetable {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-timetable > dt,
.p-timetable > dd {
  display: block;
  margin: 0 0 .5rem;
}

.p-timetable > dt {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 5rem;
  flex-basis: 5rem;
  max-width: 5rem;
  padding-right: 1rem;
  text-align: right;
}

@media (min-width: 600px) {
  .p-timetable > dt {
    padding-right: 1.5rem;
  }
}

.p-timetable > dt::after {
  display: block;
  position: absolute;
  top: .4em;
  right: -10px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  content: '';
}

.p-timetable > dd {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% - 5rem);
  flex-basis: calc(100% - 5rem);
  max-width: calc(100% - 5rem);
  padding-left: 1rem;
}

.p-timetable > dd.p-am {
  border-left: 4px solid #E7F2A4;
}

.p-timetable > dd.p-pm {
  border-left: 4px solid #E9D094;
}

@media (min-width: 600px) {
  .p-timetable > dd {
    padding-left: 1.5rem;
    border-left: 8px solid #E7F2A4;
  }
}

.p-timetable__stamp, .p-timetable__title {
  font-weight: 700;
}

.p-timetable__stamp {
  font-size: 1.25rem;
}

.p-timetable__stamp.p-am {
  color: #839c33;
}

.p-timetable__stamp.p-am::after {
  background: #E7F2A4;
}

.p-timetable__stamp.p-pm {
  color: #E9AB5A;
}

.p-timetable__stamp.p-pm::after {
  background: #E9D094;
}

.p-timetable__title {
  margin: .5rem 0;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .p-event .l-col4 {
    -ms-flex-preferred-size: calc(100% / 12 * 4 - .5rem);
        flex-basis: calc(100% / 12 * 4 - .5rem);
    max-width: calc(100% / 12 * 4 - .5rem);
  }
  .p-event .l-col8 {
    -ms-flex-preferred-size: calc(100% / 12 * 8 - .5rem);
        flex-basis: calc(100% / 12 * 8 - .5rem);
    max-width: calc(100% / 12 * 8 - .5rem);
  }
}

.p-event--spring,
.p-event--summer,
.p-event--autumn,
.p-event--winter {
  margin-bottom: 2rem;
}

.p-event__list {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 600px) {
  .p-event__list {
    padding: 1.5rem 2rem;
    margin-bottom: 0;
  }
}

.p-event__list ul {
  margin: .5rem 0 0;
}

.p-event__list li {
  display: inline-block;
  margin-right: 1em;
}

.p-event__title--spring {
  color: #F28EA6;
}

.p-event__title--spring::before {
  background-color: #FAE8EC;
}

.p-event--spring .p-event__list {
  border: 1px solid #F28EA6;
}

.p-event__title--summer {
  color: #9FBA48;
}

.p-event__title--summer::before {
  background-color: #E7F2A4;
}

.p-event--summer .p-event__list {
  border: 1px solid #9FBA48;
}

.p-event__title--autumn {
  color: #E9AB5A;
}

.p-event__title--autumn::before {
  background-color: #EEEBD9;
}

.p-event--autumn .p-event__list {
  border: 1px solid #E9AB5A;
}

.p-event__title--winter {
  color: #61BFD9;
}

.p-event__title--winter::before {
  background-color: #E8F6FA;
}

.p-event--winter .p-event__list {
  border: 1px solid #61BFD9;
}

.p-event__photo figure {
  width: calc(50% - .5rem);
  margin: 0;
}

.p-event__photo figure img {
  width: 100%;
  height: auto;
}

.p-event__photo figure:nth-of-type(2n) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.p-salon-list {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  border-radius: 5px;
  background-color: #EEEBD9;
}

.p-salon-yell--wrap {
  text-align: center;
}

.p-salon-yell {
  display: inline-block;
  padding: 1rem 48px .5rem;
  margin-bottom: 0;
  min-height: 80px;
  background: url(../img/bg-yell-left.png) left center no-repeat, url(../img/bg-yell-right.png) right center no-repeat;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #839c33;
}

@media (min-width: 600px) {
  .p-salon-yell {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}

.p-topics {
  width: 100%;
  min-height: 360px;
  border: 2px solid #BDD961;
  border-radius: 5px;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

.u-align--right {
  text-align: right;
}

.u-align--middle {
  vertical-align: middle;
}

.u-align--top {
  vertical-align: top;
}

.u-align--bottom {
  vertical-align: bottom;
}

.u-marg-no {
  margin: 0;
}

.u-marg-b--s {
  margin-bottom: 1rem;
}

.u-margin-b--m {
  margin-bottom: 1.5rem;
}

.u-margin-b--l {
  margin-bottom: 2.5rem;
}

.u-marg-t1em {
  margin-top: 1em;
}

.u-marg-r--s {
  margin-right: 1rem;
}

.u-marg-l--s {
  margin-left: 1rem;
}

.u-padd-no {
  padding: 0;
}

.u-ib {
  display: inline-block;
}

.u-ib--w10em {
  display: inline-block;
  width: 10em;
}

.u-txt-c--st {
  color: #839c33;
}

.u-txt--s {
  font-size: 0.75rem;
}

.u-txt--lg {
  font-size: 1.25rem;
}

.u-txt--bold {
  font-weight: 700;
}

.u-txt--st {
  font-size: 1.25rem;
  font-weight: 700;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0)), color-stop(38%, white), to(white));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38%, white 38%, white 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 38%, white 38%, white 100%);
  padding: 0 .25em;
  margin: 0 .25rem;
}

.u-copy {
  margin: 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 0.625rem;
}

@media (min-width: 600px) {
  .u-copy {
    font-size: 0.875rem;
  }
}

.u-copy a:link,
.u-copy a:visited {
  color: #839c33;
}

.u-copy a:hover {
  opacity: .6;
}

.u-ff--serif {
  font-family: Century,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",メイリオ,Meiryo,serif;
}
