@charset "UTF-8";
/* Setting
--------------------------------- */
/* =================================
ベンダープレフィックス
================================= */
/* =================================
ブレイクポイント
================================= */
/* =================================
コンテンツサイズ
================================= */
/* =================================
フォント
================================= */
/* =================================
カラー
================================= */
/* =================================
ボーダー
================================= */
/* =================================
ボタン
================================= */
/* Mixin
--------------------------------- */
/* =================================
ベンダープレフィックス
================================= */
/* =================================
clearfix
================================= */
/* =================================
transition
================================= */
/* =================================
オープン告知
================================= */
.hero-open {
  width: 1024px;
  margin: 0 auto 40px;
  padding: 0 0 10px;
  background: #fff798;
  position: relative;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .hero-open {
    width: 100%;
    border-radius: 0;
    margin: 14px auto 0;
    padding-bottom: 30px;
  }
}

.hero-open::before, .hero-open::after {
  content: "";
  display: block;
  background: url(../../images/bg_open_flag01.png) 0 0 no-repeat;
  width: 137px;
  height: 106px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .hero-open::before, .hero-open::after {
    width: 94px;
    height: 74px;
    background-size: contain;
  }
}

.hero-open::after {
  background: url(../../images/bg_open_flag02.png) 0 0 no-repeat;
  background-size: contain;
  left: auto;
  right: 0;
}

.hero-open h1 {
  padding: 116px 0 85px;
  margin: 0;
  text-align: center;
}

.hero-open h1 img.only-pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .hero-open h1 {
    width: 80%;
    margin: 0 auto;
    padding: 86px 0 54px;
    position: relative;
    z-index: 2;
  }
  .hero-open h1 img {
    width: 96%;
    margin: 0 auto;
  }
  .hero-open h1 img.only-pc {
    display: none;
  }
}

.hero-open p {
  font-size: 2.0rem;
  line-height: 2.1;
  margin: 0 150px 2.5em;
  position: relative;
  z-index: 2;
  -moz-text-shadow: 0px 0px 8px rgba(255, 247, 152, 0.8);
  -webkit-text-shadow: 0px 0px 8px rgba(255, 247, 152, 0.8);
  -ms-text-shadow: 0px 0px 8px rgba(255, 247, 152, 0.8);
  text-shadow: 0px 0px 8px rgba(255, 247, 152, 0.8);
}

@media screen and (max-width: 767px) {
  .hero-open p {
    margin: 0 10px 2.5em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.hero-open p span {
  color: #e255bc;
  font-weight: bold;
  font-size: 2.4rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcecf8+0,fcecf8+100&0+67,1+68,1+100 */
  background: -moz-linear-gradient(top, rgba(252, 236, 248, 0) 0%, rgba(252, 236, 248, 0) 67%, #fcecf8 68%, #fcecf8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252, 236, 248, 0) 0%, rgba(252, 236, 248, 0) 67%, #fcecf8 68%, #fcecf8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252, 236, 248, 0) 0%, rgba(252, 236, 248, 0) 67%, #fcecf8 68%, #fcecf8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcecf8', endColorstr='#fcecf8',GradientType=0 );
  /* IE6-9 */
}

.hero-open p span.txt-green-01 {
  color: #72bf44;
  background: none;
  filter: none;
  font-size: 2.0rem;
}

.hero-open p span.txt-pink-01 {
  color: #e255bc;
  background: none;
  filter: none;
  font-size: 2.0rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .hero-open p span {
    font-size: 2.0rem;
  }
}

.hero-open .txt-end-01 {
  color: #72bf44;
  font-weight: bold;
  font-size: 2.0rem;
}

.hero-open ul.ul-koza-01 {
  margin: -29px 150px 26px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .hero-open ul.ul-koza-01 {
    margin: -29px 10px 26px;
  }
}

.hero-open ul.ul-koza-01 li {
  font-size: 2.0rem;
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 0.7em 1.2em;
}

.hero-open ul.ul-koza-01 li:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .hero-open ul.ul-koza-01 li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-open ul.ul-koza-01 li > span {
    display: block;
  }
}

.hero-open ul.ul-koza-01 li > span span {
  font-size: 2.4rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcecf8+0,fcecf8+100&0+67,1+68,1+100 */
  background: -moz-linear-gradient(top, rgba(252, 236, 248, 0) 0%, rgba(252, 236, 248, 0) 67%, #fcecf8 68%, #fcecf8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252, 236, 248, 0) 0%, rgba(252, 236, 248, 0) 67%, #fcecf8 68%, #fcecf8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252, 236, 248, 0) 0%, rgba(252, 236, 248, 0) 67%, #fcecf8 68%, #fcecf8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcecf8', endColorstr='#fcecf8',GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 767px) {
  .hero-open ul.ul-koza-01 li > span span {
    font-size: 1.9rem;
  }
}

.hero-open ul.ul-koza-01::after {
  content: "";
  display: block;
  clear: both;
}

.hero-open ul.img-lyt-01 {
  margin: 0 150px 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .hero-open ul.img-lyt-01 {
    margin: 0 10px 20px;
  }
}

.hero-open ul.img-lyt-01 li {
  width: 50%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero-open ul.img-lyt-01 li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.hero-open ul.img-lyt-01 li a {
  transition: opacity 0.3s linear;
}

.hero-open ul.img-lyt-01 li a:hover {
  opacity: 0.6;
}

.hero-open ul.img-lyt-01::after {
  content: "";
  display: block;
  clear: both;
}

.hero-open .bg-balloon span {
  position: absolute;
}

.hero-open .bg-balloon span:nth-child(1) {
  top: 100px;
  left: 121px;
  animation: horizontal 1s ease-in-out infinite alternate;
}

.hero-open .bg-balloon span:nth-child(1) img {
  animation: vertical 1s ease-in-out infinite alternate;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open .bg-balloon span:nth-child(1) {
    width: 23px;
    height: auto;
    top: 17px;
    left: 103px;
  }
}

.hero-open .bg-balloon span:nth-child(2) {
  top: 226px;
  left: 33px;
  animation: horizontal 1s ease-in-out infinite alternate;
  animation-duration: 1.3s;
}

.hero-open .bg-balloon span:nth-child(2) img {
  animation: vertical 1s ease-in-out infinite alternate;
  animation-duration: 1.2s;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open .bg-balloon span:nth-child(2) {
    width: 28px;
    height: auto;
    top: 181px;
    left: 13px;
  }
}

.hero-open .bg-balloon span:nth-child(3) {
  top: 376px;
  left: 85px;
  animation: horizontal 1s ease-in-out infinite alternate;
  animation-duration: 1.4s;
}

.hero-open .bg-balloon span:nth-child(3) img {
  animation: vertical 1s ease-in-out infinite alternate;
  animation-duration: 1.2s;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open .bg-balloon span:nth-child(3) {
    width: 25px;
    height: auto;
    top: 202px;
    left: 86px;
  }
}

.hero-open .bg-balloon span:nth-child(4) {
  top: 179px;
  right: 100px;
  animation: horizontal 1s ease-in-out infinite alternate;
  animation-duration: 1.5s;
}

.hero-open .bg-balloon span:nth-child(4) img {
  animation: vertical 1s ease-in-out infinite alternate;
  animation-duration: 1.4s;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open .bg-balloon span:nth-child(4) {
    width: 33px;
    height: auto;
    top: 20px;
    right: 109px;
  }
}

.hero-open .bg-balloon span:nth-child(5) {
  top: 302px;
  right: 39px;
  animation: horizontal 1s ease-in-out infinite alternate;
  animation-duration: 1.2s;
}

.hero-open .bg-balloon span:nth-child(5) img {
  animation: vertical 1s ease-in-out infinite alternate;
  animation-duration: 1.5s;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open .bg-balloon span:nth-child(5) {
    width: 24px;
    height: auto;
    top: 173px;
    right: 14px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hero-open .btn-event-01 {
  text-align: center;
}

.hero-open .btn-event-01 a {
  display: inline-block;
  background: #8f8f8f;
  border-radius: 35px;
  text-align: center;
  padding: 17px 57px;
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
  transition: background-color 0.3s linear;
}

@media screen and (max-width: 767px) {
  .hero-open .btn-event-01 a {
    padding: 17px 0;
    width: 100%;
  }
}

.hero-open .btn-event-01 a:hover {
  background: #424242;
}

.hero-open .btn-event-01 a img {
  vertical-align: middle;
}

.hero-open .btn-event-01 a img.only-pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .hero-open .btn-event-01 a img {
    margin: 0 auto;
  }
  .hero-open .btn-event-01 a img.only-pc {
    display: none;
  }
}

.hero-open dl.dl-event-list {
  background: #72bf44;
  border-style: solid;
  border-width: 0 1px 2px 1px;
  border-color: #72bf44;
  border-radius: 10px;
  margin: 0 150px 2.5em;
}

@media screen and (max-width: 767px) {
  .hero-open dl.dl-event-list {
    margin: 0 10px 1.5em;
  }
}

.hero-open dl.dl-event-list dt {
  font-weight: bold;
  padding: 20px 25px;
  width: 26%;
  box-sizing: border-box;
  clear: left;
  float: left;
  line-height: 1.2;
  color: #fff;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #dedede;
}

.hero-open dl.dl-event-list dt:first-of-type {
  border-radius: 10px 0 0 0;
  border-width: 2px 0 0 0;
  border-color: #72bf44;
}

.hero-open dl.dl-event-list dt:last-of-type {
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .hero-open dl.dl-event-list dt {
    float: none;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
  }
  .hero-open dl.dl-event-list dt:first-of-type {
    border-radius: 10px 10px 0 0;
  }
  .hero-open dl.dl-event-list dt:last-of-type {
    border-radius: 0 0 0 0;
  }
}

.hero-open dl.dl-event-list dd {
  background: #fff;
  line-height: 1.2;
  color: #737373;
  padding: 20px 30px;
  width: 74%;
  margin: 0 0 0 26%;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #72bf44;
}

.hero-open dl.dl-event-list dd:first-of-type {
  border-radius: 0 10px 0 0;
  border-width: 2px 0 0 1px;
}

.hero-open dl.dl-event-list dd:last-of-type {
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .hero-open dl.dl-event-list dd {
    float: none;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 20px 20px;
    border-width: 1px 0 0 0;
  }
  .hero-open dl.dl-event-list dd:first-of-type {
    border-radius: 0 0 0 0;
  }
  .hero-open dl.dl-event-list dd:last-of-type {
    border-radius: 0 0 10px 10px;
  }
}

.hero-open dl.dl-event-list .list_no {
  margin: 0;
  padding: 0;
  position: relative;
}

.hero-open dl.dl-event-list .list_no::after {
  content: "";
  clear: both;
  display: table;
}

.hero-open dl.dl-event-list .list_no li {
  float: left;
}

.hero-open dl.dl-event-list .list_no li:first-of-type {
  margin-left: 1.5em;
  width: 25%;
}

.hero-open dl.dl-event-list .list_no li:first-of-type span {
  position: absolute;
  left: 0;
  top: 0;
}
