@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul {
  list-style: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
@media screen and (max-width: 768px) {
  html {
    font-size: 50%; } }

body {
  font-size: 1.6rem;
  font-family:"游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #444;
  font-weight: 500; }

a:hover {
  text-decoration: none; }

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 0; }
  .header__title {
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 14px; }

@media screen and (max-width: 768px) {
  .header {
    height: 201px;
    padding: 20px 2%;
    position: relative;
    width: 100%; }
    .header__left {
      position: absolute; }
    .header__title {
      font-size: 1.4rem; }
    .header__right {
      position: absolute;
      right: 2%; } }

@media screen and (max-width: 480px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    text-align: center; }
    .header__left {
      margin: 0 auto 10px;
      position: static; }
    .header__right {
      display: none; } }

.main-visual {
  background: url(../img/bg_main-visual.png) repeat-x bottom;
  margin: 0 0 34px;
  padding: 0 0 94px;
}
@media screen and (max-width: 768px) {
  .main-visual {
    background: url(../img/bg_main-visual.png) repeat-x bottom;
    background-size:120%;
    margin: 0 0 34px;
    padding: 0 0 94px;
  }
}

  .main-visual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto 30px;
    position: relative; }
  .main-visual__title {
    padding: 88px 0 0 112px; }
  .main-visual__leaf {
    position: absolute;
    bottom: 0; }
  .main-visual__leaf1, .main-visual__leaf2, .main-visual__leaf3 {
    background: url(../img/bud.png) no-repeat;
    display: inline-block;
    height: 79px;
    width: 79px;
    position: absolute;
    -webkit-animation: rolltext 2s ease-in-out 0s forwards;
    animation: rolltext 2s ease-in-out 0s forwards;
    animation: rolltext 2s ease-in-out 0s forwards;
    opacity: 0;
    z-index: 1; }
  .main-visual__leaf1 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    left: -52px; }
  .main-visual__leaf2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    left: 140px; }
  .main-visual__leaf3 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    left: 340px; }

@-webkit-keyframes rolltext {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -78px;
    opacity: 1; } }

@keyframes rolltext {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -78px;
    opacity: 1; } }

@keyframes rolltext {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -78px;
    opacity: 1; } }

@keyframes rolltext {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -78px;
    opacity: 1; } }
  .main-visual p {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 220%;
    padding: 0 2%;
    text-align: center; }
  .main-visual__sp-img {
    display: none; }

@media screen and (max-width: 768px) {
  .main-visual__inner {
    padding: 0 2%; }
  .main-visual__title {
    padding-left: 0;
    background-size: contain; }
  .main-visual__inner {
    display: none; }
  .main-visual__sp-img {
    display: block;
    margin: 0 0 32px;
    text-align: center; } }

.lead {
  max-width: 980px;
  margin: 0 auto 90px; }
  .lead__head {
    color: #5ba85a;
    line-height: 220%;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center; }
  .lead__illust,
  .lead p {
    text-align: center; }
  .lead__illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 980px; }
  .lead p {
    color: #5ba85a;
    font-size: 2.0rem;
    font-weight: 500;
    line-height:220%;
    margin: 40px 0 0; }
    .lead p span {
      color: #fe8da2; }

@media screen and (max-width: 768px) {
  .lead {
    padding: 0 2%; } }

.voice {
  background: url(../img/kansou_bg.png) no-repeat;
  max-width: 980px;
  margin: 0 auto 48px; }
  .voice__main {
    background: rgba(255, 255, 255, 0.7);
    margin: 0 0 0 20px;
    padding: 20px 18px 29px;
    width: 473px;
  }
  .voice__main p {
    font-size: 1.6rem;
    line-height: 190%;
    width: 100%;
    margin:1em auto 0;
    /* font-weight: 700; */
    color: #444;
  }
  @media screen and (max-width: 768px) {
    .voice__main p {
      font-size: 1.8rem;
      line-height: 220%;
      width: 80%;
      margin:1em auto 0;
      /* font-weight: 700; */
      color: #444;
    }
  }
  .voice__main p span {
    color: #ef8021; }
  .voice__other-head {
    color: #5ba85a;
    font-size: 3.0rem;
    font-weight: 700;
    margin: 48px 0;
    text-align: center; }
  .voice__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .voice__other a {
      margin: 0 4px; }
    .voice__other img {
      border: 1px solid #ccc; }
  .voice__sp-img {
    display: none; }

@media screen and (max-width: 768px) {
  .voice {
    background: none; }
    .voice__main {
      margin: 0;
      padding: 2%;
      width: 100%; }
    .voice__other {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .voice__other a {
        margin: 12px 0; }
    .voice__sp-img {
      display: block;
      margin: 0 0 20px; } }

.to-contact {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }
.to-contact p {
  font-size: 2.0rem;
  /*font-weight: 700;*/
  color: #666;
  margin: 0 0 18px;
}

@media screen and (max-width: 768px) {
  .to-contact {
    padding: 0 2%; } }

.know-how {
  background: url(../img/knowhow_bg.png) no-repeat center;
  margin: 64px 0 0; }
  .know-how__inner {
    max-width: 980px;
    margin: 0 auto; }
  .know-how__body {
    background: rgba(255, 255, 255, 0.7);
    width: 435px;
    padding: 44px 36px;
    text-align: center; }
    .know-how__body p {
      color: #5ba85a;
      font-size: 2.4rem;
      /*font-weight: 700;*/
      line-height: 2; }
      .know-how__body p:first-child {
        margin: 0 0 56px; }

@media screen and (max-width: 768px) {
  .know-how__body {
    width: 100%; } }

.overview {
  background: #fefff0; }
  .overview__inner {
    background: #fff;
    max-width: 1140px;
    margin: 0 auto;
    padding: 88px 0;
    text-align: center; }
  .overview__list {
    color: #5ba85a;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 30px; 
    line-height: 260%;
  }
  .overview p {
    color: #fe8da2;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 200%;
    margin: 0 0 76px; }
  .overview__voice img:nth-child(2) {
    margin: 0 74px; }

@media screen and (max-width: 768px) {
  .overview__inner {
    padding: 88px 2%; }
  .overview__voice img:nth-child(2) {
    margin: 48px 0; } }

.about-businesswooman {
  background: #fefff0; }
  .about-businesswooman__inner {
    background: #fff;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 112px; }
  .about-businesswooman__body {
    background: url(../img/kigyoujukutoha_bg.png) no-repeat;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4px 36px 68px; }
  .about-businesswooman__lead {
    color: #ef8021;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    width: 394px;
    margin: 4px 0 20px;
    padding: 0 0 0 12px; }
  .about-businesswooman__text {
    font-size: 1.5rem;
    line-height: 2;
    width: 362px;
    padding: 0 0 0 12px; }
  .about-businesswooman__sp-img {
    display: none; }

@media screen and (max-width: 768px) {
  .about-businesswooman__inner {
    padding: 0 2% 112px; }
  .about-businesswooman__body {
    background: none;
    padding: 4px 18px 68px; }
  .about-businesswooman__lead, .about-businesswooman__text {
    width: 100%; }
  .about-businesswooman__sp-img {
    display: block;
    text-align: center; } }

.about-albumtherapy {
  background: #fefff0; }
  .about-albumtherapy__inner {
    background: #fff;
    max-width: 1140px;
    margin: 0 auto; }
  .about-albumtherapy__body {
    background: url(../img/alseratoha_bg.png) no-repeat;
    max-width: 1000px;
    margin: 0 auto 200px;
    padding: 4px 36px 68px; }
    .about-albumtherapy__body img {
      margin: 0 0 6px; }
  .about-albumtherapy__lead {
    color: #ef8021;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    width: 394px;
    margin: 4px 0 20px;
    padding: 0 0 0 12px; }
  .about-albumtherapy__text {
    font-size: 1.5rem;
    line-height: 2;
    width: 362px;
    padding: 0 0 0 12px; }
  .about-albumtherapy__sp-img {
    display: none; }

@media screen and (max-width: 768px) {
  .about-albumtherapy__inner {
    padding: 0 2% 112px; }
  .about-albumtherapy__body {
    background: none;
    padding: 4px 18px 68px; }
  .about-albumtherapy__lead, .about-albumtherapy__text {
    width: 100%; }
  .about-albumtherapy__sp-img {
    display: block;
    text-align: center; } }

.to-contact-wrapper {
  background: #fefff0; }
  .to-contact-wrapper .to-contact {
    background: #fff;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 310px;
  }
  .to-contact-wrapper__wave {
    background: url(../img/sec03_bg.png) no-repeat;
    height: 210px;
    margin: -210px auto 0;
  }
  @media screen and (max-width: 768px) {
    .to-contact-wrapper__wave {
      background: url(../img/sec03_bg.png) no-repeat;
      background-size:140%;
      background-position:top 10px left;
      height: 210px;
      margin: -210px auto 0;
    }
  }

  .to-contact-wrapper__wave-bud {
    background: url(../img/sec04_bg.png) no-repeat;
    height: 210px;
    margin: -210px auto 0; }

@media screen and (max-width: 768px) {
  .to-contact-wrapper .to-contact {
    padding: 0 2% 310px; }
  .to-contact-wrapper__wave-bud {
    background-size: 180%; } }

.hayashi,
.hayashi-sp {
  background: #fefff0; }
  .hayashi__inner,
  .hayashi-sp__inner {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 156px; }
  .hayashi__body,
  .hayashi-sp__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto; }
  .hayashi__left,
  .hayashi-sp__left {
    margin: 0 18px 0 0; }
  .hayashi__lead,
  .hayashi-sp__lead {
    color: #5ba85a;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 180%;
    margin: 0 0 20px ;
  }
  @media screen and (max-width: 768px) {
    .hayashi-sp__lead {
      color: #5ba85a;
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 220%;
      width: 80%;
      margin: 1em auto 2em;
    }
  }
  
  .hayashi__biography p, .hayashi__published p,
  .hayashi-sp__biography p,
  .hayashi-sp__published p {
    font-size: 1.5rem;
    line-height: 2.4;
    margin: 16px 0 0; }

.hayashi-sp {
  display: none; }

@media screen and (max-width: 768px) {
  .hayashi {
    display: none; }
  .hayashi-sp {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 2%; }
    .hayashi-sp__img {
      text-align: center; }
    .hayashi-sp .hayashi__lead {
      font-size: 1.6rem;
      line-height:200%;
      width:80%;
      margin:2em auto 2em;
    }
      .hayashi-sp .hayashi__lead br {
        display: none; }
    .hayashi-sp .hayashi__biography,
    .hayashi-sp .hayashi__published {
      width: 92%;
      margin: 0 auto 36px; }
      .hayashi-sp .hayashi__biography p,
      .hayashi-sp .hayashi__published p {
        font-size: 1.8rem; } }

.event-info {
  background: #fefff0; }
  .event-info__inner {
    background: #fff;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 112px; }
  .event-info__body {
    max-width: 980px;
    margin: 0 auto; }
  .event-info__title {
    margin: 0 0 44px;
    text-align: center; }
  .event-info__lead {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 220%;
    margin: 0 0 20px;
    text-align: center; }
  .event-info__head {
    color: #5ba85a;
    font-size:2.4rem;
    font-weight: 500;
    margin: 0 0 40px;
    text-align: center; }
  .event-info__overview {
    font-weight: 500;
    line-height: 1.8; }
    .event-info__overview p {
      color: #5ba85a;
      font-size: 2.5rem; }
  .event-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .event-info__overview {
    margin: 0 0 0 20px; }
  .event-info__list {
    font-size: 2rem; }
  .event-info__time {
    color: #979797;
    font-size: 2.0rem; }
  #kaisai-nasi{
    margin: 40px auto;
    background-color: #eee;
    padding:2em 6em;
    
  }

@media screen and (max-width: 768px) {
  .event-info__inner {
    padding: 0 2%; }
  .event-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 92%;
    margin: 0 auto; }
  .event-info__map {
    margin: 20px 0 0;
    text-align: center; } }

.footer {
  padding: 0 0 18px;
  text-align: center; }
  .footer img,
  .footer small {
    display: block; }
  .footer img {
    margin: 0 auto 20px; }
  .footer small {
    font-size: 1.8rem;
    font-weight: 700; }
