@charset "UTF-8";
/* hometown-area */
#cwd-area-page .hometown-area {
  width: 800px!important;
  text-align: center;
}
#cwd-area-page .subtext{
  letter-spacing: 0.1rem;
  line-height: 2
}
#cwd-area-page .hometown-banner {
  margin-bottom:30px
}
#cwd-area-page .hometown-banner img:hover {
  box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  #cwd-area-page .hometown-area {
    width: 70% !important;
  }
}
@media screen and (max-width:767px) {
  #cwd-area-page .hometown-area {
    width: 100% !important;
  }
}
/* end media query */