.map_in {
  animation: fadeIn 0.2s ease-in;
}
top_signboard {
  position: relative;
}
.signboard_textarea {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
/*.catchphrase_textarea {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#nameplate {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  text-align: center;
  color: #444444;
  z-index: 2;
}
#nameplate h1 {
  color: #ffffff;
}
#nameplate h2 {
  color: #ffffff;
  font-style: normal;
}
#nameplate p {
  color: #ffffff;
}
#nameplate p:nth-of-type(1){
	line-height: 1 !important;
	margin-bottom:3px;
	margin-top: 0;
	/*text-align: left;*/
	padding-left: 0.5em;
}
@media screen and (max-width: 599px) {
  .signboard_textarea {
    top: 55%;
    width: 100%;
  }
  #nameplate {
    /*margin: 20px 0;*/
    /*padding:20px 0;*/
  }
  #nameplate img {
    display: inline-block;
    width: 160px;
  }
  #nameplate h1 {
    font-size: 18pt !important;
    margin-top: 0 !important;
    margin-bottom: 0;
	line-height:1.1 !important;
  }
	#nameplate h1 span{
    font-size: 15pt !important;
	}
  #nameplate h2 {
    font-size: 14pt !important;
  }
#nameplate p {
  font-size: 15pt !important;
  font-weight:bold;
  margin: 15px 0;
}
#nameplate p:nth-of-type(1){
	font-size: 11pt !important;
}
  .top-color-text {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .signboard_textarea {
    top: 55%;
  }
  #nameplate img {
    display: inline-block;
    width: 250px;
  }
  #nameplate h1 {
    font-size: 28pt !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    color: #ffffff;
    line-height: 1 !important;
    font-style: oblique !important;
  }
  #nameplate h1 span {
    font-size: 20pt;
  }
  #nameplate h2 {
    font-size: 20pt !important;
  }
#nameplate p {
  font-size: 20pt !important;
  font-weight:bold;
  margin: 20px 0;
}
#nameplate p:nth-of-type(1){
	font-size: 12pt !important;
}
  .top-color-text {
    width: 450px !important;
    margin-left: auto;
    margin-right: auto;
  }

}
@media screen and (min-width: 1025px) {
  .toggle-wrapper {
    display: none;
  }
  .signboard_textarea {
    top: 55%;
  }
  #nameplate {
    /*margin: 50px auto;*/
    /*padding: 50px auto;*/
  }
  #nameplate img {
    display: inline-block;
    width: 300px;
  }
  #nameplate h1 {
    font-size: 40pt !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    color: #ffffff;
    line-height: 1 !important;
    font-style: oblique !important;
  }
  #nameplate h1 span {
    font-size: 20pt;
  }
  #nameplate h2 {
    font-size: 20pt !important;
  }
#nameplate p {
  font-size: 21pt !important;
  font-weight:bold;
  margin: 20px 0;
}
#nameplate p:nth-of-type(1){
	font-size: 13pt !important;
}
  .top-color-text {
    width: 35% !important;
    margin-left: auto;
    margin-right: auto;
  }
}