@charset "utf-8";

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead {
  font-weight: 500;
}

/**
 * ポイント
 */

#lead ul.point {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#lead ul.point li {
  margin: 10px;
  padding: 0.25em 2em 0.375em;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 9999px;
  background-color: rgb(var(--accentcolor-3));
  display: flex;
  align-items: center;
  justify-content: center;
}

/** ***************************************************************************
 * 開催日程
 * ************************************************************************* */

#main .schedule-contents {
  border-radius: 10px;
  background-color: rgb(var(--accentcolor-1));
  transition: padding 0.3s ease-out 1.0s;
  padding: 10px 15px;
  position: relative;
  z-index: 0;
}

#main .schedule-contents.active {
  transition: padding 0.4s ease-out 0.0s;
  padding: 20px 15px;
}

#main .schedule-contents::after {
  content: '＋';
  color: rgb(var(--accentcolor-3));
  line-height: 0;
  font-size: 1.78em;
  font-weight: 700;
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
}

#main .schedule-contents.active::after {
  content: '−';
  right: 25px;
}

#main .schedule-contents div.contents {
  overflow: hidden;
  transition:
    max-height 1.0s ease-out 0.0s,
    padding 0.4s ease-in 0.6s,
    opacity 0.6s ease-out 0.0s;
  max-height: 0;
  padding: 0;
  opacity: 0;
}

#main .schedule-contents.active div.contents {
  transition:
    max-height 2.0s ease-in 0.0s,
    padding 0.4s ease-out 0.0s,
    opacity 0.4s ease-in 0.4s;
  max-height: 10000px;
  padding: 20px 0;
  opacity: 1;
}

@media screen and (min-width:768px) {

  #main .schedule-contents {
    padding: 10px 25px;
  }

  #main .schedule-contents.active {
    padding: 25px 25px 30px;
  }

  #main .schedule-contents::after {
    top: 25px;
  }

  #main .schedule-contents.active div.contents {
    padding: 20px 30px;
  }

}

/**
 * タイトル
 */

#main .schedule-contents .column-title {
  line-height: 1.5;
  font-size: 1.125em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#main .schedule-contents .column-title::before {
  content: '';
  width: 1.125em;
  height: 0.875em;
  margin-top: 0.125em;
  margin-right: 0.25em;
  background: url("../_image/_common/icon-heart-1.png") 0 0 / 100% 100% no-repeat;
  filter: brightness(0) invert(1);
}

@media screen and (min-width:768px) {

  #main .schedule-contents .column-title {
    font-size: 1.294em;
  }

}

/**
 * 閉じるボタン
 */

#main .schedule-contents div.close {
  text-align: center;
}

#main .schedule-contents div.close a {
  padding: 0.375em 2em 0.5em 2em;
  color: rgb(var(--accentcolor-3));
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid;
  border-radius: 9999px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease-in-out 0.0s;
  border-color: rgb(var(--accentcolor-1));
}

#main .schedule-contents div.close a:hover {
  border-color: rgb(var(--accentcolor-3));
}

/** ***************************************************************************
 * お問い合わせ
 * ************************************************************************* */

/**
 * 紹介文
 */

#contact div.lead {
  padding: 5em 2em 0;
  font-weight: 500;
  background: url("../_image/_common/serif-application-1.png") left top / 12em auto no-repeat;
}

@media screen and (min-width:768px) {

  #contact div.lead {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4em 6em 0;
  }

}

/**
 * お問い合わせ
 */

#contact div.contact .tel {
  line-height: 1;
  font-size: 1.556em;
  font-weight: 700;
}

#contact div.contact .tel i {
  font-family: 'apple color emoji', 'segoe ui emoji', 'noto color emoji', 'android emoji', emojisymbols, 'emojione mozilla', 'twemoji mozilla', 'segoe ui symbol';
  font-style: normal;
}
