@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*
ベースカラー設定　青　で設定されています。
検索置き換えなどを使用して、（#ed762d）を変更調整して使用してください。
*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html {
	color: #000;
	background: #FFF;
}
* {
	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 #CCCCCC;
	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;
}
input, textarea, select {
	font-size: inherit;
	font-weight: inherit;
 *font-size:100%;
	max-width:100%;
}
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 {
	color: #ed762d;
	text-decoration: none;
}
a:hover {
	color: #ff9600;
	text-decoration: none;
}
a:visited {
	color: #d6416e;
	text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
}

.img_center_t {
	display: block;
	margin: 10px auto;
	clear: both;
}
.size_s {
}
.size_m {
	border: 2px solid #f2f2f2;
	box-shadow: 3px 3px 3px #CCCCCC;
}
.size_ms {

}

.size_l {
}
.max_w {
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 90%;
}
.txt_ssmall {
	font-size: 85%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align:right;
}
.txt_red {
	color: #cc0000;
}
.txt_yellow {
	color: #FF6;
}
.txt_blue {
	color: #0066cc;
}

.txt_ore {
	color: #F90;
}
.txt_keycolor {
	color: #ed762d;
}
.txt_keycolor2 {
	color: #299d3a;
}
.txt_keycolor3 {
	color: #535353;
}
.txt_marker {
	background-color: #fff799;
}
.txt_underline {
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 2px;
	line-height: 200%;
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定(基本枠組)
------------------------------------------*/
html {
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(../img/bg_dot_orange_01.gif);/*横繰り返し画像で背景設定しています。使わない場合は設定を削除、1枚画像等を使う場合は設定を変更してください。*/
	background-repeat: repeat;
	background-position: center 0;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 18px;
	line-height: 180%;
}
#wrap {
	background: url("../img/wrap_bg.png") repeat-y scroll center 0;
	width: 100%;
	min-width: 920px;
	margin: 0 auto;
	text-align: center;
}
#frame {
	width: 920px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#main {
	width: 840px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*------------------------------------------
■ h1エリア
------------------------------------------*/
h1 {
	background-color: #2e1510;
	color: #FFFFFF;
	font-size: 12px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 25px;
	height: 25px;
}
.h1_txt {
	display: block;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	height: 85px;
	padding: 0;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ed762d;
	background-color: #FFF;
}
#header_in {
	background: url("../img/header.gif") no-repeat scroll center 0 transparent;
	height: 85px;
	padding: 0px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_in .header_tel {
}
#header_in .header_tel_number {
	left: 418px;
	position: absolute;
	top: 32px;
	color: #535353;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 30px;
	white-space: nowrap;
	cursor: default;
}
#header_in .header_btn {
	left: 706px;
	position: absolute;
	top: 11px;
}
/*------------------------------------------
■TOP画像エリア
------------------------------------------*/
#top {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/top.png);/*横幅広いTOP用に背景化しています。*/
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 457px;
}
#top h2 {
	display: none;
}
/*------------------------------------------
■オーダー（お申込み）エリア
------------------------------------------*/
.order {
	background: url(../img/order.jpg) no-repeat center top;
	padding: 0;
	height: 417px;
	position: relative;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.order_area {
}
/*　▼営業時間▼　*/
.order p.txt_cap, .order p.order_time {
	display: none;
}
/*　▼TEL番号エリア▼　*/
.order_tel {
}
.order a.txt_tel {
	left: 79px;
	position: absolute;
	top: 336px;
	white-space: nowrap;
	color: #313131;
	display: block;
	font-size: 34px;
	font-weight: bold;
	line-height: 100%;
	cursor: default;
}
/*　▼ボタンエリア▼　*/
.order_mail {
	display: block;
	left: 416px;
	position: absolute;
	top: 308px;
}
.order_btn {
}

/*　▼ボタンエリア▼　*/
.link_mail {
	display: block;
	left: 646px;
	position: absolute;
	top: 19px;
}
.link_btn {
}
.plain {
	white-space: nowrap;
}
/*------------------------------------------
■ h3タイトル
------------------------------------------*/

/*▼タイトルをテキストにする場合①（左寄せ）はコチラ
h3.title {
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 130%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
	text-shadow: 1px 1px 1px #666666;
	box-shadow: 0px 3px 3px #CCCCCC;
	padding: 20px 10px 20px 80px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}*/

/*▼タイトルをテキストにする場合②（センタリング）はコチラ
h3.title {
	background: url("../img/title_bg2.gif") no-repeat scroll center 0 transparent;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 150%;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-shadow: 1px 1px 1px #666666;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #CCCCCC;
	height: auto;
	padding: 10px;
}*/


/*▼タイトルを画像にする場合はコチラ*/
h3.title {
	clear: both;
	display: block;
	height: 90px;
	margin: 15px auto 10px;
	text-indent: -4000px;
}

h3.t_000 {
	background: url("../img/title_000.gif") no-repeat scroll center 0 transparent;
}
h3.t_001 {
	background: url("../img/title_001.gif") no-repeat scroll center 0 transparent;
}
h3.t_002 {
	background: url("../img/title_002.gif") no-repeat scroll center 0 transparent;
}
h3.t_003 {
	background: url("../img/title_003.gif") no-repeat scroll center 0 transparent;
}
h3.t_004 {
	background: url("../img/title_004.gif") no-repeat scroll center 0 transparent;
}
h3.t_005 {
	background: url("../img/title_005.gif") no-repeat scroll center 0 transparent;
}
h3.t_006 {
	background: url("../img/title_006.gif") no-repeat scroll center 0 transparent;
}
h3.t_007 {
	background: url("../img/title_007.gif") no-repeat scroll center 0 transparent;
}
h3.t_008 {
	background: url("../img/title_008.gif") no-repeat scroll center 0 transparent;
}
h3.t_009 {
	background: url("../img/title_009.gif") no-repeat scroll center 0 transparent;
}
h3.t_010 {
	background: url("../img/title_010.gif") no-repeat scroll center 0 transparent;
}
h3.t_011 {
	background: url("../img/title_011.gif") no-repeat scroll center 0 transparent;
}
h3.t_012 {
	background: url("../img/title_012.gif") no-repeat scroll center 0 transparent;
}
h3.t_013 {
	background: url("../img/title_013.gif") no-repeat scroll center 0 transparent;
}
h3.t_014 {
	background: url("../img/title_014.gif") no-repeat scroll center 0 transparent;
}
h3.t_015 {
	background: url("../img/title_015.gif") no-repeat scroll center 0 transparent;
}
/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
	border-left: 8px solid #ed762d;
	font-size: 22px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto;
	padding-left: 10px;
}

.sub_title_a2 {
	border-left: 8px solid #43ae34;
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto;
	padding-left: 10px;
}

.sub_title_b {
	border-bottom: 3px solid #ed762d;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 160%;
	margin: 10px auto;
	padding: 5px 10px;
}

.sub_title_b2 {
	border-bottom: 3px solid #ff9600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 160%;
	margin: 10px auto;
	padding: 5px 10px;
}

.sub_title_c {
	border-bottom: 1px dotted #ed762d;
	border-left: 10px solid #ed762d;
	font-size: 22px;
	font-weight: bold;
	line-height: 160%;
	margin: 10px auto;
	padding: 5px 15px 5px;
}
.sub_title_d {
	background-color: #ed762d;
	box-shadow: 2px 2px 2px #666666;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 130%;
	margin: 10px auto;
	padding: 10px 25px 6px;
}

.sub_title_d01 {
	background-color: #f9ecc2;
	box-shadow: 2px 2px 2px #666666;
	color: ##ed762d;
	font-size: 24px;
	line-height: 130%;
	margin: 10px auto;
	padding: 10px 25px 6px;
	font-weight: bolder;
	border-bottom: 5px solid #ed762d;
}

.sub_title_d02 {
	display:none;
}

.sub_title_e {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 27px;
	line-height: 180%;
	margin: 0;
	padding: 5px auto 6px;
	text-align: center;
	font-weight: bold;
}
.sub_title_f01 {
	background-color: #F8F3E7;
	border-left: 15px solid #ef7918;
	box-shadow: 1px 1px 1px #CCCCCC;
	color: #535353;
	font-size: 20px;
	line-height: 160%;
	margin: 10px 0 15px;
	padding: 8px 10px 6px 20px;
	font-weight: bold;
}

.sub_title_f02 {
	background-color: #F8F3E7;
	border-left: 15px solid #299d3a;
	box-shadow: 1px 1px 1px #CCCCCC;
	color: #535353;
	font-size: 20px;
	line-height: 160%;
	margin: 10px 0 15px;
	padding: 8px 10px 6px 20px;
	font-weight: bold;
}
.sub_title_bg {
	background: url("../img/sub_title_bg.gif") no-repeat scroll center 0 transparent;
	font-size: 30px;
	font-weight: bold;
	height: 64px;
	line-height: 262%;
	padding-left: 60px;
}
/*------------------------------------------
■　section, box, txt_area
------------------------------------------*/

.section_t {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

.section {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
.box {
	margin: 0px auto;
	clear: both;
}
.box_bg {
	background: url("../img/bg03.gif") repeat scroll center 0 transparent;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px #CCCCCC;
	margin: 20px auto;
	padding: 20px 20px;
}
.box_border {
	background-color: #FCFAF8;
	border: 5px double #CCCCCC;
	margin: 20px auto;
	padding: 20px 20px;
}
.txt_area {
	padding: 0px;
}
.txt_area_bg {
	background-color: #fdfbf6;
	border: 1px solid #d5cfba;
	padding: 10px 20px 15px;
	margin: 10px auto;
}
.txt_area_border {
	background-color: #FFFFFF;
	border: 5px solid #f2f2f2;
	padding: 10px 20px;
	margin: 0px auto 15px;
}



.txt_area_dotted{
	background-color: #FFFFFF;
	border: 3px dotted #74bb45;
	padding: 10px 15px;
	margin: 10px 20px;
}




.txt_area_fl{
	display:block;
	float:left;
	text-align:left;
	padding: 0px auto;
	width:450px;
	font-size: 100%;
	
	}
	
.txt_area_fr{
	display:block;
	float:right;
	text-align:left;
	width:345px;
	padding-top: 0px;
	padding-right: 0px;
	}
	


.txt_area_ami{
	background: url("../img/bg06.gif") repeat scroll center 0 transparent;
	padding: 10px 20px 15px;
	margin-top: 15px;
}


.video_box_fl{
	display:block;
	float:left;
	text-align:left;
	width:430px;
	font-size: 100%;
	padding-top: 10px;
	
	}
	
.video_box_fr{
	display:block;
	float:right;
	text-align:left;
	width:400px;
	padding-top: 0px;
	}
	
.txt_area_w{
	background-color: #FFFFFF;
	padding: 15px 20px 20px;
	margin: 0px auto 0px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border: 1px solid #f2f2f2;

}	


.txt_area_wimg{
	background: url("../img/bg02.gif") repeat scroll 0 0;
	padding: 15px 20px 20px;
	margin: 0px auto 20px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border: 1px solid #f2f2f2;

}

.txt_area_wimg2{
	background: url("../img/bg01.gif") repeat scroll 0 0;
	padding: 15px 20px 0px;
	margin: 0px auto 20px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border: 1px solid #f2f2f2;

}


.txt_voice_fl{
	display:block;
	float:left;
	text-align:left;
	padding: 0px auto;
	width:350px;
	font-size: 100%;
	
	}
	
.txt_voice_fr{
	display:block;
	float:right;
	text-align:left;
	width:300px;
	padding-top: 10px;
	padding-right: 15px;
	}



.info_fl{
	display:block;
	float:left;
	text-align:left;
	padding: 0px auto;
	width:620px;
	font-size: 100%;
	
	}
	
.info_fr{
	display:block;
	float:right;
	text-align:left;
	width:210px;
	padding-top: 0px;
	padding-right: 0px;
	}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 0;
	padding-left: 34px;
}
/*------------------------------------------
■ list_box
------------------------------------------*/




.list_box_01 {
	background: url("../img/list_box_01.jpg") no-repeat scroll center 0 transparent;
	height: 502px;
}
.list_box_01 ul {
	line-height: 200%;
	margin: 0 15px;
	width: 780px;
	padding: 135px 10px 0px;
}
.list_box_01 ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 0 transparent;
	font-size: 24px;
	/*font-weight: bold;*/
	line-height: 100%;
	list-style: none outside none;
	padding-bottom: 10px;
	padding-left: 32px;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	color:#535353;
	margin-left:25px;
}

.list_box_02 {
	/*background: url("../img/list_box_01.jpg") no-repeat scroll center 0 transparent;*/
	height: 394px;
}
.list_box_02 ul {
	line-height: 200%;
	margin: 0 30px 0 250px;
	width: 490px;
	padding: 100px 10px 20px;
}
.list_box_02 ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 0 transparent;
	font-size:20px;
	/*font-weight: bold;*/
	line-height: 100%;
	list-style: none outside none;
	padding-bottom: 6px;
	padding-left: 30px;
	padding-top: 3px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	color:#ed762d;
	margin-left:15px;
}


/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_03{
	height: auto;
}

.list_box_03 ul{
	padding: 0 0 0;
	margin:0px 10px 10px 25px;
	width: auto;
}
.list_box_03 ul li{
	list-style: none outside none;
	font-size:16px;
	line-height: 130%;
	margin: 3px 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
}
/*------------------------------------------
■ 特徴BOX
------------------------------------------*/
.box_m {
	background-color: #DEDBB7;
	border-radius: 10px 10px 10px 10px;
	margin: 0;
	padding: 0 0 30px;
}
.box_m_txt {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	margin: 0 30px;
	padding: 20px 20px 10px;
}
.box_m_set {
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px auto;
	padding-bottom: 5px;
}
.sub_title_m {
	border-bottom: 3px solid #0f218c;
	color: #0f218c;
	font-size: 28px;
	line-height: 130%;
	margin: 0 auto 15px;
	padding-bottom: 5px;
}
.m_block {
	display: none;
	background-color: #F4F5E0;
	border-left: 10px solid #ed762d;
	box-shadow: 1px 1px 1px #999999;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	font-size: 22px;
	margin-right: 15px;
	padding: 3px 20px 0;
}
.p_icon {
	width: 120px;
	margin-right: 10px;
}
/*------------------------------------------
■ box_e
------------------------------------------*/
.box_e {
	background-color: #b3d465;
	border-radius: 5px 5px 5px 5px;
	margin: 10px auto;
	padding: 20px 20px 15px;
}
.box_e_title {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.box_e .box_e_in {
	background: none repeat scroll 0 0 #FCF8F2;
	line-height: 140%;
	margin-top: 0px;
	padding: 15px 20px 20px;
	text-align: left;
	margin-bottom: 10px;
}
/*------------------------------------------
■ フロートボックス
width: 216px;にすれば、横に3つ並びますよ！ <
------------------------------------------*/
.con2_1, .con2_2, .con2_3, .con2_4,.con2_5,.con2_6 {
	background-color: #FDFBF6;
	border: 1px solid #D5CFBA;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
	float: left;
	height: 200px;
	margin: 10px 5px;
	padding: 10px 15px;
	width: 357px;
}
.con2_title {
	border-bottom: 3px dotted #ed762d;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 6px;
	padding-top: 10px;
	text-align: center;
	color: #41210d;
}
/*------------------------------------------
■ 新要素　グリッドデザイン（新フロートボックス）
------------------------------------------*/
.gd_box {
	letter-spacing: -0.34em;
*letter-spacing:normal;
*word-spacing:-0.43em;
	text-rendering: optimizespeed;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
}
.gd_1-2, .gd_1-3, .gd_2-3, .gd_1-4, .gd_3-4 {
	display: inline-block;
*display:inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}
.gd_1-2 {
	width: 50%;
 *width: 49.9690%;
}
.gd_1-3 {
	width: 33.3333%;
 *width: 33.3023%;
}
.gd_2-3 {
	width: 66.6667%;
 *width: 66.6357%;
}
.gd_1-4 {
	width: 25%;
 *width: 24.9690%;
}
.gd_3-4 {
	width: 75%;
 *width: 74.9690%;
}
/*------------------------------------------
■ POINT
------------------------------------------*/
.point_title {
	border-bottom: 2px dotted #ed762d;
	color: #AA0000;
	font-size: 22px;
	font-weight: bold;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}


/*------------------------------------------
■ point_area
------------------------------------------*/

.box_point{
	background:no-repeat scroll 0 0 transparent;
	background-color:#cdb688;
	height:auto;
	background-position:top center;
	margin: 20px auto 20px;
	padding-top:0px;
	padding-bottom:10px;
	display: block;
	border-radius: 10px;
	/*box-shadow: 2px 2px 2px #CCCCCC;*/
}




.point_area{
	clear:both;
	padding: 15px 10px 0px 10px;
	width: auto;
	display: block;
	background-color:#FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border:5px solid #FFFFFF;
	min-height: 100px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.point_area_b{
	clear:both;
	margin:20px auto;
	padding: 10px 10px 10px 25px;
	width: auto;
	display: block;
	background-color:#FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border:1px solid #B2B2B2;
	height: 335px;
}

.point_img{
	display: block;
	float: left;
	margin: 0 10px 0 5px;
	padding-right: 0px;
}



.point_txt{
	display: block;
	margin: 0 0px 0 0px;
	padding: 5px 0px 20px 0px;
	float: left;
	width:620px;
}



h5.point_t_title_b{
	margin: 5px 0 10px;
	height: 77px;
	text-indent: -4000px;
	display: block;
	width:631px;
}

h5.point_t_title{
	margin: 0px 0 10px;
	height: 53px;
	text-indent: -4000px;
	display: block;
	width:620px;
	border-bottom: 1px dotted #ed762d;
}
.pt_001{background: url("../img/point_t1.png") no-repeat scroll center 0 transparent;}
.pt_002{background: url("../img/point_t2.png") no-repeat scroll center 0 transparent;}
.pt_003{background: url("../img/point_t3.png") no-repeat scroll center 0 transparent;}
.pt_004{background: url("../img/point_t4.png") no-repeat scroll center 0 transparent;}
.pt_005{background: url("../img/point_t5.png") no-repeat scroll center 0 transparent;}



.point_number{
	display:none;
}


/**/

/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area {
	background-color: #FFFFFF;
	border: 10px solid #DEDBB7;
	margin: 20px auto;
	padding: 20px;
}
.step_title {
	background-color: #FFFFFF;
	border-bottom: 2px dashed #ff9600;
	border-top: 2px dashed #ff9600;
	color: #535353;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size: 28px;
	letter-spacing: 0.04em;
	line-height: 180%;
	margin: 10px 0;
	padding: 0;
}
.s_block {
	background-color: #ff9600;
	border-radius: 30px;
	box-shadow: 1px 1px 1px #666666;
	color: #FFFFFF;
	font-size: 20px;
	margin-right: 15px;
	padding: 6px 30px;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_area {
	background: url("../img/bg01.gif") repeat scroll 0 0 transparent;
	border-radius: 5px 5px 5px 5px;
	/*box-shadow: 0 0 2px #CCCCCC, 0 0 2px #CCCCCC inset;*/
	font-size: 96%;
	line-height: 160%;
	margin: 0 auto 20px;
	padding: 20px 20px 20px;
}
.voice {
	background: url("../img/bg08.gif") repeat scroll 0 0 transparent;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #CCCCCC, 0 0 2px #CCCCCC inset;
	font-size: 94%;
	line-height: 160%;
	margin: 0 auto 10px;
	padding: 10px 15px 10px;
}


.voice_L {
	background: url("../img/bg08.gif") repeat scroll 0 0 transparent;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #CCCCCC, 0 0 2px #CCCCCC inset;
	font-size: 96%;
	line-height: 160%;
	display:block;
	margin: 0 auto 10px;
	padding: 10px 15px 10px;
	float:left;
	width:360px;
	height:350px;
}


.voice_R {
	background: url("../img/bg08.gif") repeat scroll 0 0 transparent;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #CCCCCC, 0 0 2px #CCCCCC inset;
	font-size: 96%;
	line-height: 160%;
	display:block;
	margin: 0 auto 10px;
	padding: 10px 15px 10px;
	float:right;
	width:360px;
	height:350px;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq {
	background-color: #FDFBF6;
	border: 1px solid #D5CFBA;
	margin: 10px auto;
	padding: 10px 30px 20px;
}
.faq_q {
	border-bottom: 3px solid #299d3a;
	color: #299d3a;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin: 10px auto;
	padding: 0 0 5px;
}
.faq_a {
	line-height: 180%;
	margin: 10px auto;
	padding: 0;
	font-size: 16px;
}
/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
	background-color: #EFEFEF;
	float: left;
	width: 40%;
}
.block_right {
	background-color: #cccccc;
	float: right;
	width: 60%;
}
.room {
	padding: 15px;
}
/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 16px;
	line-height: 100%;
	text-align: right;
}
.map_in {
	display: block;
	height: 180px;
	margin: 0 auto;
	width: 100%;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01{
	background-color: #cccccc;
	margin: 0px auto 0px;
	width:100%;
	font-size: 16px;
}
.table01 th{
	background-color: #f2f2f2;
	font-weight: normal;
	line-height: 140%;
	padding: 5px 10px;
	text-align:left;
}
.table01 td{
background-color: #FFFFFF;
line-height: 150%;
padding: 5px 10px;
}
.table01 th.th01{
	background-color: #f2f2f2;
	width:20%;
	text-align: center;
	font-weight: bold;
}
.table01 th.th02{
	background-color: #CCCCCC;
	width:25%;
	text-align: center;
	font-weight: bold;
}
.table01 th.th02s{
	background-color: #f2f2f2;
	text-align: center;
}

.table01 th.th03{
	background-color: #7b6b51;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 140%;
	padding: 5px 10px;
	text-align:center;
	font-size:16px;
	width: 20%;
}

.table01 th.th04{
	background-color: #f2f2f2;
	text-align: center;
	font-weight: bold;
}


.table02{
	background-color: #FFFFFF;
	font-size:16px;
	margin: 15px auto 30px;
	width:100%;
	border:1px solid #CCCCCC;
}
.table02 th{
	background-color: #f2f2f2;
	font-weight: normal;
	line-height: 140%;
	padding: 5px 10px;
	text-align: left;
	width:25%;
	border-left:5px solid #ed762d;
	border-bottom:0px solid #ed762d;
}
.table02 td{
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 5px 10px;
	border-bottom:1px solid #CCCCCC;
}
.table02 td.end{
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 5px 10px;
	border-bottom:1px solid #ed762d;
}

.table02 th.th01{
text-align: center;
}


td.td_color{
	background-color:#FFC;
}


td.td_c{
text-align: center;
}
td.td_r{
text-align: right;
}

/*------------------------------------------
■ テーブル
------------------------------------------*/
.table03{
	background-color: #cccccc;
	margin: 0px auto 20px;
	width:100%;
	font-size: 14px;
}
.table03 th{
	background-color: #f2f2f2;
	font-weight: normal;
	line-height: 140%;
	padding: 5px 10px;
	text-align:left;
}
.table03 td{
background-color: #FFFFFF;
line-height: 150%;
padding: 5px 10px;
width:20%;
}
.table03 th.th01{
	background-color: #CCCCCC;
	width:10%;
}
.table03 th.th02{
	background-color: #f2f2f2;
	width:10%;
	text-align: center;
}
.table03 th.th02s{
	background-color: #f2f2f2;
	text-align: center;
	width: 20%;
}

.table03 th.th03{
	background-color: #CCCCCC;
	width: 30%;
}

/*------------------------------------------
■ youtube　*サイズ幅100％表示したい場合は、SP用のCSSソースを流用してください。
------------------------------------------*/

.video-container {
	text-align: center;
}
.video-container iframe {
	width: 400px; /*youtubeでしてタグ吐出し時にサイズ調整をしてその際のサイズを入れる*/
	height: 280px; /*youtubeでしてタグ吐出し時にサイズ調整をしてその際のサイズを入れる*/
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/

.form_area {
	margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 1px dashed #666666;
	margin: 15px auto;
	width: 800px;
}
.inq_box {
	border-bottom: 1px dashed #666666;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
}
.inq_box_top {
	border-top: #cccccc 1px solid;
}
.inq_box_title {
	border-left: 8px solid #ed762d;
	float: left;
	font-weight: bold;
	line-height: 150%;
	margin-top: 20px;
	padding-left: 12px;
	width: 260px;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	padding-left: 20px;
	padding-top: 20px;
	width: 450px;
}
input, textarea, select {
	font-size: 16px;
	margin: 5px auto;
	padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
	background-color: #FFFFDD;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	display: block;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ed762d;
}
.copyright {
	background-color: #ed762d;
	color: #FFFFFF;
	height: 40px;
	margin: 15px auto 0;
	padding-top: 15px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
	background-color: #ed762d;
	border-bottom: 3px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0;
	padding: 20px 0 15px;
	text-align: center;
}
#order_page, #privacypolicy, #company, #law, #order_end {
	line-height: 140%;
	margin: 0 30px;
	padding: 5px 0;
	min-height: 600px;
}
#privacypolicy, #company, #law {
	font-size: 14px;
	line-height: 140%;
}
/* 別々に指定したければ、分けてください*/

/*------------------------------------------
■ プライバシーポリシーページ設定
------------------------------------------*/
#pp_page {
}
.sub_page_h {
	border-bottom: 2px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	margin: 0 0 15px;
	padding: 5px 0 3px;
}
/*------------------------------------------
■ 特定商取引法に基づく表記
------------------------------------------*/



/*------------------------------------------
■ 会社概要
------------------------------------------*/




/*------------------------------------------
■ 新要素　ページトップへ戻るボタン
------------------------------------------*/
#go_top {
	padding: 0px;
	width: 100%;
	max-width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	z-index: 999;
	bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	display: none;
}
#go_top a {
	background-color: #666666;
	padding: 6px;
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0px 0px 2px #CCCCCC, 0px 0px 2px #CCCCCC inset;
	color: #FFF;
	display: block;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
/*------------------------------------------
■ 新要素　トップナビゲーション
------------------------------------------*/
#top_nav {
	width: 100%;
	height: 50px;/*ここの高さ幅はJavascriptと絡んでいます。変更したい時は個別でnav.jsをアップして調整してください*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	top: -50px;/*ここの高さ幅はJavascriptと絡んでいます。変更したい時は個別でnav.jsをアップして調整してください*/
	z-index: 999;
	background-color: transparent;
	background-image: url(../img/top_nav_bg.png);/*透過のグレー画像入れてます。背景画像変えたい場合は、基本縦幅50PXまでで作成して置き換えてください。透過させたい時は透明度を設定したpngで。*/
	background-repeat: repeat;
	background-position: 0px 0px;
}
#top_nav_in {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top_nav_in .top_nav_left {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top_nav_in .top_nav_left ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#top_nav_in .top_nav_left ul li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline-block;
 *display:inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}
#top_nav_in .top_nav_left ul li a {
	display: block;
	background-color: rgba(102,102,102,0.6);
	border: 1px solid #ed762d;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 0px 2px #CCCCCC, 0px 0px 2px #CCCCCC inset;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#top_nav_in .top_nav_left ul li a:hover {
	background-color: rgba(102,102,102,1.0);
}
#top_nav_in .top_nav_right {
	margin: 0px;
	padding: 0px;
	float: right;
}
#top_nav_in .top_nav_right .top_nav_tel {
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-indent: -5px;
}
#top_nav_in .top_nav_right .top_nav_tel span {
	color: #FF0000;
}
#top_nav_in .top_nav_right .top_nav_tel a.plain {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
	cursor: default;
}
#top_nav_in .top_nav_btn {
	float: right;
}
/*------------------------------------------
■ 新要素　SPナビゲーション
------------------------------------------*/
.sp_nav {
	display: none;
}
/*------------------------------------------
■ 新要素　イメージリストエリア（ライトボックス風　サムネイルクリックで拡大写真）
施工事例や店内・院内風景などにご使用ください。※デフォルトで3パーターンレイアウトを用意しました。
------------------------------------------*/
/*レイアウトパターン１*/
.img_list_area_1 {
	width: 840px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_list_area_1 .thumbnail {
	float: left;
	width: 465px;
}
.img_list_area_1 .thumbnail img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.img_list_area_1 .thumbnail_notes {
	clear: both;
	font-size: 12px;
}
.img_list_area_1 .text_block {
	float: right;
	width: 375px;
}
.img_list_area_1 .text_block img {
}
.img_list_area_1 table {
	font-size: 16px;
	margin: 0px;
	width: 100%;
}
.img_list_area_1 table th {
	width: 30%;
	background-color: #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.img_list_area_1 table td {
	width: 70%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
/*レイアウトパターン２*/

.img_list_area_2 {
	width: 840px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_list_area_2 .thumbnail {
	float: right;
	width: 465px;
}
.img_list_area_2 .thumbnail img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.img_list_area_2 .thumbnail_notes {
	clear: both;
	font-size: 12px;
	text-align: right;
}
.img_list_area_2 .text_block {
	float: left;
	width: 375px;
}
.img_list_area_2 .text_block img {
	padding-bottom: 30px;
}
.img_list_area_2 table {
	font-size: 16px;
	margin: 0px;
	width: 100%;
	clear: both;
}
.img_list_area_2 table th {
	width: 30%;
	background-color: #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.img_list_area_2 table td {
	width: 70%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
/*レイアウトパターン３*/

.img_list_area_3 {
	width: 840px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_list_area_3 .thumbnail {
	clear: both;
}
.img_list_area_3 .thumbnail img {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
	border: 2px solid #FFFFFF;
	box-shadow: 3px 3px 3px #CCCCCC;
	margin: 0px 10px 10px 0px;
}
.img_list_area_3 .thumbnail_notes {
	clear: both;
	font-size: 12px;
	text-align: right;
}
.img_list_area_3 .text_block {
	clear: both;
}
.img_list_area_3 .text_block img {
}
.img_list_area_3 table {
	font-size: 16px;
	margin: 0px;
	width: 50%;
}
.img_list_area_3 table th {
	width: 30%;
	border: 1px solid #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.img_list_area_3 table td {
	width: 70%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}



/***オリジナル***/

/*------------------------------------------
■ Pコンテンツ
------------------------------------------*/

p.cons{
	margin:10px 20px 10px;
	padding: 0px auto 5px;
	line-height:160%;
	font-size: 16px;
}

p.base{
	margin:5px auto 10px;
	line-height: 180%;
	padding: 5px 10px;
}


/*------------------------------------------
■イメージ・バナーコンテンツ
------------------------------------------*/

.bana_area{
	background: repeat scroll center 0 transparent;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:10px;
	text-align: center;
	margin-bottom: 0px;
	width: auto;
	margin: 0 auto;
	border-radius: 10px;
}

.bana_area img{
	padding: 0px 8px;
}


.bana_area2{
	vertical-align:top;
	padding: 10px auto 0;
	text-align: center;
	margin-bottom: 0px;
}

.bana_area2 img{
	padding: 6px 8px;
}

/*------------------------------------------
■アイテムエリア
------------------------------------------*/
.item_area{
	background: url("../img/item_bg.png") no-repeat scroll center 0 transparent;
	padding: 5px auto 15px;
	display:block;
	margin-top: 15px;
	min-height:489px;
	font-size:16px;
}

.item_area02{
	background: url("../img/item3_bg.jpg") no-repeat scroll center 0 transparent;
	padding: 5px auto 15px;
	margin-top: 15px;
	height:460px;
}


.item_area03{
	background: url("../img/item45_bg.jpg") no-repeat scroll center 0 transparent;
	padding: 5px auto 15px;
	margin-top: 15px;
	height:460px;
}


.item_area_fl{
	display:block;
	float:left;
	text-align:left;
	margin-left:20px;
	padding-top:46px;
	width:285px;
	font-size: 100%;
	
	}
	
.item_area_fr{
	display:block;
	float:right;
	text-align:left;
	width:503px;
	padding-top: 16px;
	margin-right:20px;
	}

/*------------------------------------------
■ 新要素　カートボタン
------------------------------------------*/
.cart_botton  input[type="image"] {
    width:348px;
    height: 72px;
    display: block;
    cursor:pointer;
    cursor:hand;
	margin-top:10px;
}
.cart_botton input[type="image"]:hover {
    opacity: 0.85;/*--IE,FF対応--*/
    filter: alpha(opacity=85);
    -ms-filter: "alpha( opacity=85)";
}
