@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px) {
	.dsp_smt {
		display: none;
	}
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp {
		display: none;
	}
	/* ヘッダ */
	#header {
		overflow: hidden;
		height: auto;
		padding: 0;
		background: #fff;
	}
	#header h1 {
		width: 100%;
		color: #999;
		font-size: 10px;
		line-height: 1;
	}
	#header p.title {
		height: 50px;
		padding-left: 10px;
	}
	#header p.title img {
		width: auto;
		max-height: 30px;
	}
	#sticky {
		position: relative;
		z-index: 9997;
	}
	#sticky.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel, #header .contact .btn {
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .btn {
		right: 44px;
	}
	#header .contact .txt, #header .contact .tel span, #header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box {
		padding: 40px 15px;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .address {
		margin: 5px 0 15px;
		text-align: center;
	}
	#footer .map {
		box-sizing: border-box;
		height: 250px;
		margin-top: 30px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb {
		margin-bottom: 40px;
	}
	.pt {
		padding-top: 40px;
	}
	.pb {
		padding-bottom: 40px;
	}
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* メニューコンテンツ */
	#top_menu .box {
		width: 32%;
	}
	#top_menu dl dt img {
		border: 3px solid #006837;
	}
	#top_menu .box img {
		width: 80%;
	}
	/*--------------------------------------------------
		交通事故治療
	--------------------------------------------------*/
	#treatment_content .txt03 {
		display: inline-block;
		position: absolute;
		left: 0;
		transform: translateX(0);
	}
	#treatment_content .box ul {
		padding: 60px 10px 30px;
	}
	#treatment_content .box ul li {
		width: 136px;
	}
	#treatment_content .box ul li span {
		width: 136px;
		height: 136px;
		margin-bottom: 10px;
	}
	#treatment_content .box ul li span img {
		width: 60px;
	}
	#treatment_content .box ul li p {
		font-size: 12px;
	}
	/*施術の流れ*/
	#treatment_flow .box {
		padding: 20px;
	}
	#treatment_flow .box img {
		width: 44%;
	}
	#treatment_flow .box ul li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#treatment_flow .box ul li .step {
		margin-right: 10px;
	}
	#treatment_flow .box ul li .txt {
		font-size: 14px;
	}
	/*--------------------------------------------------
		スタッフ紹介
	--------------------------------------------------*/
	#staff .box {
		font-size: 15px;
	}
	#staff .left {
		min-width: 160px;
		margin-right: 30px;
	}
	#staff ul.inner li {
		width: 100%;
		margin-right: 0;
	}
	#staff ul.inner li.list2 {
		text-indent: 30px;
		width: 100%;
		font-size: 16px;
		line-height: 2;
	}
	/*--------------------------------------------------
		施設案内
	--------------------------------------------------*/
	#facility_content ul.box li {
		width: 48%;
		margin-right: 4%;
	}
	/*治療の進め方*/
	#facility_flow .box img {
		width:36%;
	}
	#treatment_flow .box ul {
		position: relative;
		list-style: none;
	}
	#facility_flow .box ul li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#facility_flow .box ul li .no {
		min-width: 43px;
		min-height: 43px;
		font-size: 27px;
	}
	#facility_flow .box ul li .txt {
		font-size: 14px;
		font-weight: bold;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th, #mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"], #mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}
	/*------------------------------------------------*/
}