/*
Template:sydney
Theme Name:sydney_child
*/
/* ===========================
	1.Sydney スタイルの上書き
=========================== */
/* Header */
.site-header.float-header #mainnav { padding:7px 0 0 0; }
/* .site-title { text-shadow: #e86625 1px 1px 0px, #e86625 -1px 1px 0px, #e86625 1px -1px 0px, #e86625 -1px -1px 0px; } */

.btn-menu { float: right; margin: -35px 20px 0 0; }
#mainnav-mobi { margin-top:21px; }
.text-slider .subtitle { font-family:"じゅん 201","Jun 201"; }

th,td { border:none; }

.table tr th {
white-space: nowrap;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
vertical-align: middle;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  /* vertical-align: top; */
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

td.align-middle{
  vertical-align: middle;
}

@media (min-width: 992px) {
  .col-md-offset-12{ margin-left:100%; }
  .col-md-offset-11{ margin-left:91.66666667%; }
  .col-md-offset-10{ margin-left:83.33333333%; }
  .col-md-offset-9{ margin-left:75%; }
  .col-md-offset-8{ margin-left:66.66666667%; }
  .col-md-offset-7{ margin-left:58.33333333%; }
  .col-md-offset-6{ margin-left:50%; }
  .col-md-offset-5{ margin-left:41.66666667%; }
  .col-md-offset-4{ margin-left:33.33333333%; }
  .col-md-offset-3{ margin-left:25%; }
  .col-md-offset-2{ margin-left:16.66666667%; }
  .col-md-offset-1{ margin-left:8.33333333%; }
  .col-md-offset-0{ margin-left:0; }
}

body.home div.elementor-section-wrap h3 span{ font-size:21px; }

/* ===========================
	2.オリジナル追加要素
=========================== */
/* GoogleMapレスポンシブ */
.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%; }

/* よくあるご質問 */
dl.veu_qaItem { display:block; overflow:hidden; border-bottom:1px dotted #ccc; width:100%; position:relative; margin:0 0 20px; padding:0 0 20px; }
dl.veu_qaItem dt,dl.veu_qaItem dd { border:none; padding-left:35px; }
dl.veu_qaItem dt:before,dl.veu_qaItem dd:before { position:absolute; left:0; font-size:24px; line-height:105%; }
dl.veu_qaItem dt { margin-bottom:15px; font-size:18px; }
dl.veu_qaItem dt:before { content:"Q "; color:#E86625; }
dl.veu_qaItem dd { margin-left:25px; }
dl.veu_qaItem dd:before {margin-left:30px; content:"A "; color:#337ab7; font-family:""; }

/* コンタクトフォーム */
div.wpcf7 span.wpcf7-form-control-wrap { margin-bottom: 20px; display: block; }
div.wpcf7 span{ color:#A92321; }
div.wpcf7 span.wpcf7-not-valid-tip{ width:300px; background:rgba(255, 0, 0, 0.2); text-align:center; margin-top:5px; border-radius:3px; }
div.wpcf7-validation-errors { width:500px; background: #f7e700; color:#000; text-align:center; margin:0 auto; font-weight:bold; }

/* ページ内リンク位置調整 */
.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/* 診療時間 表 */
dl dd table tr td{ background-color:#fff; }

/* ===========================
	3.オリジナル共通要素
=========================== */
/* margin */
.mb0  { margin-bottom:0px; } 
.mt5  { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mr5  { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr30 { margin-right:30px; }
.mb5  { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.ml5  { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml30 { margin-left:30px; }
