@charset "UTF-8";
.main_img {
  margin-bottom: 50px;
}

.content h3 {
  margin: 0 0 20px 0;
  padding: 25px 0;
  border-top: solid 3px #c1272d;
  border-bottom: solid 1px #ccc;
  font-size: 1.438rem;
}
.content > p {
  margin-bottom: 30px;
}
.content p {
  margin-top: 20px;
  font-size: .875rem;
  letter-spacing: 0.4px;
  line-height: 1.8;
}
.content ul {
  font-size: .875rem;
  margin-top: -15px;
  margin-bottom: 30px;
}
.content .distance {
  padding: 10px 0 50px;
}
.content .caption_bg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content .caption_bg h4 {
  position: relative;
  background-color: #e6e6e6;
  font-size: 1.125rem;
  margin-top: 0;
  padding: 10px 0 10px 25px;
}
.content .caption_bg h4:before {
  position: absolute;
  content: '';
  background: url(../contents/common/common/caption_triangle.png);
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
}
.content .caption_bg h5 {
  position: relative;
  font-size: 1.125rem;
  padding-left: 1rem;
  margin: 0;
  padding-bottom: 15px;
}
.content .caption_bg h5:before {
  position: absolute;
  content: '■';
  color: #ac2127;
  font-size: 1.375rem;
  top: -5.5px;
  left: 0;
}
.content .caption_bg .comment {
  font-size: .875rem;
  float: left;
  width: 55.22388%;
  letter-spacing: 0;
}
.content .caption_bg img {
  float: right;
  width: 40.2985%;
  margin-top: 20px;
}
.content .caption_bg.float_none .comment {
  float: none;
  width: 100%;
}
.content .caption_bg.float_none img {
  float: none;
  width: 100%;
  margin: 0;
}
.content .caption_bg table {
  width: 100%;
}
.content .caption_bg table tbody tr {
  border-bottom: 1px solid #ccc;
}
.content .caption_bg table tbody tr td {
  font-size: 0.938rem;
}
.content .caption_bg table tbody tr td:first-child {
  width: 30%;
  letter-spacing: 3px;
  padding: 10px 0 10px 25px;
}
.content .caption_bg table tbody tr td:nth-child(2) {
  letter-spacing: 2px;
  padding: 10px 0 10px 40px;
}
.content .caption_bg .business h5 {
  margin: 20px 0 0;
  padding-bottom: 5px;
}
.content .caption_bg .business p {
  margin-top: 0;
  padding-left: 1rem;
}
.content .caption_bg.history tbody tr td:first-child {
  width: 25%;
  padding: 10px 0 10px 10px;
  letter-spacing: 1px;
}
.content .caption_bg.history tbody tr td:nth-child(2) {
  padding: 10px 0 10px 0px;
  letter-spacing: 1px;
}

.cuerpo {
  padding-top: 60px;
}

.cuerpo01 {
  max-width: 100%;
  max-height: 100%;
}

#map_canvas_01 {
  width: 100%;
  height: 600px;
  max-height: 600px;
  float: left;
  margin: 0px 0px 30px;
}
