@charset "UTF-8";


/* ヘッダ */
header {
}
header .topslide {
}

/* 見出し */
.top_subtitle {
	border-bottom: solid 1px #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 20px;
	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:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}
.top_subtitle h2 {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
}
.top_subtitle .en_title {
	font-size: 3.8rem;
	font-weight: 300;
	line-height: 1;
	color: #eeeeee;
	letter-spacing: -0.1ex;
}


/* メインビジュアル */
section article.siteimg {
	margin: 0 0 10px;
	background: url("../images/top/top_image2.png") repeat-x center bottom;
	background-size: 250px;
	position: relative;
}
section article.siteimg > div {
	margin: 20px 0px 0px;
	padding: 0px;
	max-width: none;
	position: relative;
}
section article.siteimg > div .catch {
	text-align: center;
	background: rgba(255,255,255,0.8);
	padding: 8px;
	position: absolute;
	right: 20px;
	bottom: 0px;
}
section article.siteimg > div .catch .catch1 {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 2.2rem;
	letter-spacing: -0.1em;
	font-weight: 600;
	color: #fff;
	display: table;
	margin: auto;
	padding: 0 0.8em;
	background: #326440;
	-webkit-border-radius: 15px 0px 15px 0px;
	-moz-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
}
section article.siteimg > div .catch .catch2 {
	font-family: 'Shippori Mincho B1', serif;
	letter-spacing: -0.1em;
	margin: 0.5em 0;
}
section article.siteimg > div .catch .catch3 span {
	font-size: 1.1em;
	font-weight: 500;
	display: inline-block;
	padding-left: 13px;
	margin-right: 1em;
	position: relative;
}
section article.siteimg > div .catch .catch3 span:last-child {
	margin-right: 0;
}
section article.siteimg > div .catch .catch3 span:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #326440;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	left: 0px;
}
section article.siteimg > div .siteimg1 {
	overflow: hidden;
	margin: 0 20px;
	padding-bottom: 20px;
}
section article.siteimg > div .siteimg1 img {
	width: 100%;
}

.mv_banner ul{
	display: flex;
	justify-content: center;
	margin: 0 2%;
	list-style: none;
}
.mv_banner ul li{
		width: 48%;
		margin: 0 1%;
}
.mv_banner ul li img{
	max-width: 100%;
	height: auto;
}	

/* スライダー */
section article.banner {
	margin-top: 0px;
	padding: 10px 0;
	background: #f3f2ec;
}
section article.banner ul {
	overflow: hidden;
}
section article.banner li {
	background: #fff;
	height: 100%;
	margin: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
	-o-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
	-ms-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
	position: relative;
}
section article.banner li .banner_title {
	padding: 10px;
	background: #efefef;
	height: 140px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
section article.banner li .banner_title strong,
	section article.banner li .banner_title strong * {
	font-size: 1.8rem;
	line-height: 1.4;
		font-weight: 5;
	display: block;
}
	section article.banner li .banner_title span {
	font-size: 1.2rem;
}
section article.banner li .banner_note {
	font-size: 1.2rem;
	padding: 10px;
	height: 7em;
}
section article.banner li a {
	text-indent: -9999em;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
section article.banner li.banner_cfc .banner_title {
	background: url("../images/top/slidebanner02.jpg") no-repeat 80% center;
	background-size: cover;
}
section article.banner li.banner_donor .banner_title {
	background: url("../images/top/slidebanner03.jpg") no-repeat 70% center;
	background-size: cover;
}
section article.banner li.banner_delivery .banner_title {
	background: url("../images/top/slidebanner04.jpg") no-repeat center center;
	background-size: cover;
}
section article.banner li.banner_calendar .banner_title {
	background: url("../images/top/slidebanner05.jpg") no-repeat center center;
	background-size: cover;
}
section article.banner li.banner_night .banner_title {
	background: url("../images/top/slidebanner06.jpg") no-repeat center center;
	background-size: cover;
}
section article.banner li.banner_line .banner_title {
	background: url("../images/top/slidebanner07.jpg") no-repeat center center;
	background-size: cover;
}
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
	background: #fff;
	z-index: 50;
	opacity: 0.6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999em;
}
.slick-prev:before, .slick-next:before {
	content: none;
}
.slick-prev {
  left: 10px;
	background: #fff url("../images/arrow_lb.svg") no-repeat center center !important;
	background-size: 10px !important;
}
.slick-prev:focus, .slick-prev:hover {
	background: #fff url("../images/arrow_lb.svg") no-repeat center center;
	opacity: 1;
}
.slick-next {
  right: 10px;
	background: #fff url("../images/arrow_rb.svg") no-repeat center center !important;
	background-size: 10px !important;
}
.slick-prev:focus, .slick-next:focus,.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}
.slick-prev:focus, .slick-next:focus {
	opacity: 0.6;
}

/* 診療時間 */
section article.time_table {
	width: 100%;
	margin-top: 0px;
	padding-top: 30px;
}
section article.time_table .top_subtitle {
//    -webkit-box-orient:horizontal;
//    -webkit-box-direction:reverse;
//    -webkit-flex-direction:row-reverse;
//    -ms-flex-direction:row-reverse;
//    flex-direction:row-reverse;
}
section article.time_table .top_subtitle h2 {
//	text-align: right;
}

section article.time_table .schedule {
	margin: 0 auto 20px;
	width: 760px;
	max-width: 100%;
}
section article.time_table table {
	width: 100%;
	text-align: center;
}
section article.time_table table thead th {
	font-size: 0.87em;
	font-weight: normal;
	padding: 0.3em 0;
	border-left: 1px dotted #ddd;
	border-bottom: 1px solid #ddd;
}
section article.time_table table thead td {
	border-bottom: 1px solid #ddd;
}
section article.time_table table tbody th {
	padding: 0.5em 0;
	font-weight: 300;
	border-bottom: 1px solid #ddd;
	width: 80px;
}
section article.time_table table tbody td {
	line-height: 1;
	padding: 0.5em;
	font-size: 0.87em;
	border-left: 1px dotted #ddd;
	border-bottom: 1px solid #ddd;
	position: relative;
	overflow: visible;
}
section article.time_table table tbody td .ope {
	background: rgba(244,244,244,0.7);
	white-space: nowrap;
	padding: 0.3em 0;
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100vw - 120px);/*Chrome19~25対応*/
	width: -moz-calc(100vw - 120px);/*Firefox4~15対応*/
	width: calc(100vw - 120px);
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
section article.time_table table tbody td small {
	line-height: 1;
	display: block;
}
section article.time_table .reservation {
}
section article.time_table .reservation h3 {
	font-weight: 400;
	color: #326440;
	text-align: center;
	margin-bottom: 0.5em;
}
section article.time_table .reservation h3 strong {
	color: #326440;
}
section article.time_table .reservation p.reserv_note {
	font-size: 0.9em;
	text-align: center;
}

section article.time_table .download{
  padding-top: 20px;
	margin: 0 auto 5px;
	text-align: center;
	clear: both;
}
section article.time_table .download p {
	font-size: 0.9em;
}
section article.time_table .download .schedule_note {
	background: #f8f7ee;
	padding: 0.5em 0.8em;
	display: table;
	margin: 0 auto 1.5em;;
}
section article.time_table .download .schedule_note strong {
	color: #326440;
}
section article.time_table .download a {
	font-size: 120%;
	color: #FFF;
	display: block;
	margin: auto;
	padding: 1em;
	width: 420px;
	max-width: 100%;
	text-decoration: none;
	background: #326440;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

/* 当院紹介動画 */
section article.youtube {
	width: 100%;
	margin-top: 0px;
	margin-top: 70px;
}
section article.youtube .top_subtitle {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
section article.youtube .top_subtitle h2 {
	text-align: right;
}
.youtube .youtube_contents {
  margin: 0 auto;
    max-width: 900px;
    aspect-ratio: 16 / 9;
}
.youtube .youtube_contents iframe {
  width: 100%;
  height: 100%;
}

/* 当院の特徴 */
section article.medical {
}

section article.medical > div {
}
section article.medical > div ol {
	margin: auto;
	width: 100%;
	max-width: 100%;
	display: table;
	list-style: none;
}
section article.medical > div ol li {
	width: 100%;
	padding-top: 45%;
	margin-top: 20px;
	position: relative;
}
section article.medical > div ol li:first-child {
	margin-top: 0px;
}
section article.medical > div ol li .features_img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 90%;
	position: absolute;
	left: 0px;
	top: 0px;
}
section article.medical > div ol li > div {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 90%;
	padding: 1em;
	margin-left: 10%;
  box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
	position: relative;
}
section article.medical > div ol li > div .oswald {
	color: #326440;
	font-weight: 100;
}
section article.medical > div ol li > div strong.oswald {
	font-size: 1.6em;
	line-height: 1;
	margin-right: 1ex;
}
section article.medical > div ol li > div dl {
	margin-top: 10px;
}
section article.medical > div ol li > div dl dt {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
section article.medical > div ol li > div dl dd {
	text-align: justify;
}
section article.medical > div ol li > div dl dd a {
	display: table;
	margin-left: auto;
	text-decoration: none;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
	margin-top: 16px;
}

section article.medical > div ol li > div dl dd a:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background: #326440 url("../images/arrow_rw.svg") no-repeat center center;
	background-size: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
section article.medical > div ol li > div dl dd .sub_note li {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
	width: auto;
}

/* お知らせ */
section article.news_blog .top_subtitle {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
section article.news_blog .top_subtitle h2 {
	text-align: right;
}

section article.news_blog,
section article.news_blog .sns_link {
	margin-top: 50px;
}
section article.news_blog ul li {
	list-style: none;
	margin: 1em 0;
	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 {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #326440;
	width: 5em;
}
section article.news_blog ul li p {
	word-wrap:break-word;
	margin-right: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% - 5em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 5em);/*Firefox4~15対応*/
	width: calc(100% - 5em);
}

/* AGMCグループ */
section article.site_link {
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f3f2ec;
}
section article.site_link .top_subtitle {
	display: block;
	border: none;
	padding: 0px;
	text-align: center;
	position: relative;
}
section article.site_link .top_subtitle h2 {
	position: absolute;
	left: 50%;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
section article.site_link .top_subtitle .en_title {
	color: #e7e6dd;
	line-height: 1.7;
}

section article.site_link ul {
	padding: 10px 0;
}
section article.site_link ul li {
	list-style: none;
	margin-bottom: 20px;
	position: relative;
}
section article.site_link ul li .group_name {
	font-size: 1.5rem;
}
section article.site_link ul li .group_site {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
section article.site_link ul li a {
	font-size: 1.4rem;
	font-weight: 300;
	color: #fff;
	line-height: 2.5;
	text-decoration: none;
	background: #326440 url("../images/arrow_rw.svg") no-repeat 90% center;
	background-size: 6px;
	display: inline-block;
	padding: 0 1.2em 0 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* フッターバナー */
section article.footer_banner {
	margin-top: 50px;
	text-align: center;
}
section article.footer_banner ul li {
	list-style: none;
  margin: 0px auto 20px;
}
section article.footer_banner ul li a {
	font-size: 1.8rem;
	text-decoration: none;
	display: block;
	width: 280px;
  height: 100px;
	margin: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(49,49,49,0.1);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
section article.footer_banner ul li.banner_royal a img {
	width: 160px;
}
section article.footer_banner ul li.banner_fb a img,
section article.footer_banner ul li.banner_insta a img {
	width: 30px;
	margin-right: 10px;
}
section article.footer_banner .banner_recruit {
	display: table;
	margin: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
	overflow: hidden;
}
section article.footer_banner .banner_recruit .banner_pc {
	display: none;
}


@media (min-width: 375px) {
/* メインビジュアル */
section article.siteimg > div .catch .catch1 {
	font-size: 2.5rem;
}
section article.siteimg > div .catch .catch2 {
	font-size: 1.1rem;
}
section article.siteimg > div .catch .catch3 span {
	font-size: 1.2em;
	display: inline-block;
	padding-left: 13px;
	margin-right: 1em;
	position: relative;
}

/* メインビジュアル　バナー */
.siteimg_banner {
    position: absolute;
    width: 87%;
    margin: 20px auto;
}

.siteimg_banner .banner_recruit {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    border: 5px solid #fff;
}


/* 見出し */
.top_subtitle {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.top_subtitle h2 {
	font-size: 1.8rem;
}
.top_subtitle .en_title {
	font-size: 4rem;
}

/* 診療時間 */
section article.time_table table thead th {
	font-size: 1em;
}
section article.time_table table tbody th {
	width: 100px;
}
section article.time_table table tbody td {
	padding: 0.5em;
	font-size: 1em;
}
section article.time_table table tbody td .ope {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100vw - 140px);/*Chrome19~25対応*/
	width: -moz-calc(100vw - 140px);/*Firefox4~15対応*/
	width: calc(100vw - 140px);
}

/* AGMCグループ */
section article.site_link ul {
	padding: 10px;
}
section article.site_link ul li .group_name {
	font-size: 1.6rem;
}
section article.site_link ul li a {
	padding: 0 2em 0 0.8em;
}
}

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

@media (min-width: 768px) {
/* メインビジュアル */
section article.siteimg {
	margin: 20px 0 12px;
	background-size: 360px;
}
section article.siteimg > div {
	margin: 0px;
}
section article.siteimg > div .catch {
	width: 50%;
	text-align: center;
	margin-bottom: 0px;
	position: absolute;
	top: 20%;
	left: 50%;
	right: auto;
	bottom: auto;
}
section article.siteimg > div .catch .catch1 {
	font-size: 4vw;
}
section article.siteimg > div .catch .catch2 {
	font-size: 1.5vw;
}
section article.siteimg > div .catch .catch3 {
}
section article.siteimg > div .catch .catch3 span {
	font-size: 1.8vw;
}
section article.siteimg > div .siteimg1 {
	margin: 0;
	width: 50%;
}
section article.siteimg .mv_banner{
	position: absolute ;
	bottom:20px;
	left:50%;
	width:50%;
}
.mv_banner ul{
	margin: 0 8%;
}

/* スライダー */
section article.banner {
	padding: 20px 0;
}
section article.banner li {
	margin: 15px;
}
section article.banner li .banner_title {
	padding: 20px;
	height: 160px;
}
section article.banner li .banner_title strong,
	section article.banner li .banner_title strong * {
	font-size: 2.4rem;
}
	section article.banner li .banner_title span {
	font-size: 1.2rem;
}
section article.banner li .banner_note {
	font-size: 1.4rem;
	padding: 10px 15px;
	height: 7em;
}
.slick-prev, .slick-next {
  width: 60px;
  height: 60px;
}
.slick-prev {
  left: 20px;
	background-size: 10px !important;
}
.slick-prev:focus, .slick-prev:hover {
	opacity: 1;
}
.slick-next {
  right: 20px;
	background-size: 10px !important;
}
.slick-prev:focus, .slick-next:focus,.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}
.slick-prev:focus, .slick-next:focus {
	opacity: 0.6;
}

/* 見出し */
.top_subtitle {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: none;
}
.top_subtitle h2 {
	font-size: 2.4rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-bottom: solid 1px #e7e7e7;
	padding-bottom: 0.5em;
}
.top_subtitle .en_title {
	font-size: 10rem;
}

/* 診療時間 */
section article.time_table .top_subtitle h2 {
//	margin-left: 50px;
	margin-right: 50px;
}
section article.time_table {
	padding-top: 50px;
}
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以降 */
	align-items: center;
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: center; /* Safari6.1以降 */
}

section article.time_table .schedule {
	margin: 0px;
	width: 50%;
}
section article.time_table table thead th {
	font-size: 1em;
	white-space: nowrap;
}
section article.time_table table tbody th {
	width: 100px;
	font-size: 1.2em;
}
section article.time_table table tbody td {
	padding: 0.5em;
	font-size: 1.2em;
}
section article.time_table table tbody td .ope {
	font-size: 1em;
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50vw - 140px);/*Chrome19~25対応*/
	width: -moz-calc(50vw - 140px);/*Firefox4~15対応*/
	width: calc(50vw - 140px);
}
section article.time_table table tbody td small {
	font-size: 0.6em;
	white-space: nowrap;
}

section article.time_table .reservation {
	width: 40%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 40px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 40px);/*Firefox4~15対応*/
	width: calc(50% - 40px);
	margin: 0px;
}
section article.time_table .reservation h3 {
	text-align: left;
}
section article.time_table .reservation h3 strong {
	display: block;
}
section article.time_table .reservation p.reserv_note {
	font-size: 1em;
	text-align: left;
}

section article.time_table .download{
  padding-top: 40px;
	margin: 0 auto 5px;
	text-align: center;
	clear: both;
}
section article.time_table .download p {
	font-size: 1em;
}
section article.time_table .download .schedule_note {
	padding: 0.5em 1em;
	margin: 0 auto 2em;;
}
section article.time_table .download a {
	font-size: 130%;
	padding: 1.3em;
	margin-top: 1em;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}

/* 当院紹介動画 */
section article.youtube .top_subtitle h2 {
	margin-left: 50px;
}

/* 当院の特徴 */
section article.medical {
}
section article.medical .top_subtitle h2 {
	margin-right: 50px;
}
section article.medical > div ol {
	margin: auto;
	width: 100%;
	max-width: 100%;
	display: table;
	list-style: none;
}
section article.medical > div ol li {
	padding-top: 15%;
	margin-top: 50px;
	position: relative;
}
section article.medical > div ol li:first-child {
	margin-top: 20px;
}
section article.medical > div ol li .features_img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 60%;
	position: absolute;
	left: 0px;
	top: 0px;
}
section article.medical > div ol li:nth-child(even) .features_img {
	left: auto;
	right: 0px;
}
section article.medical > div ol li > div {
	width: 60%;
	padding: 30px;
	margin-left: 40%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
section article.medical > div ol li:nth-child(even) > div {
	margin-right: 40%;
	margin-left: 0%;
}
section article.medical > div ol li > div dl {
	margin-top: 10px;
}
section article.medical > div ol li > div dl dt {
	font-size: 2em;
	margin-bottom: 0.4em;
}
section article.medical > div ol li > div dl dd a {
	margin-top: 16px;
}
section article.medical > div ol li > div dl dd a:after {
	width: 40px;
	height: 40px;
	margin-left: 10px;
}

/* お知らせ */
section article.news_blog {
	margin-top: 70px;
}
section article.news_blog .top_subtitle h2 {
	margin-left: 50px;
}
section article.news_blog ul {
	display: table;
	margin: auto;
}
section article.news_blog ul li span.entry_date {
	width: 7em;
}
section article.news_blog ul li p {
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% - 7em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 7em);/*Firefox4~15対応*/
	width: calc(100% - 7em);
}


/* AGMCグループ */
section article.site_link {
	margin-top: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
}
section article.site_link > div {
	padding: 40px;
	max-width: 1200px;
	margin: 0px auto;
}
section article.site_link .top_subtitle {
	display: block;
	border: none;
	padding: 0px;
	text-align: center;
	position: relative;
}
section article.site_link .top_subtitle h2 {
	border-bottom: none;
	padding-bottom: 0em;
}
section article.site_link .top_subtitle .en_title {
	line-height: 1;
}

section article.site_link ul {
	padding: 0;
	margin-top: 60px;
	background: url("../images/top/agmc_map.png") no-repeat center top;
	background-size: contain;
	padding-top: 34%;
	position: relative;
}
section article.site_link ul li {
	margin-bottom: 0px;
	position: absolute;
	white-space: nowrap;
}
section article.site_link ul li.niiza {
	left: 5%;
	bottom: 65%;
}
section article.site_link ul li.takaido {
	left: 0%;
	bottom: 27%;
}
section article.site_link ul li.shimura {
	left: 65%;
	bottom: 54%;
}
section article.site_link ul li.hiratsuka {
	left: 58%;
	bottom: 13%;
}
section article.site_link ul li .group_name {
	font-size: 2rem;
}
section article.site_link ul li .group_add {
	display: table-cell;
}
section article.site_link ul li .group_site {
	display: table-cell;
	padding-left: 2em;
	position: static;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
section article.site_link ul li a {
	line-height: 2;
	background: #326440 url("../images/arrow_rw.svg") no-repeat 90% center;
	background-size: 6px;
	display: inline-block;
	padding: 0 2em 0 1em;
}

/* メインビジュアル　バナー */

.siteimg_banner {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 55%;
    width: 300px;
    right: auto;
}
.siteimg_banner ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:c
    enter;
    justify-content:center;
	margin-bottom: 40px;
}
.siteimg_banner ul li {
	width: 200px;
	margin: 0 20px;
}
.siteimg_banner ul li a {
	font-size: 2rem;
	width: 100%;
  height: 100px;
}
.siteimg_banner ul li.banner_royal a img {
	width: 160px;
}
.siteimg_banner ul li.banner_fb a img,
.siteimg_banner ul li.banner_insta a img {
	width: 30px;
	margin-right: 10px;
}
.siteimg_banner .banner_recruit {
	display: table;
	margin: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	border: 5px solid #fff;
}

.siteimg_banner .banner_recruit img{
	
    width: 100%;
}

/* フッターバナー */
section article.footer_banner {
	margin-top: 70px;
}
section article.footer_banner ul {
	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;
	margin-bottom: 40px;
}
section article.footer_banner ul li {
	width: 200px;
	margin: 0 20px;
}
section article.footer_banner ul li a {
	font-size: 2rem;
	width: 100%;
  height: 100px;
}
section article.footer_banner ul li.banner_royal a img {
	width: 160px;
}
section article.footer_banner ul li.banner_fb a img,
section article.footer_banner ul li.banner_insta a img {
	width: 30px;
	margin-right: 10px;
}
section article.footer_banner .banner_recruit {
	display: table;
	margin: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
	overflow: hidden;
}
section article.footer_banner .banner_recruit .banner_sp {
	display: none;
}
section article.footer_banner .banner_recruit .banner_pc {
	display: inline;
}
}


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


@media (min-width: 1200px) {
/* メインビジュアル */
section article.siteimg {
	margin-top: 40px;
	background-size: 583px;
}
section article.siteimg > div {
	padding-top: 0px;
}
section article.siteimg > div .catch {
	width: 45%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(50% - 80px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 80px);/*Firefox4~15対応*/
	width: calc(50% - 80px);
}
section article.siteimg > div .catch .catch1 {
	font-size: 3.4vw;
}
section article.siteimg > div .catch .catch2 {
	font-size: 1.15vw;
}
section article.siteimg > div .catch .catch3 span {
	font-size: 1.35vw;
	padding-left: 16px;
}
section article.siteimg > div .siteimg1 {
	padding-bottom: 30px;
}
section article.siteimg .mv_banner{
	bottom:30px;
	left: 50%;
	width: calc(50% - 80px);
}

/* スライダー */
section article.banner {
	padding: 30px 0;
}
section article.banner li {
	margin: 20px;
}
section article.banner li .banner_title {
	padding: 20px 30px;
	height: 180px;
}
section article.banner li .banner_title strong,
	section article.banner li .banner_title strong * {
	font-size: 3rem;
}
	section article.banner li .banner_title span {
	font-size: 1.2rem;
		margin-top: 0.5em;
}
section article.banner li .banner_note {
	font-size: 1.6rem;
	padding: 15px 25px;
	height: 8em;
}
.slick-prev, .slick-next {
  width: 80px;
  height: 80px;
}
.slick-prev {
  left: 50%;
	-webkit-transform: translate(-620px, -50%);
	-ms-transform: translate(-620px, -50%);
	transform: translate(-620px, -50%);
	background-size: 13px !important;
}
.slick-prev:focus, .slick-prev:hover {
	opacity: 1;
}
.slick-next {
  right: 50%;
	-webkit-transform: translate(620px, -50%);
	-ms-transform: translate(620px, -50%);
	transform: translate(620px, -50%);
	background-size: 13px !important;
}
.slick-prev:focus, .slick-next:focus,.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}
.slick-prev:focus, .slick-next:focus {
	opacity: 0.6;
}

/* 見出し */
.top_subtitle {
}
.top_subtitle h2 {
	font-size: 2.8rem;
}
.top_subtitle .en_title {
	font-size: 15rem;
}

/* 診療時間 */
section article.time_table .schedule {
	width: 760px;
}
section article.time_table table thead th {
	padding: 0.6em 0;
}
section article.time_table table tbody th {
	width: 150px;
}
section article.time_table table tbody td .ope {
	width: 610px;
}
section article.time_table table tbody td small {
	font-size: 0.7em;
}
section article.time_table .reservation {
	width: 300px;
}
section article.time_table table tbody td {
	padding: 1em;
}


/* メインビジュアル　バナー */
.siteimg_banner {
    left: auto;
	right: 10%;
	bottom: 20px;
    width: 400px;
}


/* 当院紹介動画 */
section article.youtube {
}

/* 当院の特徴 */
section article.medical > div ol {
}
section article.medical > div ol li {
	padding-top: 130px;
	margin-top: 70px;
	position: relative;
}
section article.medical > div ol li:first-child {
	margin-top: 20px;
}
section article.medical > div ol li .features_img {
	width: 680px;
}
section article.medical > div ol li > div {
	width: 680px;
	padding: 50px;
	margin-left: 440px;
}
section article.medical > div ol li:nth-child(even) > div {
	margin-right: 440px;
	margin-left: 0px;
}
section article.medical > div ol li > div dl dd a {
	margin-top: 20px;
}
section article.medical > div ol li > div dl dd a:after {
	width: 50px;
	height: 50px;
	margin-left: 16px;
}

/* AGMCグループ */
section article.site_link > div {
	padding: 70px 40px;
}
section article.site_link .top_subtitle .en_title {
	font-size: 10rem;
}

section article.site_link ul {
	padding: 0;
	margin-top: 60px;
	background: url("../images/top/agmc_map.png") no-repeat center top;
	background-size: contain;
	padding-top: 34%;
	position: relative;
}
section article.site_link ul li.niiza {
	left: 62px;
	bottom: 248px;
}
section article.site_link ul li.takaido {
	bottom: 100px;
}
section article.site_link ul li.shimura {
	left: 770px;
	bottom: 205px;
}
section article.site_link ul li.hiratsuka {
	left: 685px;
	bottom: 50px;
}
section article.site_link ul li .group_name {
	font-size: 2.4rem;
	margin-bottom: 5px;
}
section article.site_link ul li a {
	background: #326440 url("../images/arrow_rw.svg") no-repeat 90% center;
	background-size: 6px;
	padding: 0 4em 0 1em;
}




/* フッターバナー */
section article.footer_banner ul {
	margin-bottom: 70px;
}
section article.footer_banner ul li {
	width: 330px;
	margin: 0 40px;
}
section article.footer_banner ul li a {
	font-size: 2.4rem;
  height: 130px;
}
section article.footer_banner ul li.banner_royal a img {
	width: 202px;
}
section article.footer_banner ul li.banner_fb a img,
section article.footer_banner ul li.banner_insta a img {
	width: 33px;
	margin-right: 15px;
}
section article.footer_banner .banner_recruit {
	display: table;
	margin: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
	overflow: hidden;
}
section article.footer_banner .banner_recruit .banner_sp {
	display: none;
}
section article.footer_banner .banner_recruit .banner_pc {
	display: inline;
}

}


@media (min-width: 1400px) {
/* メインビジュアル */
section article.siteimg > div .catch .catch1 {
	font-size: 3.2vw;
}
section article.siteimg > div .catch .catch2 {
	font-size: 1.1vw;
}
section article.siteimg > div .catch .catch3 span {
	font-size: 1.2vw;
	margin-right: 1.5em;
	padding-left: 1em;
}
/* メインビジュアル　バナー */
.siteimg_banner {
	bottom: 40px;
    width: 460px;
}
}







/* メインビジュアル　バナー */


@media (min-width: 1120px) {
.tel-veterinarian {
        font-size: 1.5em;
        padding: 15px 5px;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -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;
        margin-top: 20px;
        background: #f8f7ee;
        width: 68%;
        margin: 20px 0 0;
}}


.tel-veterinarian p {
        white-space: nowrap;
        margin-right: 1em;
        font-weight: bold;
    }
    
.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;
        margin-left: 1em;
}
    
.tel-veterinarian dt {
        margin-right: 1em;
}


@media (max-width: 780px) {
    .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;
    }

.tel-veterinarian p {
        text-align: center;
        margin-right: 0;
        margin-bottom: 1em;
    }
}

@media (max-width: 1120px) {
    .tel-veterinarian {
    font-size: 1.5em;
    padding: 15px 5px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -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;
    margin-top: 20px;
    background: #f8f7ee;
    width: 100.7%;
    margin: 20px 0 0;
    flex-direction: column;
    border: 0;
}
}