@charset "UTF-8";
/* CSS Document */

.category {
  padding: 5px 10px;
  border-radius: 6px;
}
.category a {
  font-size: 12px;
  color: #fff;
}
.スラッグ名01 {
  background-color: #f00;
}
.スラッグ名02 {
  background-color: #ccc;
}

.spot_sub_title {
		font-size: 2em;
	font-weight: bold;
  position: relative;
  color: #333;
  text-shadow: 0 0 5px white;
}
.spot_sub_title:before {
  content: "";
  position: absolute;
  background:#97BC57;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.spot_sub_all {
	margin-bottom: 30px;
}
.spot_sub_red {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}
.spot_sub_text {
	margin-bottom: 30px;
}
.spot_sub_img {
	float: left;
	width: 40%;
	
}
.spot_sub_img img {
	width: 100%;
}
.spot_sub_map {
	float: right;
	width: 57%;
	height: 315px;
}


/*ーーーーー*/
/*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.55em;   
}
@media screen and (max-width: 768px){
.mon_title {
    width: 100%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    min-height: 50px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
	margin-bottom: 40px;
}
.mon_title-in {
    width: 100%;
    font-size: 1.5em;
    color: #42210B;
    letter-spacing: 2px;
    font-weight: bold;
	text-align: center;
}	
	
.spot_sub_img {
	float: none;
	width: 96%;
	margin-left:auto;
margin-right: auto;
	
}
.spot_sub_img img {
	width: 100%;
}
.spot_sub_map {
		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%;
}
		
}