@charset "UTF-8";

/*--------------------------------------
目次
	（1）初期設定リセット
	（2）font等の初期設定
	（3）共通クラス
---------------------------------------*/




/*--------------------------------------*/
/*（1）初期設定リセット						*/
/*--------------------------------------*/


html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
	font-weight: 300;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
img {
	vertical-align: top;
	width: inherit;
    max-width: 100%;
    height: auto;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}





/*--------------------------------------*/
/*（2）font等の初期設定						*/
/*--------------------------------------*/

.mif {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 140%;
	line-height: 1.8em;
}

body {
	font-family: arial,"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 75%;
	line-height: 150%;
	text-align: center;
}


* html body {
	font-family: "Lato","Noto Sans Japanese","ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
	text-align: center;
} /* for lte ie6 */

*:first-child+html body {
	font-family: "Lato","Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/body {
	font-size: 14px;
	font-family: arial,"Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 */

html:not(:target) body {
	font-size: 14px;
	font-family: arial,"Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for modern browser not ie8 */


/* ------------ form Style */
input, select, textarea {
	font-size: 1em;
	font-family: arial,"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}
* html input, select, textarea {
	font-family: arial,"Noto Sans Japanese","ＭＳ Ｐゴシック", sans-serif;
} /* for lte ie6 */

*:first-child+html input, select, textarea {
	font-family: arial,"Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/input, select, textarea {
	font-family: arial,"Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 */

html:not(:target) input, select, textarea {
	font-family: arial,"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
} /* for modern browser not ie8 */


h2 {
	font-size: 140%;
	font-weight: 100;
}
h3 {
	font-size: 120%;
	font-weight: 100;
}
h4 {
	font-size: 100%;
	font-weight: 100;
}



/*--------------------------------------*/
/*（3）共通クラス							*/
/*--------------------------------------*/

.ph01 {
	border-top: 7px solid #fadfe4;
	border-bottom: 7px solid #fadfe4;
}

.ph02 {
	border-bottom: 7px solid #fadfe4;
	margin: 20px auto 10px;
}

.ph100 {
	width: 100%;
}
.ph100 img {
	width: 100%;
}

/* A Style */
/*--------------------------------------*/
a:link	{
	text-decoration: none;
	color: #333;
}

a:visited	{
	text-decoration: none;
	color: #333;
}

a:hover	{
	text-decoration: underline;
	color: #003e05;
}

a.txt_link,
.txt_link{
	color: #80b63f;
	text-decoration: underline;
	display: inline-block;
}
.txt_link:link	{
	color: #80b63f;
}

.txt_link:visited	{
	text-decoration: none;
	color: #80b63f;
}

.txt_link:hover	{
	text-decoration: underline;
	color: #346c00;
}




/* font Class */
/*--------------------------------------*/
.Arial {
		font-family: "Arial Black";
	}
.orenge {
		color: #f08300;
	}
.big {
		font-size: 1.2em;
	}
.alignLeft{
	text-align: left;
}
.alignRight{
	text-align: right;
}
.center {
	text-align: center;
}
.icon_mr {
	padding-left: 0.75em;
}
.color01 {
	color: #39894a;
}
.color02 {
	color: #333;
}
.color03 {
	color: #ffad46;
}
.estate .color03 {
	color: #76b1e8;
}
.color04 {
	color: #979797;
}
.small_txt {
	font-size: 80%;
	line-height: 1.8em;
}
.medium_txt {
	font-size: 90%;
	line-height: 1.8em;
}
.wt300 {
	font-weight: 300;
}

.img70 img {
	width: 70%;
}
.img80 img {
	width: 80%;
}

.sub_txt {
	margin-bottom: 10px;
}

.name_txt {
	text-align: right;
	margin: 25px auto;
}

.s_txt_link {
	font-size: 80%;
	line-height: 1.2em;
}

.obi01 {
	background-color: #f5f5f5;
	padding: 10px 14px;
	color: #39894a;
	font-weight: 300;
	margin: 10px auto 20px;
}

.obi02 {
	background-color: #f5f5f5;
	padding: 7px 14px;
	font-weight: 300;
	margin: 0px auto 10px;
}

.line02 {
	background: #f5f5f5;
	height: 3px;
	width: 50%;
	margin: 50px auto;
}

.title {
	font-family:'Lato','Noto Sans Japanese', sans-serif;
	font-size: 250%;
	position: relative;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
.main_img .main_title .title.title_spacing01,
.title.title_spacing01 {
	letter-spacing: 0.1em;
}
.main_img .main_title .title.title_spacing0,
.title.title_spacing0 {
	letter-spacing: 0em;
}
.title span {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 40%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}
.title .small_txt {
	font-size: 60%;
	vertical-align: middle;
}
.strongs {
	background-color: #f1a7b6;
	padding: 8px 20px;
	color: #fff;
	-webkit-border-radius : 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 120%;
	position: absolute;
	top: 7%;
	left: 23%;
}
.icon_logo {
	background-image: url(../images/icon_logo.png);
	background-repeat: no-repeat;
	background-position:left top;
	display: inline-block;
	padding: 10px 0px 20px 80px;
	top: -20px;
	letter-spacing: 0.2em;
}
.weight300 {
	font-weight: 300;
}

/* float Class */
/*--------------------------------------*/
.flow_left {
	float:left;
	}

.flow_right {
	float:right;
	}
.clear_both {
	clear: both;
	}



/* clearfix Class */
/*--------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* margin Class */
/*--------------------------------------*/

.section .pt10,
.pt10 {
	padding-top: 10px;
}
.section .pt20,
.pt20 {
	padding-top: 20px;
}
.section .mt10,
.mt10 {
	margin-top: 10px;
}
.section .mt20,
.mt20 {
	margin-top: 20px;
}
.section .mt30,
.mt30 {
	margin-top: 30px;
}
.section .mt40,
.mt40 {
	margin-top: 40px;
}
.section .mt50,
.mt50 {
	margin-top: 50px;
}
.section .mt60,
.mt60 {
	margin-top: 60px;
}

.section.mb10,
.mb10 {
	margin-bottom: 10px;
}
.section.mb20,
.mb20 {
	margin-bottom: 20px;
}
.section.mb30,
.mb30 {
	margin-bottom: 30px;
}
.section.mb40,
.mb40 {
	margin-bottom: 40px;
}
.section.mb50,
.mb50 {
	margin-bottom: 50px;
}

.mr {
	padding: 0px 7px;
}

.w100 {
	width: 100%;
}

/* imgTxt Class */
/*--------------------------------------*/

.over_hid {
	position: relative;
	overflow: hidden;
}

.img_txt,
.disp_n {
	position: absolute;
	top: -2000px;
	left: -8000px;
}

.txt_margin01 {
	margin-bottom: 10px;
}

/* ページネーション */


.pagingArea {
    overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
	width: 100%;
}

.paging li {
    border: solid 1px #39894a;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background-color: #fff;
    margin-right: 4px;
    /margin-right: 3px;
    /zoom: 1;
    float: left;
	left: -50%;
	position: relative;
	font-family: Arial;
}
.paging .paging_m {
    padding: 8px 16px;
}
.paging li p,
.paging li a {
	display: block;
	text-decoration: none;
	-moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
	color: #39894a;
	padding: 0px;
	margin: 0px;
    padding: 6px 14px;
}
.paging li p {
	color: #fff;
	background-color: #39894a;
	padding: 6px 14px;
}
.paging li a:hover {
	color: #fff;
	background-color: #39894a;
}

.pagingArea #page {
	float: left;
	left: 50%;
	position: relative;
}

.flow_dl {
	width: 100%;
}
.flow_dl dt,
.flow_dl dd {
	float: left;
}
.flow_dl dd {
	padding-left: 20px;
}


.fixed {
	position: fixed;
	z-index: 999999999;
}


select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  width: 200%;
}

textarea, input, button {
	position: relative;
	padding: 5px 10px;
	border: none;
	outline: 0;
	font-size: 1em;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
/* 	min-width: 226px; */
	z-index: 10;
}
input[type="email"],
input[type="text"] {
	border: solid 1px #dbdbdb;
	padding: 7px;
	background-color: #ffff;
}
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

.tex_area {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #dbdbdb;
	width: 500px;
	height: 200px;
}
.select {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #dfb181;
	outline: 0;
	font-size: 1em;
	position: relative;
	background-color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	min-width: 200px;
	overflow: hidden;
}
.select:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	position:absolute; z-index:1;
	right: 0px;
	top: 0px;
	font-size: 200%;
}

.select-wrap{
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding: 7px 10px;
	border: solid 1px #dfb181;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	min-width: 220px;
}

.select-wrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:120%;/* fallback non calc support */
	margin:0;
	background:transparent;
	border:0;
	outline:none;
}

.entypo-down-open-mini:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	position:absolute; z-index:1;
	right: 3px;
	top: 3px;
	font-size: 200%;
}
.input-group-addon {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.glyphicon-calendar:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e634";
	font-size: 190%;
}
.glyphicon-time:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	font-size: 190%;
}
.form-group {
	position: relative;
}

.btn_contact {
	padding: 10px 14px 10px 14px;
	border: 4px solid #39894a;
	background-color: #fff;
	color: #39894a;
	font-weight: 300;
	font-size: 120%;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
	letter-spacing: 0.1em;
	cursor: pointer;
	margin: 10px 1px;
}

.iopt_label {
	text-align: center;
	margin: 20px auto;
	display: block;
	background-color: #f5f5f5;
	padding: 10px;
	width: 30%;
}
input[type='checkbox'] {
	width: 20px;
}
.inline {
	display: inline-block;
	position: relative;
}
.tex_ss {
	width: 50px;
}
.tex_s {
	width: 100px;
}
.tex_m {
	width: 320px;
}

input:focus {background:#fcffe7;}
textarea:focus {background:#fcffe7;}
.wpcf7c-conf {
	background-color: #F6F6F8 !important;
	border: none !important;
}
.wpcf7-not-valid-tip {
	padding: 5px;
}
.wpcf7c-elm-step2.choice {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999999999999;
}



/* loader Class */
/*--------------------------------------*/


#loader {
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 45%;
	left: 40%;
	z-index: 100000;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	text-align: left;
}

/* ラインの最初の色のスタイル */
#line { 
	width:100%; /* 横幅100% */
	height:2px; 
	position: relative;
	top: 55%;
	background:#eee;
}

/* ラインのアニメーション時の色と動き */
.fullwidth .expand { 
	width:100%; 
	height:2px; 
	margin:0; 
	background:#7ab943;
	position:absolute;
    -moz-animation:fullexpand 1s ease-out;
	-webkit-animation:fullexpand 1s ease-out;
}

 /* キーフレームを使った横幅100%のローディングの始まりと終わりの変化 */
@-moz-keyframes fullexpand {
	0%  { width:0px;}
	100%{ width:100%;}	
}
@-webkit-keyframes fullexpand {
	0%  { width:0px;}
	100%{ width:100%;}	
}



