/* CSS Document */

#salon .cts_area{
	line-height: 170%;
}

/* 店舗データ **********************************************/
.parking{
	font-size: 0.8em;
}

/* 営業カレンダー ******************************************/
#gcal{
  text-align:center;
}

#gcal iframe{
  width:100%;
  max-width:752px;
  height:400px;
}

@media (min-width: 960px) {
  #gcal iframe {
    height: 600px;
  }
}

/* 地図 ****************************************************/
.access_map{
	text-align: center;
}

.access_map img{
	border: 1px solid #ccc;
	margin: 0 auto;
}

/* 施術の流れ **********************************************/
#flow .flow_order{
	margin-top: 64px;
	text-align: left !important;
}


img.fig_flow_l{
	text-align: center;
	border-radius: 4px;
	width: 440px;
	height: 320px;
}

img.fig_flow_s{
	border-radius: 2px;
	width: 200px;
	height: 145px;
}