body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
}

.okd-bk-image {
  background-image: url("https://www.okadadenki.co.jp/dcms_media/image/mainimage02.jpg");
  background-size: cover;
}

#logo-area {
  text-align: center;
}

#logo-area img {
  padding: 20px 60px 40px;
  background: #fff;
  max-width: 300px;
  max-height: 60px;
  width: auto;
  border-radius: 0 0 20px 20px;
}

.st-bold {
  font-weight: bold;
}

.st-color {
  font-weight: bold;
  color: #fff;
}

.flex {
  display: flex;
  justify-content: center;
  font-weight: Noyo;
  font-weight: bold;
  font-size: 25px;
}

.yes {
  display: inline-block;
  width: 200px;
  padding: 20px 0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right,
      #00B050 0%,
      #00B050 50%,
      #00B050 50%,
      #00B050 100%);
  box-shadow: 7px 7px 0 #6f7173;
  transition: background-position ease-in-out 0.3s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
}

.yes:hover {
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}

.no {
  display: inline-block;
  width: 200px;
  padding: 20px 0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right,
      #ce0000 0%,
      #ce0000 50%,
      #ce0000 100%);
  box-shadow: 7px 7px 0 #6f7173;
  transition: background-position ease-in-out 0.3s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
}

.no:hover {
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}

.back_button {
  display: inline-block;
  width: 280px;
  padding: 20px 0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right,
      #0070C0 0%,
      #0070C0 50%,
      #0070C0 100%);
  box-shadow: 7px 7px 0 #6f7173;
  transition: background-position ease-in-out 0.3s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
}

.back_button:hover {
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}

.map_button {
  display: block;
  width: 270px;
  padding: 20px 0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right,
      #0033FF 0%,
      #0033FF 50%,
      #0070C0 50%,
      #0070C0 100%);
  box-shadow: 7px 7px 0 #6f7173;
  transition: background-position ease-in-out 0.3s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
  margin: 200px auto 0;
}

.map_button:hover {
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}

#p_okada,
#p_gnoc,
#p_rice,
#p_an,
#p_lb {
  display: none;
}

.p_box {
  text-align: center;
  width: 200px;
  position: absolute;
  background: #f7f7f7;
  padding: 0 1px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 2px 2px #e6e6e6;
}

.p_box .p_title {
  border-top: 2px solid #006cb8;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  margin: 0;
  line-height: 2.5;
}

.p_box .p_txt {
  padding: 15px 5px;
}

.p_box ul {
  width: 90%;
  margin: 0;
  padding: 0 0 0 10%;
  overflow: hidden;
}

.p_box ul li {
  float: left;
  width: 42%;
  margin: 0 0 0 8%;
  font-size: .8em;
}

#container {
  display: none;
}

#loading {
  display: none;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -30px;
}

/*Riceご案内中の表示01*/
#moving_rice_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
}

#moving_rice_container>div#move_rice {
  width: 15%;
}

#moving_rice_container>div#left_text,
#moving_rice_container>div#right_text {
  height: 3em;
  font-size: 34px;
  text-align: center;
  overflow: hidden;
  background-color: #2f73c2;
  width: 42%;
}

#moving_rice_container>div#left_text {
  border-radius: 0 20px 20px 0;
}

#moving_rice_container>div#right_text {
  border-radius: 20px 0 0 20px;
}

#moving_rice_container>div .title {
  overflow: hidden;
  animation: scrollanimation 3s linear infinite;
  color: #fff;
}

@keyframes scrollanimation {
  0% {
    transform: translateY(1.5em)
  }

  100% {
    transform: translateY(-4.5em)
  }
}

/*Rice到着の表示*/
#arrive_rice_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 250px;
  margin-bottom: 150px;
  text-align: center;
}

#arrive_rice_container #left_text,
#arrive_rice_container #right_text {
  width: 38%;
  display: inline-block;
}

#arrive_rice_container #left_text .title,
#arrive_rice_container #right_text .title {
  display: inline-block;
  color: #fff;
  font-size: 34px;
  white-space: nowrap;
  overflow: hidden;
}

#arrive_rice_container #left_text::after,
#arrive_rice_container #right_text::after {
  content: "";
  font-size: 34px;
  height: 3em;
  display: block;
  position: relative;
  margin-top: -3.1em;
  background-color: #00B050;
  text-align: left;
  z-index: -1;
  animation: arrive_text 0.5s forwards linear;
  width: 0;
}

#arrive_rice_container #right_text::after {
  animation-delay: 0.53s;
}

@keyframes arrive_text {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}