:root {
  --baceFontColor: #333333;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#top_img figure {
  width: 100%;
  aspect-ratio: 10/3;
  position: relative;
  overflow: hidden;
}
#top_img figure:nth-of-type(2) {
  display: none;
}
#top_img figure img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #top_img figure {
    aspect-ratio: 3/2;
  }
  #top_img figure:nth-of-type(1) {
    display: none;
  }
  #top_img figure:nth-of-type(2) {
    display: block;
  }
}

#breadcrumb {
  display: none;
}

#preamble {
  padding: 0 0 0 0;
  width: auto;
}

.normal_box {
  padding: 80px 0;
}
.normal_box > div {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

#top_com > div {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 0 50px;
}
#top_com > div > div {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
}
#top_com > div > div h2 {
  text-align: left;
  font-size: 2rem;
}
#top_com > div > div p {
  margin: 1em 0 0 0;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #top_com > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_com > div {
    display: block;
  }
  #top_com > div > div h2 {
    text-align: center;
  }
}

#infobox {
  background: #eee;
}
#infobox > div {
  width: 860px;
  max-width: 100%;
}
#infobox > div h2 {
  font-size: 2.2rem;
  text-align: left;
}
#infobox > div ul {
  margin: 1rem auto 0 auto;
  border-bottom: 1px solid #ddd;
}
#infobox > div ul li {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 10px;
  padding: 1rem 0;
  border-top: 1px solid #ddd;
}
#infobox > div ul li time {
  text-align: left;
  font-weight: 600;
}
#infobox > div ul li div {
  text-align: left;
}

.menu_list {
  background: url(grp/ami.png), #dffdf8;
}
.menu_list > div ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 50px;
}
.menu_list > div ul li {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.menu_list > div ul li a {
  color: #333333;
  display: block;
  padding: 0 0 20px 0;
}
.menu_list > div ul li a > * + * {
  padding: 0 20px 0 20px;
}
.menu_list > div ul li a h3 {
  margin: 20px auto 0 auto;
  font-size: 1.3rem;
  font-weight: 600;
}
.menu_list > div ul li a p {
  margin: 1em auto 0 auto;
  text-align: left;
}
.menu_list > div ul li a:hover {
  color: #777;
}
@media screen and (max-width: 1199px) {
  .menu_list > div ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .menu_list > div ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .menu_list > div ul {
    display: block;
  }
  .menu_list > div ul > * + * {
    margin-top: 20px;
  }
}

#top_map iframe {
  width: 100%;
  height: 500px;
  max-height: 100vh;
}

footer#globalFooter {
  margin-top: 0;
}/*# sourceMappingURL=index.css.map */