@charset "UTF-8";
/* わだ動物病院さまPC　テンプレート：フラット01ピンク */

/*全体設定*/
body{
	color: #715d63;
	/*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; */
  font-family: "ヒラギノ角ゴ 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;
	font-size: 16px;
}
p {
  margin: .8em 0;
}
a, h1 a:hover, .footer a:hover, .footer p a:hover {
  color: #fd79b1;
}
a, a img {
	transition: .2s ;
}
a img:hover{
	opacity: .8;
}
.tel a[href^="tel:"] {
   pointer-events: none;
   text-decoration: none;
   color: #715d63;
}

.btn {
  background: #fd79b1;
  padding: 3px 16px;
  border-radius: 8px;
  line-height: 2;
  color: #fff;
  text-decoration: none;
  height: auto;
  display: inline-block;
  position: relative;
  margin-top: 1em;
}
.btn:hover {
  background: #ff98cd;
  color: #fff;
}


#wrap {
  /*background-color: #fdf2f4;*/
  background-color: #fbf9f6;
}
#wrap_body {
  padding: 0;
}
#contents {
  width: 1160px;
  margin: 40px auto;
  padding: 30px 24px 20px 24px;
  background: url(/materials/176180347972501.png) right 30px bottom 20px no-repeat #fff;
	background-size: 100px;
  border-radius: 20px;
  box-sizing: border-box;
	margin-top: 25px;
  word-break: break-all;
}
#mainContents {
  width: 780px;
}
.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
  width: 780px;
}

.gallery_grid {
  width: 670px;
  margin: auto;
}
.comment {
  text-align: left;
}
.icon .comment {
  text-align: center;
}
/*フッター*/
#footer {
  background: none;
  background-color: #ffcee3;
}
.footer * {
  color: #715d63;
  font-size: 16px;
}
.footer li a{
	color: #715d63;
}
.footer .copyright {
	color: #715d63;
	padding: 0px 0 5px 0;
}
.footer .copyright a {
	color: #715d63;
}
/*サイドコンテンツ*/
#sideContents {
  width: 260px;
  padding: 16px;
  background: #ffcfd6;
  border-radius: 12px;
	text-align: center;
}
#sideContents h2.sideTop {
  margin-bottom: 1em;
}
#sideContents h2.sideTop img {
  width: 250px;
  height: auto;
}
#sideContents h3 {
  text-align: center;
  background: #fff;
  font-size: 16px;
  padding: 3px 0;
  border-radius: 12px;
}
#sideMobile, .footer .services {
  background-color: transparent;
}
.sideMobile h2{
	color: #715d63;
}
.sideMobile p{
	color: #fd79b1;
  font-size: 16px;
}

/*タイトル*/
#title {
  padding: 30px 0 5px 0;
  margin: 0 auto;
  text-align: left;
	height: 80px;
}
#title_outer {
  background: url(/materials/176188547368401.png)right center no-repeat;
  background-size: contain;
  height: 80px;
}
#title .description {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #777;
	margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffcee3;
  width: 100%;
text-align: center;
}
#title h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    height: 70px;
  width: 250px;
}
#title h1 a {
    background: url("/materials/176180628368901.png") no-repeat; 
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
	background-size: contain;
}
/*トップメニュー*/
#topMenu{
	background: transparent;
	position: relative;
}
#topMenu .topMenu li{
	padding: 15px 0;
	position: relative;
}
#topMenu .topMenu li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 25px;
  background: #bba0a8;
  transform: translateY(-50%);
}
#topMenu .topMenu li:first-child::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 25px;
  background: #bba0a8;
  transform: translateY(-50%);
}
#topMenu .topMenu li a{
	color: #715d63;
	font-size: 16px;
      font-weight: bold;
}
#topMenu .topMenu li a:hover {
  color: #f55d9d;
}
/*トップバナー*/
#mainImage{
	width: 100%;
}
.mainImage img {
  max-width: 100%;
  width: 100%;
}
/*最新情報*/
#mainTopics {
  padding: 16px;
  border-radius: 12px;
  box-sizing: border-box;
	/*background: url(/materials/176180368112101.png) right bottom no-repeat ;*/
  background-color:#daf5fb;
  background-size: 20%;
}
#mainTopics h2 {
  margin-bottom: 15px;
  border-bottom: 3px solid #f1fdff;
}
.mainTopics .topics li .date, #mainTopics .topics h3,#mainTopics .topics .description{
	font-size: 16px;
}
#mainTopics .topics li .date{
	color: #45b1c7;
	font-size: 16px;
}
#mainTopics .topics .description{
	color: #666;
}
/*記事のスタイル*/
.mainArticles .article.bg {
  background: #ffe6ee;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
}
.mainArticles .article.list {
  padding: 16px 32px;
}

/*見出し*/
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2{
	color:#715d63;
}
#mainArticles h2 {
  width: 780px;
}
.mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3 {
  font-size: 22px;
  color: #fd79b1;
  padding-left: 35px;
  background: url(/materials/176180347273102.png) left center no-repeat;
  background-size: 24px;
}
#mainTopics h2{
	padding-left: 0;
	background: none;
}
h4 {
  font-size: 18px;
  padding-left: 25px;
  background: url(/materials/176180349530403.png) left center no-repeat;
background-size: 20px;
}

h5 {
  font-size: 16px;
	padding-left: 25px;
  position: relative;
}
h5::before {
  content: '';
  background: #ffb6c1;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
}

h6 {
  font-size: 16px;
	padding-left: 25px;
  position: relative;
}
h6::before {
  content: '';
  background: #a29499;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
}
/*リスト*/
ul.check {
    list-style: outside none;
    line-height: 2;
    padding-left: 2.5em;
	display: flex;
  flex-wrap: wrap;
}
ul.check li {
    position: relative;
    font-size: 16px;
	width: 25%;
}
ul.check li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0.4em;
    left: -2em;
    width: 0.9em;
    height: 0.5em;
    border-left: 4px solid #E55;
    border-bottom: 4px solid #E55;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ul.flower {
    list-style: outside none;
    line-height: 2;
    padding-left: 2.5em;
}
ul.flower li {
	background: url(/materials/176180349530401.png)left top 0.44em no-repeat;
	background-size: 20px;
    font-size: 16px;
	padding-left: 25px;
}


/*テーブル*/
.article table.normalTbl {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
    width: 100%;
}
.article table.normalTbl th {
    background-color: #fce9ed;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #333;
    height: auto;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.article table.normalTbl td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    line-height: 150%;
    padding: 10px;
}

/*調整用*/
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.mb0{
	margin-bottom: 0!important;
}

.maru li{
 padding: 0 0 0 0px;
 margin-left: 10px;
 list-style-type: disc;
}

#wrap { min-width: 1160px; }

.mainArticles .col2 {
    width: 48.5% !important;
    max-width: 540px !important;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 1%;
    box-sizing: border-box;
    margin: 0px 2px 10px 2px;
}
#mainArticles { width: 780px; }