.profile_table{
	width: 70%;
	margin:20px auto;
	display: table;
}
	.profile_table .tr{
		display: table-row;
	}
	.profile_table .cell{
		display: table-cell;
		vertical-align: top;
	}
	.profile_table .cell:first-child{
		width: 40%;
	}
	.profile_table .cell:last-child{
		width: 60%;
	}
		.profile_table .cell p{
			text-align: center;
			font-size: 14px;
			font-weight: bold;
		}
		.profile_table .cell dl{
			width: 100%;
			display: table;
			padding-top: 25px;
		}
			.profile_table .cell dl dt{
				width: 20%;
				display: table-cell;
				text-align: right;
				font-size: 14px;
				font-weight: bold;
			}
			.profile_table .cell dl dd{
				width: 60%;
				display: table-cell;
				text-align: left;
				font-size: 14px;
			}
				.profile_table .cell dl span{
					display: block;
				}
				.profile_table .cell dl dt span{
					padding-right: 2%;
				}
				.profile_table .cell dl dd span{
					padding-left: 8%;
					line-height:180%;
				}

@media screen and (max-width: 480px){
.profile_table{
	width: 96%;
	margin:0px auto 30px;;
	display: table;
}
	.profile_table .cell dl {
		width: 100%;
		display: table;
		padding-top: 12px;
	}
	.profile_table .cell dl span{
		padding: 0px 10px!important;
		line-height: 1.4;
	}
	.profile_table .cell dl dt{
		width: 30%;
		display: table-cell;
		text-align: right;
		font-size: 1.3rem;
	}
	.profile_table .cell dl dd{
		width: 70%;
		display: table-cell;
		font-size: 1.2rem;
	}
	.about_text{
		font-size: 1.2rem;
		text-align: justify;
	}
	.imgbox img{
		width:85%;
	}
	#contents .contents_block .main_block a{
		width:60%;
	}
}



#salon{}
#salon dl{
	margin:30px 0 40px;
}
#salon dl dt{
	width:280px;
	float:left;
	font-size:28px;
	text-align:right;
	font-weight:bold;
}
#salon dl dd{
	width:540px;
	float:right;
	text-align:left;
}
#salon #contents dl dd a{
	width:200px;
	margin:10px 0 30px 0;
	padding:2px;
}

@media screen and (max-width: 480px){
	#salon{}
	#salon dl{
		margin:30px 10px 40px;
	}
	#salon dl dt{
		width:100%;
		margin-bottom:20px;
		float:none;
		font-size:28px;
		text-align:left;
		font-weight:bold;
	}
	#salon dl dd{
		width:100%;
		float:none;
		text-align:left;
		padding-left: 20px;
	}
	#salon dl dd.image img{
		width:88%;
		height:auto;
	}
	#salon #contents dl dd a{
		width:200px;
		margin:10px 0 30px 0;
		padding:2px;
	}
}
.about_name {
	color: #AA8435;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 480px){
	.about_name {
		font-size: 12px;
	 }
}
.about_img {
	padding: 20px;
}


@media screen and (max-width: 480px){
	#contents .contents_block .main_block .one_block p {
	    padding: 10px 3% 0 3%;
	}
}
 @media screen and (max-width: 480px){
	.about_row  {
		margin: 10px;
	 }
}
.mail {
	width: auto !important;
    text-align: left !important;
    border: none !important;
    margin-top:  0!important;
}
.row {
       display: flex;
      -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: center;
       margin-top: 10px;
  }

  .col2 {
	width: 40%;
    padding: 10px;
  }
  .col_text {
	width: 58%;
  }
  .col_img {
	width: 38%;
  }

@media screen and (max-width: 480px){
.row { 
 	flex-wrap: wrap; 
 	 margin-top: 0;
 }
 .col2 {
	width: 100%;
  }

}

