@charset "utf-8";

body {
	font-family:"Meiryo", sans-serif;
	width: 100%;
}
a, a:hover{
	text-decoration: none;
}

header{
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#header_navi{
	width: 100%;
	max-width: 1600px;
	height: 142px;
	z-index: 100;
	background: url(../images/navi_back.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 20px;
}

#header_navi .inn{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#header_navi .inn .logo{
	font-size: 0;
	position: absolute;
	top: 15px;
}

#header_navi .inn .tel{
	position: absolute;
	top: 15px;
	right: 20px;
}

#header_navi .inn .access{
	position: absolute;
	bottom: 8px;
	right: 80px;
}

#header_navi .inn .facebook{
	position: absolute;
	bottom: 7px;
	right: 25px;
}

#header_navi .inn a:hover{
	opacity: 0.6;
}

#header_navi nav{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: 42px;
	position: relative;
}

#header_navi nav ul{
	width: 100%;
	max-width: 1200px;
	padding: 0;
	font-size: 0;
}

#header_navi nav li{
	display: inline-block;
	background-image: url(../images/navi_link_back.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#header_navi nav li a{
	display: block;
	list-style: none;
	font-size: 18px;
	line-height: 42px;
	padding: 0 45px;
	text-align: center;
	color: #fff;
}

#header_navi nav li:first-child{
	margin-left: 100px;
}

#header_navi nav li:last-child{
	background-image: none;
}

#header_navi nav li:first-child a:hover, #header_navi nav li.sel:first-child a{
	background-image: url(../images/nav_sel_01.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header_navi nav li:nth-child(2) a:hover, #header_navi nav li.sel:nth-child(2) a{
	background-image: url(../images/nav_sel_02.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header_navi nav li:nth-child(3) a:hover, #header_navi nav li.sel:nth-child(3) a{
	background-image: url(../images/nav_sel_03.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header_navi nav li:last-child a:hover, #header_navi nav li.sel:last-child a{
	background-image: url(../images/nav_sel_04.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* グローバルナビ */

#nav_toggle{
	display: none;
}

.slicknav_menu{
	display: none;
}

/* 共通 */

#page-top {
	position: fixed;
	right: 5%;
	bottom: 28px;
	z-index: 1000;
}
#page-top a {
	display: block;
	padding: 10px;
}

#page-top a:hover {
	opacity: 0.5;
}

footer{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	background: #f1f4f6;
}

footer .footer_navi{
	width: 1100px;
	height: 340px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer .footer_navi > div{
	width: 220px;
}

footer .footer_navi > div:nth-child(2){
	width: 260px;
}

footer .footer_navi h4{
	color: #323232;
	font-size: 18px;
	line-height: 58px;
	margin: 40px 0 15px;
	font-weight: bold;
	border-bottom: 1px solid #323232;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}

footer .footer_navi > div:nth-child(1) h4{
	background-image: url(../images/footer_navi_icon_01.png);
}

footer .footer_navi > div:nth-child(2) h4{
	background-image: url(../images/footer_navi_icon_02.png);
}

footer .footer_navi > div:nth-child(3) h4{
	background-image: url(../images/footer_navi_icon_03.png);
}

footer .footer_navi > div:nth-child(4) h4{
	background-image: url(../images/footer_navi_icon_04.png);
}

footer .footer_navi ul{
	list-style: none;
}

footer .footer_navi ul li{
	text-indent: -1.5em;
	margin-left: 2.5em;
}

footer .footer_navi ul li a{
	display: inline-block;
	vertical-align: middle;
	color: #323232;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 7px;
}

footer .footer_navi ul li a:before{
	content: "▶︎";
	font-size: 50%;
	padding: 0 0.8em;
	vertical-align: middle;
}

footer .footer_navi ul li a:hover{
	color: #cc0033;
}

footer .copy{
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	width: 100%;
	background: #464646;
}


/* トップ */
header .zoomslider{
	height: 740px;
	z-index: 1;
	position: relative;
}

header #mv_read{
	width: 100%;
	max-width: 1600px;
	height: 740px;
	top: 0;
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

header #mv_read .inn{
	padding-top: 150px;
}
header #mv_read .inn > div{
	display: flex;
	justify-content: center;
	align-items: center;
}

header #mv_read p{
	font-family: serif;
	font-size: 40px;
	padding: 0 0.05em;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}

section#top{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
	justify-content: space-between;
}

#top .fb-area{
	width: 500px;
	height: 600px;
}

#top .info-area{
	width: 94%;
	max-width: 660px;
	height: 600px;
}

#top .info-area .ttl{
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
	
#top .info-area .ttl h2{
	padding: 0;
	margin: 0;
	color: #3c3c3c;
	font-weight: bolder;
	font-size: 26px;
	height: 38px;
	border-bottom: 4px solid #787878;
}

#top .info-area .ttl p{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 38px;
	border-bottom: 4px solid #e6e6e6;
}

#top .info-area .news{
	height: 75px;
	width: 90%;
	padding: 0 5%;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow-y: scroll;
}

#top .info-area .news > div{
	width: 87%;
	padding-bottom: 0.2em;
	margin-bottom: 16px;
	border-bottom: 1px dashed #000000;
}

#top .info-area .news p{
	font-size: 14px;
	line-height: 1.4em;
	color: #1e6ec8;
}

#top .info-area .news .days{
	color: #323232!important;
}

#top .book_introduction{
	width: 100%;
	padding-top: 30px;
	height: 360px;
	margin-top: 42px;
	background: #fcf3da;
	position: relative;
}

#top .book_introduction h2{
	font-size: 24px;
	line-height: 1.3em;
	color: #4a3300;
	font-weight: normal;
	margin: 0 32px 24px;
}

#top .book_introduction .link{
	position: absolute;
	right: 25px;
	top: 32px;
}


#top .book_introduction a:hover{
	opacity: 0.6;
}

#top .bx-wrapper{
	margin: 0 auto!important;
	min-width: 574px;
	width: 86%;
}

#top .book_introduction .slide_s li{
	width: 152px;
}

#top .book_introduction .slide_s li .book_introduction_img{
	width: 152px;
	height: outo;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #ccc;
}

#top .book_introduction .slide_s li .book_introduction_img img{
	width: 100%;
	height: auto;
}

#top .book_introduction .slide_s li .book_introduction_txt{
	width: 152px;
	font-size: 14px;
	line-height: 1.2em;
	color: #282828;
	margin: 10px auto 0;
}

#top .book_introduction .slide_s li .book_introduction_txt.en{
	font-size: 12px;
}


#top .book_introduction .bx-wrapper .bx-prev, #top .book_introduction .bx-wrapper .bx-next {
	top: 105px!important;
}

#pick_up{
	width: 100%;
	max-width: 1600px;
	height: 290px;
	margin: 0 auto;
	padding: 50px 0;
	background-image: url(../images/pick_up_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#pick_up .inn{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#pick_up h2{
	font-weight: normal;
	font-size: 32px;
	color: #fff;
	line-height: 1.0em;
}

#pick_up .inn .banner{
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
}

#pick_up .inn .banner a{
	width: 48%;
	height: auto;
	overflow: hidden;
}

#pick_up .inn .banner a img{
	width: 100%;
	transition-duration: 0.8s;
}

#pick_up .inn .banner a:hover img{
	transform: scale(1.05);
	transition-duration: 0.8s;
}

.split01{
	animation: fadeIn01 2.0s ease 0.0s 1 normal;
}
.split02{
	animation: fadeIn02 2.0s ease 0.0s 1 normal;
}
.split03{
	animation: fadeIn03 2.0s ease 0.0s 1 normal;
}
.split04{
	animation: fadeIn04 2.0s ease 0.0s 1 normal;
}
.split05{
	animation: fadeIn05 2.0s ease 0.0s 1 normal;
}
.split06{
	animation: fadeIn06 2.0s ease 0.0s 1 normal;
}
.split07{
	animation: fadeIn07 2.0s ease 0.0s 1 normal;
}
.split08{
	animation: fadeIn08 2.0s ease 0.0s 1 normal;
}
.split09{
	animation: fadeIn09 2.0s ease 0.0s 1 normal;
}
.split10{
	animation: fadeIn10 2.0s ease 0.0s 1 normal;
}
.split11{
	animation: fadeIn11 2.0s ease 0.0s 1 normal;
}
.split12{
	animation: fadeIn12 2.0s ease 0.0s 1 normal;
}


@keyframes fadeIn01 {
  0% {opacity: 0; transform: scale(0.0);} 
  65% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn02 {
  0% {opacity: 0; transform: scale(0.0);} 
  68% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn03 {
  0% {opacity: 0; transform: scale(0.0);} 
  71% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn04 {
  0% {opacity: 0; transform: scale(0.0);} 
  74% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn05 {
  0% {opacity: 0; transform: scale(0.0);} 
  77% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn06 {
  0% {opacity: 0; transform: scale(0.0);} 
  80% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn07 {
  0% {opacity: 0; transform: scale(0.0);} 
  83% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn08 {
  0% {opacity: 0; transform: scale(0.0);} 
  86% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn09 {
  0% {opacity: 0; transform: scale(0.0);} 
  89% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn10 {
  0% {opacity: 0; transform: scale(0.0);} 
  92% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn11 {
  0% {opacity: 0; transform: scale(0.0);} 
  95% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

@keyframes fadeIn12 {
  0% {opacity: 0; transform: scale(0.0);} 
  98% {opacity: 0; transform: scale(0.0);} 
  100% {opacity: 1; transform: scale(1.0);} 
}

/* コンテンツ */
header #mv{
	width: 100%;
	max-width: 1600px;
	height: 450px;
}

header .patients{
	background: url(../images/page_mv02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

header .intern{
	background: url(../images/page_mv03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

header .medical_personnel{
	background: url(../images/page_mv04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

header .others{
	background: url(../images/page_mv05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

header #mv .inn{
	width: 50%;
	max-width: 588px;
	height: 450px;
	position: relative;
}

header .patients .inn{
	background: url(../images/page_mv02_ttl.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

header .intern .inn{
	background: url(../images/page_mv03_ttl.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

header .medical_personnel .inn{
	background: url(../images/page_mv04_ttl.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

header .others .inn{
	background: url(../images/page_mv05_ttl.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

header #mv .inn .ttl{
	position: absolute;
	font-size: 34px;
	line-height: 1.0em;
	color: #fff;
	right: 64px;
	top: 284px;
}

header #pankuzu{
	width: 100%;
	max-width: 1600px;
	height: 45px;
	background: #ebeff0;
}

header #pankuzu ul{
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

header #pankuzu li{
	font-size: 14px;
	line-height: 45px;
	color: #3c3c3c;
	display: inline-block;
	margin-right: 0.8em;
}

header #pankuzu li a{
	color: #3c3c3c;
	text-decoration: underline;
}

header #pankuzu li:before{
	content: ">";
	margin-right: 0.8em;
}

header #pankuzu li:first-child:before{
	content: none;
	margin-right: 0;
}

header #pankuzu li a:hover{
	color: #cc0033;
}

#content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}

#content #side_navi{
	width: 28%;
	max-width: 330px;
}

#content #side_navi ul{
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}

#content #side_navi ul li{
	font-size: 18px;
	line-height: 1.4em;
	width: 330px;
	height: 60px;
	border-bottom: 1px solid #5a5a5a;
}

#content #side_navi ul li:first-child{
	border-top: 1px solid #5a5a5a;
}


#content #side_navi ul li a{
	color: #3c3c3c;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 1.0em;
	background-color: #fff;
	background-image: url(../images/side_navi_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#content #side_navi ul li a:hover, #content #side_navi ul .sel a{
	color: #fff;
	background-color: #ff3366;
	background-image: url(../images/side_navi_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}

@media(min-width:768px) {
#content #side_navi ul{
	display: block!important;	
}
}

#content section{
	width: 68%;
	margin-left: 5%;
	max-width: 800px;
	padding: 34px 0;
	min-height: 600px;
	background-image: url(../images/section_line.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#content section p{
	color: #3c3c3c;
	font-size: 16px;
	line-height: 1.7em;
}

#content section p a{
	color: #3c3c3c;
    padding-left: 14px;
    background: transparent url(../images/ico_arrow_02.png) no-repeat 3px center;
	text-decoration: underline;
}

#content section p a:hover{
	opacity: 0.5;	
	text-decoration: none;
}

#content section p a[target$='_blank']{
	color: #3c3c3c;
    padding-left: 21px;
    background: transparent url(../images/ico_web.png) no-repeat 3px center;
}

#content section h1{
	width: 100%;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 35px;
	font-weight: normal;
	color: #3c3c3c;	
}

#content section h2{
	width: 100%;
	font-size: 20px;
	line-height: 1.8em;
	font-weight: normal;
	color: #cc0033;
	border-bottom: 1px solid #cc0033;
	margin: 34px 0 20px;
}

#content section h3{
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	color: #3c3c3c;
	border-left: 9px solid #f0b2c2;
	padding-left: 1.0em;
	margin: 28px 0 20px;
}

#content section h4 {
    font-size: 18px;
    font-weight: normal;
    background-color: #fdebe9;
    padding: 8px 12px;
	margin: 22px 0;
}

/* 丸リスト*/
#content section ul{
	color: #3c3c3c;
	font-size: 16px;
	line-height: 1.7em;
	margin: 20px 0 0 2.5em;
}

#content section ul a{
	color: #3c3c3c;
    padding-left: 14px;
    background: transparent url(../images/ico_arrow_02.png) no-repeat 3px center;
	text-decoration: underline;
}

#content section ul a:hover{
	opacity: 0.5;	
	text-decoration: none;
}

#content section ul a[target$='_blank']{
	color: #3c3c3c;
    padding-left: 21px;
    background: transparent url(../images/ico_web.png) no-repeat 3px center;
}

/* 数リスト*/
#content section ol{
	color: #3c3c3c;
	font-size: 16px;
	line-height: 1.7em;
	margin: 20px 0 0 2.5em;
}

#content section ol a{
	color: #3c3c3c;
    padding-left: 14px;
    background: transparent url(../images/ico_arrow_02.png) no-repeat 3px center;
	text-decoration: underline;
}

#content section ol a:hover{
	opacity: 0.5;	
	text-decoration: none;
}

#content section ol a[target$='_blank']{
	color: #3c3c3c;
    padding-left: 21px;
    background: transparent url(../images/ico_web.png) no-repeat 3px center;
}

#content section ol a[href$=".pdf"][target$="_blank"], section a[href$=".pdf"] {
    padding: 0 0 0 22px;
    background: transparent url(../images/ico_pdf_s.jpg) no-repeat no-repeat 0 0px;
}

#content section sup{
	vertical-align:super;	
	font-size:small;
}

#content div.scroll{
overflow-x: scroll;
}

#content span.attention{
	color: #cc0033;
}

/* 表*/
table.main_table {
    width: 100%;
    padding: 0;
    margin: 1.5em auto;
    border: solid 1px #CCC;
    font-weight: normal;
    font-size: 14px;
	color: #333;
	font-family: "Meiryo", sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: white;
	line-height: 1.9em;
}

table.staff th {
    width: 12%;
}

table.main_table th {
    background: #e5f0f4;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 6px;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}

table.main_table td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    vertical-align: middle;
    padding: 6px;
	text-align: right;
}

table.main_table td.point {
    background: #f5f5f5;
    text-align: center;
}

table.main_table td.small {
    font-size: 12px;
    padding: 2px;
    text-align: center;
}

table.staff td.room {
    text-align: center;
}

th, td {
    font-weight: normal;
}

/* 患者の皆様へ　＞　教授挨拶 */
.greeting{
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}

.greeting .photo {
    display: block;
    float: left;
}

.greeting .photo img {
  border-radius: 8px;
}

img, iframe {
    border: none;
    text-decoration: none;
}

p.name {
    padding-top: 75px;
    padding-left: 210px;
    font-size: 21px !important;
}

/* 教授挨拶 

#medical_greeting > div{
	width: 100%;
	height: 188px;
	font-size: 20px;
	line-height: 1.0em;
	margin: 0 0 30px;
	position: relative;
}

#medical_greeting > div > img{
	position: absolute;
	right: 0;
}

#medical_greeting > div > p{
	position: absolute;
	top: 96px;
	right: 230px;
}
*/

/*研究内容*/

#content section h4.kenkyushokai{
line-height: 26px;
padding:6px 12px;
}

/* 書籍紹介 */
#books .booklist{ 
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

#books .booklist img{
	width: 160px;
	height: auto;
	border: 1px solid #000;
}

#books .booklist > div{
	position: absolute;
	top: 15px;
	left: 200px;
}

.text-c{
	text-align: center;
}

.text-r{
	text-align: right;
}

.pc{
	display: block;
}

.sp, .sp_in{
	display: none;
}

/*サイトマップ*/

#content section ul.sitemap{
list-style: none;
margin-left:0px;
}

