@media only screen and (max-width: 768px) and (min-width: 541px){
/*--------------------------------------------------
	タブレットのみ適応
--------------------------------------------------*/
.dsp_smt { display: none; }

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/* Before-After */

/* コンテンツ */
#top_cont dl {
	float: left;
	width: 49%;
	margin-bottom: 15px;
}
#top_cont dl:nth-of-type(2n) {
	margin-left: 2%;
}
#top_cont dl+dl+dl {
	margin-bottom: 0;
}

}
/*------------------------------------------------*/

@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
.dsp_hp { display: none; }
.w100 img { width: 100%; 	height: auto; }
.br { display: block; }

/* ヘッダ */
#header {
	padding: 10px;
}

/* タイトル */
#header  p.title {
	width: 40%;
	max-width: 280px;
}
#header p.title img {
	width: 100%;
	height: auto;
}

/* メニュー */
#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#menu_link {
	width: 40px;
	padding: 8px;
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#BBBBBB));
	background: -moz-linear-gradient(top, #FFFFFF 0%, #BBBBBB 100% );
	border-left: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	border-radius: 0 0 0 5px;
	position: absolute;
	right: 0;
	bottom: -79px;
}
#menu_link img {
	width: 100%;
	height: auto;
}

/* メニュー */
#menu li {
	width: 100%;
	text-align: left;
}
#menu li a {
	display: block;
	padding: 15px 10px !important;
	border-bottom: 1px solid #BBBBBB;
	font-size: 18px;
}
#menu li a:hover {
	 padding: 15px 10px 10px 10px !important;
}
#menu li span.en {
	padding-left: 1.5em;
}

/* コンテナ */
#container{
	padding: 10px 0 30px;
}
#container .main {
	padding: 0 10px;
}

/* フッター */
#footer .rogo p img {
	width: 70%;
	max-width: 300px;
	height: auto;
}
#footer .box {
	padding: 0 10px;
}
#footer .f_menu ul {
	margin-bottom: 8px;
	text-align: center;
}
#footer .f_menu li {
	display: inline-block;
	margin-bottom: 12px;
	background-size: auto 100%;
}
#copyright {
	text-align: center;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/

/*--------------------------------------------------
  お問合せ
--------------------------------------------------*/
.contact p.ico {
	margin: 0;
}

/*--------------------------------------------------
  料金
--------------------------------------------------*/
/* 料金一例 */
#fee .case dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
#fee .case dd p {
	float: left;
	width: 40%;
	margin-top: -2%;
	margin-right: 2%;
}
#fee .case dd table.tbl {
	width: 56%;
	margin-top: 2%;
	font-size: 80%;
}
#fee .case dd table.tbl th,
#fee .case dd table.tbl td {
	padding: 2.3%;
}

/* 部分別料金 */
#fee .portion li {
	font-size: 80%;
}

/*------------------------------------------------*/
}