
/* 共通 */
section h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
	text-align: center;
    margin-bottom: 0.5em;
}
section .title_comments {
    font-size: 1.6rem;
	text-align: center;
}
section h3 {
    font-size: 1.8rem;
    font-weight: bold;
	text-align: center;
    display: table;
    margin: 1.5em auto 1em;
    position: relative;
}
section h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #7fb0e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

section hr {
    border-bottom: solid 4px #f0e7e0;
    border-width: 0 0 4px;
    margin-top: 20px;
	width: 100%;
}

ul.blue_head {
	list-style: none;
	text-align: left;
}
ul.blue_head li {
	padding-left: 1em;
    margin: 0.5em 0;
	position: relative;
}
ul.blue_head li:before {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	background: #367bc3;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 0.7em;
}

/* 診療対象動物 */
.target {
    margin-bottom: 20px;
}

/* 診療時間・休診日 */
.calendar {
    margin-bottom: 20px;
	text-align: center;
}
.calendar .hours_calendar {
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    border: solid 2px #73a6da;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.calendar .hours_calendar table {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 15px;
}
.calendar .hours_calendar table thead th {
    font-weight: bold;
    width: 2em;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 0.5em;
}
.calendar .hours_calendar table tr {
    border-bottom: dotted 2px #73a6da;
}
.calendar .hours_calendar table tbody th {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    height: 3.5em;
    padding-right: 0.5em;
    white-space: nowrap;
}
.calendar .hours_calendar table tbody th small {
    font-size: 1.6rem;
    display: block;
}
.calendar .hours_calendar table tbody td {
    text-align: center;
    white-space: nowrap;
}
.calendar .hours_calendar table tbody td.maru {
    	font-size: 2rem;
    color: #367bc3;
}
.calendar .hours_calendar table tbody td.ope p {
	font-size: 1.6rem;
    font-weight: 900;
    line-height: 2;
    color: #c2a94a;
    background: #fdf9ea;
}
.calendar .hours_calendar > p {
	font-size: 1.3rem;
    font-weight: bold;
    color: #367bc3;
    background: #eaf3fd;
    display: table;
    margin: auto;
    padding: 0.2em 0.5em;
}
.calendar .night .icon_moon {
    width: auto;
    height: 1em;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
.calendar .night span {
    font-size: 1.3em;
}
.calendar .night_contact strong {
    font-size: 1.3em;
}
.calendar .night_contact img {
    width: auto;
    height: 1.5em;
    vertical-align: middle;
    margin: 0 3px 8px 0;
}
.calendar .schedule_link {
    display: table;
    margin: auto;
    position: relative;
}
.calendar .schedule_link a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #7fb0e4;
    padding: 0.8em 2em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px rgba(22,97,174,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(22,97,174,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(22,97,174,0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(22,97,174,0.2);
    -ms-box-shadow: 0px 0px 5px 0px rgba(22,97,174,0.2);
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.calendar .schedule_link a img {
    margin-left: 5px;
}

/* 完全予約制のご案内 */
.reserve_info {
    margin-bottom: 20px;
	text-align: center;
    position: relative;
}
.reserve_info #reserve_info {
    pointer-events: none;
    position: absolute;
    top: -100px;
}
.reserve_info .title_comments {
    font-weight: bold;
    color: #367bc3;
    background: #eaf3fd;
    padding: 0 0.5em;
    display: table;
    margin: 0 auto 1em;
}
.reserve_info .reserve_outro {
    margin: 0 60px 0 auto;
}
.reserve_info .cats01 {
    width: 50px;
    position: absolute;
    right: 5px;
    bottom: -40px;
}

/* ご予約 */
.reserve {
    margin-bottom: 20px;
	text-align: center;
}
.reserve .reserve_link {
    max-width: 500px;
  margin: 0 auto 20px;
}
.reserve .reserve_link a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
    margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.reserve .reserve_link a strong {
  font-size: 1.2em;
  line-height: 50px;
  color: #fff;
}
.reserve .reserve_link .web_reserve {
  background: #3eb579;
  box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
  -o-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
  -ms-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
}
.reserve .reserve_link .web_reserve img {
  width: 30px;
  margin-left: 10px;
}
.reserve .reserve_link .line_reserve {
  background: #94c84c;
  box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
  -o-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
  -ms-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
}
.reserve .reserve_link .line_reserve img {
  width: 30px;
  margin-left: 10px;
}
.reserve .reserve_tel {
    background: #fff;
    padding: 15px 20px;
    max-width: 500px;
  margin: 0 auto 50px;
    border: solid 2px #73a6da;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.reserve .reserve_tel .reserve_tel_title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #367bc3;
}
.reserve .reserve_tel .reserve_tel_title strong {
    font-size: 1.1em;
    color: #367bc3;
}
.reserve .reserve_tel .reserve_tel_no a {
    font-size: 3rem;
    font-weight: 900;
    color: #367bc3;
    line-height: 1;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.reserve .reserve_tel .reserve_tel_no a img {
    width: 25px;
    margin: 5px 5px 0 0;
}
.reserve .reserve_tel dl * {
    line-height: 1.6;
}
.reserve .dogs01 {
    width: 80px;
    position: absolute;
    left: 5px;
    bottom: -25px;
}

/* サポート体制 */
.saport {
    margin-bottom: 20px;
}
.saport table {
    width: 100%;
    max-width: 780px;
    margin: auto;
}
.saport table .appearance {
    width: 40%;
}
.saport table .appearance .appearance_img {
    margin-bottom: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.saport table .appearance .logo_symbol {
    width: 23%;
    margin-right: 2%;
}
.saport table .appearance .logo_name {
    width: 75%;
}
.saport table .arrow {
    width: 20%;
    padding: 10px;
}
.saport table .place {
    width: 40%;
}
.saport table .place p {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    margin: 5px 0;
}
.saport table .place p.specialized {
    background: #f8e8db;
}
.saport table .place p.university {
    background: #f8dbdb;
}
.saport table .place p.emergency {
    background: #e4dbee;
}
.saport table .place p.inspection {
    background: #dbe4f8;
}

/* ご来院の方へ */
.visitors {
    margin-bottom: 20px;
}
.visitors .goods_table {
    margin: auto;
    width: 100%;
}
.visitors .goods_table td {
    display: block;
    height: 12em;
    vertical-align: middle;
    padding-top: 1.5em;
}
.visitors .goods_table td.goods_dog {
    background: url("../images/medicaltreatment/back_circle1.png") no-repeat center top;
    background-size: contain;
    margin-bottom: 10px;
}
.visitors .goods_table td.goods_cat {
    padding-top: 2em;
    background: url("../images/medicaltreatment/back_circle2.png") no-repeat center top;
    background-size: contain;
}
.visitors .goods_table dt {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
}
.visitors .goods_table dd {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.visitors .goods_table dd .goods {
    width: 70px;
    margin-bottom: auto;
    margin-right: 15px;;
}
.visitors .cards {
    max-width: 574px;
    padding: 10px 20px;
    margin: auto;
    background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.visitors .banner {
    max-width: 574px;
    padding: 10px;
    margin: auto;
    background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.visitors .banner a {
    display: inline-block;
    margin: 0 10px;
}

@media (min-width: 360px) {
}

@media (min-width: 414px) {
}

@media (min-width: 768px) {
section h2 {
    font-size: 2.8rem;
}

section .title_comments {
    font-size: 1.8rem;
}
section hr {
    border-width: 0 0 5px;
    margin-top: 40px;
    clear: both;
}
section h3 {
    font-size: 2.3rem;
}
section h3:after {
    height: 4px;
}

/* 診療対象動物 */
.target {
    margin-bottom: 40px;
}

/* 診療時間・休診日 */
.calendar {
    margin-bottom: 40px;
}
.calendar .hours_calendar {
    padding: 40px 60px;
    margin-bottom: 20px;
}
.calendar .hours_calendar table {
    margin-bottom: 25px;
    font-size: 1.8rem;
}
.calendar .hours_calendar table thead th {
    font-size: 1.8rem;
    width: auto;
    padding-bottom: 0.8em;
    width: 10%;
}
.calendar .hours_calendar table tbody th {
    font-size: 2.3rem;
    width: 20%;
}
.calendar .hours_calendar table tbody td.maru {
    	font-size: 2.6rem;
}
.calendar .hours_calendar table tbody td.ope p {
	font-size: 2rem;
    line-height: 2;
}
.calendar .hours_calendar > p {
	font-size: 1.8rem;
    padding: 0.2em 1em;
}
    
.calendar .night .icon_moon {
    width: 22px;
    height: auto;
    margin: 0 5px 8px 0;
}
.calendar .night_contact img {
    width: auto;
    height: 1.5em;
    margin: 0 5px 8px 0;
}
.calendar .schedule_link a {
    font-size: 2rem;
    padding: 0.8em 4em;
}
.calendar .schedule_link a img {
    margin-left: 10px;
}

/* 完全予約制のご案内 */
.reserve_info {
    margin-bottom: 40px;
}
.reserve_info #reserve_info {
    top: -130px;
}
.reserve_info .reserve_outro {
    margin: 0 auto;
}
.reserve_info .cats01 {
    width: 60px;
    right: 40px;
    bottom: -43px;
}

/* ご予約 */
.reserve {
    margin-bottom: 40px;
}
.reserve .reserve_link {
    max-width: 780px;
  margin: 0 auto 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.reserve .reserve_link a {
  font-size: 1.8rem;
  line-height: 70px;
    margin: 0;
  width: 49%;
  widht: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
}
.reserve .reserve_link .web_reserve img {
  width: 34px;
  margin-left: 10px;
}
.reserve .reserve_link .line_reserve img {
  width: 34px;
  margin-left: 10px;
}
.reserve .reserve_tel {
    padding: 20px 0 30px;
    max-width: 780px;
  margin: 0 auto;
}
.reserve .reserve_tel .reserve_tel_title {
    font-size: 1.8rem;
}
.reserve .reserve_tel .reserve_tel_no a {
    font-size: 3.5rem;
}
.reserve .reserve_tel .reserve_tel_no a img {
    width: 28px;
    margin: 5px 10px 0 0;
}
.reserve .reserve_tel dl {
    display: table;
    margin: 1.5em auto 0;
}
.reserve .reserve_tel dl dt {
    display: table-cell;
    padding-right: 1em;
}
.reserve .reserve_tel dl dd {
    display: table-cell;
    padding-left: 1em;
}
.reserve .dogs01 {
    width: 95px;
    left: 25px;
    bottom: -25px;
}

/* サポート体制 */
.saport {
    margin-bottom: 40px;
}
.saport table .appearance {
    width: 35%;
}
.saport table .appearance .appearance_img {
    margin-bottom: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.saport table .appearance .logo_symbol {
    width: 23%;
    margin-right: 10px;
}
.saport table .appearance .logo_name {
    width: 70%;
}
.saport table .arrow {
    width: 30%;
    padding: 30px;
    text-align: center;
}
.saport table .place {
    width: 35%;
    vertical-align: top;
}
.saport table .place p {
    font-size: 1.8rem;
    line-height: 2.5;
    margin: 10px 0;
}
.saport table .place p.specialized {
    background: #f8e8db;
}
.saport table .place p.university {
    background: #f8dbdb;
}
.saport table .place p.emergency {
    background: #e4dbee;
}
.saport table .place p.inspection {
    background: #dbe4f8;
}

/* ご来院の方へ */
.visitors {
    margin-bottom: 40px;
}
.visitors .goods_table {
    table-layout: fixed;
    max-width: 780px;
}
.visitors .goods_table tr {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.visitors .goods_table td {
    padding: 50px;
    height: auto;
    width: 48%;
}
.visitors .goods_table td.goods_dog {
    margin: 0;
}
.visitors .goods_table td.goods_cat {
    padding: 50px;
}
.visitors .goods_table dt {
    font-size: 2rem;
}
.visitors .goods_table dd .goods {
    width: auto;
    margin-bottom: auto;
    margin-right: 15px;
}
.visitors .cards {
    max-width: 780px;
    padding: 18px 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.visitors .banner {
    max-width: 780px;
    padding: 18px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.visitors .banner a {
    display: inline-block;
    margin: 0 20px;
}
}

@media (min-width: 1200px) {
/* 共通 */
header {
}
section {
    overflow: hidden;
}
section article.contents {
	padding: 100px 0px;
}

section h2 {
    font-size: 3.4rem;
}
section h3 {
    font-size: 2.8rem;
}

section .title_comments {
    font-size: 2rem;
}
section hr {
    margin-top: 60px;
}

/* 診療対象動物 */
.target {
    margin-bottom: 60px;
}

/* 診療時間・休診日 */
.calendar {
    margin-bottom: 60px;
}
.calendar .hours_calendar {
    padding: 40px 60px;
    margin-bottom: 20px;
}
.calendar .hours_calendar table tbody th {
    font-size: 2.6rem;
}
.calendar .hours_calendar table tbody th small {
    font-size: 1.8rem;
}
.calendar .schedule_link a {
    font-size: 2.4rem;
}

/* 完全予約制のご案内 */
.reserve_info {
    margin-bottom: 60px;
}
.reserve_info #reserve_info {
    top: -150px;
}
.reserve_info .cats01 {
    width: auto;
    bottom: -55px;
}

/* ご予約 */
.reserve {
    margin-bottom: 60px;
}
.reserve .reserve_link {
    margin-bottom: 36px
}
.reserve .reserve_link a {
  font-size: 2rem;
  line-height: 90px;
  width: 49%;
  widht: -webkit-calc(50% - 18px);
  width: -moz-calc(50% - 18px);
  width: calc(50% - 18px);
}
.reserve .reserve_tel {
    padding: 30px 0 40px;
    max-width: 780px;
  margin: 0 auto;
}
.reserve .reserve_tel .reserve_tel_title {
    font-size: 2rem;
}
.reserve .reserve_tel .reserve_tel_no a {
    font-size: 4rem;
}
.reserve .reserve_tel .reserve_tel_no a img {
    width: 32px;
    margin: 5px 10px 0 0;
}
.reserve .dogs01 {
    width: auto;
    left: 25px;
    bottom: -30px;
}

/* サポート体制 */
.saport {
    margin-bottom: 60px;
}

/* ご来院の方へ */
.visitors {
    margin-bottom: 60px;
}
.visitors .goods_table {
}
.visitors .goods_table tr {
}
.visitors .goods_table td {
    width: 360px;
    padding: 40px;
}
.visitors .goods_table dt {
    font-size: 2.2rem;
}
.visitors .goods_table dd .goods {
    width: auto;
    margin-bottom: auto;
    margin-right: 20px;
}
.visitors .cards {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.visitors .banner {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.visitors .banner a {
    display: inline-block;
    margin: 0 20px;
}
}

@media (min-width: 1320px) {
}


