@charset "utf-8";

/*　共通設定　*/

/*------------------------------------------
■ ブラウザのマージンとパディング初期化
------------------------------------------*/
*{
	margin:0;padding:0;
}
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table,tr,td{
	padding: 0;
margin: 0;
}
/*------------------------------------------
■ イメージ初期化
------------------------------------------*/
img{
	vertical-align:middle;margin:0;padding:0;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img{
	border: none;
}
a{
	color: #13643f;text-decoration:none;
}
a:hover{
	color:#3a7734;text-decoration:none;
}
a:visited{
	color:#FF9800;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{
	display: block;margin: 10px auto;text-align: center;
}
.img_right{
	display: block;margin: 10px auto;text-align: center;
}
.img_right_t{
	display: block;margin: 10px auto;text-align: center;
}
.img_center{
	display:block;margin:0 auto;clear:both;
}
.img_center_t{
	display:block;
	margin:0px auto 0px;
	clear:both;
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold{
	font-weight:bold;
}
.txt_small{
	font-size:90%;
}
.txt_big{
	font-size:110%;
}
.txt_underline{
	border-bottom:#cccccc 1px dotted;margin-bottom:2px;
}
.txt_red{
	color:#cc0000;
}
.txt_blue{
	color:#0066cc;
}
.txt_marker{
	background-color:#FFFF33;
}
.txt_keycolor{
	color:#923253;
}
.txt_keycolor2{
	color:#3a7734;
}
.txt_keycolor3{
	color:#ff5e3c;
}
.txt_yellow{
	color: #FF0;
}
.txt_ore{
	color: #FF6600;
}


/*------------------------------------------
■ リストアイコン
------------------------------------------*/
ul{
	font-weight: bold;
line-height: 150%;
padding: 10px 5px;
}
ul li.icon_check{
	background: url("../images/icon_check_small.gif") no-repeat scroll 0 0;
list-style: none outside none;
padding-left: 20px;
}

/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none{}
.sp_none{
	display: none;
}
.size_s,
.size_ss{
	width:120px;
}
.size_m,
.size_ms{
	width:180px;
}
.size_l{
	width:300px;
}
.max_w{
	max-width:100%;
}

.info_right{
	margin-top:10px;
}
/*　各コンテンツ　*/

/*------------------------------------------
■ メイン設定
------------------------------------------*/
body{
	font-family: "メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
color:#333333;
font-size: 13px;
background-color:#f4f3f0;
}
#wrap{
	background:#FFFFFF;
}
#wrap_t{}
#frame{}
#header{
	display: none;
}
#top{
	max-width:100%;
}
.top_box{
	vertical-align:top;
	padding: 0px auto;
	margin: 0px auto;
	text-align:center;
	clear:both;
	background-color:#faf9f4;
}

.top_btn{
	margin:0 auto;
	max-width:92%;
	padding:0;
}

.top_area img{
}

#main{
	width:96%;
margin:0 auto;
}
/*------------------------------------------
■　box, txt_area
------------------------------------------*/
.box{
	margin: 15px auto 15px;
}

.box_bg{
	background: url("../images/bg10.gif") repeat scroll center 0 transparent;
padding: 5px;
margin: 10px auto;
border: 1px solid #d5cfba;
}
.box_border{
	background-color: #FCFAF0;
    border: 5px solid #E7E7E7;
    margin: 10px auto;
    padding: 10px;
}
.box_bg_img,
.box_bg_w,
.box_bg_wl{
	background-color: #FFFFFF;
padding: 10px 10px;
margin: 10px auto;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
}


.box_bg_p{
	background-color:#fbeef7;
padding: 10px 10px;
margin: 10px auto;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
}

.txt_area{
	margin:10px auto;
}

.txt_area_bg{
	padding: 10px;
margin:0 auto;
}

.txt_area_w{
	background-color:#F7F3E6;
padding: 10px;
margin:5px 5px;
	border-radius: 3px 3px 3px 3px;
	border: 2px dashed #ca890f;
}

.txt_area_b{
	background-color: #FFFFFF;
padding: 5px;
margin:5px 5px;
border:3px solid #f3f2ed
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
}



.txt_area_bg01{
	background: url("../images/bg03.gif") repeat scroll center 0 transparent;
	border: 0px solid #CCCCCC;
padding: 5px;
	margin: 10px 5px 10px;
}


.txt_area_dotted{
	background-color: #FFFFFF;
	border: 2px dotted #13643f;
	padding: 0px 10px;
	margin: 5px auto;
}

.txt_area_border{
	background-color: #FFFFFF;
	border: 3px solid #c8bb98;
	padding: 0px 10px;
	margin: 5px auto;
}




/*追加*/fae4e9 .txt_area_fl,
.video_box_fl{
	display:block;
	text-align:left;
	padding: 10px 10px;	
	}
		
.txt_area_fr,
.video_box_fr{
	display:block;
	text-align:left;
	padding: 10px 10px;	
	/*background-color:#FFFFFF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px #CCCCCC;*/
	}
	


.txt_area_ami{
	background: url("../images/bg06.gif") repeat scroll center 0;
padding:10px;
margin: 10px auto;
border: 0px #13643f solid;
}


/*------------------------------------------
■ h1 h2 h3 h4 h5
------------------------------------------*/
h1{
	background-color:#504337;
	color: #f2f2f2 ;
display: block;
font-size: 10px;
margin: 0 auto;
padding: 0;
}

.h1_txt{
	display: block;margin: 0;padding: 4px 10px;
}

h2{}

/*------------------------------------------
■ タイトル
------------------------------------------*/


h3.title{
}




/*------------------------------------------
■ タイトル
------------------------------------------*/


h4.title_01{
	background-color:#ff4383;
color:#FFF;
display: block;
font-size: 18px;
line-height: 120%;
margin: 0px auto 10px;
padding:10px 10px 5px;
border-radius: 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
}

h4.title_02{
	background-color:#5ea02d;
color:#FFF;
display: block;
font-size: 18px;
line-height: 120%;
margin: 0px auto 10px;
padding:10px 10px 5px;
border-radius: 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
}




/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/

.sub_title_b{
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	margin: 5px auto 10px;
	padding: 5px 10px 0px;
	color: #9e294d;
	display: block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:4px double #9e294d;
}

.sub_title_c{
		border-top: 5px solid #59493f;
	color: #FFFFFF;
	font-size: 27px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 10px 20px 8px;
	background-color: #13643f;
    box-shadow: 2px 2px 2px #CCCCCC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.sub_title_d{
	
	border-right: 2px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 27px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 10px 20px 8px;
	background-color: #59493f;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;

}


.sub_title_a{
	color: #c38600;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 0;
	padding:5px 10px;
}


.sub_title_e{

    font-size:14px;
	line-height: 140%;
	margin: 10px auto 5px;
	padding: 5px 5px 0px;
	color: #504337;
	clear: both;
	font-weight: bold;
	text-align: left;
		border-bottom: 1px dotted #504337;
}




.sub_title_f{
	border-bottom : 1px solid #cccccc;
border-left : 10px solid #a10a63;
	background-color: #f2f2f2;
font-size: 16px;
font-weight: bold;
line-height: 130%;
margin: 0px auto 10px;
padding: 5px 10px;
}

.sub_title_g{
	background-color: #f2f2f2;
font-size: 16px;
font-weight: bold;
line-height: 130%;
margin: 0px auto 10px;
padding: 5px 10px;
}


.sub_title_h{
	font-size: 16px;
	line-height: 130%;
	margin: 5px auto 5px;
	padding: 5px 5px 5px;
	color: #13643f;
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid #13643f;
}

.sub_title_i{
	font-size: 16px;
	line-height: 130%;
	margin: 5px auto 5px;
	padding: 5px 5px 5px;
	color: #ed1f66;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ed1f66;
}



.sub_title_bg{
	background: none repeat scroll 0 0 #FDDE50;
font-weight: bold;
font-size:16px;
margin: 10px auto 10px;
padding: 5px 10px;
color:#3D250D;
text-align:center;
}


/*------------------------------------------
■ 001
------------------------------------------*/
.list_box_01{
	background: none repeat scroll 0 0 #faf3fb;
border: 1px solid #F1F1F1;
border-radius: 10px 10px 10px 10px;
box-shadow: 2px 2px 2px #CCCCCC;
margin: 10px auto;
padding: 10px;
}

.list_box_01 ul.L{
}
.list_box_01 ul.R{
}
.list_box_01 ul li.icon_check{
	background : url(../images/icon_check_small.gif) 0px 0px / auto auto no-repeat scroll padding-box border-box transparent;
list-style: none outside none;
padding-left: 20px;
}

.list_box_01 h5{
	font-size:16px;
	padding:10px auto 5px;
	display:block;
	text-align:center;
	color:#faf3fb;
	border-bottom:2px solid #faf3fb;
	line-height:160%;
	}

.box_m{
	background-color: #BB8C5C;
border-radius: 5px 5px 5px 5px;
margin: 0;
padding: 0 0 10px;
}
.box_m_txt{
	background-color: #FFFFFF;
border-radius: 5px 5px 5px 5px;
font-size: 90%;
font-weight: normal;
margin: 0 10px;
padding: 0 10px;
}

.box_m_txt ul li{
	margin: 10px 0;
padding: 0 0 10px;
list-style:none;
}

/*------------------------------------------
■ 002
------------------------------------------*/
.list_box_02{
	background: none repeat scroll 0 0 #FCF0F5;
border: 1px solid #F1F1F1;
border-radius: 10px 10px 10px 10px;
box-shadow: 2px 2px 2px #CCCCCC;
margin: 10px auto;
padding: 10px;
}

.list_box_02 ul{

}
.list_box_02 ul li.icon_check{
	background: url("../images/icon_check_small.gif") no-repeat scroll 0 0;
list-style: none outside none;
padding-left: 20px;
}

.list_box_02 h5{
	font-size:16px;
	padding:10px auto 5px;
	display:block;
	text-align:center;
	background-color:#13643f;
	color:#FFFFFF;
	}



/*------------------------------------------
■ 003
------------------------------------------*/
.list_box_03{
	margin: 0px auto 5px;
padding:0 10px 0;
}

.list_box_03 ul{

}
.list_box_03 ul li{
	list-style: disc outside none;
padding-left:0px;
margin-left:10px;
}


/*------------------------------------------
■ item_list
------------------------------------------*/

.list_box_item{
	margin: 0px auto 10px;
padding: 10px;
}

.list_box_item ul{
}

.list_box_item li{
	background: url("../images/list_icon_ss.png") no-repeat scroll 0 0;
list-style: none outside none;
padding-left: 20px;
}

/*------------------------------------------
■オーダーエリア
------------------------------------------*/
.order{
	border: 5px solid #e46477;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 2px 2px #CCCCCC;
margin: 15px auto;
padding: 0 0 10px 0;
}

h3.order_h3 {}
h3.order_main {}

/*　インフォメーションエリア　*/
.order_info{
	background-color: #FFFFFF;
}

/*　▼左：TELエリア▼　*/
.order_tel{
	margin:0 auto;
}

/*　▼右：ボタンエリア▼　*/
.order_mail{
	margin:0 auto;
}
.order_mail img{
	display: block;margin: 5px auto 0;width: 280px;
}


/*　▼通話無料▼　*/
.order .txt_cap{
	font-size: 14px;
font-weight: bold;
line-height: 140%;
margin: 5px auto;
text-align: center;
}

/*　▼TEL番号▼　*/
.order a.txt_tel{
    color: #333333;
    display: block;
    font-family: Meiryo,メイリオ,sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}

/*　▼営業時間▼　*/
.order .order_time{
	background-color:#FBFFC7;
display: block;
font-size: 12px;
margin: 10px 10px 0;
padding: 2px;
}



/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_area{
	margin: 10px 5px;
	padding: 5px 10px;
	background: url("../images/bg002.png") repeat center 0px;
	border-radius: 5px 5px 5px 5px;
	}
.voice,
.voice_L,
.voice_R,
.voice_01,
.voice_02,
.voice_03{
	background: url("../images/voice_bg.gif") repeat scroll 0 0 transparent;
border: 1px solid #CCCCCC;
box-shadow: 2px 2px 2px #CCCCCC;
color: #4C2A2A;
line-height: 160%;
margin: 10px auto;
padding: 5px;
}

/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq{
	background-color: #FFFCF5;
border: 1px dotted #98062E;
margin: 10px auto;
padding: 5px 10px;
}
.faq_q{
/*
background: url("../images/icon_q.gif") no-repeat scroll 0 0 transparent;
*/
border-bottom: 1px solid #13643f;
color: #13643f;
font-weight: bold;
margin: 10px auto;
padding: 0 0 5px;
}
.q{
	background-color: #319FC8;
border-radius: 20px 20px 20px 20px;
font-size: 22px;
font-weight: bold;
color: #FFFFFF;
display: block;
float: left;
height: 32px;
margin-right: 8px;
text-align: center;
width: 32px;
line-height: 140%;
}

.faq_a{
/*
background: url("../images/icon_a.gif") no-repeat scroll 0 0 transparent;
*/
margin: 10px auto;
padding: 0;
}
.a{
	background-color: #e06d8b;
border-radius: 20px 20px 20px 20px;
font-size: 22px;
font-weight: bold;
color: #FFFFFF;
display: block;
float: left;
height: 32px;
margin-right: 8px;
text-align: center;
width: 32px;
line-height: 140%;
}



/*------------------------------------------
■ point
------------------------------------------*/
/*.point_number{
background-color: #AA0000;
color: #FFFFFF;
display: block;
font-weight: bold;
margin: 10px 0;
padding: 4px 10px;
}

p.point_txt{
margin:0px;
padding: 10px 0;
}

.point_title{
border-bottom: 2px dotted #333333;
color: #AA0000;
font-size: 14px;
font-weight: bold;
margin:0px;
padding-bottom: 5px;
}*/

/*------------------------------------------
■ point_area
------------------------------------------*/
.box_point{
	background-color: #cfe49f;
	/*border: 5px solid #cfe49f;*/
	margin: 20px auto;
	padding: 0px 5px 10px;
		border-radius: 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
}


.point_area{
	clear:both;
background-color: #ffffff;
padding:10px;
margin:5px 5px;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border:3px solid #d0be85;
	background: url(../images/bg03.gif) repeat scroll center 0 transparent;
}
	

.point_area_y{
	clear:both;
background-color: #f5f6d6;
padding:10px;
margin:5px auto;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border:1px solid #B2B2B2;
}	

.point_img{
	display:none;
}

.point_number{
	background-color:#b19b00;
color: #FFFFFF;
display: block;
font-weight: bold;
margin: 5px 0 0;
padding: 4px auto;
text-align:center;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
}



.point_number2{
	background-color:#ea5960;
color: #FFFFFF;
display: block;
font-weight: bold;
margin: 5px 0 0;
padding: 4px auto;
text-align:center;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
}


.point_txt{
	margin:0px;
padding: 0px 0 5px;
}


.point_t_title{
	background-color: #13643f;
border-bottom: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
	color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size:16px;
margin: 10px auto;
padding: 10px 20px 8px;
}



.point_txt p{
	margin:0px;
padding: 4px 10px 5px;
}

/*------------------------------------------
■ menu
------------------------------------------*/
.menu_title{
	background-color: #FDFAF1;
border-color: #333333;
border-style: solid;
border-width: 1px 1px 1px 10px;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 8px 5px 4px;
}

.menu_set{
	margin: 10px auto;
}
.menu_txt{
	margin:5px;
}

/*------------------------------------------
■ list_zone（リストBOX）
------------------------------------------*/
.list_zone{
	border: 5px solid #792b2b;
border-radius: 5px 5px 5px 5px;
margin: 10px auto;
}

.list_zone_title{
	background-color: #792b2b;
color: #FFFFFF;
font-weight:bold;
font-size: 16px;
line-height: 130%;
margin: 0 0 0px;
padding: 5px 20px;
text-align: center;
}

.list_zone ul{
	margin:5px 10px;
}

.list_zone ul li.icon_check{
	background: url("../images/icon_check_small.gif") no-repeat scroll 0 0;
line-height: 140%;
padding-left: 22px;
}

/*------------------------------------------
■ message_box
------------------------------------------*/
.box_e{
    background-color: #773535;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: "ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3";
    font-weight: bold;
    line-height: 130%;
    margin: 10px auto;
    padding: 10px 0 0;
    text-align: center;

}
.box_e .box_e_in{
	font-family: "メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
background: none repeat scroll 0 0 #FCF8F2;
color: #333333;

font-weight: normal;
line-height: 140%;
margin-top: 10px;
padding: 10px;
text-align: left;
}

/*■■■■■■■■■■■■■■■■■■■■■■
　　各枠カスタマイズ
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ 2分割回り込み
------------------------------------------*/

.con2_area{
	clear:both;
	height:auto;
	margin: 10px 5px;
	padding: 10px auto;
	width:auto;
			background-color:#FFFFFF;
}

.con2_L,
.con2_R{

background: none no-repeat scroll 0 0 #fdf3b8;
border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 2px #CCCCCC;
margin: 10px auto;
padding:20px 10px;
}


.con2_imgs{
	display:none;
}

.con2_title{
	border-bottom: 3px dotted #13643f;
	border-left: 8px solid #13643f;
display: block;
text-indent: 5px;
font-weight: bold;
padding-top:5px;
margin-bottom: 5px;
padding-bottom: 5px;
	color: #13643f;
	font-size:14px;
}

.con_f{

	}


/*------------------------------------------
■ 3分割回り込み
------------------------------------------*/

.con3_area{
	clear:both;
	height:auto;
	margin: 10px 5px;
	padding: 10px auto;
	width:auto;
}

.con3_1,
.con3_2,
.con3_3{
	background: none no-repeat scroll 0 0 #FFFFFF;
border:5px solid #eee8c5;
border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 2px #CCCCCC;
margin: 10px auto;
padding:10px;
line-height:200%;
}

.con3_4{
	background: none no-repeat scroll 0 0 #FFFFFF;
border:5px solid #eee8c5;
border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 2px #CCCCCC;
margin: 10px auto;
text-align:center;
padding:5px 5px;
}



.con3_title{
	border-bottom: 3px dotted #13643f;
display: block;
font-weight: bold;
margin-bottom: 5px;
padding-bottom: 5px;
text-align:center;
line-height:150%;
	color: #990033;
	font-size:16px;
}


.con3_title2{
	border-bottom: 3px dotted #13643f;
display: block;
font-weight: bold;
margin-bottom: 5px;
padding-bottom: 5px;
text-align:center;
line-height:150%;
	color: #990033;
	font-size:16px;
}
/*------------------------------------------
■ 3分割回り込み2
------------------------------------------*/

.voice3_area{
	clear:both;
	height:auto;
	margin: 10px 5px;
	padding: 10px auto;
	width:auto;
}

.voice3_1,
.voice3_2,
.voice3_3{
	background: none no-repeat scroll 0 0 #FFFFFF;
border:5px solid #eee8c5;
border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 2px #CCCCCC;
margin: 10px auto;
padding:10px;
line-height:200%;
}

.voice3_4{
	background: none no-repeat scroll 0 0 #FFFFFF;
border:5px solid #eee8c5;
border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 2px #CCCCCC;
margin: 10px auto;
text-align:center;
padding:5px 5px;
}



.voice3_title{
	border-bottom: 3px dotted #13643f;
display: block;
font-weight: bold;
margin-bottom: 5px;
padding-bottom: 5px;
text-align:center;
line-height:150%;
	color: #e46477;
	font-size:16px;
}


.voice3_title2{
	border-bottom: 3px dotted #13643f;
display: block;
font-weight: bold;
margin-bottom: 5px;
padding-bottom: 5px;
text-align:center;
line-height:150%;
	color: #e46477;
	font-size:16px;
}

/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01{
	background-color: #cccccc;
font-size: 70%;
margin: 10px auto;
width:95%;
}
.table01 th{
	background-color: #EFEFEF;
padding: 5px 5px;
text-align:left;
width:30%;
}
.table01 td{
	padding:5px 5px;
background-color:#FFFFFF;
}

.table02{
	background-color: #cccccc;
font-size: 70%;
margin: 10px auto 10px;
width:95%;
}
.table02 th{
	background-color: #EFEFEF;
font-weight: normal;
padding: 5px 5px;
}
.table02 td{
	background-color: #FFFFFF;
line-height: 150%;
padding: 5px 5px;
}
.table02 th.th01{
	text-align: center;
width:30%;
}
.table02 th.th02{
	text-align: center;
width:10%;
}
td.td_c{
	text-align: center;
}
td.td_r{
	text-align: right;
}


/*------------------------------------------
■ 会社について（代表者について）
------------------------------------------*/
.company_info_label{
	border-left: 5px solid #333333;
font-weight: bold;
line-height: 100%;
margin: 10px 0 0;
padding: 2px 8px 0;
}
/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area{
	font-size:12px;
margin: 15px auto;
}

.map_in{
	
display: block;
height: 300px;
margin: 0 auto;
width: 90%;
}

/*------------------------------------------
■ フォーム部分
------------------------------------------*/

.form_area{
	margin: 20px auto;
}
/* --フォームテーブルの部分-- */
.table_box{
	border-top: #666666 1px dashed;
	margin: 10px auto;
}
.inq_box{
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-bottom: #666666 1px dashed;
	overflow: hidden;
}
.inq_box_title{
	border-left : 8px solid #fc7727;
	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;
	background-color: #FFFFDD;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer{
	background: #ffffff;
	display: block;
	text-align: center;
	margin: 10px auto 0;
	padding: 0px 0 10px 0;
	font-size: 12px;
	line-height: 1.8;
}
.footer_btn{
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
	border: 1px solid #E6E6E6;
	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: 14px;
}
.copyright{
	margin-top: 15px;
	font-size: 10px;
	padding-bottom: 50px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　追加コンテンツ設定
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メニュー
------------------------------------------*/

.box_menu{
	background-color: #F9F7F0;
	border: 5px solid #F9F7F0;
	margin: 20px auto;
	padding: 10px 10px;
		border-radius: 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
}


.menu_area,
.menu_area_c{
	clear:both;
background-color: #ffffff;
padding:10px;
margin:5px auto;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border:1px solid #B2B2B2;
}

/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area{
	background: url("../images/bg06.gif") repeat scroll 0 0 transparent;
border: 2px solid #CCCCCC;
margin: 10px auto;
padding: 0 10px 10px;
}

.step_ttile{
	border-bottom: 2px dashed #CCCCCC;
color:#54463A;
font-weight: bold;
line-height: 160%;
margin: 10px 0;
padding: 0 0 5px;
}

.s_block{
	background-color:#5c4011;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
display: block;
font-size: 96%;
padding: 0 15px;
text-align: center;
width: 25%;
}

.step_area p{
	
}


/*------------------------------------------
■ プランエリア
------------------------------------------*/
.plan_bg{
	border: 1px solid #13643f;
	margin: 5px auto;
	padding: 5px 5px;
	background-color: #f2f2f2;
}

.plan_bg2{
	border: 1px solid #438243;
	margin: 5px auto;
	padding: 5px 5px;
	background-color: #f2f2f2;
}


.pcon_title{
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}







/*------------------------------------------
■ テーブル02
------------------------------------------*/
.table02{
	font-size: 70%;
margin: 10px auto;
width:100%;
}
.table02 th{
	padding: 5px 5px;
text-align: left;
width: 30%;
}
.table02 td{
	padding:5px 5px;
}


/*------------------------------------------
■ テーブル03
------------------------------------------*/
.table03{
	font-size: 70%;
margin: 10px auto;
width:100%;
}
.table03 th{
	padding: 5px 5px;
width:25%;
text-align: left;
color:#005EAE;
vertical-align:top;
}
.table03 td{
	padding:5px 5px;
	font-size:85%;
	vertical-align:top;
	width: 75%;
}


/*------------------------------------------
■ 良くある質問カスタマイズ編
------------------------------------------*/
.faq_c{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px dotted #13643f;
	font-size: 16px;
	margin: 10px 5px;
	padding: 10px 10px;
}
.faq_c_q,
.faq_c_ql{

/*background: url("../images/qa_q_bar.gif") no-repeat scroll 0 0 transparent;*/
border-bottom: 1px solid #13643f;
background-color:#fef696;
color:#13643f;
font-size: 16px;
font-weight: bold;
line-height: 140%;
margin: 5px auto 0;
padding: 5px 5px 5px;
}


.faq_c_a{

/*background: url("../images/qa_a_bar.gif") no-repeat scroll 0 0 transparent;*/
padding: 5px 5px 5px 5px;
margin: 0px auto 0px;
height:auto;
}




/*------------------------------------------
■イメージBGコンテンツ
------------------------------------------*/
.bg_img001{
	margin: 10px auto 10px;
	padding:10px 10px;
	height:auto;
	display:block;
	clear:both;
	border: solid 1px #13643f;
	background-color:#FFFFFF;
	border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 2px #CCCCCC;
}


.bg_img001_t{
	font-size:18px;
text-align:center;
color:#FFFFFF;
padding:5px auto;
/*background-color:;*/
font-weight:bold;
margin-bottom:10px;
}

.img001_txt{
}


.img001_fl{
	display:block;
	text-align:left;
	padding: 0px 10px;	
	}
		
.img001_w{
	display:block;
	clear:both;
	padding: 10px 10px 0px;	
	width:auto;
	}

.bg_img001_st{
	padding:5px auto 5px;
	margin-bottom:5px;
	line-height:130%;
	width: auto;
	color:#13643f;
	font-size:16px;
	border-bottom:1px solid #13643f;
	margin-top: 10px;
}


.bg_img001 p{
	padding:0px auto 0px;
	line-height:160%;
}

.bg_img002{
	margin: 10px auto 10px;
	padding:10px;
	height:auto;
	display:block;
	clear:both;
	border: solid 1px #13643f;
	background-color:#F9F7F0;
	border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 2px #CCCCCC;
}


.bg_img002_t{
	font-size:18px;
text-align:center;
border-bottom:1px solid #13643f;
color:#13643f;
padding:5px 10px;
/*background-color:;*/
font-weight:bold;
margin-bottom:10px;
}

.img002_txt{
}


.bg_img002 p{
	padding:0px auto 0px;
	line-height:160%;
	margin-bottom:15px;
}


.bg_img003{
	margin: 10px auto 10px;
	padding:10px;
	height:auto;
	display:block;
	clear:both;
	border: solid 1px #13643f;
	background-color:#F9F7F0;
	border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 2px #CCCCCC;
}


.bg_img003_t{
	font-size:18px;
text-align:center;
border-bottom:1px solid #13643f;
color:#13643f;
padding:5px 10px;
/*background-color:;*/
font-weight:bold;
margin-bottom:10px;
}

.img002_txt{
}


.bg_img002 p{
	padding:0px auto 0px;
	line-height:130%;
}





/*------------------------------------------
■ h5readコンテンツ
------------------------------------------*/

.rd_001,
.rd_004,
.rd_005{
	margin: 0px 5px 0px;
border-bottom:2px solid #FF6666;
padding:5px 10px;
font-size:18px;
font-weight:bold;
color:#FF6666;	
display:block;
clear:both;
background-color:#f2f2f2;
}

.rd_002,
.rd_003{
	margin: 0px 5px 0px;
padding:5px 10px;
font-size:16px;
font-weight:bold;
color:#FFFFFF;	
display:block;
clear:both;
text-align:center;
background-color:#FF6666;
}





/*------------------------------------------
■ Pコンテンツ
------------------------------------------*/


p.base{
	margin:0px 5px 0px;
	padding: 5px 5px;
	line-height: 140%;
}


/*------------------------------------------
■イメージ・バナーコンテンツ
------------------------------------------*/

.bana_area{
	vertical-align:top;
	padding: 10px 5px;
	text-align: center;
	background: url("../images/bg06.gif") repeat scroll center 0 transparent;
}

.bana_area img{
	padding: 5px 0px;
	clear:both;
}


.bana_area2{
	vertical-align:top;
	padding: 10px 5px 0;
	text-align: center;
}

.bana_area2 img{
	padding: 0px 0px;
	clear:both;
}

/*------------------------------------------
■その他
------------------------------------------*/

/*活用法*/

h5.title_katsuyo{
	background-color: #900;
margin: 10px auto 5px;
color:#FFFFFF;
display:block;
clear:both;
text-align:center;
font-size:16px;
border-radius: 5px 5px 5px 5px;
box-shadow: 2px 2px 2px #CCCCCC;
}
.kt_001{}
.kt_002{}
.kt_003{}
.kt_004{}
.kt_005{}





/*------------------------------------------
■ フロートボックス　カスタム2カラム
------------------------------------------*/
.con2c{
	border: 1px solid #9FA4AC;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 2px 2px 2px #CCCCCC;
	height:auto;
	margin: 5px;
	padding: 0px 5px;
	width:auto;
	background-color:#f2f2f2;
}
	
.con2c h6{
	background-color:#85CBBD;
	color: #5E4A36;
font-size: 16px;
text-align:center;
font-weight: bold;
margin:5px 5px 5px　;
padding: 4px auto 5px;
}	

.con2c p{
	margin:5px auto;
	padding:0px 5px 10px;
	line-height:140%;
}	



.info_box{
	background-color:#FAF5E2;
	border:1px solid #C5BA9A;
	width:auto;
	margin:10px auto 0;
	padding:10px;
	}

.info_box_t{
	background-color:#6DBB57;
	color:#FFFFFF;
	margin: 0px auto 10px;
    display:block;
    clear:both;
	padding:10px;
	font-size:16px;
	}
	
.info_box_txt{
	padding:0 auto;
}



.info_box p{
	padding:0 auto;
	line-height:140%;
}



/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title{
	background-color: #13643f;
border-bottom: 3px solid #CCCCCC;
color: #FFFFFF;
font-weight: bold;
margin: 10px 0;
padding: 12px 0 10px;
text-align: center;
}

#order_page,#privacypolicy,#company,#law,#order_end{
	font-size: 14px;
line-height: 140%;
margin: 0 auto;
padding:10px 0;
}

/*------------------------------------------
■ プライバシーポリシー
------------------------------------------*/
.sub_page_h{
	background: none no-repeat scroll 0 0 #EFEFEF;
border-bottom: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
font-weight: bold;
margin: 20px 0 5px;
padding: 5px 10px;
}
/*------------------------------------------
■ オーダーページ設定
------------------------------------------*/

/* ------営業時間------ */
.order_info{
	margin-bottom:10px;
}
.order_info_title{
	border-left: 8px solid #333333;
display: block;
font-weight: bold;
margin: 10px auto;
padding-left: 5px;
}
.order_info_box{
}
.order_info_tel{
	color:#cc0000;
font-size:200%;
}
.order_time_info_txt{

}



/*------------------------------------------
■ 特定商取引法に基づく表記
------------------------------------------*/


/*------------------------------------------
■ 会社概要
------------------------------------------*/


/*------------------------------------------
■商品詳細エリア
------------------------------------------*/

.box_item{
	background-color:#e7ebee;
padding: 5px 5px;
margin: 10px auto;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
}


.b_item_in{
	margin: 0px 5px 5px;
	padding-bottom:0px;
}


.item_img_area{
	margin:10px auto 0;
text-align:center;
}
.item_txt_area{
	margin:10px auto 0;
}


.order_i{
	margin: 10px auto;
	padding: 1px 1px 10px;
	text-align: center;
	border-radius: 3px 3px 3px 3px;
	background-color:#FFFFFF;
}

/*　▼ボタンエリア▼　*/
.order_i_mail{
	padding-top: 0px;
	text-align: center;
}
.order_i_mail img {
}
.order_i_btn {
}




/*------------------------------------------
■ youtube
------------------------------------------*/

.video-container{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 10px 0;
}
.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------
■ 新要素　ページトップへ戻るボタン
------------------------------------------*/
#go_top{
	display: none;
}
#go_top a{
	display: none;
}
/*------------------------------------------
■ 新要素　トップナビゲーション
------------------------------------------*/
#top_nav{
	display: none;
}
/*------------------------------------------
■ 新要素　SPナビゲーション
------------------------------------------*/
.sp_nav{
	position: fixed;
	bottom: 0px;
	width: 100%;
	line-height: 100%;
	text-align: left;
	display: block;
	background-color: rgba(255,255,255,0.9);
	padding: 5px;
}
.sp_nav .sp_menu_title label{
	float: left;
	padding-right: 5px;
}
.sp_nav .sp_menu_title label img{
	max-width:40px;
}
.sp_nav input.on-off[type="checkbox"]{
	display: none;
}
.sp_nav ul{
	margin: 0;
	list-style: none;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
@media only screen
    and (orientation:landscape) {
	.sp_nav li{
	float: left;
	width: 33.3023%;
	padding: 0px;
	padding-left: 0px;
	max-height: 24px;
	font-size: 10px;
	letter-spacing: -0.2em;
}
}
@media only screen
    and (orientation:portrait) {
	.sp_nav li{
	float: left;
	width: 49.9690%;
	padding: 0px;
	padding-left: 0px;
	max-height: 24px;
	font-size: 11px;
}	
}
.sp_nav li a{
	width: 100%;
	text-indent: 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	line-height: 18px;
}
.sp_nav input.on-off[type="checkbox"] + ul{
	height: 0;
	overflow: hidden;
	padding: 0;
}
.sp_nav input.on-off[type="checkbox"]:checked + ul{
	height: auto;
	padding: 3px;
}
.sp_nav .sp_nav_tel{
	font-size: 10px;
	text-indent: -0.5em;
}
.sp_nav .sp_nav_tel a.plain{
	color: #CC0000;
	font-family: Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
/*------------------------------------------
■ 新要素　SPナビゲーション
------------------------------------------*/

.cart_botton{
    text-align:center;
}
.cart_botton input[type="image"]{
    margin:0px auto;
	max-width: 92%;
}


.cart_botton2{
    text-align:center;
}
.cart_botton2 input[type="image"]{
    margin:0px auto;
		max-width: 92%;
}
/*------------------------------------------
 角丸
------------------------------------------*/
.kadomaru img{
   border-top-left-radius: 10px;  /* 左上 */
   border-top-right-radius: 10px; /* 右上 */
}