@charset "UTF-8";
/* 追加CSS */
/* 下層 スタッフ紹介の名前 中央寄せ */
.sec_staff{
	h3,h4{
        width: fit-content;
        margin: 0 auto;
	}
	
}
/* 下層 料金表調整 */
.table-menu02{
	@media ( min-width : 768px ){
	td{
		text-align:right!important;
	}
	}
}
/* flex 余白*/
.gap20 {
  gap: 20px;
}
@media (max-width: 768px) {
  .gap20 a:not(:last-of-type) {
    margin-bottom: 20px;
  }
}