@charset "utf-8";

:root {
  --link-color: #1c6e64;
  --primary-color: #1c6e64;
  --secondary-color: #f00078;
}

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/* stylelint-disable-line */

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */

select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  font-family: 'YuGothic', 'Meiryo', sans-serif;
  line-height: 1.5;
  color: #231815;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  background-color: #dcdcdc;
}

@media (max-width: 991px) {
  body {
    line-height: 1.7;
    font-size: 14px;
  }
}

a {
  color: #1c6e64;
  color: var(--link-color);
  text-decoration: none;
  transition: opacity .35s ease-out;
}

a:hover {
  opacity: .7;
}

em {
  font-style: normal;
}

p {
  font-size: 16px;
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

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

.container {
  max-width: 100%;
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.container--large {
  width: 1168px;
}

.bezel {
}

.wrap {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .wrap {
    margin-top: 50px;
  }
}

.transition {
  opacity: 0;
  transition: all .8s ease-out .5s;
}

@media (max-width: 991px) {
  .transition {
    transition: all .6s ease-out;
  }
}

.transition--delay {
  transition: all .8s ease-out 2s;
}

@media (max-width: 991px) {
  .transition--delay {
    transition: all .6s ease-out;
  }
}

.transition--inview {
  opacity: 1;
}

.button {
  border: 1px solid #f00078;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #f00078;
}

.footer {
  background-color: #1c6e64;
  display: flex;
  padding: 55px 200px 55px 120px;
  align-items: center;
}

@media (max-width: 991px) {
  .footer {
    padding: 20px;
    display: block;
  }
}

.footer__logo {
  margin-right: 54px;
}

@media (max-width: 991px) {
  .footer__logo {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer__nav {
  margin-left: auto;
}

.footer-info {
  color: #fff;
}

@media (max-width: 991px) {
  .footer-info {
    margin-bottom: 20px;
  }
}

.footer-info__title {
  font-size: 28px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .footer-info__title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.footer-info__text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .footer-info__text {
    font-size: 13px;
  }
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 440px;
}

@media (max-width: 991px) {
  .footer-nav {
    width: auto;
    margin: 0 -20px;
    border-top: 1px solid #fff;
  }
}

.footer-nav__item {
  color: #fff;
  margin-bottom: 6px;
  width: 50%;
}

@media (max-width: 991px) {
  .footer-nav__item {
    margin-bottom: 0;
    padding: 10px 4px;
    font-size: 12px;
    border-bottom: 1px solid #fff;
  }

  .footer-nav__item:nth-child(2n - 1) {
    border-right: 1px solid #fff;
  }
}

.footer-nav__link {
  color: inherit;
}

.header {
  background: #1c6e64;
  padding: 0 50px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9000;
}

@media (max-width: 991px) {
  .header {
    padding: 0 20px;
  }
}

.header__wrap {
  display: flex;
  height: 100px;
}

@media (max-width: 991px) {
  .header__wrap {
    height: 50px;
  }
}

.header__nav {
  display: flex;
  margin-left: auto;
}

@media (max-width: 991px) {
  .header__nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background-color: #222;
    display: none;
  }

  .header__nav--open {
    display: flex;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .header__logo img {
    width: 110px;
  }
}

.header__toggle {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-right: -10px;
}

@media (min-width: 992px) {
  .header__toggle {
    display: none;
  }
}

.global-nav {
  display: flex;
  list-style: none;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .global-nav {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}

.global-nav__item {
  color: #fff;
  line-height: 1.3;
  font-size: 13px;
  text-align: center;
  width: 120px;
  display: flex;
  border-left: 1px solid #fff;
}

@media (max-width: 1299px) {
  .global-nav__item {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .global-nav__item {
    border-left: none;
    border-bottom: 1px solid #fff;
    height: auto;
    width: 100%;
  }
}

.global-nav__item:last-child {
  border-right: 1px solid #fff;
}

@media (max-width: 991px) {
  .global-nav__item:last-child {
    border-right: none;
  }
}

.global-nav__link {
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 991px) {
  .global-nav__link {
    padding: 12px 10px;
  }
}

.global-nav__link::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #fff;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .global-nav__link::before {
    content: none;
  }
}

.social-nav {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .social-nav {
    margin-bottom: 20px;
  }
}

.social-nav__item {
}

.social-nav__link {
  margin: 0 10px;
  width: 122px;
  height: 90px;
  background-color: #fff;
  display: block;
  color: #000;
  padding: 10px;
  font-size: 11px;
  position: relative;
}

.social-nav__link--instagram::before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/icon-instagram.png);
  width: 37px;
  height: 37px;
}

.social-nav__link--yahoo::before {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/icon-ys.png);
  width: 30px;
  height: 40px;
}

.toggle {
  width: 45px;
  height: 45px;
  position: relative;
}

.toggle--open .toggle__bar--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 23px;
}

.toggle--open .toggle__bar--2 {
  opacity: 0;
}

.toggle--open .toggle__bar--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
}

.toggle__bar {
  width: 25px;
  height: 2px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  transition: all .2s ease-out;
}

.toggle__bar--1 {
  top: 12px;
}

.toggle__bar--2 {
  top: 21px;
}

.toggle__bar--3 {
  top: 30px;
}

.section-heading {
  background-color: #ffe0df;
  display: flex;
  height: 180px;
  width: 370px;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px 0 34px;
  position: relative;
}

.section-heading--white {
  background-color: #fff6f6;
}

@media (max-width: 991px) {
  .section-heading {
    width: 100%;
    margin-bottom: 20px;
  }
}

.section-heading__pre {
  font-size: 20px;
  color: #f00078;
  border-bottom: 1px solid #f00078;
  margin-left: -20px;
  padding-left: 20px;
  margin-bottom: 12px;
  margin-right: 76px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .section-heading__pre {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.section-heading__pre--small {
  font-size: 14px;
}

.section-heading__title {
  color: #1c6e64;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .section-heading__title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.section-heading__title a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-heading__text {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .section-heading__text {
    font-size: 13px;
  }
}

.section-heading__em {
  font-style: normal;
  color: #f00078;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .section-heading__em {
    font-size: 15px;
  }
}

.column-title {
  font-size: 15px;
  border-bottom: 1px solid #fea1a1;
  padding-left: 8px;
  padding-bottom: 4px;
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .column-title {
    margin-bottom: 20px;
  }
}

.section-lead {
  font-size: 23px;
  font-weight: 400;
  margin-top: 60px;
  line-height: 2;
  color: #1c6e64;
}

@media (max-width: 991px) {
  .section-lead {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.hero {
  position: relative;
  background: #ff9999;
  -webkit-animation: hero-anim 9s linear infinite forwards running;
  animation: hero-anim 9s linear infinite forwards running;
}

.hero::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 809px;
  height: 682px;
  background-image: url(../images/hero-shape.png);
  background-size: contain;
}

@media (max-width: 991px) {
  .hero::before {
    width: 100vw;
    height: 100vh;
    background-position: bottom center;
  }
}

.hero__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  position: relative;
}

@media (max-width: 991px) {
  .hero__wrap {
    justify-content: flex-start;
    height: calc(100vh - 50px);
    min-height: 600px;
  }
}

.hero__title {
  position: absolute;
  top: 6px;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 88px;
  margin: auto 0;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .hero__title {
    display: flex;
    top: 40px;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 0 40px;
  }
}

.hero__logo {
  padding: 60px;
  border-right: 1px solid #231815;
  border-left: 1px solid #231815;
}

@media (max-width: 1299px) {
  .hero__logo {
    display: none;
  }
}

.hero__content {
  margin-top: 40px;
}

.hero__text {
  position: absolute;
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(50% + 196px);
  right: 0;
  line-height: 2.1875;
  margin-right: 10px;
}

@media (max-width: 1299px) {
  .hero__text {
    left: 50%;
  }
}

@media (max-width: 991px) {
  .hero__text {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: auto;
    line-height: 1.8;
    font-size: 13px;
    padding: 0 40px;
  }
}

@-webkit-keyframes hero-anim {
  0% {
    background: #ff9999;
  }

  25% {
    background: #ff9999;
  }

  35% {
    background: #66cb98;
  }

  60% {
    background: #66cb98;
  }

  70% {
    background: #ffcdff;
  }

  95% {
    background: #ffcdff;
  }

  100% {
    background: #ff9999;
  }
}

@keyframes hero-anim {
  0% {
    background: #ff9999;
  }

  25% {
    background: #ff9999;
  }

  35% {
    background: #66cb98;
  }

  60% {
    background: #66cb98;
  }

  70% {
    background: #ffcdff;
  }

  95% {
    background: #ffcdff;
  }

  100% {
    background: #ff9999;
  }
}

.section {
  background-color: #fff;
  padding: 80px 50px 60px;
  position: relative;
}

@media (max-width: 991px) {
  .section {
    padding: 30px 15px;
  }
}

.section--about {
  background-color: #ffe0df;
}

.section--pickup::before {
  content: '';
  display: block;
  position: absolute;
  width: 154px;
  height: 92px;
  background-image: url(../images/icon-pickup.png);
  background-size: contain;
  top: 156px;
  right: 108px;
}

@media (max-width: 991px) {
  .section--pickup::before {
    content: none;
  }
}

.section--aboutran {
  background-color: #ffe0df;
}

.section--cultivation {
  background-color: #ffe0e1;
}

.section--cultivation::before {
  content: '';
  display: block;
  position: absolute;
  width: 203px;
  height: 85px;
  background-image: url(../images/icon-cultivation.png);
  background-size: contain;
  top: 145px;
  right: 100px;
}

@media (max-width: 991px) {
  .section--cultivation::before {
    content: none;
  }
}

.section--epilogue {
  background-color: #ffe0df;
  padding-bottom: 0;
}

.section-column {
  display: flex;
  margin: 0 -20px 30px;
}

@media (max-width: 991px) {
  .section-column {
    display: block;
    margin: 0 0 20px;
  }
}

.section-column__item {
  padding: 0 20px;
  position: relative;
}

@media (max-width: 991px) {
  .section-column__item {
    padding: 0;
  }
}

.section-column__item--right {
  width: 46%;
}

@media (max-width: 991px) {
  .section-column__item--right {
    width: auto;
  }
}

.section-column__item--left {
  width: 54%;
}

@media (max-width: 991px) {
  .section-column__item--left {
    width: auto;
  }
}

.section-text {
  font-size: 14px;
  line-height: 1.8;
}

.section-image {
  display: inline-block;
}

.section-image__caption {
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}

.section-image--about {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .section-image--about {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }
}

.section-image--about::before {
  content: '';
  display: block;
  position: absolute;
  right: -170px;
  top: -100px;
  width: 200px;
  height: 150px;
  background-image: url(../images/about-2.jpg);
  background-size: contain;
  z-index: -1;
}

@media (max-width: 991px) {
  .section-image--about::before {
    content: none;
  }
}

.section-image--aboutran {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .section-image--aboutran {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.event {
}

.event-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 15px;
}

.event-header__title {
  font-size: 15px;
  font-weight: 400;
}

.event-list {
  border-top: 2px solid #dddcdc;
  border-bottom: 2px solid #dddcdc;
  padding: 26px 70px;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .event-list {
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

.event-list__item {
  display: flex;
}

@media (max-width: 991px) {
  .event-list__item {
    display: block;
  }
}

.event-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.event-list__date {
  font-size: 15px;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .event-list__date {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.event-list__title {
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .event-list__title {
    font-size: 14px;
  }
}

.menu {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
  list-style: none;
}

@media (max-width: 991px) {
  .menu {
    margin: 0;
  }
}

.menu__item {
  width: calc((100% / 3) - 30px);
  margin: 20px 15px;
  border: 1px solid #ff9999;
  background-color: #ffebeb;
  display: flex;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  transition: all .25s linear;
}

@media (max-width: 991px) {
  .menu__item {
    width: 100%;
    margin: 0;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.menu__item--1 {
  background-image: url(../images/icon-menu-1.png);
  background-position: top 8px right 10px;
}

.menu__item--6 {
  background-image: url(../images/icon-menu-2.png);
  background-position: bottom 8px right 8px;
}

.menu__item:hover {
  background-color: #fff;
}

.menu__pre {
  font-size: 16px;
  color: #f00078;
  border-bottom: 1px solid #f00078;
  margin-left: -8px;
  padding-left: 8px;
  margin-bottom: 6px;
  margin-right: 45px;
}

.menu__title {
  color: #1c6e64;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.menu__title a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu__text {
  font-size: 13px;
  line-height: 1.5;
}

.menu__em {
  font-style: normal;
  color: #f00078;
}

.column {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}

@media (max-width: 991px) {
  .column {
    margin: 0;
  }
}

.column--3columns {
  margin: -15px;
}

@media (max-width: 991px) {
  .column--3columns {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .column__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.column__item--4columns {
  width: 25%;
  padding: 10px 15px;
  text-align: center;
}

@media (max-width: 991px) {
  .column__item--4columns {
    width: 100%;
    padding: 0;
  }
}

.column__item--4columns img {
  width: 100%;
}

.column__item--3columns {
  width: calc(100% / 3);
  padding: 15px;
  text-align: center;
}

@media (max-width: 991px) {
  .column__item--3columns {
    width: 100%;
    padding: 0;
  }
}

.column__item--3columns img {
  width: 100%;
}

.image-with-caption__text {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .image-with-caption__text {
    font-size: 13px;
  }
}

.history-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
  margin-top: -92px;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .history-column {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
  }
}

.history-column--what {
  margin-top: -40px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .history-column--what {
    margin-top: 0;
  }
}

.history-column__item {
  position: relative;
}

.history-column__text {
  font-size: 14px;
}

@media (max-width: 991px) {
  .history-column__text {
    font-size: 13px;
  }
}

.history-column figcaption {
  text-align: center;
  margin-top: 4px;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .history-column figcaption {
    position: static;
  }
}

@media (max-width: 991px) {
  .history-column figure {
    margin-bottom: 20px;
  }
}

.cultivation-list__item {
  display: flex;
  padding: 20px 10px;
  border-top: 1px solid #ffb3b4;
}

@media (max-width: 991px) {
  .cultivation-list__item {
    padding: 10px 0;
    display: block;
  }
}

.cultivation-list__item:last-child {
  border-bottom: 1px solid #ffb3b4;
}

.cultivation-list__title {
  display: flex;
  width: 180px;
  height: 130px;
  background-color: #ffecec;
  padding: 12px;
  font-size: 17px;
  color: #f00078;
  font-weight: 400;
  line-height: 1.6;
  margin-right: 20px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .cultivation-list__title {
    width: auto;
    height: auto;
    display: block;
    margin-right: 0;
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.cultivation-list__text {
  font-size: 13px;
  line-height: 1.8;
  margin-right: 30px;
  width: 51%;
}

@media (max-width: 991px) {
  .cultivation-list__text {
    width: auto;
    margin-right: 0;
    font-size: 13px;
  }
}

.cultivation-list__image {
  flex-shrink: 0;
  -ms-grid-row-align: center;
  align-self: center;
  flex-grow: 1;
  text-align: center;
}

@media (max-width: 991px) {
  .cultivation-list__image {
    text-align: center;
    margin-top: 15px;
  }
}

.info-list__item {
  border-top: 2px solid #c9b0b1;
  padding: 30px 10px 30px 45px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .info-list__item {
    display: block;
    padding: 20px 0;
  }
}

.info-list__item--access {
  align-items: flex-start;
}

.info-list__title {
  width: 100px;
  height: 90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .info-list__title {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.info-list__text {
  font-size: 15px;
  line-height: 2;
}

.info-address {
  list-style: none;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 33px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .info-address {
    font-size: 18px;
  }
}

.info-address__item {
  display: flex;
  align-items: center;
}

.info-address__item--tel {
  margin-bottom: 20px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .info-address__item--tel {
    display: block;
    padding-left: 50px;
  }
}

.info-address__item--tel::before {
  content: '';
  display: block;
  width: 37px;
  height: 50px;
  background-image: url(../images/icon-tel.png);
  background-size: contain;
  margin-right: 12px;
}

@media (max-width: 991px) {
  .info-address__item--tel::before {
    position: absolute;
    left: 5px;
  }
}

.info-address__small {
  font-size: 23px;
  display: inline-block;
  margin-left: 20px;
  padding-top: 7px;
}

@media (max-width: 991px) {
  .info-address__small {
    font-size: 15px;
    display: inline;
  }
}

.info-address__mail {
  font-size: 24px;
}

@media (max-width: 991px) {
  .info-address__mail {
    font-size: 15px;
  }
}

.info-address__mail::before {
  content: '';
  display: block;
  width: 42px;
  height: 31px;
  background-image: url(../images/icon-mail.png);
  background-size: contain;
  margin-right: 12px;
}

.info-map {
  position: relative;
  height: 220px;
  margin: 0 -50px;
}

@media (max-width: 991px) {
  .info-map {
    margin: 0 -15px;
  }
}

.info-map iframe {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 220px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.info-epilogue {
  display: flex;
  background-color: #fff;
  padding: 25px 0;
  margin: 0 -50px;
  text-align: center;
}

@media (max-width: 991px) {
  .info-epilogue {
    display: block;
    margin: 0 -15px;
  }
}

.info-epilogue__item {
  width: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .info-epilogue__item {
    width: auto;
  }
}

.info-epilogue__item:first-child {
  border-right: 2px solid #8db6b1;
}

@media (max-width: 991px) {
  .info-epilogue__item:first-child {
    border-right: none;
  }
}

@media (max-width: 991px) {
  .info-epilogue__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.info-epilogue-list {
  text-align: left;
  display: inline-block;
  padding: 10px 0;
  list-style: none;
}

@media (max-width: 991px) {
  .info-epilogue-list {
    padding: 10px 20px;
  }
}

.info-epilogue-list__item {
  display: flex;
}

.info-epilogue-list__item::before {
  content: '';
  display: block;
  margin-right: 6px;
  font-size: 10px;
  line-height: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #231815;
  margin-top: 6px;
}

@media (max-width: 991px) {
  .info-epilogue-list__item {
    font-size: 13px;
  }
}

.info-epilogue-list__item:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .info-epilogue-list__item:not(:last-child) {
    margin-bottom: 4px;
  }
}

.info-epilogue-list a {
  color: inherit;
}

@media (min-width: 992px) {
  .only-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .only-pc {
    display: none;
  }
}

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

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

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

.lh-small {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb50 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .mb70 {
    margin-bottom: 35px;
  }
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .mb90 {
    margin-bottom: 45px;
  }
}

.mb130 {
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .mb130 {
    margin-bottom: 65px;
  }
}

.mt15 {
  margin-top: 15px;
}

.mt40 {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt60 {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .mt60 {
    margin-top: 30px;
  }
}

.fz16 {
  font-size: 16px;
}

@media (max-width: 991px) {
  .fz16 {
    font-size: 14px;
  }
}

.fz15 {
  font-size: 15px;
}

.fz12 {
  font-size: 12px;
}

.fz10 {
  font-size: 10px;
}

.fz18 {
  font-size: 18px;
}

@media (max-width: 991px) {
  .fz18 {
    font-size: 16px;
  }
}

.fz11 {
  font-size: 11px;
}

.fz13 {
  font-size: 13px;
}

.fz30 {
  font-size: 30px;
}

@media (max-width: 991px) {
  .fz30 {
    font-size: 18px;
  }
}

.cred {
  color: #e21c21;
}

.cblue {
  color: #0a3161;
}

.cpink {
  color: #fa93f0;
}

.fwbold {
  font-weight: bold;
}

.fwnormal {
  font-weight: normal;
}

.lh-normal {
  line-height: 2;
}

.text-underline {
  text-decoration: underline;
}

.color-inherit {
  color: inherit;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.test {
  display: flex;
}
