@charset "UTF-8";

.sp {
  display: none !important;
}
@media (max-width: 639px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.loading-text {
  font-size: 12px !important;
}
.nav__info h5 {
  color: #333 !important;
}
.nav__info p {
  line-height: 2;
}
#hero_content h1 {
  line-height: 0;
  margin-top: 10px;
}
#hero_content h1 img {
  width: 200px;
}
#dsn_metas small {
  font-size: 10px;
}
#member-detail {
  max-width: 1024px;
  margin: auto;
}
#member-detail ul li {
  overflow: hidden;
  margin-bottom: 50px;
}
#member-detail ul li img {
  float: left;
  width: 130px;
  border-radius: 65px;
  margin-right: 40px;
}
#member-detail ul li div.detail {
  overflow: hidden;
}
@media (max-width: 639px) {
  #member-detail ul li div.detail {
    padding-top: 5px;
  }
}
#member-detail ul li div.detail h4 {
  margin-bottom: 10px;
}
#member-detail ul li div.detail h4 img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-top: -5px;
}
#member-detail ul li div.detail p {
  line-height: 2;
}
@media (max-width: 639px) {
  #member-detail ul li div.detail p {
    font-size: 90%;
  }
}
#member-detail ul li div.detail div.links {
  margin-top: 10px;
}
#member-detail ul li div.detail div.links span {
  display: inline-block;
  background-color: white;
  color: black;
  padding: 2px 15px;
  margin-right: 8px;
  border-radius: 15px;
}
@media (max-width: 639px) {
  #member-detail ul li div.detail div.links span {
    font-size: 90%;
    padding: 2px 8px;
    margin-right: 0;
  }
}
#isatgallery {
  padding: 1px 0;
}
#isatgallery .container {
  margin: 30px auto 100px;
}
#isatgallery .container .mt-section ul li.list-item p {
  color: white;
}
#access h2+p {
  
}
#access table {
  margin: 30px auto 60px;
  text-align: left;
  border-collapse: collapse;
}
#access table tr th,
#access table tr td {
  border-bottom: 1px solid white;
  padding: 20px 0;
  line-height: 1.8;
  font-weight: normal;
  vertical-align: top;
}
#access table tr:last-child th,
#access table tr:last-child td {
  border-bottom: none;
}
#access #map {
  width: 100%;
  height: 450px;
}
#access #map+a {
  width: 15em;
  text-align: center;
  display: block;
  margin: 10px auto;
  text-decoration: underline;
  font-size: 12px;
}
#bestregards p {
  font-size: 100%;
  margin-top: 30px;
}
#calendar {
  width: 100%;
  height: 570px;
}
#calendar-detail {
  padding-top: 10px;
}
@media (max-width: 639px) {
  #calendar {
    height: 360px;
  }
  #calendar-detail {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 639px) {
  #nav_side {
    font-size: 90%;
  }
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}