@charset "utf-8";


/* クリニックについて(/clinic/)
---------------------------------------------------------------------------*/


/**************************************/
/* フォルダ共通設定 */
/**************************************/
.reserve #page_img { background-image: url("../../common/img/reserve/page_img.jpg"); }


/* index.php
---------------------------------------------------------------------------*/
.reserve .btn_area div .detail_btn:first-child { float: left; }
@media screen and (min-width:768px) { /* PC・タブレット */
	.reserve .btn_area {
		width: 600px;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px) { /*SP */
	.reserve .btn_area div .detail_btn {
		width: 45%;
	}
}
