<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#home_menu {
  width: 760px;
  margin: 0 auto 30px;
}
#home_menu h3 {
  margin: 10px auto;
  font-size: 1.1rem;
  text-align: center;
}
.menu_item {
  width: 370px;
  margin: 5px;
  vertical-align: top;
  display: inline-block;
  background-color: rgba(255,255,255,0.7);
  border-radius: 5px;
  font-size: 0.9rem;
  line-height: 1.6rem;
  padding-bottom: 8px;
}
.menu_item img{
  max-width: 100%;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
.menu_item div {
  margin: 6px 12px;
}
.menu_item a:visited, .menu_item a:link {
  color: #333;
}
.menu_item a:hover {
  color: #FEAD23;
}
.menu_item .tit {
  font-weight: 700;
}
@media only screen and (max-width: 640px){
#home_menu {
  width: 100%;
  text-align: center;
}
.menu_item {
  margin: 5px auto;
}
.menu_item .desc {
  text-align: left;
}
}
</pre></body></html>