
/* 共通 */
header {
}
section article.contents {
	padding: 50px 0px;
}
section h2 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0.5em;
}
section h2 strong {
    line-height: 1;
    position: relative;
    z-index: 3;
}
section h2 .en_title {
    color: #367bc3;
    display: block;
    position: relative;
    z-index: 2;
}
section h2.deco {
    padding: 1.5em 0 1.5em 1.5em;
    position: relative;
}
section h2.deco:after {
    content: '';
    display: block;
    height: 5em;
    width: 5em;
    background: url("../images/back_dot.png");
    background-size: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
}

/* MV */
section article.mv {
	padding: 0 0 40px;;
    overflow: hidden;
    background: url("../images/back_city.png") repeat-x center 92%;
    background-size: 400px;
}
section article.mv .mv_contents {
	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;
    position: relative;
}
section article.mv .mv_contents .top_catch {
//    height: 400px;
    padding: 1em 0;
    font-size: 1.6rem;
    color: #1661ae;
    font-weight: 600;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
        text-orientation: upright;
    width: 26%;
    vertical-align: middle;
}
section article.mv .mv_contents .top_img {
    margin: -10px -80px 0 15px;
    text-align: left;
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 20px);/*Firefox4~15対応*/
	width: calc(100% - 20px);
}
section article.mv .mv_contents .top_img .slider {
    width: 100%;
    overflow: visible;
}
section article.mv .mv_contents .top_img .slider .slick-list {
    overflow: visible !important;
}

/* お知らせ */
section article.information {
	padding: 30px 0 50px;
    background: #fff;
    position: relative;
}
section article.information:before {
    content: '';
    display: block;
    height: 15px;
    width: 100%;
    background: url("../images/wave_r.png") repeat-x center top;
    background-size: 100% 15px;
    position: absolute;
    top: -14px;
}
section article.information .information_img {
    width: 160px;
    position: absolute;
    top: 40px;
    right: 20px;
}
section article.information dt {
    color: #fff;
    background: #367bc3;
    width: 6em;
    text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section article.information dd {
    margin: -2em 0 1em;
    padding: 0 0 1em 7em;
    border-bottom: dotted 2px #367bc3;
}

/* 診療時間 */
section article.hours {
    background: #eaf3fd;
    position: relative;
}
section article.hours:before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-size: 17px 4px;
    background-image: linear-gradient(to right, #eaf3fd 10px, transparent 7px);
    background-repeat: repeat-x;
    background-position: center bottom;
    position: absolute;
    top: -5px;
}
section article.hours h2 {
    text-align: center;
    margin-bottom: 20px;
}
section article.hours .hours_calendar {
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #fff;
    border: solid 2px #73a6da;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
section article.hours .hours_calendar table {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 15px;
}
section article.hours .hours_calendar table thead th {
    text-align: left;
    padding-bottom: 0.5em;
}
section article.hours .hours_calendar table thead td {
    font-weight: bold;
    width: 2em;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 0.5em;
}
section article.hours .hours_calendar table tr {
    border-bottom: dotted 2px #73a6da;
}
section article.hours .hours_calendar table tbody th {
    font-weight: bold;
    line-height: 1.2;
    height: 4em;
    padding-right: 1em;
    white-space: nowrap;
}
section article.hours .hours_calendar table tbody th small {
    display: block;
}
section article.hours .hours_calendar table tbody td {
    text-align: center;
    white-space: nowrap;
}
section article.hours .hours_calendar table tbody td.maru {
    	font-size: 2rem;
    color: #367bc3;
}
section article.hours .hours_calendar table tbody td.ope p {
	font-size: 1.6rem;
    font-weight: 900;
    line-height: 2;
    color: #c2a94a;
    background: #fdf9ea;
}
section article.hours .hours_calendar > p {
    font-weight: 900;
    color: #367bc3;
    background: #eaf3fd;
    display: table;
    margin: auto;
    padding: 0.2em 0.5em;
}
section article.hours .night .icon_moon {
    width: auto;
    height: 1em;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
section article.hours .night span {
    font-size: 1.3em;
}
section article.hours .night_contact strong {
    font-size: 1.3em;
}
section article.hours .night_contact img {
    width: auto;
    height: 1.5em;
    vertical-align: middle;
    margin: 0 3px 8px 0;
}
section article.hours .hours_img {
    width: 80px;
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 10;
}
  
/* 診療科 */
section article.department {
    padding-bottom: 100px;
    background: #fff;
    background-image: url("../images/top/illust_flag.png"), url("../images/top/illust_balloon.png");
    background-repeat: no-repeat, no-repeat;
    background-position: -20px top, 80% 90%;
    background-size: 150px, 100px;
    position: relative;
}
section article.department:before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-size: 17px 4px;
    background-image: linear-gradient(to right, #fff 10px, transparent 7px);
    background-repeat: repeat-x;
    background-position: center bottom;
    position: absolute;
    top: -5px;
}
section article.department h2 {
    padding: 1.5em 1.5em 1.5em 0;
    text-align: right;
}
section article.department h2.deco:after {
    left: auto;
    right: -10px;
    z-index: 1;
}
section article.department ul {
    list-style: none;
	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-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
section article.department ul li {
    margin-bottom: 20px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);  
	position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
section article.department ul li .department_img {
    text-align: center;
}
section article.department ul li .department_img img {
    height: 80px;
}
section article.department ul li h3 {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 0.8em;
    margin: 0.8em 0;
    position: relative;
}
section article.department ul li h3:after {
    content: '';
    display: block;
    height: 5px;
    width: 2.5em;
    background: #c6dbf1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
section article.department ul li .department_link {
    margin-top: auto;
}
section article.department ul li .department_link a {
    display: block;
    line-height: 2.5;
    color: #fff;
    background: #7fb0e4;
	-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);
}
section article.department ul li .department_link a img {
    width: auto;
    height: 1.2em;
    vertical-align: middle;
    margin: 0 0 3px 3px;
}
section article.department .department_dog {
    width: 80px;
    position: absolute;
    bottom: -20px;
    left: 20px;
    z-index: 10;
}
  
/* 当院のサービス */
section article.service {
    background: #f9f3ee;
    position: relative;
}
section article.service:before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-size: 17px 4px;
    background-image: linear-gradient(to right, #f9f3ee 10px, transparent 7px);
    background-repeat: repeat-x;
    background-position: center bottom;
    position: absolute;
    top: -5px;
}
section article.service h2 {
    text-align: center;
}
section article.service .service_contents {
    margin-bottom: 20px;
}
section article.service .service_contents h3 {
    font-size: 2rem;
    padding: 1em 0 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}
section article.service .service_contents h3:before {
    content: '';
    display: block;
    height: 5em;
    width: 5em;
    background: url("../images/top/foot.png") no-repeat left top;
    background-size: 5em;
    position: absolute;
    top: -10px;
    left: -40px;
    z-index: 1;
}
section article.service .service_contents h3:after {
    content: '';
    display: block;
    height: 3px;
    width: 2.5em;
    background: #c6dbf1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
section article.service .service_contents h3 small {
    font-size: 1.2rem;
    color: #367bc3;
    position: relative;
    z-index: 3;
}
section article.service .service_contents h3 small span {
    font-size: 1.5em;
    color: #367bc3;
}
section article.service .service_contents h3 strong {
    margin-left: 0.5em;
}
section article.service .service_contents .service_link_area {
    text-align: right;
    margin: 1em 0;
}
section article.service .service_contents .service_link_area .service_link {
    display: inline-block;
    line-height: 2.5;
    color: #fff;
    background: #7fb0e4;
    padding: 0 1.5em;
	-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);
}
section article.service .service_contents .service_link_area .service_link img {
    width: auto;
    height: 1.2em;
    vertical-align: middle;
    margin: 0 0 3px 3px;
}
section article.service .service_contents .service_img {
    text-align: center;
}
section article.service .service_contents .service_img img {
    max-width: 80%;
}
section article.service .service_cat {
    width: 80px;
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 10;
}

/* マップ */
section article.map {
    background: #fff;
    position: relative;
}
section article.map:before {
    content: '';
    display: block;
    height: 15px;
    width: 100%;
    background: url("../images/wave.png") repeat-x center top;
    background-size: 100% 15px;
    position: absolute;
    top: -14px;
}
section article.map table {
    margin: 0 auto 20px;
}
section article.map th {
    text-align: center;
    font-weight: bold;
    color: #367bc3;
    line-height: 2;
    background: #eaf3fd;
}
section article.map td:first-child{
    padding: 10px 5px 0 0;
}
section article.map td:last-child{
    padding: 10px 0 0 5px;
}
section article.map .googlemap {
    margin-bottom: 10px;
    height: 360px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    overflow: hidden;
}
section article.map .map_add {
    text-align: center;
    font-weight: bold;
}
section article.map .map_add a {
	font-size: 3.4rem;
    line-height: 1;
    color: #367bc3;
    font-weight: 900;
	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.map .map_add a img {
    width: 30px;
    margin: 8px 5px 0 0;
}

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

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

@media (min-width: 768px) {
section article.contents {
    padding: 60px 0px;
}
section h2 {
    font-size: 3.4rem;
}
section h2 strong {
    line-height: 1.3;
    position: relative;
    z-index: 3;
}
section h2 .en_title {
    padding: 0 5px;
}
section h2.deco {
    padding: 1.5em 0 1em 0;
    position: relative;
}
section h2.deco:after {
    background-size: 60px;
    top: -10px;
    left: -50px;
}

/* MV */
section article.mv {
	padding: 0 0 40px;;
    overflow: hidden;
    background: url("../images/back_city.png") repeat-x center bottom;
    background-size: auto;
}
section article.mv .mv_contents {
    padding: 0 50px;
}
section article.mv .mv_contents .top_catch {
    padding: 1em 0;
    margin-right: 1em;
    font-size: 3rem;
    width: auto;
}
section article.mv .mv_contents .top_img {
    margin: -10px -150px 0 15px;
}

/* お知らせ */
section article.information {
	padding: 50px 35px 100px;
    background: #fff;
    position: relative;
}
section article.information:before {
    height: 40px;
    background-size: 100% 40px;
    position: absolute;
    top: -40px;
    left: 0px;
}
section article.information .top_news {
	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;
}
section article.information h2 {
//    width: 40%;
    width: 190px;
}
section article.information dl {
//    width: 60%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
section article.information dt {
}
section article.information dd {
    padding: 0 0 1em 8em;
}
section article.information .information_img {
    width: 200px;
    top: 160px;
    right: auto;
    left: 0px;
}

/* 診療時間 */
section article.hours:before {
    height: 6px;
    background-size: 20px 6px;
    background-image: linear-gradient(to right, #eaf3fd 12px, transparent 8px);
    background-repeat: repeat-x;
    background-position: center bottom;
    top: -6px;
}
section article.hours > div {
	padding: 0 35px;
}
section article.hours h2 {
    margin-bottom: 20px;
}
section article.hours .hours_calendar {
    padding: 40px 60px;
    margin-bottom: 20px;
}
section article.hours .hours_calendar table {
    margin-bottom: 25px;
    font-size: 1.8rem;
}
section article.hours .hours_calendar table thead th {
    font-size: 1.8rem;
    padding-bottom: 0.8em;
}
section article.hours .hours_calendar table thead td {
    width: auto;
    padding-bottom: 0.8em;
    width: 10%;
}
section article.hours .hours_calendar table tbody th {
    padding-right: 1.5em;
    width: 20%;
}
section article.hours .hours_calendar table tbody td.maru {
    	font-size: 2.6rem;
}
section article.hours .hours_calendar table tbody td.ope p {
	font-size: 2rem;
    line-height: 2;
}
section article.hours .hours_calendar > p {
	font-size: 1.8rem;
    padding: 0.2em 1em;
}
    
section article.hours .night .icon_moon {
    width: 22px;
    height: auto;
    margin: 0 5px 8px 0;
}
section article.hours .night span {
    font-size: 1.3em;
}
section article.hours .night_contact strong {
    font-size: 1.3em;
}
section article.hours .night_contact img {
    width: auto;
    height: 1.5em;
    margin: 0 5px 8px 0;
}
section article.hours .hours_img {
    width: 80px;
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 10;
}
section article.hours .hours_img {
    width: 110px;
}

/* 診療科 */
section article.department {
    background-position: -20px top, 85% 90%;
    background-size: auto, auto;
    position: relative;
}
section article.department:before {
    height: 6px;
    background-size: 20px 6px;
    background-image: linear-gradient(to right, #fff 12px, transparent 8px);
    background-repeat: repeat-x;
    background-position: center bottom;
    top: -6px;
}
section article.department > div {
    padding: 0 35px;
	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;
}
section article.department h2 {
    width: 30%;
    padding: 1.5em 0;
    text-align: left;
    margin-top: 100px;
}
section article.department h2.deco:after {
    left: -50px;
    right: auto;
}
section article.department ul {
    width: 70%;
}
section article.department ul li {
}
section article.department ul li .department_img {
}
section article.department ul li .department_img img {
    height: auto;
}
section article.department ul li h3 {
    font-size: 2rem;
}
section article.department ul li .department_link a {
    line-height: 2.8;
}
section article.department ul li .department_link a img {
    height: 1.5em;
    margin: 0 0 5px 5px;
}
section article.department .department_dog {
    width: 110px;
    position: absolute;
    bottom: -20px;
    left: 50px;
}
  
/* 当院のサービス */
section article.service {
}
section article.service:before {
    height: 6px;
    background-size: 20px 6px;
    background-image: linear-gradient(to right, #f9f3ee 12px, transparent 8px);
    background-repeat: repeat-x;
    background-position: center bottom;
    top: -6px;
}
section article.service > div {
    padding: 0 35px;
}
section article.service .service_contents {
    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;
}
section article.service .service_contents > div {
    width: 60%;
}
section article.service .service_r {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
section article.service .service_contents h3 {
    font-size: 3rem;
}
section article.service .service_contents h3 small {
    font-size: 1.4rem;
}
section article.service .service_contents .service_link_area .service_link img {
    height: 1.5em;
    margin: 0 0 5px 5px;
}
section article.service .service_contents .service_img {
    width: 35%;
}
section article.service .service_contents .service_img img {
    max-width: 100%;
}
section article.service .service_cat {
    width: 110px;
    right: 50px;
}

/* マップ */
section article.map {
}
section article.map:before {
    height: 40px;
    background-size: 100% 40px;
    position: absolute;
    top: -40px;
    left: 0px;
}
section article.map > div {
    padding: 0 35px;
}
section article.map table {
    margin: 0 auto 30px;
}
section article.map td:first-child{
    padding: 15px 10px 0 0;
}
section article.map td:last-child{
    padding: 15px 0 0 10px;
}
section article.map .googlemap {
    margin-bottom: 15px;
    height: 400px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
section article.map .map_add {
	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:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}
section article.map .map_add a {
    margin-left: 30px;
}
}

@media (min-width: 1200px) {
/* 共通 */
header {
}
section article.contents {
	padding: 100px 0px;
}
section h2 {
    font-size: 4rem;
}
section h2.deco {
    padding: 1.5em 0 1em 0;
    position: relative;
}
section h2.deco:after {
    background-size: 60px;
    top: 0px;
    left: -90px;
}

/* MV */
section article.mv {
	padding: 0 0 40px;;
}
section article.mv .mv_contents {
    padding: 0 50px;
}
section article.mv .mv_contents .top_catch {
    padding: 1em 0;
    margin-right: 1em;
    font-size: 3.8rem;
}
section article.mv .mv_contents .top_img {
    margin: -10px -200px 0 15px;
}

/* お知らせ */
section article.information {
	padding: 80px 35px 100px;
}
section article.information:before {
    height: 60px;
    background-size: 100% 60px;
    position: absolute;
    top: -60px;
}
section article.information .top_news {
}
section article.information h2 {
//    width: 40%;
    width: 300px;
}
section article.information dl {
//    width: 60%;
}
section article.information dt {
}
section article.information dd {
    padding: 0 0 1em 8em;
}
section article.information dd:last-child {
    margin-bottom: 0;
}
section article.information .information_img {
    width: auto;
    top: 200px;
}

/* 診療時間 */
section article.hours:before {
}
section article.hours > div {
	padding: 0;
}
section article.hours h2 {
    margin-bottom: 20px;
}
section article.hours .hours_calendar {
    padding: 40px 60px;
    margin-bottom: 20px;
}
section article.hours .hours_calendar table tbody th {
    padding-right: 1.5em;
}
section article.hours .hours_calendar table tbody td.maru {
}
section article.hours .hours_calendar table tbody td.ope p {
}
    
section article.hours .night .icon_moon {
}
section article.hours .night span {
}
section article.hours .night_contact strong {
}
section article.hours .night_contact img {
}
section article.hours .hours_img {
}
section article.hours .hours_img {
    width: auto;
    right: auto;
    left: 50%;
    margin-left: 470px;
}

/* 診療科 */
section article.department {
    background-position: -20px top, 85% 90%;
    background-size: auto, auto;
}
section article.department:before {
}
section article.department > div {
    padding: 0;
}
section article.department h2 {
    width: auto;
    padding: 1.5em 0 1em 0;
}
section article.department h2.deco:after {
    background-size: 60px;
    top: 0px;
    left: -90px;
}
section article.department ul {
    width: 860px;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
section article.department ul li {
    margin: 0 40px 50px 0;
	width: 30%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc((100% - 80px) / 3);/*Chrome19~25対応*/
	width: -moz-calc((100% - 80px) / 3);/*Firefox4~15対応*/
	width: calc((100% - 80px) / 3);  
}
section article.department ul li:nth-child(3n) {
    margin-right: 0;
}
section article.department ul li .department_img {
}
section article.department ul li .department_img img {
}
section article.department ul li h3 {
    font-size: 2.4rem;
}
section article.department ul li .department_link a {
}
section article.department ul li .department_link a img {
}
section article.department .department_dog {
    width: auto;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -600px;
}
  
/* 当院のサービス */
section article.service {
}
section article.service:before {
}
section article.service > div {
    padding: 0;
}
section article.service .service_contents {
    margin-bottom: 20px;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
section article.service .service_contents > div {
    width: 60%;
}
section article.service .service_r {
}
section article.service .service_contents h3 {
    font-size: 3.4rem;
}
section article.service .service_contents h3 small {
}
section article.service .service_contents .service_link_area .service_link img {
}
section article.service .service_contents .service_img {
}
section article.service .service_contents .service_img img {
}
section article.service .service_cat {
    width: auto;
    right: 50%;
    margin-right: -600px;
}

/* マップ */
section article.map {
}
section article.map:before {
    height: 60px;
    background-size: 100% 60px;
    position: absolute;
    top: -60px;
}
section article.map > div {
    padding: 0;
}
section article.map table {
    margin: 0 auto 40px;
}
section article.map td:first-child{
    padding: 15px 15px 0 0;
}
section article.map td:last-child{
    padding: 15px 0 0 15px;
}
section article.map .googlemap {
    margin-bottom: 15px;
    height: 480px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
section article.map .map_add {
}
section article.map .map_add a {
}
}

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

.map_img img {
    display: table;
    clip-path: url(#mask);
}

