@charset "utf-8";
body {
  margin: 0;
}
.container {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  flex-direction: column;
  height: 100vh;
}

header {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}

main {
  flex: 1;
  background-color: rgb(255, 255, 255);
  overflow-y: scroll;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}

.foot-wrap .menu-left,
.menu-center,
.menu-right {
  display: inline-block;
  width: 30%;
  height: 50px;
  margin: 20px auto 0px;
}
.foot-wrap {
  text-align: center;
}
.Btn {
  cursor: pointer;
  text-align: center;
}
.footer-icon-size {
  font-size: 1.8em; /*2倍にする*/
}
.footer-icon-color {
  color: rgb(49, 38, 0);
}
.footer-icon-color:hover {
  color: #00ae95;
}

.footer-icon-color:active {
  color: #00ae95;
  text-decoration: underline;
}
.colorinput {
  height: 30px;
}
.footer-icon-color {
  width: 100%;
  padding-bottom: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px 10px 0 0;
}
.text {
  font-size: 10px;
  font-family: "游ゴシック";
  margin: 5% 5% 5% 5%;
}
.spacer {
  float: left;
  width: 50%;
  height: 150px;
}
@media screen and (min-width: 750px) {
  footer {
    display: none;
  }
}
