.index_main {
  position: relative;
}
.mainimage {
  position: relative;
}
.index_entrance {
  width: 400px;
  position: absolute;
  right: 100px;
  bottom: 40px;
}
.index_entrance li {
  margin: 20px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.index_entrance a {
  display: block;
  padding: 12px 0 5px;
  border-radius: 30px;
  text-align: center;
}
.index_entrance .button_enter {
  background: #fd34a6;
}
.index_entrance .button_leave {
  background: #493f47;
}
.index_caution {
  font-size: 12px;
  text-align: center;
}
.index_logo {
  text-align: center;
}
.index_catch {
  padding: 20px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.index_catch_num {
  display: inline-block;
  color: #ff609f;
  font-size: 50px;
  vertical-align: -4px;
}
.index_note {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
.index_note.block_style_radius {
  display: inline-block;
  padding: 8px 20px 5px;
  position: absolute;
  top: 175px;
  left: 135px;
  color: #fff;
  line-height: 1;
  background: #ff609f;
  border-radius: 20px;
  transform: rotate(-6deg);
}
.index_shop {
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
}
.index_tel {
  font-size: 32px;
}
.index_time {
  margin: 15px 0;
  font-size: 24px;
}
.index_copyright {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}
.index_banner {
  text-align: center;
}
.index_banner ul {
  margin-top: 20px;
}
.index_banner li {
  display: inline-block;
  margin-bottom: 5px;
}
.seo_text {
  margin: 40px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {

  .index_logo {
    margin: 0 -15px;
  }
  .index_logo img {
    width: 100%;
  }
  .index_catch {
    display: none;
  }
  .index_entrance {
    width: 100%;
    position: unset;
  }
  .index_note.block_style_radius {
    top: 20px;
    left: 0;
  }
  .index_entrance ul {
    display: block;
    text-align: center;
  }
  .index_banner li {
    display: block;
  }

}