@charset "utf-8";
@media screen,print and (min-width: 769px) {
/*横幅769px以上に適応*/
	.header2-in-m {
		display: none;
	}
	

/*---------------------------------
.header2
------------------------------------*/    
	.top_main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 817px;
    background-image: url(../images/top_main.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
	}
/*---------------------------------
コンテンツ
------------------------------------*/  
	.top_con_1 {
			margin-left: auto;
	margin-right: auto;
	}
	.top_con_1_in {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
padding-top: 70px; 
    padding-bottom: 150px;
	}
	.top_con_1_all {
		border-top:thin solid #CCCCCC;
		border-bottom:thin solid #CCCCCC;
		height: auto;
		padding:5% 2%;
	}	

/*経歴*/
	.top_con_1_in_left {
		width: 45%;
		float: left;
	/*	margin-left: 7%;*/
		line-height: 2em;
	}
	
/*監督*/
	.top_con_1_in_right {
		width: 50%;
		float: right;
/*		margin-right: 7%;*/
	}		

/*-------------特集------------------*/
	.top_con_2 {
    background-color: #FDF2E6;
    margin-left: auto;
    margin-right: auto;
	}
	.top_con_2_in {
		max-width: 1100px;
			margin-left: auto;
	margin-right: auto;
padding-top: 100px;
		padding-bottom: 155px;
	}
/*特集タイトル*/
.top_tokusyu_title_all {
	/*	width: 70%;
		margin-left: auto;
	margin-right: auto;*/
	
}	
.top_tokusyu_title_top {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 85px;
    min-height: 60px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
	margin-bottom: 10px;
	font-family: "Helvetica Neue",
	Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
	Meiryo,
    sans-serif;
	
}
 
.top_tokusyu_title_top :before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#42210B;
  border-radius: 5px;

} 	

/*ーーー詳細ボタンーーー*/	
	.googlemap {
		margin-top: 20px;
		margin-bottom: 20px;
		height: 500px;
	}
.map_more {
		width: 30%;
margin-left:auto;
margin-right: auto;
		background-color: #FFFFFF;
		padding:3% 2%;

		text-align: center;
	border-radius: 4px;
	border: 2px solid #333333;
	margin-top: 20px;
	/*	position:absolute;
	
bottom:0;
	right: 0; 
	left: 0;*/
	}	
	
.map_more a {
    background-image: url("../images/more_yaji_br.png");
    background-repeat: no-repeat;
    background-position: 0% center;
    padding-left: 20px;
    font-size: 1em;
 		color:#333333;
    text-decoration: none;
    text-align: left;
	transition : all 0.5s;
	
}
.map_more:hover {

   background-color: #cccccc; 
	color: #333333;
    text-decoration: none;
	
}	


	
/*目的別*/	
	.top_con_4 {
			margin-left: auto;
	margin-right: auto;
		height: auto;
	}
	.top_con_4_in {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    /* [disabled]padding-top: 100px; */
    padding-bottom: 180px;
	}	

.top_mokuteki_title {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    min-height: 60px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
	margin-bottom: 10px;
	font-family: "Helvetica Neue",
	Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
	Meiryo,
    sans-serif;
	
}
 
.top_mokuteki_title :before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#42210B;
  border-radius: 5px;

} 	
.top_mokuteki_title_in {
    width: 100%;
    font-size: 2.2em;
    color: #000000;
  /*  letter-spacing: 2px;*/
    font-weight: bold;
	text-align: center;
}	
	.top_mokuteki_title_text {
	text-align: center;
	margin-bottom: 80px;	
	font-size: 120%;
	
	}	

.contents-scroll {
    width: 100%;

  
}
/*目的別*/	
	.top_con_5 {
			margin-left: auto;
	margin-right: auto;
		height: auto;
	}
	.top_con_5_in {
		max-width: 980px;
			margin-left: auto;
	margin-right: auto;
padding-top: 80px;
		padding-bottom: 180px;
	}		
	
	
/*-----*/
.contents-end {
    width: 100%;
    text-align: center;
  
}

/* 横いっぱいのカルーセル指示 */
.simply-scroll-container {
	position: relative;
	margin-top: 30px;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 466px;
    height: 350px;
}
.simply-scroll-list li img {
    display: block;
}

/* 　横いっぱいのカルーセル指示ここまで */	
    
    
  
}
/*----------------------------------------------------
  .top_time 診療時間
----------------------------------------------------*/
/*table*/

table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
table a{
    color: #F8C284;
}
table a:hover{
    color: #A83524;
}

table.table_01{
	border:solid  #CCCCCC thin;
	border-left:none;
	border-right: none;
	
	width:100%;
}
/*table.table_01 */
table.table_01 th{
	background-color:#FFFFFF;
	width:20%;
    color: #33333;
	border-bottom:solid  #CCCCCC thin; 
    
}
table.table_01 th,.table_01 td{
/*	border:solid #F8C284 thin;*/
	 padding: 20px;
    line-height: 1.55em;  
	border-bottom:solid  #CCCCCC thin; 
}	
@media screen and (max-width: 768px){
	
	
	
	
/*table.table_01 */
	
	/*table01--医師紹介*/
.table01 {
	width: 96%;	
	}
.table01 th {
/*		background-color: #D3EDFB;*/
	
	}
	/**/
table.table_01 {
	/*border: solid #F8C284 thin;*/
	width: 96%;
margin-left:auto;
margin-right: auto;
	border: none;
}

/*table.table_01 */
table.table_01 {
	width: 96% !important;
	margin: 0 auto !important;
    border-right: none;
}
table.table_01 th {
    background-color: #cccccc;
    color: #333333;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}
table.table_01 th, table.table_01 td {
	padding: 3%;
	box-sizing: border-box;
	width: 100%;
	display: block;
/*	border-bottom: solid #F8C284 thin;*/
	border: none;
}
table.table_01 tr:last-child td {
	border-bottom: none;
}
table.table_01 input{
	width:100%;
	box-sizing:border-box;
}
table.table_01 textarea {
	width: 100%;
}
}
