@charset "UTF-8";
/* CSS Document */




.mon_title {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    min-height: 70px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
	margin-bottom: 50px;
}
 
.mon_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:#866251;
  border-radius: 5px;

}   
.mon_title-in {
    width: 100%;
    font-size: 2.2em;
    color: #42210B;
    letter-spacing: 2px;
    font-weight: bold;
	text-align: center;
}	




.map_all {
	padding: 5%;
	border: thin solid #CCCCCC;
	margin-bottom: 20px;
}
.renta_con_all {
	text-align: center;
}
.renta_right {
	width: 30%;
	float: right;
	margin-bottom: 20px;
}
.renta_right img {
	width: 100%;
}
.renta_left {
	width: 65%;
	float: left;
}

/*ーーーーー*/
/*table*/

table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
table a{
    color: #35441B;
}
table a:hover{
    color: #A83524;
}

table.table_01{
	border:solid #35441B thin;
	width:100%;
}
/*table.table_01 */
table.table_01 th{
	background-color:#FFFFFF;
	width:20%;
    color: #35441B;
    
}
table.table_01 th,.table_01 td{
	border:solid #35441B thin;
	 padding: 20px;
    line-height: 1.25em;   
}
@media screen and (max-width: 768px){
.renta_con_all {
	text-align: left;
	width: 96%;
	margin-left:auto;
margin-right: auto;
}	
.mon_title {
  min-height: 80px;
}	
.mon_title-in {
    width: 100%;
    font-size: 2em;
    color: #42210B;
    letter-spacing: 4px;
	line-height: 1.5em;
    font-weight: bold;
	text-align: center;
}		

	
.renta_right {
	float: none;
	width: 96%;
margin-left:auto;
margin-right: auto;
}
.renta_left {
float: none;
	width: 96%;
margin-left:auto;
margin-right: auto;
}
	
	/*table01--医師紹介*/
.table01 {
	width: 96%;	
	}
.table01 th {
/*		background-color: #D3EDFB;*/
	
	}
	/**/
table.table_01 {
	/*border: solid #35441B 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:rgba(53,68,27,0.30);
	color: #35441B;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table_01 th, table.table_01 td {
	padding: 3%;
	box-sizing: border-box;
	width: 100%;
	display: block;
/*	border-bottom: solid #35441B 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%;
}
		
}