/*
Theme Name: cube child
Template: cube
*/

.center{text-align: center;}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px 5px;
  border: solid 1px #cdcdcd;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #cdcdcd;  
}

.wpgmza-infowindow .wpgmza-marker-gallery {
    float: left !important;
}

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #cdcdcd;
  }
}

/* ============================================================
 * Weibo アイコン代替 (SVG)
 * Font Awesome v6.5.1 Free に Weibo は含まれないため SVG で表示する
 * ============================================================ */
.fa-brands.fa-weibo,
i.fa-weibo {
    font-family: inherit !important;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23ffffff"><path d="M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-29.1-7.1-33.7 50.1-10.7 92.5 38.9 76.7 87.6-6.6 20.9-38.9 11-32.2-12.2zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176.5 66.5 313.2 32.2 369.5 90c19.8 20.4 28.1 47.9 24.4 78.9-3.5 27.8 22 14.4 22 14.5 52.3 17.3 24.2 67.5-7.3 60.8-17.7-3.7-7.2 18-7.2 18 14.6 33.6-13 30-13.3 35-1.6 8.4 7.7 14.5 7.7 14.5 30.4 22.9 41.5 50 41.5 50 49.6 95.1-21.2 156.4-228.3 156.4-87.9 0-167.8-37.5-167.8-100zm143-94c-44.3-11.3-95.8 11-117.5 49.7-22.1 39.5-6 83.3 38.6 97.8 46.2 15 102.4-8.2 123.8-51.4 21-42.4-1.8-84.5-44.9-96.1zm-44.9 50.7c-15.4-6.4-34.7.6-43.4 15.6-8.7 15.2-3.9 32.5 11.5 39.1 15.9 6.8 36.5-.3 45.2-15.9 8.6-15.7 2.6-32.5-13.3-38.8zm-21.1 33.7c-2.8 4.5-9.5 6.4-13.9 4.4-4.4-2.1-5.7-7.6-2.8-12.1 2.9-4.5 9.1-6.5 13.6-4.6 4.6 2 6 7.7 3.1 12.3zM124.9 290.7c-9-1.8-22.7 2.1-22.7 13.6 0 11.6 13.7 23.7 22.7 24 9.2.4 15.4-7.6 15.4-19.2 0-11.5-6.4-16.7-15.4-18.4zm-1.7 22.5c-2.6 1.2-6.1.6-7.7-1.4-1.7-2.1-1.1-4.5 1.5-5.6 2.6-1.1 6.1-.4 7.8 1.6 1.6 2 1 4.6-1.6 5.4z"/></svg>') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* インラインCSS で .fa-weibo:before に Unicode が指定されているのを無効化 */
.fa-brands.fa-weibo:before,
i.fa-weibo:before {
    content: '' !important;
    display: none !important;
}
