@charset "UTF-8";


@media (min-width: 320px) {
/* ヘッダ */
header {
}
header .topslide {
}

/* 見出し */
section article h2.entry_title {
	text-align: center;
	padding-bottom: 2em;
	font-size: 2.2em;
	font-weight: 200;
	letter-spacing: 0.2em;
	line-height: 1;
	margin: 0px;
	position: relative;
}
section article h2.entry_title span {
	font-size: 63%;
	font-weight: 600;
	letter-spacing: 0.1em;
}
section article h2.entry_title:after {
	content: " ";
	font-size: 150%;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #3d828e;
	background: url(../images/features_back03.gif) repeat-y center bottom;
	height: 30px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* スライダー */
section article.sitemessage {
	margin-top: 0px;
}
section article.sitemessage > div {
	margin: 0px;
}
section article.sitemessage > div div.slide2,
section article.sitemessage > div .message .site-message{
	display: none;
}
section article.sitemessage > div .logo_mark {
  position: absolute;
  top: 46vw;
  right: 1vw;
  width: 46vw;
}

section article.sitemessage > div .logo_mark .sp{ display: block;}
section article.sitemessage > div .logo_mark .pc{ display: none;}

section article.sitemessage > div .message {
	margin: 20px 30px;
	text-align: center;
}

section article.sitemessage > div .top-recruitment-banner {
  z-index: 10;
  width: 410px;
	max-width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	max-width: -webkit-calc(100% - 20px);/*Chrome19~25対応*/
	max-width: -moz-calc(100% - 20px);/*Firefox4~15対応*/
	max-width: calc(100% - 20px);
	margin: 0px auto 20px;
  background: #00b2a7;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.top-recruitment-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 5px;
	text-decoration: none;
}
.top-recruitment-banner-photo {
  margin: 0px 5px 0px 0px;
  max-width: 60px;
}
.top-recruitment-banner-text-top {
  font-size: 12px;
  color: #ffffff;
}
.top-recruitment-banner-text-bottom {
  font-size: 12px;
  vertical-align: bottom;
  color: #000000;
}
.top-recruitment-banner-text-bottom span {
  font-size: 22px;
  font-weight: 700;
  margin: 0px 0px 0px 10px;
  color: #ffffff;
}

/* 当院紹介動画 */
section article.youtube {
	margin-top: 70px;
}
.youtube .youtube_contents {
  margin: 0 auto 0;
    max-width: 960px;
    aspect-ratio: 16 / 9;
}
.youtube .youtube_contents iframe {
  width: 100%;
  height: 100%;
}

/* 当院の特徴 */
section article.medical {
	margin-top: 70px;
}
section article.medical > div {
	width: 100%;
	background: url(../images/features_back01.gif) no-repeat right top,url(../images/features_back02.gif) no-repeat left 500px;
	background-color: #3d828e;
	background-size: 60%, 60%;
	margin: 0px auto;
	padding: 0px 0px 30px;
	position: relative;
}
section article.medical > div ol {
	margin: auto;
	width: 100%;
	max-width: 100%;
	display: table;
	padding: 0px 20px;
	list-style: none;
}
section article.medical > div ol > li {
	width: 100%;
    min-height: 86.5vw;
    padding-top: 1px;
	position: relative;
	margin-top: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
section article.medical > div ol > li * {
	color: #FFF;
}
section article.medical > div ol > li:nth-of-type(1) a {
	background: #2a5a62 url(../images/features01_photo.jpg) no-repeat right top;;
    background-size: 100%;
}
section article.medical > div ol > li:nth-of-type(2) a {
	background: #2a5a62 url(../images/features02_photo.jpg) no-repeat right top;;
    background-size: 100%;
}
section article.medical > div ol > li:nth-of-type(3) a {
	background: #2a5a62 url(../images/features03_photo.jpg) no-repeat right top;;
    background-size: 100%;
}
section article.medical > div ol > li:nth-of-type(4) a {
	background: #2a5a62 url(../images/features04_photo.jpg) no-repeat right top;;
    background-size: 100%;
}
section article.medical > div ol > li:nth-of-type(5) a {
	background: #2a5a62 url(../images/features05_photo.jpg) no-repeat right top;;
    background-size: 100%;
}
section article.medical > div ol > li a {
	display: block;
	margin: 14% 0 0 auto;
	width: 90%;
    min-height: 100%;
	vertical-align: middle;
	padding: 30% 20px 20px;
	text-decoration: none;
	text-align: justify;
	font-size: 92%;
	font-weight: 200;
}
section article.medical > div ol > li .sub_no {
    width: 22%;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
}
section article.medical > div ol > li a span {
	display: block;
	position: relative;
}
section article.medical > div ol > li a span:after {
	content: "";
	display: block;
	width: 70px;
	border-top: 1px solid #FFF;
	margin: 1em 0em;
}
section article.medical > div ol > li a span img {
	height: 18px;
}
section article.medical > div ol > li .sub_e {
    width: 2vw;
    position: absolute;
    left: 5.5%;
    bottom: 0px;
}
section article.medical > div ol > li div.sub_note {
    font-size: 85%;
}
section article.medical > div ol > li div.sub_note ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: disc;
}

/* 診療時間 */
section article.time_table {
	width: 100%;
	margin-top: 0px;
	background: #f1f1f1 url(../images/back_gray.gif);
	padding: 30px 0px;
}
section article.time_table .reservation {
	display: table;
	margin: auto;
}
section article.time_table .reservation h3 {
	text-align: center;
	white-space: nowrap;
	font-size: 140%;
	font-weight: 500;
	border-bottom: 2px solid #3c3c3c;
	margin-bottom: 1em;
}
section article.time_table .reservation p.reserv_note {
	font-size: 110%;
	line-height: 2;
}
section article.time_table .reservation p.option {
	margin-top: 1em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
section article.time_table .reservation p.option span {
	line-height: 2;
	display: inline-block;
	width: 8em;
	border: 1px solid #757575;
	font-size: 130%;
	text-align: center;
}
section article.time_table .reservation p.option span.kyukan {
}
section article.time_table .schedule {
	margin: 20px auto 0;
	width: 650px;
	max-width: 100%;
}
section article.time_table .schedule div.schedule_table {
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 10px;
	text-align: center;
}
section article.time_table table {
	width: 100%;
}
section article.time_table table thead tr {
	border-bottom: 1px solid #8a8a8a;
	letter-spacing: 0.2em;
}
section article.time_table table thead td,
section article.time_table table thead th {
	padding-bottom: 0.8em;
}
section article.time_table table thead th {
	font-size: 112.5%;
	border-left: 1px dotted #8a8a8a;
}
section article.time_table table tbody tr {
	border-bottom: 1px dotted #8a8a8a;
}
section article.time_table table tbody th {
	padding: 0.5em 0.5em 0.5em 0;
	font-weight: normal;
	font-size: 87.5%;
}
section article.time_table table tbody th strong {
	font-weight: bold;
	font-size: 112.5%;
}
section article.time_table table tbody td {
	padding: 0.5em;
	font-size: 87%;
	border-left: 1px dotted #8a8a8a;
}
section article.time_table .schedule_note {
	font-size: 87%;
	color: #e52d2d;
	text-align: left;
	margin-top: 1em;
}
section article.time_table .schedule div.tel-veterinarian {
    font-size: 0.9em;
    display: table;
  background: #fff;
  padding: 10px 5px;
    margin: auto;
  border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
article.time_table .schedule div.tel-veterinarian p {
    font-weight: bold;
}
article.time_table .schedule div.tel-veterinarian dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
article.time_table .schedule div.tel-veterinarian dl dt {
  margin-right: 1em;
  width: 3em;
  white-space: nowrap;
}
article.time_table .info_ex .info_target {
	margin-top: 30px;
}
article.time_table .info_ex dl.target_animal {
    text-align: center;
    display: table;
    margin: auto;
}
article.time_table .info_ex dl.target_animal dt {
    background: url(../information/images/info_line.gif) repeat-x left bottom;
    padding-bottom: 8px
}
article.time_table .info_ex dl.target_animal dd {
    padding-top: 1em;
  }
article.time_table .info_ex dl.target_animal dd span {
    font-size: 78%;
    display: block;
  }
article.time_table .info_ex .info_insurance {
	margin-top: 30px;
}
article.time_table .info_ex .info_insurance dl {
    margin: auto;
    display: table;
    padding-bottom: 20px;
  }
article.time_table .info_ex .info_insurance dl dt {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
  }
article.time_table .info_ex .info_insurance dl dd {
    display: table-cell;
    vertical-align: middle;
  }
/**/
section article.time_table .download{
}

section article.time_table .banner_list{
	width: 96%;
	max-width: 1000px;
	display: flex;
  	flex-wrap: wrap;
	margin: 80px auto 30px;
	list-style: none;
}
section article.time_table .banner_list li{
	margin-bottom: 15px;
	width: 49%;
	text-align: center;
}
section article.time_table .banner_list li.odd{
	margin-right: 2%;
}

section article.time_table .cfc_banner{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}
section article.time_table .download_banner_set{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section article.time_table .download_banner_set .download {
	max-width: 90%;
	margin-top: 20px;
}
section article.time_table .download_banner_set .night{
	width: 48%;
  margin:15px 1% 0;
  text-align:center
}
section article.time_table .download_banner_set .night img{
  max-width:100%;
  height:auto;
  /*display:block;*/
  margin:0 auto;
  line-height:0;
}

section article.time_table .download {
	margin: 0 auto 5px;
  padding-top: 30px;
    display: table;
	text-align: center;
	width: 100%;
}
section article.time_table .download a {
	font-size: 120%;
	color: #FFF;
	display: block;
	margin: auto auto 1em;
	padding: 1em;
	width: 100%;
	text-decoration: none;
	background: #3d828e;
	font-weight: lighter;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}

section article.time_table .download_banner_set

/* お知らせ */
section article.news_blog,
section article.news_blog .sns_link {
	margin-top: 50px;
}
section article.news_blog ul li {
	list-style: none;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
section article.news_blog ul li span.entry_date {
	padding: 1em 1em 1em 0em;
	border-bottom: 1px solid #c7c7c7;
	width: 6em;
}
section article.news_blog ul li p {
	word-wrap:break-word;
	padding: 1em 0em 1em 1em;
	border-bottom: 1px dotted #c7c7c7;
	margin-right: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% - 6em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 6em);/*Firefox4~15対応*/
	width: calc(100% - 6em);
}
section article.news_blog .sns_link .banner_fb {
	margin-top: 40px;
	text-align: center;
}
section article.news_blog .sns_link .top-recruitment-banner {
  z-index: 10;
  width: 410px;
	max-width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	max-width: -webkit-calc(100% - 20px);/*Chrome19~25対応*/
	max-width: -moz-calc(100% - 20px);/*Firefox4~15対応*/
	max-width: calc(100% - 20px);
	margin: 0px auto 20px;
  background: #00b2a7;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

section article.news_blog .sns_link .banner_recruit {
	text-align: center;
}
section article.news_blog .sns_link .banner_insta {
	margin-top: 20px;
	text-align: center;
}
section article.news_blog .sns_link .banner_schedule {
	margin-top: 20px;
	text-align: center;
}

/* 青バナー */
section article.site_link {
	margin-top: 50px;
	background-color: #eef7f8;
}
section article.site_link > div {
	width: 100%;
	margin: 0px;
	text-align: center;
	padding: 30px;
}
section article.site_link > div p a {
	display: inline-block;
	margin: 10px;
}
section article.site_link > div p a.banner_schedule {
	box-shadow: 5px 5px 0px rgba(226,57,128,0.1);
}
section article.site_link > div p a.banner_recruit {
	box-shadow: 5px 5px 0px rgba(242,157,166,0.1);
}
section article.site_link > div p a.banner_hotel {
	box-shadow: 5px 5px 0px rgba(30,185,230,0.1);
}

/* グループバナー */
section article.group_link {
	margin-top: 50px;
	text-align: center;
}
section article.group_link > div {
	padding: 10px;
}
section article.group_link > div p a {
	display: inline-block;
	margin: 10px;
}









}

@media (min-width: 400px) {
section article.time_table table tbody th strong {
//	font-size: 137%;
}
section article.medical > div ol li a {
	font-size: 100%;
}
}

@media (min-width: 540px) {
/* 当院の特徴 */
section article.medical > div ol > li a {
	font-size: 110%;
}
section article.medical > div ol > li a span img {
	height: 26px;
}
/* 診療時間 */
section article.time_table .schedule div.schedule_table {
	padding: 20px;
}
section article.time_table table tbody th {
	padding: 0.8em 1em 0.8em 0;
}
section article.time_table table tbody td {
	padding: 1em;
}
section article.time_table .schedule div.tel-veterinarian {
  padding: 15px 20px;
}
section article.time_table .schedule div.tel-veterinarian .tel-container {
  padding: 10px 5px;
}
}

@media (min-width: 768px) {
/* スライダー */
section article.sitemessage {
	margin-top: 0px;
}
section article.sitemessage > div {
	margin: 0px auto;
	width: 100%;
	position: relative;
//	padding-bottom: 100px;
}
section article.sitemessage > div div.slide1 {
	width: 70%;
	float: right;
}
section article.sitemessage > div div.slide2 {
	display: block;
	width: 360px;
	max-width: 28%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
section article.sitemessage > div .message {
	margin: 0px;
	position: absolute;
	left: 50px;
	top: 10px;
}
section article.sitemessage > div .message .site-message_sp {
	display: none;
}
section article.sitemessage > div .message .site-message {
	display: block;
	filter: drop-shadow(1px 1.5px 0px rgba(255,255,255,0.9));
}
section article.sitemessage > div .logo_mark {
  display: block;
  width: calc( 68% - 320px);
  position: absolute;
  right: 20px;
  bottom: 10px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: right;
  top: inherit;
}

section article.sitemessage > div .logo_mark .sp{ display: none;}
section article.sitemessage > div .logo_mark .pc{ display: block;}


section article.sitemessage > div .top-recruitment-banner {
  width: 320px;
	max-width: none;
	margin: 0px;
	position: absolute;
	bottom: 0px;
//	right: 220px;
	left: 30%;
}
.top-recruitment-banner-text-top {
  font-size: 13px;
}
.top-recruitment-banner-text-bottom {
  font-size: 13px;
}
.top-recruitment-banner-text-bottom span {
  font-size: 24px;
}

/* 当院紹介動画 */
section article.youtube {
//	margin-top: 0px;
}

/* 当院の特徴 */
section article.medical {
//	margin-top: 0px;
}
section article.medical > div {
	width: 100%;
	background: url(../images/features_back03.gif) repeat-y center top,url(../images/features_back01.gif) no-repeat right top,url(../images/features_back02.gif) no-repeat left bottom;
	background-color: #3d828e;
	background-size: auto, auto, auto;
	margin: 0px auto;
	padding: 0px 40px 30px;
	position: relative;
    max-width: none;
}
section article.medical > div ol {
	margin: auto;
	width: 100%;
	display: block;
	padding: 0px;
}
section article.medical > div ol > li {
	margin-top: 50px;
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 30px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 30px);/*Firefox4~15対応*/
	width: calc(50% - 30px);
	min-height: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	min-height: -webkit-calc(50% - 30px);/*Chrome19~25対応*/
	min-height: -moz-calc(50% - 30px);/*Firefox4~15対応*/
	min-height: calc(50% - 30px);  
}
section article.medical > div ol > li:nth-of-type(1),
section article.medical > div ol > li:nth-of-type(4),
section article.medical > div ol > li:nth-of-type(5)  {
	float: left;
}
section article.medical > div ol > li:nth-of-type(2),
section article.medical > div ol > li:nth-of-type(3) {
	float: right;
}
section article.medical > div ol > li:nth-of-type(1) {
}
section article.medical > div ol > li:nth-of-type(2) {
	margin-top: 160px;
}
section article.medical > div ol > li a {
	font-size: 100%;
    width: 90%;
	padding: 28% 40px 40px;
    margin-right: 0;
}
section article.medical > div ol > li a span:after {
	margin: 1.5em 0em;
}
section article.medical > div ol > li a span img {
	height: 18px;
}
section article.medical > div ol > li .sub_e {
 width: 0.7vw;
  left: 6.5%;
}

/* 診療時間 */
section article.time_table {
	padding: 50px 0px;
	margin-top: 9px;
}
section article.time_table div.time_table_set {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
section article.time_table .reservation {
	display: table;
    width: 290px;
	margin: 0;
}
section article.time_table .reservation h3 {
	font-size: 137.5%;
}
section article.time_table .reservation p.reserv_note {
	font-size: 114%;
}
section article.time_table .reservation p.option span {
	font-size: 107%;
}
section article.time_table .schedule {
	margin: 0;
	width: 10em; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% - 310px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 310px);/*Firefox4~15対応*/
	width: calc(100% - 310px);
}
section article.time_table table tbody td {
	padding: 0em;
	min-width: 1.8em;
}
section article.time_table .schedule div.tel-veterinarian {
    font-size: 0.9em;
  padding: 15px 5px;
	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;}
section article.time_table .schedule div.tel-veterinarian .tel-container {
  padding: 0px;
}
article.time_table .schedule div.tel-veterinarian p {
  white-space: nowrap;
    margin-right: 1em;
}
article.time_table .schedule div.tel-veterinarian dl dd {
  white-space: nowrap;
}

section article.time_table .download{
  padding-top: 40px;
}

section article.time_table .download_banner_set {
  flex-wrap: wrap;
  justify-content: space-between;
}
section article.time_table .download_banner_set .download {
  width:500px;
  margin-top: 40px;
}

article.time_table .info_ex {
    width: 100%;
	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;
}
article.time_table .info_ex .info_target {
	margin-top: 30px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 10px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 10px);/*Firefox4~15対応*/
	width: calc(50% - 10px);  
}
article.time_table .info_ex .info_insurance {
	margin-top: 30px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 10px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 10px);/*Firefox4~15対応*/
	width: calc(50% - 10px);  
}
article.time_table .info_ex .info_insurance dl {
    padding-bottom: 0px;
  }

section article.time_table .banner_list li{
	margin-bottom: 25px;
	width: 32%;
}
section article.time_table .banner_list li.odd{
	margin-right: 0;
}
section article.time_table .banner_list li:not(:nth-child(3n)){
	margin-right: 2%;
}

section article.time_table .cfc_banner{
  margin-top:40px;
}
section article.time_table .download_banner_set .night{
  margin: 30px 0 0;
  width: 48%;
}

section article.time_table .download {
}
section article.time_table .download a {
	font-size: 130%;
	padding: 15px;
}

/* お知らせ */
section article.news_blog {
	margin-top: 70px;
}
section article.news_blog .sns_link {
	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;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
section article.news_blog .sns_link .top-recruitment-banner {
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
	margin: 0;
	text-align: center;
}
section article.news_blog .sns_link .top-recruitment-banner a {
	padding: 15px;
}
section article.news_blog .sns_link .banner_recruit,
section article.news_blog .sns_link .banner_insta {
	margin-top: 0px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
}
section article.news_blog .sns_link .banner_schedule {
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
	margin: 20px auto 0;
}

/* 青バナー */
section article.site_link {
	margin-top: 70px;
}
section article.site_link > div {
	padding: 40px;
	max-width: 1080px;
	margin: 0px auto;
}
section article.site_link > div p {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-around;
	-ms-flex-pack: space-around; /*IE10*/
	-webkit-box-pack: space-around; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-around; /* Safari6.1以降 */
}
section article.site_link > div p a {
	max-width: 310px;
	margin: 0px;
}
section article.site_link > div p a.banner_recruit {
	box-shadow: 5px 5px 0px rgba(242,157,166,0.1);
//	margin: 0px 20px;
}

/* グループバナー */
section article.group_link {
	margin-top: 70px;
}
section article.group_link > div {
	padding: 0px;
}
section article.group_link > div p {
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}
section article.group_link > div p a {
	display: inline-block;
	margin: 0px;
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc((100% - 60px) / 4);/*Chrome19~25対応*/
	width: -moz-calc((100% - 60px) / 4);/*Firefox4~15対応*/
	width: calc((100% - 60px) / 4);
	max-width: 310px;
}
section article.group_link > div p a.banner_canin {
	margin: 0px auto 15px;
}
}


@media (min-width: 1160px) {
/* 当院紹介動画 */
section article.youtube {
//	margin-top: 30px;
}

/* 当院の特徴 */
section article.medical {
//	margin-top: 30px;
}
section article.medical > div ol {
	margin: auto;
	width: 1000px;
	display: block;
}
section article.medical > div ol > li {
	margin-top: 50px;
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 50px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 50px);/*Firefox4~15対応*/
	width: calc(50% - 50px);
	min-height: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	min-height: -webkit-calc(50% - 50px);/*Chrome19~25対応*/
	min-height: -moz-calc(50% - 50px);/*Firefox4~15対応*/
	min-height: calc(50% - 50px);  
}
section article.medical > div ol > li .sub_e {
 width: 8px;
  left: 5.5%;
}
/* 診療時間 */
section article.time_table .reservation {
}
section article.time_table table tbody td {
	padding: 1em;
}
section article.time_table .schedule {
    width: 630px;
}
section article.time_table .schedule div.tel-veterinarian .tel-container {
  padding: 0px;
}
article.time_table .schedule div.tel-veterinarian p {
    margin-right: 2em;
}
article.time_table .schedule div.tel-veterinarian dl dt {
    margin-right: 1.5em;
}

article.time_table .info_ex .info_target {
	margin-top: 30px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 25px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 25px);/*Firefox4~15対応*/
	width: calc(50% - 25px);  
}
article.time_table .info_ex .info_insurance {
	margin-top: 30px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 25px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 25px);/*Firefox4~15対応*/
	width: calc(50% - 25px);  
}
article.time_table .info_ex .info_insurance dl {
    padding-bottom: 0px;
  }

section article.news_blog .sns_link .banner_schedule {
	margin: 40px auto 0;
}
}


@media (min-width: 1200px) {
/* スライダー */
section article.sitemessage {
	margin-top: 0px;
}
section article.sitemessage > div {
	margin: 0px auto;
	width: 1200px;
	position: relative;
//	padding-bottom: 100px;
}
section article.sitemessage > div .message {
	left: 0px;
//	top: 100px;
}
section article.sitemessage > div .message .site-message_sp {
	display: none;
}
section article.sitemessage > div .message .site-message {
	display: block;
}
section article.sitemessage > div .logo_mark {
	display: block;
	position: absolute;
//	right: 0px;
//	bottom: 5px;
	width: auto;
}

section article.sitemessage > div .top-recruitment-banner {
  width: 400px;
}
.top-recruitment-banner-photo {
    margin: 0px 10px 0px 0px;
    max-width: 70px;
}
.top-recruitment-banner-text-top {
  font-size: 16px;
}
.top-recruitment-banner-text-bottom {
  font-size: 16px;
}
.top-recruitment-banner-text-bottom span {
  font-size: 24px;
}


}



/*index_notice*/
.index_notice{
}
.index_notice{
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin: 70px auto 30px;
	border: 4px solid #fff;
}
.index_notice h2 {
	width: 100%;
	margin-top: -27px;
}
.index_notice h2 span {
	background: #d3566f;
	padding: 0.5em 3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	font-weight:bold;
	color: #FFF;
	display: table;
	text-align: center;
	margin: auto;
}
.index_notice div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #3d828e;
	padding: 0em 2em 0.5em;
}
.index_notice div p {
	margin: 1em 0em;
}
.index_notice .notice_link{
padding: 1.3em;
color: #FFF;
display: block;
margin: auto auto 1em;
padding: 1em;
width: 420px;
max-width: 100%;
text-decoration: none;
background: #3d828e;
font-weight: lighter;
text-align:center;
box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}
.index_notice .notice_link:hover{
  opacity:0.8;
}
@media screen and (max-width: 767px) {
.index_notice h2  {
	margin-top: -20px;
}
.index_notice h2 span {
	font-size: 16px;
	padding: 0.5em 1em;
}
.index_notice div {
	padding: 0em 2em 0.5em;
}
}
@media screen and (max-width: 390px) {
.index_notice h2 {
	position: static;
	margin-top: -2em;
}
.index_notice h2 span {
	padding: 0.5em 1em;
}
}