@charset "UTF-8";
main {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.pankuzu ol {
  display: flex;
  width: 100%;
  list-style-type: none;
  margin: 20px;
  font-size: 14px;
}

article {
  padding: 10px;
  line-height: 1.7;
}
article section {
  border-bottom: #b3b2b2 solid 2px;
  width: 100%;
}
article section p {
  width: 100%;
  margin-left: 20px;
  padding-right: 10px;
  margin-bottom: 10px;
}
article section ul {
  margin-left: 20px;
  margin-bottom: 10px;
}
article section img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px 0;
}

.robi- ul {
  line-height: 2;
  list-style-type: disc;
  padding-left: 20px;
}

ul.housin {
  line-height: 2;
  list-style-type: disc;
  padding-left: 20px;
  padding-bottom: 40px;
}

/*-------------------------------表--------*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}
table th, table td {
  border: 1px #585857 solid;
  padding: 10px;
}
table th {
  width: 20%;
}

.access address {
  display: block;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.3em;
  margin-left: 20px;
  margin-bottom: 20px;
}
.access table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  margin-right: 20px;
}
.access table th {
  width: 110px;
}
.access table td {
  padding-left: 8px;
}
.access .moji {
  font-size: 15px;
  letter-spacing: 0;
}
.access iframe { /*google mapの表示*/
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

@media screen and (min-width: 901px) {
  article section {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  article section table {
    max-width: 58%;
    margin-top: 20px;
  }
  article section table td {
    padding-right: 0;
  }
  article section img {
    max-width: 40%;
  }
  .top p {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
    line-height: 1.8;
  }
  .access table {
    max-width: 58%;
  }
  .access iframe {
    width: 38%;
    height: 350px;
  }
  .robi- p {
    width: 50%;
  }
  ul.housin {
    width: 70%;
    margin: 0 auto;
  }
  section p.zenbun {
    width: 100%;
  }
  .takino {
    margin-top: 40px;
  }
  .takino table {
    max-width: 76%;
  }
  .takino div {
    max-width: 20%;
  }
  .takino div img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  dl {
    width: 67%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  dl dt {
    font-weight: bold;
  }
  dl dd {
    margin-bottom: 20px;
  }
  #akusesu div {
    display: flex;
    width: 100%;
  }
  #akusesu div table {
    min-width: 540px;
  }
  #akusesu div iframe {
    min-width: 200px;
    height: 420px;
    margin: 0;
  }
  section.idou {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  section.idou table {
    flex: 1 1 70%;
    border-collapse: collapse;
  }
  section.idou img.syasin2 {
    flex: 1 1 30%;
    max-width: 30%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}/*# sourceMappingURL=riyou.css.map */