@charset "utf-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color: #333;
	background-color:#fff;		
}
a, a:visited {
	text-decoration: none;	
}
small{
	color:#000;
	font-weight:bold;
}
a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  	filter: alpha(opacity=70);
  	-moz-opacity: 0.7;
  	-khtml-opacity: 0.7;
  	opacity: 0.7;	
}
.tel-info a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
  	-moz-opacity: 0.5;
  	-khtml-opacity: 0.5;
  	opacity: 0.5;	
}
a img:hover {
	opacity:0.6;
}
img {
	border:none;
}
span.red{
	color:red;
}
.left18{
	margin-left:18px;
	line-height:140%;
}
/**********************************[共通装飾]***/
br.clear, p.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}
.clear {
	overflow:hidden;
	zoom:1;
}
.wrapper {
	margin: 0 auto;
	width: 980px;
}
.r6 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(PIE.htc);
}
.r10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE.htc);
}
.r20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(PIE.htc);
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
/**********************************[slider]***/
#slider{
	width:660px;
	height:380px;
}
/**********************************[header]***/
#header-color {
	width:100%;
	height:6px;
	background-color:#ffd700;/*ページ最上部のアクセント色*/
}
.header {
	height:130px;
	width:100%;
	background-color:#fff;/*ヘッダー背景色*/	
	border-bottom:1px solid #ffbe31;
}
.header .site-title {
	float:left;
}
.header .site-title img {
	/*margin-top:5px;*/
}
.header .catch {
	display: table-cell;
	vertical-align: middle;
	height:125px;
	color:#09c;/*サイトキャッチコピーの文字色*/	
	padding:0 20px;
}
.header .tel-info {
	float:right;
	min-width:300px;
	padding-top:2px;
}
.header .tel-info .open {
	background-color:#ffce64 ;
	color:#666;
	text-align:left;
	padding:4px 10px 4px 20px;
}

.header .tel-info .phone {	
	font-size: 2.3em;
	color: #666;
	height: 40px;
	padding-top: 10px;
	margin-top: 2px;
	background: url(../img/phone.png) 20px 9px no-repeat;	
	text-align: left;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 70px;
	padding-right:15px;
}
.IE .phone{
	background-position:20px 5px !important;
}
/**********************************[main-image]***/
.title-area {/*メインイメージ、ヘッダーイメージ背景色*/
	width:100%;
	height:auto;
	box-sizing:border-box;
	
 	box-shadow:0px 1px 5px rgba(255,255,255,1);
	background: #ffd700; /* Old browsers */
	background: -moz-linear-gradient(left, #fff 0%, #ffd700 50%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #ffd700), color-stop(100%, #fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fff 0%, #ffd700 50%, #fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fff 0%, #ffd700 50%, #fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fff 0%, #ffd700 50%, #fff 100%); /* IE10+ */
	
 	background: linear-gradient(to right, #fff 0%, #ffd700 50%, #fff 100%); /* W3C */	
	border-bottom:1px solid #ffbe31;
	
}
.main-image {
	width:660px;
	height:auto;
	float:left;
	position:relative;
}
.main-image .main-copy {
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.4);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); 
	color: #fff;
	text-align:center;	
	padding: 15px 10px;
	font-size: 17px;
	position: absolute;
	font-weight: normal;
	bottom: 30px;
	width: 100%;
	-moz-box-sizing: border-box;
　/* Firefox用 */
	height:auto;
	z-index: 100;
	line-height: 140%;
}
.main-image .main-copy2 {
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
	color:#fff;
	text-align: left;
	padding:20px 20px 20px 40px;	
	font-size:30px;
	position: absolute;
	bottom:30px;
	height:auto;
}
.page-title{
	display:block;
	height:200px;
	width:auto;
	margin-top:-200px;
	line-height:200px;
	padding-left:50px;
	font-weight:normal;
	color:#333;	
	text-shadow:1px 1px 2px rgba(255,255,255,0.7);
}
/**********************************[global-navi]***/
ul.global {
	list-style:none;
	display:block;
	width:300px;
	height:auto;
	padding-top:20px;
	float:right;
}
.sub-side ul.global{
	margin-bottom:10px;
}
ul.global li {
	padding-bottom:15px;
}
ul.global li a, ul.global li a:visited {
	display:block;
	background-image:url(../img/tri.png);
	background-position: 10px center;
	background-repeat:no-repeat;
	background-color: #ffbe31;
	color:#fff;
	font-size:19px;
	padding:15px 10px 16px 35px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #ff991a;
	behavior: url(PIE.htc);
}
ul.global li a:hover {
	background-color: #fff !important;
	color:#ffb618;	
	border:1px solid #ffb618 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
  	-moz-opacity: 1;
  	-khtml-opacity: 1;
  	opacity: 1;	
}
.active{
	color:#ffb618 !important;
	background-color: #fff !important;
	border:1px solid #ffb618 !important;
}
/**********************************[main]***/
.main {
	width:660px;
	height:auto;
	margin:30px 0;
	float:left;
}
.main-sub {
	padding:0 20px;
	width:620px !important;
}
.main-sub h2, .main-sub h3, .main-sub h4 .main-sub h5{
	margin:0 -20px;
}
.main b{
	color:#F33;
	font-size:12px;
}
.main .content-title {	
	background:#ffd700 url(../img/title_img.png) 10px center no-repeat;	
	color:#666;
	font-size:20px;
	padding:5px 0px 5px 50px;
	margin-bottom:20px;
	font-weight:normal;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.main h3{
	font-size:17px;	
	margin-top:20px;
	margin-bottom:20px;
	padding: 5px 20px;
	font-weight:400 !important;
	color:#C78800;
	background-color:#fcfbf3;	
	text-shadow:1px 1px 2px rgba(255,255,255,1);	
	behavior: url(PIE.htc);	
	border-bottom: medium double #ffbe31 ;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.main h4{
	font-size:1.2em;
	padding: 3px 0px;
	font-weight:normal;
	color:#006699;
}
.main p{
	line-height:150%;
	letter-spacing:0.5px;
}
.main ul.list {
	list-style:none;
	margin:30px -20px;
}
.main ul.list li {
	padding:10px 20px 5px 50px;
	background:url(../img/hr.png) 0 bottom repeat-x; 
}
.main ul.list li span{
	display:inline-block;
	color:#333;
	min-width:80px;
}
.main ul.normal{
	margin:20px 40px;
}
.main ul.normal li{
	padding:10px 0;
	font-style: italic;
	color: #036;
}
/**********************************[side]***/
.sub-side {
	margin:10px 0 20px !important;
}
.side {
	width:300px;
	height:auto;
	margin:30px 0 20px;
	float:right;
}
/***[contact-banner]***/
.side .conact-banner {
	box-sizing:border-box;
	border:1px solid #ffb618;
	background:url(../img/phone-contact_bg.png) right center no-repeat #fff;
	padding:20px 10px;
	margin-bottom:10px;
}
.side .conact-banner .head {
	font-size:18px;
	font-weight:normal;
	color:#00c63d;
}
 .conact-banner  span{
	 
	width:100%;
	height:auto;
	
}
.side .conact-banner small {
	font-size:0.8em;
	font-weight:normal;
	color:#666;
}
/***[phone-banner]***/
.side .phone-banner {
	box-sizing:border-box;
	border:1px solid #ffb618;
	background-color:#fff;
	text-align:center;
	font-weight:normal;
	padding:0 15px 5px;
	margin-bottom:10px;
}
.side .phone-banner2 {
	box-sizing:border-box;	
	background-color:#fff;
	text-align:center;
	font-weight:normal;	
	margin-bottom:20px;
	border:1px solid #ea952b;
}
.side .phone-banner .head {
	background-color:#ffbe31;
	font-weight:normal;
	color:#FFF;
	font-size:1.2em;
	padding:3px 0;
	margin:0 -15px;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	behavior: url(PIE.htc);
}
.side .phone-banner img {
	vertical-align:middle;
}
.side .phone-banner .num {
	font-size:1.7em;
	font-weight: bold;
	color:#00c63d;
	text-align: center;
	line-height: 200%;	
}
.side .phone-banner .num a{	
	color:#00c63d;
}
.side .phone-banner small {
	font-size:0.9em;
	font-weight:normal;
	color: #b30000;
}
/**********************************[footer]***/
#footer {
	width:100%;
	height:auto;
	background-color:#ffd700;/*フッター背景色*/
	text-align:center;
	color:#666;
	margin-top:60px;
}
#footer p {
	padding:20px 0;
}
#footer p a {
	line-height:170%;
}
#footer a, #footer a:visited {
	color:#666;
}
#footer a:hover{
	color:#f77b09;
	text-decoration:none;
}
#footer .copyright {
	padding:10px 0;
	font-size:13px;	
	background-color:#ffbe31;
	box-shadow:0px 5px 5px rgba(198,135,0,0.3) inset;
}
#footer .copyright a {
	color:#FFF;
}
#footer .copyright a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  	filter: alpha(opacity=70);
  	-moz-opacity: 0.7;
  	-khtml-opacity: 0.7;
  	opacity: 0.7;	
}
/**********************************[to pagetop]***/
#pageTop {
	background:#fff;
	color: #00c63d;
	padding:11px;
	position:fixed;
	bottom:38px;
	right:0;
	font-weight:bold;
	font-size:2em;
	line-height:1;
	text-align:center;
	box-shadow:1px 1px 2px #333;
	opacity:0.7;
	border-radius: 20px 0 0 20px;
}
#pageTop:hover {
	background:#fff;	
	opacity:1;
}
#pageTop small {
	font-weight:normal;
	font-size:12px;
}
.clearall{
	clear:both;
}
.tel{
	text-decoration:none;
	color:#ffa433;
}
.green{
	color:#008000;	
}
.bold{
	font-weight:bold;
}
.yellow{
	color:#ffa34e;
	font-weight:bold;
}
.no_bor{
	border:0px !important;
}
.link_2{
	text-decoration:none;
	color:#000  ;
}
.link_2:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
	filter: alpha(opacity=50);  
  	-moz-opacity: 0.5;  
  	-khtml-opacity: 0.5; 
  	opacity: 0.5;
}
.tel_1 a{
	color:#fff;
}
.tel_1 a:hover{	
	opacity:0.9;
}
.mgt30{
	margin-top:30px !important;
}
.bor_top_left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.bor_top_right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.bor_bottom_left{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.bor_bottom_right{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}