@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*-------------------------------------------
テンプレート
フラット02 ブルー  1カラム
-------------------------------------------*/ 
html {scroll-behavior: smooth;}

#wrap_body {
    padding-top: 0;
	border-top: 26px solid #ffd200;
}
#wrap {
    min-width: 980px;
}

body {
	font-size: 22px;
	line-height:1.9;
    letter-spacing: 0.05em;
font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #1e8bd0;
}

strong, b {
	font-weight: bold;
	color: #e65a6c;
	font-size: 110%;
}

#title a:hover {
	transition: 0.2s;
}
a:hover, #topMenu .topMenu li a:hover,
.mainTopics .topics li .more a,
.mainContents .article h3 a:hover,
.sideServices ul li a:hover,
.footer li a:hover {
	text-decoration: none;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  transition: 0.2s;
}

.mainArticles .article {
    padding-bottom: 5px;
    border: none;
	margin-bottom: 20px;
}

/*改行*/
.article p {
    margin-bottom: 1em;
}
/*記事下余白ゼロ*/
#mainArticles .zero_margin {
padding-bottom: 0;
margin-bottom: 0;
}
/*揃え*/
.center{
    text-align: center!important;
}


/*-------------------------------------------------
ヘッダー
-------------------------------------------------*/
/*タイトル*/
#title  {
    padding: 0;
    margin: 0 auto;
    height: 90px;
    background: none;
	margin-bottom: 46px;
}
#title_outer {
    height: auto;
    margin: auto;
    width: 980px;
    background: url(/materials/175318944446001.png) no-repeat center right;
    background-size: 540px auto;
}
#title h1 {
    background: url(/materials/175127441678401.png) no-repeat center left;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 90px;
    background-size: 350px auto;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 330px;
}

#title .description {
    text-align: left;
    font-size: 14px;
    padding: 4px 5px;
    line-height: 1.6em;
    position: absolute;
    top: 0;
    color: #005c81;
}

/*TOPイメージを幅100%に*/
.mainImage #slider li img {
    max-width: 100%;
}
.slick-slide{
    height: 100%!important;
}

/*グローバルメニューfix*/
#topMenu {
    width: 100%;
    position: absolute;
    top: 116px;
    min-height: auto;
    background: #005c81;
    transition: padding 0.3s linear 0s;
}
#topMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
}

#topMenu_outer {
    background: none;
    margin: 0px auto;
    padding: 6px 0;
}
#topMenu .topMenu li {
    width: 20%;
}
#topMenu .topMenu li a {
    background: none;
    line-height: 1.6;
    padding: 4px 0;
    font-size: 17px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0;
}
#topMenu .topMenu li a:hover {
    color: #2ca6e0;
}

/*パンくず*/
.pankuz p {
    font-size: 12px;
    text-align: right;
    border-bottom: none;
	margin-bottom: 50px!important;
	display: none;
}

/*-------------------------------------------------
見出し
-------------------------------------------------*/
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2  {
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    padding-bottom: 90px;
    text-align: center;
    border-bottom: none;
    font-size: 1.6em;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #005c81;
    background: url(/materials/175123895217401.png) bottom no-repeat;
    background-size: 170px auto;
}

.mainContents .article h3, .mainContents div.gallery h3  {
    font-size: 1.6em;
    color: #005c81;
    margin: 1.4em 0 1.2em 0;
    position: relative;
    padding: 0.7em;
    text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.mainContents .article h3::after, .mainContents div.gallery h3::after  {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: repeating-linear-gradient(-45deg, #2ca6e0 0px, #2ca6e0 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 8px 8px;
}
/*ブログタイトル*/
.mainContents .article h3 a {
    color: #555;
    line-height: 1.4em;
    font-size: 21px;
}
.mainContents .article h4 {
    position: relative;
    padding: 3px 0 3px 60px;
    font-size: 1.3em;
    margin: 20px 0 10px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    background: #005c81;
    border-radius: 8px;
}
.mainContents .article h4::before {
    position: absolute;
    left: 5px;
  top: 0;
    content: '';
    width: 50px;
    height: 100%;
    background: url(/materials/175123448597201.png) no-repeat center left;
    background-size: 46px;
}

.mainContents .article h5  {
    font-size: 1.2em;
    line-height: 1.6;
    padding: .2em 0;
    margin-bottom: 0.7em;
    margin-top: 1em;
    border-bottom: 1px dotted #2ca6e0;
    color: #1E8BCE;
    display: flex;
}

.mainContents .article h6 {
    font-size: 1.3em;
    line-height: 1.7;
    color: #2ca6e0;
    margin: 0.8em 0;
    text-align: center;
}

/*-------------------------------------------------
サイド
-------------------------------------------------*/
#sideContents_outer {
    padding: 10px 0 150px 0;
}

#sideContact a:hover {
  transition: none;
}
#sideContents  {
    margin-top: 0;
    background: #eaf6fc;
}
#sideContents p {
	margin-bottom: 0;
}
#sideContents img {
    margin-bottom: 10px;
}

.sideMobile h2, .sideMobile p,.sideServices h2,
.sideBlogCategories h2, .sideBlogDates h2,
.sideBlogCategories a, .sideBlogDates a  {
    font-size: 18px;
	color: #666;
}

.sideServices ul li a {
    font-size: 18px;
}

.freeHtml_outer  {
    font-size: 22px;
    border-radius: 8px;
    text-align: center;
}

/*リスト*/
.sideServices ul,
.sideBlogCategories ul {
    overflow: hidden;
}
.sideServices ul li a,
.sideBlogCategories a {
	font-size: 15px;
	color: #555;
    background: none;
	padding: 2px 5px 3px 5px;
}
.sideServices li,
.sideBlogCategories li {
    padding: 0.5em 0 0.4em 0.2em;
    margin-right: 1em;
    margin-left: 0.2em;
    line-height: 1.5;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    display: flex;
}

/*ブログカテゴリ*/
.sideBlogCategories h2, .sideBlogDates h2 {
    margin-bottom: 0px;
}
.sideBlogCategories li {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*-------------------------------------------
フリーhtml
-------------------------------------------*/
/*ロゴ横並び*/
.side-text_l{
    float:left;
    width:50%;
	margin: 20px 0;
}
.side-text_r{
    float:right;
    width:47%;
	margin: 20px 0;
}
.side-text .side-text_r{
    text-align: center;
}

.shop-title {
    padding-bottom: 0px;
    font-size: 14px;
}
.side-logo {
    text-align: center;
	margin-top: 30px;
}
.add {
    padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.add a {
    color: #1e8bd0;
    font-size: 1.2em;
}

.time {
    line-height: 1.6em;
    padding-top: 10px;
	padding-bottom: 10px;
}


/*-------------------------------------------------
フッター
-------------------------------------------------*/
#footer {
    background-color: #2ca6e0;
}

.footer * {
    font-size: 14px;
    color: #fff;
}

.footer li a {
    color: #fff;
    font-size: 16px;
}
.footer li a:hover {
    color: #f8fbfd;
}

/*-------------------------------------------------
リスト
-------------------------------------------------*/
ol.pp {
padding-left: 2em;
}
ol.pp li {
list-style-type: decimal;
padding: 5px;
}
ul.notes {
    list-style-type: none;
    margin-left: 1em;
    line-height: 1.9em;
    margin-bottom: 1em;
    margin-top: 1em;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
font-family: "メイリオ", sans-serif;
}
ul.ps {

list-style-type: none;
margin-left:1em;
}
ul.ps li::before {
content: "※";
margin-left: -1em;
font-family: "メイリオ", sans-serif;
}
ul.maru {
list-style-type: none;
margin: 1em;
}

ul.maru li::before {
    content: "●";
    margin-left: -1em;
    margin-right: 0.5em;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #ddd;
}

/*チェックマーク付きリスト　区切り線 */
ul.StyleCheckList {
	position: relative;
	padding: 0.5em;
	list-style-type: none;
}
ul.StyleCheckList li {
    padding: 0.6em 0 0.5em 1.4em;
    line-height: 1.6;
    border-bottom: 1px dashed #ccc;
}

ul.StyleCheckList li::before {
    position: absolute;
    content: "\002713";
    color: #EE8391;
    font-weight: bold;
    left: 0.5em;
}

/*-------------------------------------------------
テーブル
-------------------------------------------------*/
/*デフォルト*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}

/*ノーマルテーブル*/
.article table.normalTbl {
border:none;
border-collapse: collapse;
border-spacing: 0;
margin: 10px auto;
width: 100%;
}
.article table.normalTbl th {
    border: none;
    background: none;
    height: auto;
    line-height: 150%;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-bottom: solid 1px #dfdede;
    width: 40%;
}
.article table.normalTbl td {
border:none;
height: auto;
line-height: 150%;
padding: 16px;
border-bottom: solid 1px #eee;
}

/*スクロールテーブル　サロン・ペットホテル*/
.article table.scrollTbl {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    line-height: 1.4;
		font-size: 0.75em;
  margin-bottom: 0 !important;
}
.article table.scrollTbl th {
    width: 80px !important;
}
.article table.scrollTbl th, .article table.scrollTbl td {
    padding: 6px;
}
.article table.scrollTbl thead th {
    text-align: center !important;
    font-weight: bold;
    background: #f5ece2;
}
.article table.scrollTbl th{
    font-weight: bold;
    background: #7dd4fe;
    width: 240px !important;
}
.article table.scrollTbl th,
.article table.scrollTbl td{
    padding: 6px 12px;
}
.article table.scrollTbl td{
    text-align: center;
}

.article table.scrollTbl td.zero_h,
.article table.scrollTbl td.one_h,
.article table.scrollTbl td.two_h {
    font-weight: bold;
	text-align: center !important;
	padding: 12px;
}
.article table.scrollTbl td.zero_h {
    background: #fedfca;
}
.article table.scrollTbl td.one_h {
    background: #fccdcb;
}
.article table.scrollTbl td.two_h {
    background: #fdf3be;
}
.article table.scrollTbl tr:nth-child(2n) td {  
	background: #f7f7f7;
}
.text-right {
    text-align: center
}
.text-red {
    color: #e65a6c;
    font-weight: bold;
}
.text-small {
    font-size: 0.95em;
}

/* 診療時間 */
.article table.timeTbl, #sideContents table.timeTbl{
	border-collapse:collapse;
	width:100%;
	background-color: #FFF;
	margin-top: 20px;
}
.article table.timeTbl th,
.article table.timeTbl td, 
#sideContents table.timeTbl th, #sideContents table.timeTbl td{
  padding:5px;
  text-align:center;
  border:solid 1px #ccc;
}
.article table.timeTbl th, 
#sideContents table.timeTbl th{
  background:#eaf6fc;
} 
.article table.timeTbl thead th, 
#sideContents table.timeTbl thead th {
    background: #005c81;
    color: #FFF;
}

/*-------------------------------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
-------------------------------------------------*/
#mainTopics .topics li {
    padding: 15px 10px 9px;
    position: relative;
    border-bottom: dotted 1px #baa997;
}
/*日付*/
#mainTopics .topics li p.date ,
#listTopics .topics li p.date {
    font-size: 16px;
	color: #666;
}
/*リンクタイトル*/
#mainTopics .topics li h3 ,
#listTopics .topics li h3 {
    font-size: 18px;
    font-weight: normal;
}
#mainTopics .topics li h3 a ,
#listTopics .topics li h3 a {
     color: #2ca6e0;
}
/*リード文*/
#mainTopics .topics li p.description ,
#listTopics .topics li p.description {
    font-size: 18px;
	color: #666;
}
/*続き*/
#mainTopics .topics li p.more ,
#listTopics .topics li p.more {
    font-size: 16px;
}

#mainTopics .topics li .more a,
.mainTopics .topics li .more a{
    border: solid 2px #2ca6e0;
    color: #2ca6e0;
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 10px;
}

/*一覧を見る*/
#mainTopics .listview {
    font-size: 16px;
    width: 940px;
    text-align: right;
}

#mainTopics, .mainTopics .topics {
    border-bottom: none;
    background: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0;
    width: 980px;
}
#mainTopics .listview a {
    background: none;
    color: #2ca6e0;
    border-bottom: 1px dotted #2ca6e0;
    padding-bottom: 4px;
    padding-left: 0;
}


/*-------------------------------------------------
ギャラリー サイト案内・画像 
-------------------------------------------------*/
/*ギャラリー*/
.gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 20px;
}

.galleryGrids{
    margin-bottom: 20px;
}
.gallery_grid li.galleryGrid .image {
    margin-bottom: 10px;
}

div.gallery .comment {
    font-size: 1em;
    line-height: 1.5;
    font-feature-settings: "palt";
    text-align: center;
}

div.gallery.about .comment::first-line {
font-size: 16px;
color: #00472f;
	font-weight:bold;
}

/*画像*/
.mainArticles .article_right img, .mainArticles .article_left img {
    max-width: 340px;
}

.mainArticles .article_right .image {
    margin: 5px 10px 0 40px;
}

.mainArticles .article_left .image {
    margin: 5px 40px 0 10px;
}

/*診療案内*/
#siteGuide {
	margin: 40px 0;
}
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    margin: 10px 20px;
    background: #eaf6fc;
    border-radius: 6px;
}
#siteGuide .comment{
	text-align: center;
	font-size: 18px;
    font-weight: bold;
    color: #005c81;
}
#siteGuide .comment a {
	font-weight: bold;
	color: #1e8bd0;
	text-decoration: underline;
}
#siteGuide .comment::first-line {
	font-size: 115%;
	font-weight: bold;
}
#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
    padding: 0;
}

/*---------------------------
記事
----------------------------*/
/*col2*/
.article.col2{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 6px;
    width: 47%;
    margin: 1%;
}
.mainArticles .article.col2 img,.mainArticles .article.col3 img {
    max-width: 100%!important;
	margin-bottom: 0!important;
}

.mainArticles .article.col2 p,.mainArticles .article.col3 p{
margin-bottom: 0!important;
}

.mainArticles .article.col2 h3,.mainArticles .article.col3 h3{
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 0 !important;
}
div.mainArticles .article.col2 p,div.mainArticles .article.col3 p{
margin-bottom: 0!important;
	text-align: left;
}

/*col3*/
.article.col3  {
    width: calc(980px / 3) !important;
    max-width: 320px !important;
    padding: 1em;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    margin: 20px 0;
    background: #fff9cf;
    border-radius: 8px;
    font-size: 19px;
    vertical-align: top;
}

/*-------------------------------------------------
その他
-------------------------------------------------*/
/*囲い*/
div.envelope {
    margin-top: 15px;
    margin-bottom: 2em !important;
    margin-right: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 25px !important;
    padding-right: 40px;
    padding-left: 45px;
    background: #e9f5fa !important;
    box-sizing: border-box;
    border-radius: 6px;
}
div.envelope p {
margin-bottom: 0;
}
div.envelope img {
    max-width: 670px;
}

div.envelope2 {
    margin-bottom: 2em !important;
    margin-right: 0;
    margin-left: 0;
    padding: 1em 2em 2em;
    background: #eaf6fc;
    box-sizing: border-box;
    border-radius: 8px;
    display: inline-block;
    width: 586px;
}
div.envelope2 p{
margin-bottom: 0;
}

div.gray {
    margin-top: 15px;
    margin-bottom: 2em !important;
    margin-right: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 25px !important;
    padding-right: 40px;
    padding-left: 45px;
    background: #f7f7f7 !important;
    box-sizing: border-box;
    border-radius: 6px;
}

/*お知らせ*/
div.info {
    font-size: 1.2em;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 2em !important;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 25px !important;
    padding-right: 40px;
    padding-left: 45px;
    background: #fff9cf !important;
    box-sizing: border-box;
    border-radius: 6px;
}

.info h3,.article.col3 h3 {
    background: url(/materials/175123895217401.png) bottom no-repeat;
    background-size: 150px auto;
    padding-bottom: 73px !important;
    margin-top: 20px !important;
}
.info h3::after,.article.col3 h3::after {
    display:none!important;
}


/*ボタン*/
a.btn {
    background-color: #2ca6e0;
    border: 2px solid #2ca6e0;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    letter-spacing: 0.05em;
	box-sizing: border-box;
  margin: 1em 0;
}
a.btn::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-left: 1em;
}
a.btn:hover {
    background-color: #fff;
    color: #2ca6e0;
}