@charset "UTF-8";
/* Scss Document */
/* 基本テキスト */
/* ヘッダメニュー分だけマージンを取る */
/* @media screen and (max-width: 1330px) */
/* @media screen and (max-width: 768px) */
/* text line shadow-----color */
/* back shadow-----color */
/* Scss Document */
main .lead .text .red {
  color: darkred;
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  main .main_inner h1 {
    padding: 20px;
  }
  main .main_inner > div h2, main .main_inner > div > div, main .main_inner > div > dl {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  main .main_inner > div h2 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 30px;
  }
  main .main_inner > div:first-of-type {
    padding: 40px 0 60px;
    background: #f4b3c2;
  }
  main .main_inner > div:first-of-type dl {
    padding: 20px;
    font-size: 1.8em;
    line-height: 1.5;
  }
  main .main_inner > div:first-of-type dl > div:not(last-of-type) {
    margin-bottom: 30px;
  }
  main .main_inner > div:first-of-type dl > div dt {
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  main .main_inner > div:first-of-type dl > div dd {
    align-items: flex-start;
    flex-flow: column;
  }
  main .main_inner > div:first-of-type dl > div dd > span {
    font-size: 0.8em;
  }
  main .main_inner > div:last-of-type {
    padding: 40px 0;
    background: linear-gradient(to top, var(--color-pink), var(--color-pink) 40%, var(--color-white) 40%, var(--color-white));
  }
  main .main_inner > div:last-of-type h2 {
    color: var(--color-main);
  }
  main .main_inner > div:last-of-type > div {
    flex-flow: column;
  }
  main .main_inner > div:last-of-type > div > div {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
    font-size: 1.8em;
    min-height: inherit;
    margin-bottom: 20px;
    text-align: center;
  }
  main .main_inner > div:last-of-type > div > div > div:first-of-type {
    margin-bottom: 30px;
    line-height: 1.5;
  }
  main .main_inner > div:last-of-type > div > div > dl > div dt {
    justify-content: center;
    margin-bottom: 10px;
  }
  main .main_inner > div:last-of-type > div > div > dl > div dd {
    line-height: 1.5;
  }
  main .main_inner > div:last-of-type > div > div > div:last-of-type {
    text-align: right;
  }
  main .main_inner > div:last-of-type > div > div > div:last-of-type img {
    width: 50%;
    height: auto;
  }
  main .main_inner > div:last-of-type > div .map {
    width: 100%;
    height: 200px;
  }
}

/*# sourceMappingURL=flow.css.map */
