@charset "utf-8";
/*---------------------------------------------
	Browser Default Initialization
---------------------------------------------*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
s text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
input, select {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
th {
	border:1px solid #8a8a8a;
	padding:7px;
	background-color:#ede0d5;/*white-space: nowrap; */
}
td {
	border:1px solid #8a8a8a;
	padding:7px;
	text-align:leftt;
	background:#FFF;
}
.mT10 {
	margin-top:10px;
}
.mT20 {
	margin-top:20px;
}
.mT30 {
	margin-top:30px;
}
.mT40 {
	margin-top:40px;
}
.mT50 {
	margin-top:50px;
}
.mB10 {
	margin-bottom:10px;
}
.mB20 {
	margin-bottom:20px;
}
.mB30 {
	margin-bottom:30px;
}
.mB40 {
	margin-bottom:40px;
}
.mB50 {
	margin-bottom:50px;
}
.mR10 {
	margin-right:10px;
}
.mR20 {
	margin-right:20px;
}
.mR30 {
	margin-right:30px;
}
.mR40 {
	margin-right:40px;
}
.mR50 {
	margin-right:50px;
}
section {
	margin-bottom:50px;
}
/*---------------------------------------------
	body
---------------------------------------------*/
body {
	line-height: 1.8em;
	color:#333;
	font-size: 18px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
	color: #0033cc;
	text-decoration:none;
}
a:link {
	color: #0033cc;
	text-decoration:none;
}
a:visited {
	color: #FFF;
}
a:active {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #00B5E2;
	text-decoration:none;
}
a:hover img {
	opacity:0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
/*---------------------------------------------
	Clearfix
---------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*----------------------------------g-----------
	For all
---------------------------------------------*/
* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: none;
}
h1 {
	/*margin-bottom: 20px;*/
    background: #859d8d;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	padding: 20px;
}
h2 {
	font-size: 24px;
	margin-top:50px;
	margin-bottom:20px;
	font-weight: bold;
}
h3 {
	font-size: 30px;
	margin:100px auto 20px auto;
	font-weight: bold;
	color:#859d8d;
	text-align:center;
}
p {
	line-height: 1.5em;
	margin-bottom:16px;
}
.left {
	float: left;
	width:auto;
}
.right {
	float: right;
	width:auto;
}
.center {
	text-align: center;
}
.txtright {
	text-align:right;
}
.txtleft {
	text-align:left;
}
a.opacity-link {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a.opacity-link:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.imgRight {
	float:right;
	margin-left:10px;
}
.imgLeft {
	float:left;
	margin-right:10px;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
.slider {
	margin-bottom:50px;
}
.spec dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.spec dt {
	display:block;
	width:100px;
	margin: 0px 20px 0px 0px;
	clear: left;
	float: left;
	font-weight: bold;
	padding: 0.3em 0; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
}
.spec dd {
	float: left;
	padding: 0.3em 0; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
}
/*---------------------------------------------
   top
---------------------------------------------*/
.catch {
	margin-bottom:50px;
}
.point_box {
	width:300px;
	float:left;
	margin-right:30px;
}
.point_box:last-child {
	margin-right:0px;
}
.point_box_img {
	margin-bottom:20px;
}
.main_img img {
	width:100%;
	margin-bottom:50px;
}
#concept {
	border:1px solid #859d8d;
	border-radius: 30px;
	padding:100px;
	margin:100px;
}
.btn, .btn:hover, .btn:after {
	background:#859d8d;
	padding:10px;
	border:#859d8d 1px solid;
	text-decoration:none;
	color:#FFF;
	text-align: center;
	border-radius: 20px;
}
.block {
	display:block;
	background:#859d8d;
	width:30%;
	margin:0 auto;
	padding:10px;
}

#toiawase dt, #toiawase dd {
	padding:10px;
}
#toiawase dt {
	font-weight:bold;
	float:left;
	width:260px;
}
#toiawase dd {
	border-bottom:dotted #999 1px;
}
#toiawase .kome {
	color:#F00;
	margin-left:3px;
}
.address_boxleft {
	float:left;
}
.wpcf7-submit{
  display: inline-block;
  border-radius:5%;
  font-size:18pt;
  text-align:center;
  padding:16px 50px;
  border:none;
  background:#00b4ff;
  color: #ffffff;
  opacity:1;
}
.wpcf7-submit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*---------------------------------------------
	Footer
---------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	background:#CCC;
}
#footer .inner {
	width: 960px;
	margin: 0 auto;
}
#bottom {
}
.bottommenu {
	float:left;
	width:25%;
	margin-top:20px;
}
.copyright {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	text-align:center;
}
.copyright p {
	color: #666;
	font-family: Verdana;
	font-size: 11px;
}
.footerlogo {
	height:200px;
}
/*---------------------------------------------
	動き
---------------------------------------------*/

/* ブロック共通初期設定 */
.scroll-block {
}
/* ----------パターン1：透明度が変化---------- */
/* 画面外 */
.fade-block1 {
	opacity: .1;
	transition: all 1.5s;
}
/* 画面に入った時の動き */
.fade-block1.blockIn {
	opacity: 1;
}
/*---------------タブバナー---------------*/
#tab {
	width: 300px;/* 最初に表示されるバナーの幅 */
	height: 100px;/* バナーの高さ */
	background: url(../images/btn_contact02.gif) no-repeat;/* 画像のURL */
	position: fixed;/* バナーを固定します */
	left: 0;/* 左から0pxの位置に指定 */
	bottom: 0;
}
#tab a {
	display: block;
	width: 100%;
	height: 100%;
}

/*---------------タブバナー---------------*/
#tab02{
	width: 300px;/* 最初に表示されるバナーの幅 */
	height: 100px;/* バナーの高さ */
	background: url(../images/btn_hossonline.gif) no-repeat;/* 画像のURL */
	position: fixed;/* バナーを固定します */
	right: 0;/* 右から0pxの位置に指定 */
	bottom: 0;
}
#tab02 a{
	display: block;
	width: 100%;
	height: 100%;
}






