@charset "UTF-8";
#access {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto;
}
#access .titlebar {
  display: none;
}
.shopinfo_box {
  border: 4px solid transparent;
  background: transparent;
}
.shopinfo_box h3 {
  font-size: 20px;
  background-color: transparent;
  padding: 36px 86px 16px;
}
.shopinfo_box h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 48px;
}
.shopinfo_box table {
  width: 100%;
  display: block;
  padding: 10px 42px 42px;
}
.shopinfo_box table tbody {
  display: block;
}
.shopinfo_box table tr {
  border-bottom: 1px solid transparent;
  display: block;
  width: 100%;
  padding: 20px;
}
.shopinfo_box table th, .shopinfo_box table td {
  font-size: 20px;
  min-width: 100px;
  text-align: right;
}
.shopinfo_box table td {
  text-align: left;
}
.shopinfo_box table th::after {
  content: "：";
}
#access iframe {
  display: block;
  width: 100%;
  height: 450px;
  background: transparent;
  padding: 20px;
  margin: 40px 0 0;
  border: 4px solid #5b0505!important;
}
#access dl {
	margin-top: 40px;
}

#access dt {
    font-size: 20px;
    font-weight: bold;
}

#access dd {
    margin-inline-start: 0px;
}

#access dd iframe {
    margin-inline-start: 0px;
    margin: 10px 0 50px;
}

#access dl dd p {
    display: block;
    width: 100%;
    background: transparent;
    padding: 20px;
    border: 4px solid #5b0505!important;
    margin: 10px 0 50px;
    line-height: 1.8;
}
.map_pic p{
    font-size:20px;
    margin-top:10px;
    font-weight: bold;
}

.map_pic_list{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin-top:15px;
}

.map_pic_list li{
width:49%;
margin-bottom:15px;
}

@media screen and (max-width:1420px) {
  #access {
    width: 96%;
  }
}