@charset "utf-8";

/* button777（上書き） */
/*--------------------------------------------------*/
.button777 {
  text-align: center;
}
.button777 a {
  max-width: 250px;
}

/* model000-text1 */
/*--------------------------------------------------*/
.model000-text1 {
  line-height: 2;
}

/* model000-table1 */
/*--------------------------------------------------*/
.model000-table1 {
  width: 100%;
  font-size: 12px;
}
.model000-table1 th:nth-child(1) {
  width: 5em;
}
.model000-table1 td:nth-child(2) {
  width: 2em;
}
.model000-table1 td:nth-child(3) {
}

/* model000-image1 */
/*--------------------------------------------------*/
.model000-image1 {
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);*/
  border: 1px solid #aaa;
}

/* model000-map */
/*--------------------------------------------------*/
.model000-map {
  text-align: center;
  position:relative;
}
.model000-map-note {
  position:absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 5px;
  border: 1px solid #aaa;
  background-color: lavender;
}
@media (max-width:767px) {
  .model000-map-note {
    display:none;
  }
}

/* model000-map-anchors */
/*--------------------------------------------------*/
@media (min-width: 768px) {
  .model000-map-anchors {
    display:none;
  }
}
.model000-map-anchors {
  margin: -2.5px;
}
.model000-map-anchors li {
  width: 25%;
  float:left;
  padding: 2.5px;
}
.model000-map-anchors li a {
  display:block;
  border: 1px solid #ccc;
  padding: 0.5em;
  line-height: 1;
  position:relative;
  font-size: 14px;
}
.model000-map-anchors li a::after {
  position:absolute;
  right:0.5em;
  font-family: 'fontello-custom';
  content: '\e828';
}
@media (max-width: 575px) {
  .model000-map-anchors li {
    width: 33.333%;
  }
  .model000-map-anchors li a {
    font-size: 13px;
  }
}

/* model000-data */
/*--------------------------------------------------*/
.model000-data {
  background-color: lavender;
  padding: 10px;
}

/* model000-gallery1 */
/*--------------------------------------------------*/
.model000-gallery1 a {
  overflow:hidden;
  position:relative;
  /*height: 400px;*/
  display:block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.model000-gallery1 a::after {
  font-family: 'fontello-custom';
  content: '\e897';
  position:absolute;
  right: 10px;
  bottom: 10px;
  color: white;
  font-size: 20px;
  line-height: 1;
}
.model000-gallery1 a img {
  opacity: 0;
}
.model000-gallery1 p {
  margin-top: 10px;
  text-align: right;
  color: #aaa;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.model000-gallery1 p span {
  float:left;
  color: #333;
}

/* model000-back */
/*--------------------------------------------------*/
.model000-back {
  display:inline-block;
  line-height:1;
  padding: 10px;
  border: 1px solid #777;
  margin-top: 10px;
  transition: background-color 250ms;
}
.model000-back:hover {
  background-color: lavender;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}