@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	border: 1px solid #000;
	padding: .5em;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}


/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
}
a:visited {
	text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_lef {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.img_right {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
	text-align:center;
}
.center {
	text-align:center;
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 75%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align: right;
}

.txt_underline {
	border-bottom: 1px dotted;
	margin-bottom: 2px;
}
.f18 {
	font-weight:bold;
}
.f20 {
	font-weight:bold;
}
.f24 {
	font-weight:bold;
}
.f28 {
	font-weight:bold;
	font-size:110%;
}
.f38 {
	font-weight:bold;
	font-size:115%;
}
.f40 {
	font-weight:bold;
	font-size:120%;
}
.f48 {
	font-weight:bold;
	font-size:125%;
}
.room_title {
	padding:5px;
	margin:5px auto;
	font-weight:bold;
	text-align:center;
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
}
.sp_none {
	display: none;
}
.size_s {
	width: 120px;
}
.size_m {
	width: 180px;
}
.size_l {
	width: 220px;
}
.max_w {
	max-width: 100%;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	background-color:#FDFBE2;
	color: #444444;
	font-size:14px;
}
#wrap {
/*スマホメニュー初期は一様の余白調整
position: relative;
top: 50px;
*/
}
#frame {
}
#header {
	display: none;
}
#main {
	width: 96%;
	margin: 0 auto;
}
/*------------------------------------------
■　box
------------------------------------------*/
.box {
	margin: 0px auto;
	clear: both;
}
.box_bg {
	background: url("../img/bg07.gif") repeat scroll center 0 transparent;
	border-radius: 0;
	margin: 10px auto;
	padding: 15px;
}
.box_border {
	border: 2px solid #f88905;
	margin: 10px auto;
	padding: 15px;
}
.box_01 {
	background: url("../img/box_01.jpg") no-repeat scroll center 0;
	border: 1px solid ;
	border-radius: 5px;
	margin: 10px auto;
	padding: 5px 15px;
}
/*------------------------------------------
■　box_a
------------------------------------------*/
.box_a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 10px;
}
.box_a_in {
}
.box_a_bottom {
}
/*------------------------------------------
■　txt_area
------------------------------------------*/
.txt_area {
	margin: 0px auto;
	clear: both;
}
.txt_area_bg {
	background: #FDFBE2 url("../img/bg08.gif") repeat scroll center 0;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	margin: 10px auto;
	padding: 10px 15px;
}
.txt_area_border {
	background:#FDFBE2 url("../img/bg01.gif") repeat scroll center 0;
	border: 1px dashed #f88905;
	margin: 10px auto;
	padding: 15px;
}
/*------------------------------------------
■　reason_box
------------------------------------------*/
.reason_box {
	background-color:#f88905;
	margin:0 auto;
	padding:5px;
	color:#fff;
	font-weight:bold;
}
.reason_in {
	background-color:#fff;
	padding:10px;
	margin:0 auto;
	color:#333;
	font-weight:normal;
}
.reason_title, .reason_title2, .reason_title3, .reason_title4, .reason_title5 {
	border-bottom: 2px dotted ;
	font-size: 100%;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:10px;
}
/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
	display: block;
	font-size: 10px;
	margin: 0 auto;
	padding: 0;
}
.h1_txt {
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-size: 9px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	display: none;
}
/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg {
}
#top {
	margin: 0 auto;
	padding: 0px 0 0;
	text-align: left;
}
/*------------------------------------------
■order
------------------------------------------*/
.order {
	margin: 10px auto;
	padding: 2px;
	text-align: center;
}


.order_in {
	margin:0 auto;
	padding:5px;
}
h3.copy {
	font-size: 14px;
	padding: 5px 10px;
}
.order_copy01 {
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 15px;
	padding: 12px 40px;
	text-align: center;
	width: 74%;
	
}



.order_copy02 {
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 auto 10px;
	text-align: center;
}
.order_image, .order_logo {
	display:block;
	margin:0 auto;
	width:98%;
}
/*　▼テキスト▼　*/
.order p.txt_cap {
	font-size: 12px;
	margin-top: 5px;
}
.order p.order_time {
	font-size: 12px;
	line-height: 140%;
}
/*　▼TEL番号エリア▼　*/
.order a.txt_tel {
	display: block;
	font-size: 26px;
	line-height: 100%;
	margin: 8px auto;
}
/*　▼ボタンエリア▼　*/

.order_mail a {
	border-radius: 10px;
	display: block;
	font-size: 18px;
	letter-spacing: 0.04em;
	margin: 10px auto;
	padding: 0;
	text-shadow: 1px 1px 1px #7f7f7f;
	width: 96%;
}
.order_btn {
}
.plain {
	white-space: nowrap;
}
/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h4.title {
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin: 15px auto 10px;
	padding:12px 10px;
	text-align: center;
}
/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
	border-left: 10px solid;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding-left: 10px;
}
.sub_title_b {
	border-bottom: 3px solid;
	font-weight: bold;
	margin: 10px auto 10px;
	padding: 10px 0;
}
.sub_title_c {
	border-bottom: 1px solid;
	border-left: 10px solid;
	line-height: 130%;
	font-weight: bold;
	margin: 10px auto 10px;
	padding: 0 15px 5px;
}
.sub_title_d {
	border-radius: 5px;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 10px;
	text-align: center;
}
.sub_title_e {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 5px 0 6px;
}
.sub_title_f {
	border-left: 10px solid;
	letter-spacing: 0.09em;
	margin: 10px auto 10px;
	padding: 10px;
}
.sub_title_g {
	border-left: 10px solid;
	letter-spacing: 0.09em;
	margin: 10px auto 10px;
	padding: 10px;
}
.sub_title_h {
	border-bottom: 2px dashed;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 5px 0;
	text-align: center;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
	padding: 4px 4px 4px 20px;
}
.icon_check {
	background: url("../img/icon_check_small.png") no-repeat scroll 0 6px transparent;
	padding: 4px 4px 4px 20px;
}
/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01, .list_box_02, .list_box_03, .list_box_04, .list_box_05 {
	border: 1px solid;
	border-radius: 5px;
	margin: 10px auto;
	padding: 10px;
	font-size:90%;
}
/*------------------------------------------
■ ポイント01
------------------------------------------*/

.point01 {
	border: 2px solid;
	margin: 0 auto 10px;
	padding:15px;
}
.point01 .point_set .point_title span.num, .point02 .point_set .point_title span.num {
	border: 1px solid;
	border-radius: 10px;
	margin: 10px auto;
	padding: 5px;
}
.point01 .point_title {
	border-bottom: 1px dashed;
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	padding-bottom: 8px;
}
.point01 .point_set .point_title span.num {
	border-radius: 10px;
	display: block;
	font-size: 14px;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 70%;
}
.point01 .point_set p {
	padding:10px;
}
/*------------------------------------------
■ ポイント02
------------------------------------------*/
.point02 .point_set {
	border: 2px solid;
	margin: 0 auto 10px;
	padding:15px;
		background-color: #ffffff;
}
.point02 .point_title {
	border-bottom: 2px dashed;
	font-weight: bold;
	margin: 0 0 15px;
	padding:0 0 8px;
	line-height:180%;
	font-size:110%;
}
.point02 .point_set .point_title span.num {
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	margin-right: 5px;
	padding: 3px 10px;
}
.point02 .point_set p {
}
/*------------------------------------------
■ STEP
------------------------------------------*/
.step_set {
	border: 2px solid;
	margin: 10px auto;
	padding: 0 10px 10px;
}
.step_title {
	border-bottom: 2px dashed;
	font-weight: bold;
	line-height: 260%;
	margin: 10px 0;
	padding: 0 5px 0px 0px;
}
.step_title2 {
	border-bottom: 2px dashed;
	font-weight: bold;
	line-height: 140%;
	margin: 10px 0;
	padding: 0 5px 0px 0px;
}
.s_block {
	display: block;
	float: left;
	font-size: 96%;
	height: 35px;
	line-height: 268%;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 0 9px;
	text-align: center;
	width: 16%;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_set {
	background: none repeat scroll 0 0 #ffffff;
	border: 5px solid #efefef;
	margin: 0 auto 10px;
	padding: 20px;
}
.voice .voice_title {
	border-bottom: 2px dashed #987c31;
	color: #987c31;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
ul.bxslider .voice_set {
	background: none repeat scroll 0 0;
	border: 5px solid;
	margin: 0 auto 10px;
	padding: 20px;
}
ul.bxslider .voice .voice_title {
	border-bottom: 2px dashed;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
ul.bxslider .voice_right {
	margin:0 10px 10px 10px;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq .faq_set {
	border: 5px solid;
	border-radius: 5px;
	margin: 0 auto 10px;
	padding: 15px;
}
.faq .faq_title {
	border-bottom: 2px dashed;
	font-size: 15px;
	font-weight: bold;
	line-height: 160%;
	margin: 0 0 10px;
	padding-bottom: 5px;
}
.faq .faq_set .faq_title span.q {
	font-size: 120%;
	margin: 0 10px 0 0;
	text-align: center;
}
.faq .faq_set span.a {
	font-size: 120%;
	margin: 0 10px 0 0;
	text-align: center;
	font-weight:bold;
}
.faq .faq_set p {
	padding:0px;
}
/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
}
.block_right {
}
.room {
	padding: 10px;
}
/*------------------------------------------
■ 会社概要
------------------------------------------*/

/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 12px;
	margin: 15px auto;
}
.map_in {
	display: block;
	height: 300px;
	margin: 0 auto;
	width: 90%;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
	font-size: 70%;
	margin: 10px auto;
	width: 100%;
}
.table01 th {
	padding: 5px 5px;
	text-align: left;
	width: 30%;
	border: 1px solid;
}
.table01 td {
	padding: 5px 5px;
	border: 1px solid;
}
.table02 {
	margin: 20px auto;
	width: 100%;
}
.table02 th {
	border: 1px solid;
	padding: 5px;
}
.table02 td {
	padding: 5px;
	border: 1px solid;
	font-size:85%;
}
.table02 td.td_c {
	text-align: center;
}
.table02 td.td_r {
	text-align: right;
}
.table03 {
	font-size: 70%;
	margin: 10px auto;
	width: 100%;
}
.table03 th {
	padding: 5px 5px;
	text-align: left;
	width: 30%;
	border: 1px solid;
}
.table03 td {
	padding: 5px 5px;
	border: 1px solid;
}
/*------------------------------------------
■　box_e 整体「保険治療0円」
------------------------------------------*/
.box_e {
	border-radius: 5px 5px 5px 5px;
	margin: 0px auto;
	padding: 10px 0 5px;
}
.box_e_title {
	font-weight: bold;
	padding: 0 10px;
}
.box_e .box_e_in {
	margin:5px 5px 0;
	padding: 5px 10px 10px;
}
.box_e .st {
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin: 10px auto;
	padding: 5px 20px;
}
.st_a {
	border-left: 10px solid;
	font-weight: bold;
	margin: 0px auto 10px;
	padding-left: 12px;
}
.st_area {
	border: 1px dashed;
	margin: 10px auto 0;
	padding: 10px;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
	margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 1px dashed;
	margin: 10px auto;
}
.inq_box {
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed;
	overflow: hidden;
}
.inq_box_title {
	border-left: 8px solid;
	display: block;
	font-weight: bold;
	margin: 10px auto 0;
	padding-left: 5px;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	margin: 0 auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
}
input, textarea, select {
	font-size: 14px;
	margin: 5px auto;
	padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	display: block;
	text-align: center;
	margin: 10px auto 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.8;
}
.footer_btn {
	border: 1px solid;
	box-shadow: 0 1px 2px #CCCCCC;
	text-shadow: 0 1px 0 #EEEEEE;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}
#footer a {
	font-size: 12px;
}
.copyright {
	font-size: 10px;
	padding: 5px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
	border-bottom: 3px solid;
	font-weight: bold;
	margin: 10px 0;
	padding: 12px 0 10px;
	text-align: center;
	font-size: 110%;
}
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
	font-size: 14px;
	line-height: 140%;
	margin: 0 auto;
	padding: 10px 0;
}
.sub_page_h {
	border-bottom-color: #548e00;
	border-bottom: 2px solid;
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 5px 0;
}
