@charset "UTF-8";


/* 見出し */
#content .article h2 {
	text-align: center;
}


/* モットー */
#content .motto {
}
#content .motto ul li {
	margin-bottom: 1em;
	padding-left: 1.5em;
	list-style: none;
	position: relative;
	text-align: left;
}
#content .motto ul li:before {
	content: "■";
	color: #189078;
	position: absolute;
	left: 0px;
	top: 0px;
}


/* 診療日 */
#content .info_timetable {
	background: url(../info/images/back_timetable.gif) no-repeat center bottom;
	background-size: contain;
	padding-bottom: 43px;
}
#content .info_timetable div {
	background: #FFF;
	padding: 30px 35px;
	width: 660px;
	margin: 0px auto;
	border: 5px dotted #fbf1cd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content .info_timetable div table {
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
}
#content .info_timetable div table th {
	border-right: 2px dotted #e2e0de;
	white-space: nowrap;
	padding: 0.5em 1em;
	font-size: 110%;
}
#content .info_timetable div table th.saturday {
	color: #38b1f0;
}
#content .info_timetable div table th.sunday {
	color: #ff4444;
}
#content .info_timetable div table th:last-child {
	border-right: none;
}
#content .info_timetable div table tbody th {
	border-top: 2px dotted #e2e0de;
	padding: 0.5em 1em;
}
#content .info_timetable div table td{
	border-right: 2px dotted #e2e0de;
	border-top: 2px dotted #e2e0de;
	white-space: nowrap;
	color: #189078;
	padding: 0.5em;
}
#content .info_timetable div table td.maru {
	font-size: 150%;
	height: 3em;
}
#content .info_timetable div table td:last-child {
	border-right: none;
	line-height: 1em;
}
#content .info_timetable div table td:last-child * {
	line-height: 1em;
}
#content .info_timetable div table .tategaki {
	color: #189078;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: small;
}
#content .info_timetable div .ope_time {
	color: #7c7c7c;
	font-weight: bold;
}
#content .info_timetable div .ope_time strong {
	font-size: 110%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #FFFFFF;
	background: #ff4444;
	white-space: nowrap;
	padding-right: 1em;
	padding-left: 1em;
	float: right;
	font-weight: 500;
}
#content .info_timetable div .ope_time_note {
	font-size: 92%;
}
#content .info_timetable div .ope_time_note li {
    list-style: none;
	color: #7c7c7c;
	font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}


/* 診療対象動物・科目 */
#content .targetkamoku {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-around;
}
#content .target {
}
#content .target ul {
	list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: auto;
}
#content .target ul li {
	display: inline-block;
	margin: 0 15px;
	font-size: 125%;
	font-weight: 500;
}
#content .target ul li img {
	margin-right: 5px;
	vertical-align: middle;
}
#content .kamoku {
	text-align: center;
}


/* 面会について */
#content .meeting {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#content .meeting_dog,
#content .meeting_cat {
	padding: 1.5em 2em;
	background: #efedea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
	position: relative;
}
#content .meeting_dog p:first-child,
#content .meeting_cat p:first-child {
	float: right;
	margin: 10px 0px 0px 10px;
}


/* トリミング */
#content .trimming {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
}
#content .trimming .yoyakutel {
	display: block;
	margin-top: 0.5em;
}
#content .trimming .yoyakutel img {
	vertical-align: baseline;
}
#content .trimming p.torimming_img01 {
	-webkit-order: -1;
	order: -1;
	margin-top: 1em;
}
#content .trimming p.torimming_img02 {
	margin-top: -1em;
}


/* 日帰り手術・歯石取りのお話し */
#content .daytrip {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
}
#content .daytrip .daytrip_img {
	margin-left: 15px;
	flex-shrink: 0;
}


/* ペットドック */
#content .petdoc strong img {
	margin-right: 0.5em;
	vertical-align: middle;
}
#content .petdoc table {
	margin: 0 auto 1em;
    background: url("../info/images/kensa_img.png") no-repeat right bottom;
    background-size: 140px;
}
#content .petdoc table td {
	text-align: center;
}
#content .petdoc table ul {
	text-align: left;
	list-style: circle;
	display: table;
	margin: auto;
}
#content .petdoc table ul li {
	float: left;
	margin-left: 1em;
	width: 25em;
    max-width: 46%;
}
#content .petdoc table ul li:nth-child(odd) {
	clear: left;
}
#content .petdoc table td.kensa_img {
	vertical-align: bottom;
}

/* プチネコ検査 */
#content .petitcat strong img {
	margin-right: 0.5em;
	vertical-align: middle;
}
#content .petitcat ul {
	text-align: center;
	list-style: circle;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#content .petitcat ul li {
	list-style: circle;
	margin-left: 1em;
	margin-right: 1em;
	text-align: left;
}

/* キャンペーン */
#content .campaign ul {
	list-style: circle;
	margin: 0 auto 1em;;
    display: table;
}
#content .campaign ul li {
	list-style: circle;
	margin-left: 1em;
	margin-right: 1em;
	text-align: left;
}

/* トピックス */
#content .topics {
	border-top: 1px dotted #c2b5a8;
	padding-top: 2em;
}
#content .topics dl dt {
	background: #FFF url(../info/images/icon_topics.gif) no-repeat 10px center;
	clear: both;
	width: 11em;
	font-size: 87%;
	line-height: 2.6;
	font-weight: bold;
	color: #189078;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 1em;
	text-align: right;
	position: relative;
}
#content .topics dl dt:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
	border-width: 5px 0px 5px 15px;
    border-left-color: #fff;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: 0px;
}
#content .topics dl dd {
	margin: -2.5em 0em 1.5em;
	border-bottom: 1px dotted #c2b5a8;
	padding: 0em 0em 1.5em 12em;
}
#content .topics dl dd .topicks_title {
	font-size: 125%;
	font-weight: 600;
	line-height: 2;
}
#content .topics dl dd .topicks_title:after {
	content: "　▼";
	color: #189078;
}
#content .topics dl dd .topicks_contents {
	line-height: 2;
}



@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 999px) {
/* 診療日 */
#content .info_timetable {
	padding-bottom: 4%;
}
#content .info_timetable div {
	padding: 20px;
	width: 70%;
}
#content .info_timetable div table th {
	padding: 0.2em;
}
#content .info_timetable div table tbody th {
	padding: 0.2em;
}
#content .info_timetable div .ope_time strong {
	font-size: 100%;
}

}

@media screen and (max-width: 767px) {
/* 診療日 */
#content .info_timetable div {
	padding: 10px;
	width: 90%;
}
#content .info_timetable div table th {
	font-size: 100%;
	padding: 0.2em;
}
#content .info_timetable div table tbody th {
	padding: 0.2em;
}
#content .info_timetable div table td{
	padding: 0.2em;
	width: 1.5em;
}
#content .info_timetable div table td.maru {
	font-size: 110%;
	height: 3em;
}
/* 面会について */
#content .meeting {
    display: block;
}
#content .meeting_dog {
	margin-bottom: 10px;
}
#content .meeting_dog,
#content .meeting_cat {
	width: 100%;
}
#content .meeting_dog p:first-child,
#content .meeting_cat p:first-child {
	margin: 0px 0px 0px 5px;
}
#content .meeting_dog img,
#content .meeting_cat img {
	width: 70px;
}

/* トリミング */
#content .trimming {
	display: block;
	text-align: center;
}
#content .trimming p.torimming_img01 {
	margin-top: 0em;
	display: inline;
}
#content .trimming p.torimming_img01 img {
	width: 70px;
}
#content .trimming p.torimming_img02 {
	margin-top: 0em;
	display: inline;
}
#content .trimming p.torimming_img02 img {
	width: 100px;
}

/* 日帰り手術・歯石取りのお話し */
#content .daytrip {
	display: block;
}
#content .daytrip .daytrip_img {
	margin: 10px 0 0;
	text-align: center;
}
#content .daytrip .daytrip_img img {
	width: 100px;
	height: auto;
}

/* ペットドック */
#content .petdoc strong img {
	width: 15px;
}
#content .petdoc table {
    background-size: 120px;
}
#content .petdoc table td {
	padding-left: 0em;
	display: block;
	text-align: center;
}
#content .petdoc table td ul {
	text-align: center;
}
#content .petdoc table td ul li {
    float: none;
    width: auto;
    max-width: none;
    text-align: left;
}
#content .petdoc table td.kensa_img {
	padding-top: 1em;
	text-align: center;
}
#content .petdoc table td.kensa_img img {
	width: 100px;
}

/* プチネコ検査 */
#content .petitcat strong img {
	width: 15px;
}
#content .petitcat ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#content .petitcat ul li {
	list-style: circle;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* トピックス */
#content .topics dl dt {
	background-size: 18px;
	width: 11em;
	padding: 0 1.5em;
}
#content .topics dl dt:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
	border-width: 10px 7px 0px 7px;
    border-top-color: #fff;
    position: absolute;
    right: auto;
    top: auto;
    left: 50%;
    bottom: -10px;
    margin-top: 0px;
    margin-left: -3px;
}
#content .topics dl dd {
	margin: 1em 0em 1.5em;
	padding: 0em 0em 1.5em;
}
#content .topics dl dd .topicks_title {
	font-size: 115%;
	font-weight: 900;
}
}

@media screen and (max-width: 540px) {
#content .targetkamoku {
    display: block;
}
#content .target {
	margin: 0px auto 30px;
}
/* ペットドック */
#content .petdoc table td ul li {
	float: none;
	width: auto;
}
}

@media screen and (max-width: 359px) {
/* 診療日 */
#content .info_timetable {
	background: none;
	padding-bottom: 0px;
}
#content .info_timetable div {
	padding: 10px;
	width: 100%;
}
}

