@charset "UTF-8";
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
/*----------------------------------------------------
	...の省略設定
----------------------------------------------------*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.takeout2020 {
  z-index: 9999;
  position: fixed;
  bottom: 25%;
  left: 2%;
  width: 12%;
  background: url("../images/bottom_icon/icon_takeout2020.png") no-repeat center bottom;
  background-size: contain;
  animation: bounce_8897 3.6s ease infinite;
  transform-origin: 50% 50%; }
  .takeout2020 img {
    width: 100%; }
  @media all and (max-width: 1024px) {
    .takeout2020 {
      width: 12%;
      bottom: 16%; } }
  @media all and (max-width: 640px) {
    .takeout2020 {
      width: 24%;
      bottom: 17vh; } }
  @media (orientation: landscape) and (max-width: 750px) {
    .takeout2020 {
      bottom: 2%;
      left: 2%;
      width: 12%; } }

.mirai_depart {
  z-index: 9999;
  position: fixed;
  bottom: 2%;
  left: 2%;
  width: 12%;
  background: url("../images/bottom_icon/icon_mirai_depart.png") no-repeat center bottom;
  background-size: contain;
  animation: bounce_8897 3.6s ease infinite;
  transform-origin: 50% 50%; }
  .mirai_depart img {
    width: 100%; }
  @media all and (max-width: 1024px) {
    .mirai_depart {
      width: 12%; } }
  @media all and (max-width: 640px) {
    .mirai_depart {
      width: 24%; } }
  @media (orientation: landscape) and (max-width: 750px) {
    .mirai_depart {
      bottom: 2%;
      left: 12%;
      width: 12%; } }

.dora_50thevent {
  z-index: 9999;
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 12vw;
  background: url("../images/bottom_icon/icon_50thevent.png") no-repeat center bottom;
  background-size: contain;
  animation: bounce_8897 3.6s ease infinite;
  transform-origin: 50% 50%; }
  .dora_50thevent img {
    width: 100%; }
  @media all and (max-width: 1024px) {
    .dora_50thevent {
      width: 15%; } }
  @media all and (max-width: 640px) {
    .dora_50thevent {
      width: 24%; } }

.museum_ec {
  z-index: 9999;
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 12vw;
  background: url("../images/bottom_icon/icon_museum_ec.png") no-repeat center bottom;
  background-size: contain;
  animation: bounce_8897 3.6s ease infinite;
  transform-origin: 50% 50%; }
  .museum_ec img {
    width: 100%; }
  @media all and (max-width: 1024px) {
    .museum_ec {
      width: 15%; } }
  @media all and (max-width: 640px) {
    .museum_ec {
      width: 24%; } }

@keyframes bounce_8897 {
  0% {
    transform: translateY(0); }
  5.55556% {
    transform: translateY(0); }
  11.11111% {
    transform: translateY(0); }
  22.22222% {
    transform: translateY(-15px); }
  27.77778% {
    transform: translateY(0); }
  33.33333% {
    transform: translateY(-15px); }
  44.44444% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

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