@charset "UTF-8";
:root {
  --baceFontColor: #333333;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#top_img {
  display: grid;
  width: min(100% - 40px, 1200px);
  margin: 50px auto 0 auto;
}
#top_img img {
  border-radius: 10px;
}

#breadcrumb {
  display: none;
}

#top_com {
  margin: 30px auto 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  width: 840px;
  max-width: 100%;
  gap: 30px;
}
#top_com figure img {
  border-radius: 10px;
}
#top_com h3 {
  color: #229cd9;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#top_com h3 span {
  display: block;
  font-size: 1.1rem;
}
#top_com p {
  margin: 1rem auto 0 auto;
  text-align: left;
}

#map_gaiyou {
  margin: 50px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#map_gaiyou > div:nth-of-type(1) iframe {
  width: 100%;
  min-height: 350px;
  height: 100%;
  border-radius: 10px;
}
#map_gaiyou > div:nth-of-type(2) h4 {
  margin: 0 auto 0 auto;
  text-align: left;
  font-size: 1.2em;
}
#map_gaiyou > div:nth-of-type(2) table {
  margin: 10px auto 0 auto;
}
#map_gaiyou > div:nth-of-type(2) table tr {
  background: #f5f5f5;
}
#map_gaiyou > div:nth-of-type(2) table tr th {
  border: 1px solid silver;
  padding: 10px 0;
}
#map_gaiyou > div:nth-of-type(2) table tr td {
  border: 1px solid silver;
  padding: 10px 0;
  background: white;
}
#map_gaiyou > div:nth-of-type(2) ul {
  margin: 10px auto 0 auto;
  text-align: left;
  font-size: 0.9em;
}
#map_gaiyou > div:nth-of-type(2) ul li {
  margin: 0 0 0 2em;
  list-style: disc;
}
#map_gaiyou > div:nth-of-type(2) ul li h3 {
  font-size: 1rem;
  color: #ff0d5b;
}

#banners {
  margin: 30px auto 0 auto;
}
#banners ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
#banners ul li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#top_hot {
  border-top: 2px solid #903256;
  border-bottom: 2px solid #903256;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 10px auto 0 auto;
}
#top_hot p {
  display: inline-block;
}
#top_hot p:nth-child(1) {
  margin: 0 15px 0 0;
}
#top_hot p:nth-child(2) {
  text-align: left;
}
#top_hot p:nth-child(2) span {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media screen and (max-width: 768px) {
  #top_hot {
    display: block;
    border: 2px solid #903256;
  }
  #top_hot p {
    display: block;
  }
  #top_hot p:nth-child(1) {
    margin: 0 0 0 0;
  }
  #top_hot p:nth-child(2) {
    margin-top: 10px;
  }
}/*# sourceMappingURL=index.css.map */