@charset "utf-8";
/*
20160824sato
*/


/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
}
/* --------------------------------------
背景＆基本設定
--------------------------------------*/
body {
	font-size: 14px;
	color: #080808;
	background-color: #FFF;
	background-image: url("img/bg.png");
	font-family: 'Century Gothic','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic';
	line-height: 1.7;
	-webkit-text-size-adjust: none;
	min-width: 980px;
	background-position:center top;
	background-repeat:repeat-x;
	/*background-repeat:repeat-y; */
	/*font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
 	/*font-family:'Century Gothic','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic'; */
}
img {
	border: none;
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: underline;
}
a:link {
	color: #000;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
p.btn a:hover{
	background:#fe9633;
}
p.btn a{
background: #fdae51; /* Old browsers */
background: -moz-linear-gradient(top,  #fdae51 0%, #fd902b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdae51 0%,#fd902b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdae51 0%,#fd902b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae51', endColorstr='#fd902b',GradientType=0 ); /* IE6-9 */
	display:block;
	width:50%;
	margin:0px auto;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	padding:5px;
	border:1px solid #fe9633;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
ol {
	margin-left: 25px;
}
hr {
	overflow: hidden;
	height: 0;
	border: #bdbdbd dotted 1px;
	margin: 5px 0 15px 0;
}

/* post css */
.post {
width:224px;
float:left;
padding-right:8px;
padding-left:2px;
border-left:#e4e4e4 solid 1px;
}

.topblogtitle{
font-weight:bold;
/*height:50px;*/
clear:both;
}

.contact_ban_box{
width:643px;
margin:0 auto;
}

.contact_ban_box2{
width:607px;
margin:0 auto;
border-left:3px solid #ffdd80;
border-right:3px solid #ffdd80;
border-bottom:3px solid #ffdd80;
padding:0 15px 15px;
}

.fb{
display:none;
}

/* end post css */

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
/*background-image:url("img/bg_s.png");
background-repeat:repeat;
width:100%;*/
}
#bg {
}
.wrapper {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	position: relative;
}
.wrapper-header {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	position: relative;
}
#simplegallery1 {
	clear: both;
	margin-bottom: 10px;
	z-index: 2;
}
#imagebox {
	clear: both;
	z-index: 2;
	margin: 0 auto 15px auto;
	width: 1000px;
}
#content {
	padding-top: 10px;
	padding-bottom: 30px;
}
#content img {
}
#pan {
	font-size: 10px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	margin: 2px 10px;
}
#content #main {
	display: inline;
	width: 760px;
	float: right;
	margin-right: 0px;
}
/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a, #content #main .title a {
	color: #ff6000;
	text-decoration: none;
}
/* --------------------------------------
サイドタイトル
--------------------------------------*/

#content #side {
	display: inline;
	width: 210px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
#content #side h3 {
	width: 210px;
	height: 34px;
	box-sizing:border-box;
	padding: 0 0 0 23px;
	line-height: 34px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFF;
	background-image: url("img/bg_title_side.png");
	background-repeat: no-repeat;
	border-top: 0px solid #ff6000;
	border-bottom: #FFF 1px solid;
	text-align: left;
	margin: 0;
}
/* --------------------------------------
サイドメニューリスト
--------------------------------------*/

#content #side ul {
	background-color: #f5ecd2;
	margin: 0;
	list-style: none;
	_border-bottom: 1px #FFF solid;
}
#content #side li {
	font-size: 13px;
	border-bottom: #FFF 1px solid;
	background-image: url("img/btn_side.png");
	background-repeat: no-repeat;
	background-position: left 12px;
	text-align: left;/* border-top:#FFF 1px solid; */
/* border-bottom:#e4e4e4 1px dotted;*/
}
#content #side li a {
	display: block;
	color: #080808;
	text-decoration: none;
	padding: 5px 2px 5px 20px;
}
#content #side ul.children, #content #side ul.sub-menu {
	margin-left: 20px;
}
#content #side ul.children li:last-child, #content #side ul.sub-menu li:last-child {
	border: none;
}
/* --------------------------------------
？
--------------------------------------*/

#content #side .blogtxt {
	list-style: inside none;
	padding: 3px 15px;
	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
}
#content #side .blogtxt .blogday {
	font-size: 10px;
font-family:font-family:Arial, Helvetica, sans-serif;
}
/*サイドの各項目に適用*/
.side_area {
	margin-bottom: 15px;
}
.side_area select {
	margin: 3px 0 0 10px;
}
#side img {
	text-align: center;
}
.banar {
	margin-top: 20px;
	font-size: 11px;
}
.ddsg -wrapper li {
	list-style: lower-roman;
	margin-left: 30px;
}
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/

#content #main a:hover img {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
#content #side a:hover img {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
#content #side li:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60);/* ie */
	-ms-filter: "alpha( opacity=60 )";
	background: #FFF;/* border-left:#ff6000 2px solid; */
}
/* --------------------------------------
ヘッダー定義
--------------------------------------*/
header{
position:relative;
}
header p{
position:absolute;
top:0px;
left:0px;
font-size:11px;
}
#header {
	width: 1000px;
	/*background-image: url("img/bg_header.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: white;*/
}
.header_l {
	float: left;
	width:;/*ここにlogo.pngの横幅を指定*/
}
.header_r {
	float: right;
	width:;/*ここにtel.pngの横幅を指定*/
}
/* --------------------------------------
フッター定義
--------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top:3px solid #efd2b2;
	margin-bottom: 120px;
}
.wptouch-desktop-switch {
    padding-bottom: 200px !important;
}
/* フッター文字色定義 */
#footer, #footermenu ul a, #copyright a {
}
#footermenu {
	margin: 10px 10px;
	text-align: center;
}
#footermenu ul {
	display: inline;
}
#footermenu ul li {
	display: inline-block;
*display: inline;
*zoom: 1;
	font-size: 11px;
	padding: 0 10px;
	width: auto;
	white-space: nowrap;
}
#footermenu ul a {
	text-decoration: none;
}
.grecaptcha-badge {
    bottom: 120px !important;
	z-index: 100 !important;
}


#footer-contact {
	position: fixed;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
    width: 100%;
    height: 105px;
	z-index: 100;
}
.footer-contact-wrap {
    width: 1000px;
    margin: 0 auto;
}
.footer-contact-wrap a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.footer-contact-wrap .footer-tel {
	background: url("img/footer_tel.png") no-repeat 20px 10px;
    background-color: white;
    width: 912px;
    height: 75px;
    border-radius: 10px;
    margin-top: 15px;
    box-sizing: border-box;
    float: left;
}
.footer-contact-wrap .footer-tel p {
    float: right;
    padding: 10px 13px 10px 0;
    font-size: 12px;
    font-weight: 600;
	line-height: 1.5;
}
.footer-contact-wrap .footer-tel p a {
    display: block;
}
.footer-contact-wrap .page-top {
    width: 75px;
    height: 75px;
    background-color: white;
    float: right;
    margin-top: 15px;
    border-radius: 10px;
    box-sizing: border-box;
	font-size: 12px;
	font-weight: 600;
	position: relative;
}
.footer-contact-wrap .page-top a {
    display: block;
	text-decoration: none;
	width:100%;
	height:100%;
}
.footer-contact-wrap .page-top a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("img/page_top.png") no-repeat;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -10px;
}
.footer-contact-wrap .page-top a:before:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.footer-contact-wrap .page-top a p {
    padding-top: 43px;
}




#copyright {
	padding: 0 0 10px 20px;
}
#copyright a {
	text-decoration: none;
}
/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/
/* お客様編集時のためにここは変えない */
#content #main p {
	margin-bottom: 20px;
	padding: 0;
}
#content #main .singleline {
	overflow: hidden;
}
.dotted {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
/* --------------------------------------
見出し設定
--------------------------------------*/
/* h1共通部分 */
#content #main h1, h1 {
/* 必要であれば調整。基本コンテンツ内にh1は使用しない */
}
/* コンテンツ中のh1上margin */
#content #main h1.singletitle,#content #main h1.title {
  margin-top: 0px;
  clear: both;
  height: auto;
  color: #096C36;
  font-size: 24px;
  font-weight: normal;
  padding: 15px 0 15px 10px;
  border-top: 2px solid #096C36;
  border-bottom: 2px solid #096C36;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: 34px;
}
#content #main h2, h2 {
	clear: both;
	height: 34px;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 30px;
	background-color: #ffffff;
	background-image: url("img/bg_title_h2.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 0px solid #ff6000;
	letter-spacing: 2px;
	margin-bottom: 10px;
	line-height: 34px;
	margin-top: 45px;
}
#content #main h3, h3 {
	clear: both;
	height: 30px;
	font-size: 17px;
	font-weight: normal;
	padding: 0 0 0 20px;
	background-image: url("img/bg_title_h3.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 2px;
	margin: 30px 0 10px 0;
	line-height: 30px;
}
#content #main #lp h3{
height:auto;
margin:0px 0px 30px 0px;
padding:0px;
}
#content #main div.lp_h3_ttl {
    clear: both;
    height: 30px;
    font-size: 17px;
    font-weight: normal;
    padding: 0 0 0 20px;
    background-image: url("img/bg_title_h3.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    letter-spacing: 2px;
    margin: 30px 0 10px 0;
    line-height: 30px;
}
#content #main h4, h4 {
	clear: both;
	color: #ff6000;
	border-bottom: #ff6000 dotted 1px;
	font-size: 16px;
	margin: 25px 0 3px 0;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5;
	padding: 0 0 0 0;
}
/*special css*/

/*end special css*/


/* --------------------------------------
LP
--------------------------------------*/
#lp{
}

#lp ul.bunner{
	margin:0px 0px 40px 25px;
}

#lp ul.bunner li{
	float:left;
	margin:0px 30px 0px 0px;
}

#lp ul.bunner li:nth-child(2n) {
	float:left;
	margin:0px 0px 0px 0px;
}

#lp div.lpbox01{
	background:#fffce7;
	border:1px solid #fd8f29;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	padding:10px 20px 20px 20px;
	margin:0px 0px 60px 0px;
}

#main #lp div.lpbox01 h2{
	font-size:23px;
	color:#fc851a;
	background:none;
	text-align:center;
	font-weight:bold;
}

#main #lp h2{
	margin:0px 0px 20px 0px;
	padding:0px;
	height:auto;
	background:none;
	text-align:center;
	font-weight:bold;
}

#main #lp h2.lp_h2{
	background: url("img/lp/h2.jpg") no-repeat center top;
	text-align:left;
	padding:0px 0px 0px 25px;
}

#lp div.lpbox02{
	background: url("img/lp/lpbox02_bg.png") no-repeat center top;
	border:3px solid #fdb26e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding:60px 20px 20px 20px;
	margin:0px 0px 30px 0px;
	position:relative;
}

#lp div.lpbox02 .ttl01{
	position:absolute;
	top:-25px;
	left:186px;
}

#main #lp .yakusokubox{
	background:#fff7ec;
	border:2px solid #d2cbbd;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}

#main #lp .yakusokubox p{
	padding:10px 10px 0px 10px;
}

#main #lp .yakusokubox h4{
	margin:0px;
	padding:10px;
	font-size:27px;
	color:#fff;
	line-height:27px;
	border-bottom:none;
background: #439b37; /* Old browsers */
background: -moz-linear-gradient(top,  #439b37 0%, #439b37 50%, #258e41 50%, #258e41 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #439b37 0%,#439b37 50%,#258e41 50%,#258e41 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #439b37 0%,#439b37 50%,#258e41 50%,#258e41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439b37', endColorstr='#258e41',GradientType=0 ); /* IE6-9 */
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
text-shadow:0px 0px 3px #666;
}

.absolute{
	position:relative;
}

.img04{
	position:absolute;
	top:-20px;
	right:15px;
}

#main #lp .yakusokubox h4 img.alignleft{
	margin:0px 10px 0px 0px;
	padding:0px;
}

#main #lp ul.contents{
	margin:0px 0px 10px 0px;
}

#main #lp ul.contents li{
	float:left;
	margin:0px 5px 0px 0px ;
}

#main #lp ul.contents li:nth-child(4n){
	float:left;
	margin:0px 0px 0px 0px ;
}

#main #lp ul.contents02{
	margin:0px 0px 30px 100px;
}

#main #lp ul.contents02 li{
	float:left;
	margin:0px 5px 0px 0px ;
}

#main #lp ul.contents02 li:nth-child(3n){
	float:left;
	margin:0px 0px 0px 0px ;
}

#main #lp p.about_txt01{
	color:#e60012;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:30px;
	margin:0px;
	padding:0px;
	text-align:center;
text-shadow: 1px 2px 0 white,1px -2px 0 white,-1px 2px 0 white,-1px -2px 0 white,2px 1px 0 white,2px -1px 0 white,-2px 1px 0 white,-2px -1px 0 white,1px 1px 0 white,1px -1px 0 white,-1px 1px 0 white,-1px -1px 0 white,1px 3px 4px #C0C0C0;
font-weight:bold;
}

#main #lp p.about_txt02{
	color:#000;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:31px;
	margin:0px;
	padding:0px;
	text-align:center;
text-shadow: 1px 2px 0 white,1px -2px 0 white,-1px 2px 0 white,-1px -2px 0 white,2px 1px 0 white,2px -1px 0 white,-2px 1px 0 white,-2px -1px 0 white,1px 1px 0 white,1px -1px 0 white,-1px 1px 0 white,-1px -1px 0 white,1px 3px 4px #C0C0C0;
font-weight:bold;
}

#main #lp p.about_txt03{
	color:#000;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:29px;
	text-align:center;
text-shadow: 1px 2px 0 white,1px -2px 0 white,-1px 2px 0 white,-1px -2px 0 white,2px 1px 0 white,2px -1px 0 white,-2px 1px 0 white,-2px -1px 0 white,1px 1px 0 white,1px -1px 0 white,-1px 1px 0 white,-1px -1px 0 white,1px 3px 4px #C0C0C0;
font-weight:bold;
}

/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
td {
	border: 1px solid #c7c7c7;
	padding: 10px;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.tdstyle {
	background-color: #FFF9EF;
	border: 1px solid #F7E8CF;
	padding: 8px 10px;
	width: 30%;
	text-align: center;
}
.tdstyle_none {
	background-color: #FFF9EF;
	border: 1px solid #F7E8CF;
	padding: 8px 10px;
	text-align: center;
}
.page-id-8 .tdstyle_none {
	background-color: #FFF9EF;
	border: 1px solid #f4d093;
	padding: 8px 10px;
	text-align: center;
}
/* 左寄せ */
.tdstyle2 {
	border-color: #F7E8CF;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: left;
}
/* 右寄せ */
.tdstyle3 {
	border-color: #F7E8CF;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: right;
}
/* 中央寄せ */
.page-id-8 .tdstyle4 {
	border-color: #f4d093;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: center;
}
.tdstyle4 {
	border-color: #F7E8CF;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: center;
}
.tdstyle5 {
	background-color: #fff5d2;
	border: 1px solid #fd902b;
	padding: 8px 10px;
	width: 30%;
	text-align: center;
}
.tdstyle6 {
	border-color: #fd902b;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: left;
}
/*special css*/

/*end special css*/


#content #main p.archivetxt{
	line-height:200%;
}

/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/

/* 色:グレー */
.sq1 {
	border: 1px solid #ECEBEB;
	background-color: #F3F3F3;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
	border: 5px solid #F3F3F3;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 色:ピンク */
.sq3 {
	border: 1px solid #FFE8E8;
	background-color: #fff1f4;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:ピンク */
.sq4 {
	border: 5px solid #fff1f4;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
	;
}
/* 囲み：赤 */
.sqred {
	border: 1px solid #f29e9e;
	background-color: #fffafa;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
.square7 {
    border: 1px solid #eee;
    background-color: #fafafa;
    margin: 10px 0;
        margin-bottom: 10px;
    padding: 10px 0px;
}
.post {
    width: 238px;
    float: left;
    padding-right: 8px;
    padding-left: 2px;
    border-left: #e4e4e4 solid 1px;
}
.blog-eyecatch img {
margin:0px auto;
/*width:165px;*/
}
.blog-eyecatch {
    float: left;
    margin: 0 5px 10px 5px;
}
/* 囲み：二重線 */
.nizyuu {
	border-width: 4px;
	border-style: double;
}
/* 囲み：点線 */
.tensen {
	border-width: 3px;
	border-style: dotted;
}
/* 囲み：角丸 */
.radious {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*special css*/

/*end special css*/


/* --------------------------------------
便利ボタン１
--------------------------------------*/
.line {
	color: #ff6000;
	border-bottom: 2px solid #ff6000;
	padding-bottom: 2px;
}
.line a {
	color: #ff6000;
	text-decoration: none;
}
.btn_40px {
	background-image: url("img/btn_bg40px.png");
	background-repeat: repeat-x;
	border: #CCCCCC 1px dotted;
	color: #ff6000;
	font-size: 14px;
	width: 198px;
	_width: 196px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	line-height: 150%;
}
.btn_60px {
	background-image: url("img/btn_bg60px.png");
	background-repeat: repeat-x;
	border: #CCCCCC 1px dotted;
	color: #ff6000;
	font-size: 14px;
	width: 198px;
	_width: 196px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 40px;
	line-height: 150%;
}
/* --------------------------------------
簡単ボタン２
--------------------------------------*/
.btn1 a, .btn2 a, .btn3 a, .btn4 a, .btn5 a {
	font-weight: bold;
	font-size: 16px;
	color: #ff6000;
	text-decoration: none;
}
.btn6 a {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
/* yellow */
.btn1 {
	background-image: url("img/btn1.png");
	background-repeat: repeat-x;
	border: #ffc12f 1px solid;
	color: #FFF;
	font-size: 14px;
	width: 198px;
	_width: 196px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	line-height: 150%;
}
/* green */
.btn2 {
	background-image: url("img/btn2.png");
	background-repeat: repeat-x;
	border: #bbe243 1px solid;
	color: #FFF;
	font-size: 14px;
	width: 198px;
	_width: 196px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	line-height: 150%;
}
/* blue */
.btn3 {
	background-image: url("img/btn3.png");
	background-repeat: repeat-x;
	border: #badaff 1px solid;
	color: #FFF;
	font-size: 14px;
	width: 198px;
	_width: 196px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	line-height: 150%;
}
/* pink */
.btn4 {
	background-image: url("img/btn4.png");
	background-repeat: repeat-x;
	border: #ffcae4 1px solid;
	color: #FFF;
	font-size: 14px;
	width: 198px;
	_width: 196px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	line-height: 150%;
}
/* vage */
.btn5 {
	background-image: url("img/btn5.png");
	background-repeat: repeat-x;
	border: #ddcbb8 1px solid;
	color: #FFF;
	font-size: 14px;
	width: 198px;
	_width: 196px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	line-height: 150%;
}
/* yellow */
.btn6 {
	background-image: url("img/btn6.png");
	background-repeat: repeat-x;
	border: #ff9800 1px solid;
	color: #FFF;
	font-size: 14px;
	width: 198px;
	_width: 196px;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	line-height: 150%;
}
/*special css*/

/*end special css*/





/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
	color: #5a5a5a;
	font-size: 90%;
	margin: 10px 0;
	line-height: 1.7;
}
.fs2 {
	font-size: 114.2857%;
}
.fs3 {
	font-size: 130%;
}
.fs4 {
	font-size: 160%;
}
.fs5 {
	font-size: 200%;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
/*テキスト装飾*/
.tk1 {
	color: #e60000;
}
.tk2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(255, 216, 0, 1) 40%);
  text-shadow: 0px 2px 0px rgb(255, 255, 255);
  padding-bottom: 3px;
  color: #000000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  text-shadow: 0px 2px 0px rgb(255, 255, 255);
  padding-bottom: 3px;
}
/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 26px;
}
.freedial {
  text-align: left;
}
/*チェックボックスの付くリスト*/
ul.check_red li {/*赤*/
	background-image: url(img/check_red.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 19px;
}
ul.check_blue li {/*青*/
	background-image: url(img/check_blue.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 19px;
}
ul.check_green li {/*緑*/
	background-image: url(img/check_green.png);
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 21px;
}
ul.check_yellow li {/*黄*/
	background-image: url(img/check_yellow.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 19px;
}
ul.arrow li {
	background-image: url(img/arrow.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 15px;
}
ul.arrow2 li {
	background-image: url(img/arrow2.png);
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 2px 0;
	min-height: 13px;
}
/*special css*/

/*end special css*/



/* --------------------------------------
Q&A
--------------------------------------*/
.q {
	background-color: #FFFBE5;
	padding: 4px;
	font-weight: bold;
}
.q strong {
	color: #ff6000;
font-size:20px;
}
.a {
	padding: 7px 4px;
	border-bottom: #CCC 1px dotted;
	margin: 5px 0 20px 1em;
	text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}
/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height:  auto;
  overflow: hidden;
  /**/
}

/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */
#headnav {
	width: 1000px; /*ナビ全体の横幅*/
	height: 50px;/*ナビの高さ*/
}
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	height:50px;/*ナビの高さ*/
	text-decoration: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#menu li a:hover {
	background-position: 0 -50px;/*ナビの高さ*/
}
#menu li a#head_navi1 {
	background-image: url(img/gloval_navi1.png);/*ナビの画像1*/
	width: 125px;
}
#menu li a#head_navi2 {
	background-image: url(img/gloval_navi2.png); /*ナビの画像2*/
	width: 125px;
}
#menu li a#head_navi3 {
	background-image: url(img/gloval_navi3.png);/*ナビの画像3*/
	width: 125px;
}
#menu li a#head_navi4 {
	background-image: url(img/gloval_navi4.png); /*ナビの画像4*/
	width: 125px;
}
#menu li a#head_navi5 {
	background-image: url(img/gloval_navi5.png); /*ナビの画像5*/
	width: 125px;
}
#menu li a#head_navi6 {
	background-image: url(img/gloval_navi6.png); /*ナビの画像6*/
	width: 125px;
}
#menu li a#head_navi7 {
	background-image: url(img/gloval_navi7.png); /*ナビの画像7*/
	width: 125px;
}
#menu li a#head_navi8 {
	background-image: url(img/gloval_navi8.png); /*ナビの画像8*/
	width: 125px;
}

/* -------------------------------------
ドロップダウン
-------------------------------------*/
#menu li{
position:relative;
}
#menu ul.dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9999;
    width: 125px;
    background-color: #fe9837;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
	text-align: center;
}
#menu li a.hover{
background-position:0 -50px;/*ナビの高さ*/
}
#menu li a.hover ul.dropdown {
	display:block;
}
#menu ul.dropdown li{
float:none;
border-bottom:1px solid #FFFFFF;/*ドロップメニュー区切り線*/
position: static;
background-image:none;
}
#menu ul.dropdown li:hover{
background-color:#FFC;/*ドロップメニューマウスオーバー時*/
}
#menu ul.dropdown li:hover {
    background-color: #fb7f12;
}
#menu ul.dropdown li a{
text-indent:0px;
font-size:14px;
height:auto;
padding:13px 10px;/*ドロップメニューpadding*/
color:#333;/*ドロップメニューリンク文字色*/
}
#menu ul.dropdown li a {
    text-indent: 0px;
    font-size: 11px;
    height: auto;
    padding: 13px 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}
/*LightBoxへの影響回避*/
#headnav {/*IE7対策*/
	position: relative;
	z-index: 100;
}
#overlay {
	z-index: 1000 !important;
}
#lightbox {
	z-index: 9999 !important;
}
/*++++++++++++++++ nav button set ++++++++++++++++*/
.button a {
	float: left;
	border-right: 1px solid #7A0114;   /* 上部メニューボタンの区切り線の色が設定できます */
	background: #C58D9A;   /* 上部メニューボタンの背景色が設定できます */
	height: 30px;
	margin: 0;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #fff; /* 上部メニューボタンの文字色が設定できます */
	display : block;
}
html>body .button a {
	height: 16px;
	font-size: small;
}
.button a.active, .button a:hover {
	background: #fff;   /* 上部メニューボタンの背景色（マウスオンの状態）が設定できます */
	color: #C58D9A;   /* 上部メニューボタンの文字色（マウスオンの状態）が設定できます */
}
.button a.selected {
	background: #fff;   /* 上部メニューボタンの背景色（セレクト時）が設定できます */
	color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時）が設定できます */
}
.button a:active.selected, .button a:hover.selected {
	background: #fff;   /* 上部メニューボタンの背景色（セレクト時のマウスオンの状態）が設定できます */
	color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時のマウスオンの状態）が設定できます */
}
.button a.nolink {
	background: #C58D9A;   /* 上部メニューボタンの背景色（リンクなし）が設定できます */
	color: #ccc;   /* 上部メニューボタンの文字色（リンクなし）が設定できます */
}

/* --------------------------------------
RSS用
--------------------------------------*/
#feed_new {
	background-color: #fff;
	font-size: 11px;
	color: #ff6000;
	padding: 5px 0px 0 0px;
	_padding: 5px 10px 0 10px;
	margin: 0px 0px 20px 0px;
	line-height: 130%;
}
#feed_new li {
	border-bottom: #e4e4e4 solid 1px;
	list-style: none;
	padding-bottom: 5px;
margin:0px 0px 10px 0px;
}
#feed_new a {
	font-size: 14px;
}
#feed_new li small{
color:#7c7c7c;
display:block;
}
ul.newsblog li {
border-bottom: #e4e4e4 solid 1px;
list-style: none;
padding-bottom: 5px;
margin:0px 0px 10px 0px;
}
ul.newsblog li span.date{
color: #7c7c7c;
display: block;
font-size:11px;
}
/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
--------------------------------------*/
/* -------
div
----------*/
#main div:after {
	content: ".";/* 新しい要素を作る */
	display: block;/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
#main div {
	min-height: 1px;
}
* html #main div {
	height: 1px;
}
/* -------
p
----------*/

/* -------
fontcontrol
----------*/
#control {
	position: absolute;
	top: 5px;
	right: 5px;
}
#control a {
	color: white;
	text-decoration: none;
}
#control a:hover {
	text-decoration: underline;
}
span#intro {
	font-size: 13px;
	margin-right: 5px;
}
span#f-big {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-medium {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-small {
	background-color: black;
	padding: 2px 4px;
}
/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
/* --------------------------------------
リスト（FontAwesome)
--------------------------------------*/
ul.li_1 {
	margin-bottom: 20px;
}
ul.li_1 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_1 li:before {
	content: " \f14a";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -1.5em;
}
ul.li_2 {
	margin-bottom: 20px;
}
ul.li_2 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_2 li:before {
	color: #008600;
	content: " \f046";
	font-family: FontAwesome;
	position: absolute;
	font-weight: normal;
	left: -20px;
	top: 2px;
}
ul.li_3 {
	margin-bottom: 20px;
}
ul.li_3 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_3 li:before {
	content: " \f058";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_4 {
	margin-bottom: 20px;
}
ul.li_4 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_4 li:before {
	content: " \f05d";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_5 {
	margin-bottom: 20px;
}
ul.li_5 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_5 li:before {
	content: " \f0a9 ";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_6 {
	margin-bottom: 20px;
}
ul.li_6 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_6 li:before {
	content: " \f18e";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_7 {
	margin-bottom: 20px;
}
ul.li_7 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_7 li:before {
	content: " \f138";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_8 {
	margin-bottom: 20px;
}
ul.li_8 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_8 li:before {
	content: " \f152";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_9 {
	margin-bottom: 20px;
}
ul.li_9 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_9 li:before {
	content: " \f0da";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -15px;
}
ul.li_10 {
	margin-bottom: 20px;
}
ul.li_10 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_10 li:before {
	content: " \f069";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_11 {
	margin-bottom: 20px;
}
ul.li_11 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_11 li:before {
	content: " \f111";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_12 {
	margin-bottom: 20px;
}
ul.li_12 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_12 li:before {
	content: " \f192";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.b_gray li:before {
	color: #D9D8D8;
}
ul.b_pink li:before {
	color: #F79698;
}
ul.b_green li:before {
	color: #CAFDB1;
}
ul.b_skyblue li:before {
	color: #A0DFF3;
}
ul.b_blue li:before {
	color: #608AEB;
}
ul.b_gold li:before {
	color: #D9B087;
}
ul.b_orange li:before {
	color: #FB8230;
}
ul.b_yellow li:before {
	color: #F8EE6D;
}
ul.b_azuki li:before {
	color: #731F21;
}
ul.b_purple li:before {
	color: #AA79E7;
}
/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/

.two_box {
	width: 49.2957%;
	box-sizing: border-box;
	padding: 0px;
	float: left;
	margin: 0 0 15px 1.408%;
}
.two_box:first-child {
	margin-left: 0;
}
.three_box {
	width: 32%;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	margin: 0 0 15px 2%;
}
.three_box:first-child {
	margin-left: 0;
}
.four_box {
	width: 23.94366%;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	margin: 0 0 15px 1.408%;
}
.four_box:first-child {
	margin-left: 0;
}

/* --------------------------------------
リンクボタン
--------------------------------------*/

.link_green {
  display: block;
  margin: 10px 0;
}
.link_green a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #334C19;
  padding: 0px 15px;
	border: 1px solid #A8BF75;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -moz-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -ms-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -o-linear-gradient(top, #ffffff, #cee6b3);
	background-image: linear-gradient(to bottom, #ffffff, #cee6b3);
}
.link_green a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_pink {
  display: block;
  margin: 10px 0;
}
.link_pink a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #E37677;
  padding: 0px 15px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #FFF0F1);
  background-image: -moz-linear-gradient(top, #ffffff, #FFF0F1);
  background-image: -ms-linear-gradient(top, #ffffff, #FFF0F1);
  background-image: -o-linear-gradient(top, #ffffff, #FFF0F1);
  background-image: linear-gradient(to bottom, #ffffff, #FFF0F1);
  border: 1px solid #F4B1B2;
}
.link_pink a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_skyblue {
  display: block;
  margin: 10px 0;
}
.link_skyblue a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	color: #4593D4;
	padding: 0px 15px;
	border: 1px solid #9EDDF8;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -moz-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -ms-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -o-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: linear-gradient(to bottom, #ffffff, #EDFBFF);
}
.link_skyblue a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_blue {
  display: block;
  margin: 10px 0;
}
.link_blue a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #0C354D;
  padding: 0px 15px;
	border: 1px solid #9EB0CF;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -moz-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -ms-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -o-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: linear-gradient(to bottom, #ffffff, #E4F2FD);
}
.link_blue a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_gold {
  display: block;
  margin: 10px 0;
}
.link_gold a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #71542C;
  padding: 0px 15px;
	border: 1px solid #C0AA8D;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -moz-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -ms-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -o-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: linear-gradient(to bottom, #ffffff, #FCEDD9);
}
.link_gold a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_orange {
  display: block;
  margin: 10px 0;
}
.link_orange a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 15px;
	border: 1px solid #EF963E;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -moz-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -ms-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -o-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: linear-gradient(to bottom, #F7BB6F, #FCA26D);
}
.link_orange a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_yellow {
  display: block;
  margin: 10px 0;
}
.link_yellow a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #929940;
  padding: 0px 15px;
	border: 1px solid #E3DEA2;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -moz-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -ms-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -o-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: linear-gradient(to bottom, #ffffff, #F8FDC3);
}
.link_yellow a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_azuki {
  display: block;
  margin: 10px 0;
}
.link_azuki a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 15px;
	border: 1px solid #BC8F90;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -moz-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -ms-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -o-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: linear-gradient(to bottom, #AF5C5D, #7C2829);
}
.link_azuki a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_purple {
  display: block;
  margin: 10px 0;
}
.link_purple a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #87419E;
  padding: 0px 15px;
	border: 1px solid #EECCF3;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -moz-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -ms-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -o-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: linear-gradient(to bottom, #ffffff, #F7E5FD);
}
.link_purple a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_red {
  display: block;
  margin: 10px 0;
}
.link_red a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 15px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #F47B7D, #D85658);
  background-image: -moz-linear-gradient(top, #F47B7D, #D85658);
  background-image: -ms-linear-gradient(top, #F47B7D, #D85658);
  background-image: -o-linear-gradient(top, #F47B7D, #D85658);
  background-image: linear-gradient(to bottom, #F47B7D, #D85658);
  border: 1px solid #F96062;
}
.link_red a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
/* --------------------------------------
フォームボタン
--------------------------------------*/
p.sbtn_1 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #96cff5;
	background-image: -webkit-linear-gradient(top, #96cff5, #3297d6);
	background-image: -moz-linear-gradient(top, #96cff5, #3297d6);
	background-image: -ms-linear-gradient(top, #96cff5, #3297d6);
	background-image: -o-linear-gradient(top, #96cff5, #3297d6);
	background-image: linear-gradient(to bottom, #96cff5, #3297d6);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_2 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #fac871;
	background-image: -webkit-linear-gradient(top, #fac871, #eb7f36);
	background-image: -moz-linear-gradient(top, #fac871, #eb7f36);
	background-image: -ms-linear-gradient(top, #fac871, #eb7f36);
	background-image: -o-linear-gradient(top, #fac871, #eb7f36);
	background-image: linear-gradient(to bottom, #fac871, #eb7f36);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_3 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #f0a3a3;
	background-image: -webkit-linear-gradient(top, #f0a3a3, #f07171);
	background-image: -moz-linear-gradient(top, #f0a3a3, #f07171);
	background-image: -ms-linear-gradient(top, #f0a3a3, #f07171);
	background-image: -o-linear-gradient(top, #f0a3a3, #f07171);
	background-image: linear-gradient(to bottom, #f0a3a3, #f07171);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_4 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #ebd3b0;
	background-image: -webkit-linear-gradient(top, #ebd3b0, #b38541);
	background-image: -moz-linear-gradient(top, #ebd3b0, #b38541);
	background-image: -ms-linear-gradient(top, #ebd3b0, #b38541);
	background-image: -o-linear-gradient(top, #ebd3b0, #b38541);
	background-image: linear-gradient(to bottom, #ebd3b0, #b38541);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_5 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #f0ece4;
	background-image: -webkit-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: -moz-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: -ms-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: -o-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: linear-gradient(to bottom, #f0ece4, #bdb8b3);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.maru input[type="submit"] {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	padding: 8px 20px 8px 20px;
	text-shadow: 1px 1px 3px #666666;
	box-shadow: 0px 0px 6px 3px #e6e6e6;
	-moz-box-shadow: 0px 0px 6px 3px #e6e6e6;
	-webkit-box-shadow: 0px 0px 6px 3px #e6e6e6;
}
p.sbtn_1 input:hover{
	background: #409FDB;
}
p.sbtn_2 input:hover{
	background: #ec802e;
}
p.sbtn_3 input:hover{
	background: #ee6d6d;
}
p.sbtn_4 input:hover{
	background: #b38746;
}
p.sbtn_5 input:hover{
	background: #bbb6af;
}

/* --------------------------------------
お問い合わせバナー用
--------------------------------------*/
.responsedevise {
  margin: 50px 0px 30px 0px;
  text-align: center;
}
/*special css*/


.sqspe {
        padding: 20px 20px 0 20px;
/* box-shadow */
box-shadow:0px 0px 6px 3px rgba(202,182,111,0.31);
-moz-box-shadow:0px 0px 6px 3px rgba(202,182,111,0.31);
-webkit-box-shadow:0px 0px 6px 3px rgba(202,182,111,0.31);
/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
/* border */
border:1px solid #f2e7d6;margin-bottom:40px;
}
.sqspe2 {
        padding: 20px 20px 0 20px;
/* box-shadow */
box-shadow:0px 0px 6px 3px #d7eddd;
-moz-box-shadow:0px 0px 6px 3px #d7eddd;
-webkit-box-shadow:0px 0px 6px 3px #d7eddd;

/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

/* border */
border:1px solid #dfedde;margin-bottom:40px;
}
ul.count li:before {
    content:counter(mycount);
    position: absolute;
    left:0px;
    top:2px;
    padding: 0px 10px;
    background-color: #FF6A00;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

}
ul.count li {
    counter-increment:mycount;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
}
.under {
        background: linear-gradient(transparent 60%, #FCF400 60%);
}
.midasiho{
background-color:#FCF400;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
padding:0 10px;
float:right;
color:#000;
margin-right:10px;
font-size:90%;
height:25px;
margin-top:5px;
line-height:28px;
}
#content #main h3.po{
background-image:none;
padding-left:0;
border-bottom:#C7EDC8 3px dashed;
color:#333;
}
#content #main h3.po strong{
text-align:center;
  position: relative;
  display:inline-block;
  margin-left: 0;
 margin-right:20px;
  padding: 0 4px 0 8px;
  background: #37A53D;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
#content #main h3.po strong::before{
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-left: 15px solid #37A53D;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
.merit{
        padding: 20px 20px 0 20px;
margin-bottom:20px;
background-color:#FFF9F9;
}
.demerit{
        padding: 20px 20px 0 20px;
margin-bottom:20px;
background-color:#F2F6FF;
}
.merit p,
.demerit p{
font-size:120%;
}
#content #main .merit h3{
background-image:none;
padding-left:10px;
background-color:#FCE8E8;
color:#D65C5C;
margin-top:0;
font-weight:bold;
font-size:20px;
}
#content #main .demerit h3{
background-image:none;
padding-left:10px;
background-color:#E0EAFF;
color:#7F9EE2;
margin-top:0;
font-weight:bold;
font-size:20px;
}
.flow{
border:8px solid #FFF7E3;
padding:20px 20px 0 20px;
}
.step{
    background-color: #FF6A00;
color:#fff;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
padding:1px 10px;
margin-right:5px;
text-align:center;
}
#content #main .flow h3{
background-image:none;
background-color:#FFF9E0;
margin-top:0;
font-weight:bold;
font-size:17px;
color:#333;
padding:5px 0 5px 10px;
}
.fa-chevron-down{
color:#F9EA93;
}
.telnumber {
    color:#BA0004;
text-shadow: 1px 2px 0 white,1px -2px 0 white,-1px 2px 0 white,-1px -2px 0
white,2px 1px 0 white,2px -1px 0 white,-2px 1px 0 white,-2px -1px 0
white,1px 1px 0 white,1px -1px 0 white,-1px 1px 0 white,-1px -1px 0
white,0px 3px 4px #919191;
font-size:60px;
line-height:normal;
margin-top:20px;
}
.telnumber2 {
    text-shadow:
        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
font-size:23px;
    color:#BA0004;
font-weight:bold;
padding-left:80px;
}
.greeting{
	background-image: url("img/greeting.png");
	background-position:right bottom;
	background-repeat:no-repeat;
font-size:18px;
background-size:55%;
    text-shadow:
        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
padding:20px 0;
    background-color: #fff;
    padding-left: 10px;
}
.wpcf7 img{
vertical-align:middle;
margin:0 5px;
}
#content #main .kojinjoho h3{
background-image:none;
border-bottom:#F3F3F3 2px dotted;
padding-left:0;
}



/* アーカイブ一覧 */
.blogbox {
    width: 100%;
    padding: 10px 0 !important;
    position: relative;
}
.blogimg {
    width: 270px;
    float: left;
}
.blogcontent {
    width: 470px;
    float: right;
    padding: 10px 0px 0px 0px;
}

.blogbox img {
    width: 270px;
}
a.more {
    border: #2f8f15 solid 1px;
    background-color: #3a9f1f;
    float: right;
    padding: 3px 12px;
    color: #fff;
    text-decoration: none;
}
.bc1 {
    font-size: 12px;
}
.bc2 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
}

.pcnone{
display:none!important;
}

/* 施工メニュー */
.menu .twobox {
	width:48%;
	float:left;
	margin-right:30px;
}
.menu .twobox:last-child {
		margin-right:0;
}
.menu .twobox  .box {
clear:both;
border:1px solid #afadaa;
padding:10px 15px;
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top, #fcfcfc 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fcfcfc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fcfcfc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff',GradientType=0 );
		margin-bottom:20px;
	box-shadow:2px 2px 3px #ccc;
}
.menu .twobox  .box p {
	margin-bottom:0!important;
}
.menu .twobox  .box .ttl {
	font-weight:bold;
	font-size:20px;
	color:#6a3607;
	border-bottom:2px dotted #6a3607;
}
.menu .twobox  .box .year {
	border:1px solid #ff6000;
	padding:5px!important;
	width:85px;
	float:left;
	line-height:1.5;
	margin-right:10px;
	text-align:center;
	background-color:#fff8bd;
	color:#ed4800;
}
.menu .twobox  .box .price {
	font-weight:bold;
	font-size:28px;
	color:#ea0000;
	margin-top:-10px;
}
.menu .twobox  .box .txt {
	margin:10px 0!important;
}
.bold {
	font-weight:bold;
}
.menu .icon li {
	border:1px solid #afadaa;
	background-color: #ffffff;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	padding:5px;
	width:37px;
	height:37px;
	float:left;
	margin-right:7px;
	color:#000000;
	line-height:1.3;
}
.menu .icon .line-h {
	line-height:37px;
}
.menu .icon li:last-child {
	margin-right:0;
}
.menu .rec {
	background-color: #29852d;
	font-size:14px;
	color:#fff;
	text-align:center;
　padding:5px;
	width:100px;
	float:right;
	margin-top:5px;
	letter-spacing:1px;
}

.menu .sq_menu {
	border:1px solid #258e41;
	padding:20px 15px;
	background-color:#fff4d8;
	border-radius:5px;
}

.top_camp_bnr1{
	color:#fb0015;
	background-image: url("img/top_camp_banner1.png");
	background-repeat: no-repeat;
	padding:186px 0 0 32px;
	height:164px;
	font-weight:bold;
	font-size:40px;
	margin-bottom:20px;
	text-shadow: 2px 2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff,-2px -2px 2px #fff;
}

.top_camp_bnr1 span{
	font-size:25px;
}
/*20180319*/
table.cantable tr td {
    border: 1px solid #F7E8CF;
    padding: 8px 10px;
}
table.cantable tr th {
    background-color: #FFF9EF;
    border: 1px solid #F7E8CF;
    padding: 8px 10px;
    text-align: center;
    font-weight: normal;
}
.can01 {
    display: flex;
    padding: 20px;
}
.can01a {
    width: 60%;
    display: inline-flex;
}
.can01b {
    width: 40%;
}
.can01b img {
    width: 100%;
}
.can01c img {
    width: 100%;
}
.can01c {
    width: 48%;
    margin: 1%;
}
.can01 img {
    width: 100%;
}
#content #main h3.cuh3 {
    background: #f7efd3;
    border-bottom: 2px solid #e8d89c;
    height: auto;
    text-indent: -16px;
    padding-left: 36px;
}
/*end special css*/