@charset "utf-8";

@media(min-width: 960px) and (max-width: 1199px){
header{
	width: 100%;
	max-width: 1199px;
}

#header_navi{
	width: 100%;
	max-width: 1199px;
}

#header_navi .inn{
	width: 96%;
	max-width: 1199px;
    box-sizing: border-box;
}

#header_navi .inn .logo{
	width: 50%;
	top: 30px;
}

#header_navi .inn .logo img{

}

#header_navi .inn .tel{
	width: 20%;
	min-width: 210px;
	height: auto;
}

#header_navi .inn .access{
	width: 20%;
}

#header_navi .inn .access img{
	width: 100%;
	min-width: 160px;
	height: auto;
}

#header_navi nav{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 42px;
	position: relative;
}

#header_navi nav ul{
	width: 100%;
}

#header_navi nav li a{
	padding: 0 20px;
}

#header_navi nav li:first-child{
	margin-left: 0;
}

footer{
	width: 100%;
	max-width: 1199px;
	margin: 0 auto;
	background: #303030;
}

footer .footer_navi{
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
	color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

footer .footer_navi > div{
	width: 22%;
}

footer .footer_navi > div:nth-child(2){
	width: 50%;
}

footer .footer_navi h4{
	color: #323232;
	font-size: 16px;
	line-height: 1.3em;
	height: 2.5em;
	display: flex;
  align-items: center;
}

footer .footer_navi ul li a{
	font-size: 14px;
}

footer .footer_navi .sitemap{
	display: flex;
	float:left;
	justify-content: space-between;
	margin-top: 20px;
	margin-left: 90px;
	margin-bottom: 35px;
}

footer .footer_navi .sitemap ul li{
	display: flex;
	justify-content: space-between;
	width: 185px;
}

footer .footer_navi .address .address_1 {
  font-size: 1.2em;
  font-weight: bold;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 90px;
}

/* トップ */
header .zoomslider{
	height: 740px;
	z-index: 1;
	position: relative;
}

header .mv_read {
  width: 100%;
  max-width: 1600px;
  height: auto;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 15px 10px -8px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 15px 10px -8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 15px 10px -8px rgba(0,0,0,0.15);
}

header .mv_read img{
	width: 100%;
}

header #mv_read p{
	font-size: 34px;
}

section#top{
	width: 80%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
	justify-content: space-between;
      margin-left: auto;
  margin-right: auto;
}

#top .fb-area{
	width: 45%;
	max-width: 500px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe{
	width: 100%!important;
}

#top .info-area{
	width: 55%;
	max-width: 660px;
}

#top .info-area .news p {
  font-size: 14px;
  line-height: 1.4em;
}

#top .top_greeting {
  width: 400px;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.3));
  margin-right: 42px;
}

#pick_up{
	width: 100%;
	max-width: 1199px;
	margin: 0 auto;
	padding: 50px 0;
	background-position: center top;
	background-repeat: no-repeat;
}

#pick_up .inn{
	width: 96%;
	max-width: 756px;
	margin: 0 auto;
    gap:30px;
}

#pick_up .inn .banner {
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.3));
  margin-right: 12px;
  margin-bottom: 30px;
}

#pick_up .inn .banner:nth-child(3n) {
  margin-right: 0;
}

.box_more {
  position: relative;
  left: 100px;
  top: -45px;
  font-size: 15px;
  margin-bottom: -15px;
  margin-right: -510px;
  width: 130px;
  z-index: 1000;
}

/* コンテンツ */
header #mv{
	width: 100%;
	max-width: 1199px;
}

header #mv .inn{
	width: 50%;
	max-width: 588px;
	height: 450px;
	position: relative;
}

header #mv .inn .ttl{
	padding: 0 1.0em;
}

header #pankuzu{
	width: 100%;
	max-width: 1190px;
}

header #pankuzu ul{
	width: 96%;
	max-width: 1050px;
	margin: 0 auto;
}

#content{
	width: 96%;
	max-width: 1050px;
}

#content #side_navi{
	width: 28%;
	max-width: 330px;
}

#content #side_navi ul li{
	font-size: 15px;
	width: 100%;
	height: 50px;
}

#content #side_navi ul li a{
	height: 50px;
	padding: 0 1.5em 0 0.5em;
}


#content section{
	width: 68%;
	margin-left: 3%;
	max-width: 714px;
	padding: 34px 0;
	min-height: 26.0rem;
}

#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::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #e02e40;
  bottom: -3px;
  width: 20%;
}

#content section h2{
  margin: 1.5em 0;
  padding: 10px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  background-color: #99ccff;
}

#content section h3{
  margin: 1.5em 0 1em 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
  border-left: 10px solid #49d2cd;
  padding-top: 4px;
  padding-left: 16px;
}

#content section h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0px;
	margin: 15px 0;
}

.box {
  margin: 1em 0 1em 30px;
  padding: 7px 15px;
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 10px;
}

/* 患者の皆様へ　＞　教授挨拶 */
.greeting_2{
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}

.greeting_2 .photo {
    display: block;
    float: left;
}

.greeting_2 .photo img {
  border-radius: 8px;
}

img, iframe {
    border: none;
    text-decoration: none;
}

.greeting_2 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;
}

/* 書籍紹介 */
#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;
}
#patient_index{
	word-break: break-all;
}
#guidance{
	word-break: break-all;
}
#medical_index{
	word-break: break-all;
}

/* 表*/
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;
}

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;
}

#content section ul {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1.7em;
}

.study {
    padding-bottom: 1em;
    margin-bottom: 16px;
    border-bottom: 1px dashed #000000;
}
    
.study_box {
    margin: 1em 0;
    padding: 7px 15px;
    background-color: #f6f6f6;
    border: 1px solid #999;
    border-radius: 10px;
}