@charset "utf-8";
/*
Theme Name: BizVektor Child
Template: biz-vektor
Author: Itii corp.
Author URI: http://www.itii.jp
Version: 1.0
****** みやけ動物病院用 ******
*/

/*************************************************************/
/*          BizVektor 標準スタイル変更                       */
/*************************************************************/
/* (1)フッター境界線（上）の色 */
#footMenu {
  border-top-color:white;
}

/* (2)フッターの背景色 */
#footer {
  background-color:gray;
  border-top:1px solid white;
}

/* (3)会社名 */
#footer dl#footerOutline dt { color:white; }

/* (4)住所 */
#footer dl#footerOutline dd { color:white; }

/* (5)フッターサイトマップメニュー */
#footerSiteMap .menu a { color:white; }

/* (6)フッター罫線 */
#footer { border-top:1px solid white; }

/* (7)メニューアイコン */
#footerSiteMap .menu li a {
  background:url(images/icon_arrow1_green.gif) 0px 3px no-repeat;
}

/* (8)サブメニューアイコン */
#footerSiteMap .menu li li a {
  background:url(images/icon_arrow2_orange.gif) 2px 4px no-repeat;
}

/* (9)CopyrightとPowered byの背景色と罫線 */
#siteBottom {
  border-top:1px solid white;
  background-color: gray;
}

/* (10)CopyrightとPowered byの色 */
#siteBottom #copy,
#siteBottom #copy a,
#siteBottom #powerd,
#siteBottom #powerd a   {
  color:white;
}

/*************************************************************/
/*          BizVektor カスタマイズ　　　　　                   */
/*************************************************************/

/* お知らせ一覧のRSSを表示しない */
#content .rssBtn { display:none; }

/* 全体のフォント設定 */
body {
    font-size: 92%;
    color: #000;
    text-align: center;
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

/* サイドバーとの間隔圧縮 */
@media all and (min-width:660px) {
  #main #container .content {
    float:left; width:700px;  /* 変更前は640px */
  }
}

/* トップメニューのフォントサイズ拡大 */
#gMenu .menu li a strong {
    font-size: 150%;
}

/* トップメニューの上部の横線を引く */
/*
#gMenu {
  border-top-color: #222;
}
*/

/* ヘッダーロゴのフォントサイズ拡大 */
#header #site-title a {
    font-size: 150%;
}

/* サイトタイトルの高さ調整 */
#header #site-title {
  padding-bottom: 0px;
}

/* スマホ画面のサイトタイトルとヘッダー情報を中央揃えにする*/
@media (max-width: 660px) {
  #header #site-title {
    text-align: center;
  }

  #header #headContact {
    width: 100%;
    text-align: center;
  }
}

/* sectionBoxの下部空白削除 30px -> 0px */
.content .sectionBox {
    margin-bottom: 0px;
}

/* 投稿のアイキャッチャを大きく */
@media (min-width: 660px) {
    #content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
        width: 150px;
    }
}

/* 各お知らせの上下余白を圧縮 */
.content .infoList .infoListBox {
    padding: 10px 0px;
}

/* サイドバーの縦間隔変更 20 → 10px */
.sideTower .sideWidget {
    margin-bottom: 10px;
}

/* ロゴを拡大 */
#header #site-title a img {
  max-height: 90px;
  margin-top: -10px;
}

/* h1,h2のボトムを圧縮 */
.content h1, .content h2 {
    margin-bottom: 10px;
}

/*ページタイトル行の色とフォントサイズ*/
/*
#pageTitBnr #pageTitInner #pageTit {
  color: #fff;
  font-size: 170%;
  line-height: 100%;
  background: url(images/pageTit_bg.png) left 50% no-repeat;
  margin-bottom: 15px;
  padding: 0 20px;
}
*/

/*ページタイトル行の背景色*/
#pageTitBnr {
    background-color: #a22041;
}

/*Copyright行の上下狭く*/
#siteBottom {
    padding: 0px 0px;
}

/*                 */
.content .alignleft, .content img.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

/*テーブルセルの余白を詰める、罫線修飾*/
.content table tr td {
    border: 1px solid #ccc;
    padding: 10px 7px;
    vertical-align: top;
}

/*************************************************************/
/*    メインメニューの選択色を変更                             */
/*************************************************************/
/* メニュにカーソルを置いた時の背景色を薄いグレーに変更する */
#gMenu .menu > li.current_page_item > a, #gMenu .menu > li.current-menu-item > a, #gMenu .menu > li.current_page_ancestor > a, #gMenu .menu > li.current-page-ancestor > a, #gMenu .menu > li > a:hover {
    background-color: #f2f2f2;
    border-right: 1px solid #e2e2e2;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2f2f2), to(#e2e2e2));
    background: -moz-linear-gradient(#f2f2f2, #e2e2e2);
    background: linear-gradient(#f2f2f2, #e2e2e2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#f2f2f2, EndColorStr=#e2e2e2)";
}

/* メニュにカーソルを置いた時の色を黒に変更する（メニュー名） */
#gMenu .menu > li.current_page_item > a, #gMenu .menu > li.current-menu-item > a, #gMenu .menu > li.current_page_ancestor > a, #gMenu .menu > li.current-page-ancestor > a, #gMenu .menu > li > a:hover {
    color: #000;
}

/* メニュにカーソルを置いた時の色を黒に変更する（メニュー英語名） */
#gMenu .menu > li.current_page_item > a span, #gMenu .menu > li.current-menu-item > a span, #gMenu .menu > li.current_page_ancestor > a span, #gMenu .menu > li.current-page-ancestor > a span, #gMenu .menu > li > a:hover span {
    color: #000 !important;
}

/*************************************************************/
/*    トップヘッダー画像の位置と色を変更                        */
/*************************************************************/
#topMainBnrFrame {
    box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    border: none;
}

/* ヘッダー画像の上下余白を圧縮して周囲の色を薄いグレーに変更 */
#topMainBnr {
  background-color: #eee;
  padding: 3px 0px;
}

/* ヘッダー画像の左右矢印（< >）を非表示  */
.flex-direction-nav li a {
    display: none;
}

/*************************************************************/
/*               FooGallery                                  */
/*************************************************************/
/* Simple のキャプションを中央ぞろえに */
.bf-caption h4 {
    text-align: center;
}

/* fooGallery スタッフ紹介 */
.bf-caption h4 {
    text-align: center;
}

.foogallery-simple_portfolio .bf-item > a > img {
     max-width: 95% !important;
     border: solid 1px #ccc !important;
     padding: 2px;
}

/* 写真枠 */
.foogallery-default a img {
    border: solid 1px #ccc;
}

/*  写真説明の背景色  */
.foogallery-default.hover-effect-caption .foogallery-caption {
    background-color: rgba(255, 255, 255, 1.0);
}

/*  写真説明の文字色  */
.foogallery-default.hover-effect-caption .foogallery-caption-title {
    color: #0b0000;
}

/*************************************************************/
/*                 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%;
}

/*************************************************************/
/*            いちい固有                                     */
/*************************************************************/
/* 写真枠を囲む（cssにクラスmm-photo-frameを書くこと） */
img.mm-photo-frame {
  border: 1px solid #ccc;
}

/* 2段組 */
@media all and (min-width:660px) {
  .mm-block-left {
    width: 48%;
    text-align: left;
    float: left;
    display: block;
    overflow: visible;
  }

  .mm-block-right {
    width: 48%;
    text-align: left;
    float: right;
    display: block;
    overflow: visible;
  }
}


/*************************************************************/
/*           動物病院修飾                                    */
/*************************************************************/
#content h2 {
	margin: 30px 0px 25px;
	padding: 13px 0px 8px 15px;
}

#content h3 {
	margin: 30px 0px 25px;
	padding: 2px 0px 0px 15px;
}

#content h4 {
	margin: 30px 0px 10px;
	padding: 0px 0px 2px;
}

#content h4.entryTitle {
	margin: 0;
}

#content h5 {
	margin: 30px 0px 10px;
	padding: 0;
}

#content h5.entryTitle {
	margin: 0;
}

#content h6 {
	margin: 30px 0px 8px;
	padding: 0;
}

#content h6.entryTitle {
	margin: 0;
}

#header #headContact {
    background-color: #ffffff;    
    width: auto;
}

/* ページ・タイトル、パンくずリストを非表示 */
#pageTitBnr {
    display: none;
}

#panList {
    display: none;
}

#header {
    border-bottom: 1px solid #996600;
    box-shadow: 0px 0px 5px 3px #d8d8d8;
}

#main #container {
    padding-top: 10;
}

/********************************************/
/*         PC表示の場合                      */
/********************************************/
@media all and (min-width:970px) {

/* Headerにマーク背景 */
#header {
    background-color: #ffffff;
/*  background-image: url("images/miyake-ah-wallpaper.gif");  */
/*  background-image: url("images/miyake-ah-bricks-1.PNG");   */
    background-position: center center;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

/* サイドバーと本体の境界に縦線を表示する*/
#content {
    border-left: 1px solid #ccc;
    padding-left: 10px;
  }

/*ヘッダメニューを非表示*/
#gMenu {
    display: none;
  }

/*サイドメニューの位置、色、修飾*/
.sideTower .sideWidget li a {
    display: block;
    padding: 13px 10px 11px 35px;
    text-decoration: none;
    color: #000;
    border-left: 1px solid #fff;
    background: url(images/menu-icon-brown.gif) 0% 50% no-repeat;
  }

.sideTower {
  padding-right: 2px;
  }

.sideTower .sideWidget img {
  box-shadow: #ccc 0px 1px 1px 0px;
  }

}

/********************************************/
/*          スマホ、タブレットの場合          */
/********************************************/
@media all and (max-width:970px) {

/* サイドバー情報を下方に表示しない */
#sideTower {
    display: none !important;
  }
/*ヘッダメニューの下部罫線を引く*/
#gMenu {
    border-bottom: 1px solid #996600;
  }
}

/********************************************/
/*          スマホの場合                     */
/********************************************/
@media (max-width: 660px) {
.elementor-shape-bottom { display: none; }
}

/* お知らせ見出しの縦位置調整 */
#content h2, #topInfo h2 {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* h2に犬の足跡付加 */
/*
#content h2 {
    background: url("images/dogFoot1.jpg") left no-repeat;
    padding-left: 30px;
}
*/

#gMenu .menu li a strong {
    font-size: 120%;
}

#headerTop {
    display: none;
}

#headerTop #site-description {
    display: none;
}

/* TEST */
/*
#main {
  background-image: url("images/miyake-ah-wallpaper.gif"); 
  background-image: url("images/miyake-ah-bricks-1.PNG"); 
}

#content {
  background: white;
  padding: 10px;
}

#sideTower {
  background: white;
}
*/

