/* CSS Document */
/* ---------------------------------------------------------------------------------------------

　   サイト全体

--------------------------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, div, dt, dd, dl, img, input, form, ul, li, span, iframe {
	margin: 0;
	padding: 0;
vertical-align: bottom;
}

.t_160 {
 font-size: 160%;
}
.t_80 {
 font-size: 80%;
}

.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
background-color: rgba(255,255,255,0.9);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  }

html {
margin:0;
padding:0;
overflow-y:scroll;
-moz-text-size-adjust:none;/* スマホ文字サイズ自動調整 */
-webkit-text-size-adjust:100%;
overflow-x: hidden;
}
*{
margin:0;
padding:0;
box-sizing:border-box;/* ボックスサイズ枠線まで含める */
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
body {
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-feature-settings : "palt";
letter-spacing: .5px;
color: #000;
font-size: 16px;
line-height:1.8em;
overflow-wrap: break-word;
word-wrap: break-word;
}

img {
 border: 0;
 vertical-align: bottom;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* ------------------------------------- */
/* リンク
/* ------------------------------------- */
a {
 text-decoration: none;
}
/* ------------------------------------- */
/* 画像
/* ------------------------------------- */
img{vertical-align:middle;border-style:none;border:0;-webkit-backface-visibility: hidden;vertical-align: bottom;}
a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )";}

/*	container
/* ------------------------------------- */

.container {
padding: 0 6%;
box-sizing:border-box;
width:100%;
}
@media screen and (min-width: 768px) {
.container {
width: 748px;
margin: 0 auto;
}}
@media screen and (min-width: 980px) {
.container {
	width:980px;
	margin: 0px auto;
	padding: 0;
}
.container2 {
margin: 0px auto;
}}

/*	改行
/* ------------------------------------- */
.sp{ display: none; }
.pc{ display: block; }

@media screen and (max-width: 768px) {
  .sp{ display: block; }
  .pc{ display: none; }
}

/* ------------------------------------- */

/*フロート設定
/* ------------------------------------- */

.tex img.centered, .tex img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: none;
}
.tex img.alignright, .tex .alignright img{
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	display: inline;
	clear: none;
}
.tex img.alignleft, .tex .alignleft img{
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
	clear: none;
}
.tex img.alignnone, .tex .alignnone img{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	clear: none;
	display: block;
}
.tex .alignright, .right {
	float: right;
}
.tex .alignleft {
	float: left;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width:60em) {
	.tex img.alignright, .tex img.alignleft, .tex img.alignnone, .tex img.aligncenter{
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.tex .alignright {
		float: none;
	}
	.tex .alignleft {
		float: none;
	}
	.tex .aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */
.logo{
margin: 5px 0 20px 3%;
}

h1 a {
	background: url(../img/logo.png) no-repeat;
	background-size: 200px 12px;
  display: block;
  width: 2000px;
  height: 12px;
  float: left;
}
h1 a span {
display: none;
}
@media screen and (min-width: 980px) {
.logo{
margin: 0 0 0 6%;
}
h1 a {
	background-size: 308px 18px;
  display: block;
  width: 308px;
  height: 18px;
}}
@media screen and (min-width: 1100px) {
.logo{
margin: 0 0 0 6%;
}
h1 a {
	background-size: 400px 23px;
  display: block;
  width: 400px;
  height: 23px;
}}

/* ---------------------------------------------------------------------------------------------

　   背景

--------------------------------------------------------------------------------------------- */
.back_inquiry {
padding:50px 0;
background: #13852a;
}
#back_osirase,
#back_message{
padding:40px 0;
background: #fff
}
#back_bukken {
padding:40px 0;
background: #ebecdc
}
.back_page {
padding:40px 0;
background: #fff
}
#back_service {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #ebecdc 30%, #ebecdc 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 0 0 5% 0;
	margin: 0 auto;
	text-align: center
	}
@media screen and (min-width: 980px) {
.back_inquiry {
padding:40px 0 30px 0;
}
.back_page {
padding:60px 0;
background: #fff
}
}

/* ---------------------------------------------------------------------------------------------

　   お問い合わせ

--------------------------------------------------------------------------------------------- */
.two-inquiry-pc	{
width: 320px;
margin: 0 auto;
}
.two-inquiry-pc:after	{content: "";
	display: block;
	clear: both}
.two-inquiry-l	{
	margin-bottom: 10px}
	
/*	電話
/* ------------------------------------- */
.text_tel {
    color: #fff;
    font-size: .7em;
		text-align: center;
		margin: 10px 0 20px 0
}
.two-inquiry-l img{
max-width: 100%;
height: auto;
	
}
/*	メール
/* ------------------------------------- */
.btn_01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 1em 2em 1em 2em;
    border: 1px solid #fff;
    background-color: #fff;
    color: #13852a;
    font-size: 1em;
}

.textlink a {
	position: relative;
	color: #13852a;
	text-decoration: none;
}

.btn_mail::before {
    width: 1em;
    height: 1em;
    margin-right: 10px;
    content: "\f0e0";
font-family: FontAwesome;
}

@media screen and (min-width: 768px) {
.two-inquiry-pc	{
width: 100%;
}

.two-inquiry-l	{float: left;
	width: 48%;
	margin-bottom: 0}
.two-inquiry-r	{float: right;
	width: 48%;
}
.text_tel {
		margin: 10px 0 0 0;
		font-size: .8em;
}
}

@media screen and (min-width: 980px) {
.two-inquiry-pc	{
width: 700px;
}
.two-inquiry-l	{width: 45%;}
.two-inquiry-r	{width: 45%;
}
}

/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
#footer{
	background: #fff;
	width: 100%;
	margin: 0px;
	color: #333;
	padding: 50px 0 0 0
}
.footer_box {
	text-align:center;
}
#footer h4 a {
	font-size:18px;font-weight: normal;padding: 20px 0;
	color: #333;
  margin: 0 auto;
}

#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
#footer address a {
	color:#333;
}
#footer p {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
.flex_foot-box{display: none}


#copy {
font-family:Verdana, “Droid Sans”;
margin-top:10px;font-size: 70%;
color: #333;padding:15px 0;width:100%;
text-align: center}


@media screen and (min-width: 980px) {
a[href^="tel:"] {
    pointer-events: none;
}
#footer{
	width: 100%;
	margin: 0;
}
.footer_box{
	padding: 0;
	text-align: left;
	float: left;
	width: 35%
}
#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 15px 0 0 0;
}
#footer address a {
	color:#333;
}
#footer p {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 5px auto 0 auto;
}

/*	footer　menu　 */
.flex_foot-box {
    padding:  0;
    justify-content:center;
		float: right;
		display: flex;
		text-align: left;
}
 
.flex_foot-item {
    padding: 0;
    margin:  0 10px;
		width: 150px
}
.flex_foot-item ul {
  list-style: none;
}
.flex_foot-item ul li a{
  line-height: 1.5; 
  padding: 0;
  font-size: .8em;
	color: #333
}
}


/*	pagetop
/* ------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
    display: block;
    background-color: #666;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 10px 5px 10px;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.pagetop a:hover {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    text-decoration: none;
}


/* ---------------------------------------------------------------------------------------------

　   インスタボタン

--------------------------------------------------------------------------------------------- */
.shareList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  float:right;
  z-index:9999;
}

.icon_i img {
    width: 25px;
	height:auto;
	margin:0 0 0 10px;
  }
 @media only screen and ( max-width : 980px ) {
 .shareList {
  float: none;
	display: block;
}
.icon_i img {
display: block;
     margin:auto;
 }
 } 
/* ---------------------------------------------------------------------------------------------

　   お知らせ

--------------------------------------------------------------------------------------------- */
/*	見出し
/* ------------------------------------- */
.section-two-h3 {
text-align:center;
font-size: 30px;
line-height: 1.5;
font-weight: normal;
letter-spacing:.05em;
margin: 10px 0;
color: #13852a
}

.section-two-h3-b {
text-align:center;
font-size: 30px;
line-height: 1.5;
font-weight: normal;
letter-spacing:.05em;
margin: 10px 0;
color: #333
}


.section-two-h3 span,
.section-two-h3-b span{
font-size: 11px;
  display: block;
  margin-top: 0;
}

@media only screen and (max-width: 980px) {
.section-two-h3,
.section-two-h3-b{
font-size: 22px;
line-height:1.6;
}
}
/*	フォーマット
/* ------------------------------------- */

.info_box_list {
	text-align: left;
	margin: 0;
}
.info_box_list ul {
	list-style: none;
	line-height: 0;
	margin-top: 2%
}
.info_box_list ul:after {
	content: "";
	clear: both;
	display: block;
}
.info_box_list li div img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* トリミングしたい枠の幅 */
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.info_box_list ul li {
	display: inline-block;
	/display: inline;
	/* IE用ハック */
	/zoom: 1;
	/* IE用ハック */
	vertical-align: top;
	/* 上端を揃える */
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 30px
}
.c_mise {
	width: 100%;
	max-width: 100%;
	margin: 0;
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.c_mise::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.c_mise img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}
.c_mise a img {
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.info_box_list a {
	text-decoration: none;
	color: #333;
}
.info_box_list li img a {
	border: 0;
}
.info_box_list a:hover, a:hover .c_mise, a:hover .cate_box {
	opacity: 0.6;
	transition: 0.5s;
	text-decoration: none;
}
.info_box_tex {
	margin-top: 15px;
	text-align: left
}
.info_box_tex h5 {
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
	clear: both;
	margin-top: 10px;
}
.info_box_tex .bukken {
	margin-top: 10px;
}
.info_box_tex p {
	margin: 0;
	float: none;
	font-size: .8em;
	line-height: 1.5;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.info_box_list ul li {
		width: 47%;
		margin-right: 4%;
		margin-bottom: 5%
	}
	.info_box_list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.info_box_list li h5 {
		font-size: 1em;
		line-height: 1.3;
	}
}
@media screen and (min-width:768px) {
	.info_box_list ul li {
		width: 22%;
		margin-right: 3%;
	}
	.info_box_list ul li:nth-child(4n) {
		margin-right: 0;
	}
}
/* カテゴリの設定
 /* ------------------------------------- */

.catebl {
	display: block;
	font-weight: normal;
	margin: 30px 0 20px 0;
	color: #fff;
	font-size: .8em;
}
.catebl .news,
.catebl .news_news,
.catebl .news_intern,
.catebl .news_syokugyo,
.catebl .news_hudosan,
.catebl .news_ginou,
.catebl .property,
.catebl .property_t,
.catebl .property_k,
.catebl .property_m,
.catebl .property_a{padding: 5px 8px;}

.catebl .news,
.catebl .news_news{background: #13852a;}
.catebl .news_intern {background: #e7747c;}
.catebl .news_syokugyo{background: #0084ff;}
.catebl .news_ginou{background: #ff7800;}
.catebl .news_hudosan{background: #64c432;}
.catebl .property,
.catebl .property_t,
.catebl .property_k,
.catebl .property_m,
.catebl .property_a{border: 1px solid #13852a;color: #13852a;}

/* 一覧はこちら
 /* ------------------------------------- */

.button-more { 
display: flex; 
align-items: center; 
justify-content: center;
margin: 30px 0 0 0
} 
.arrow { 
position: relative; width: 35px; height: 35px; 
content: ""; background: #13852a; border-radius: 50%; transform: translateY(1px); } 
.arrow::before {
position: absolute; top: 50%; left: 45%; width: 5px; height: 5px; content: ""; border-right: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); } 
.notice {
margin-right: 0.5em; 
line-height: 1.2em; 
color: #13852a;text-decoration: none; 
transform: translate(0, 0.1em);
font-size: 90%} 
.notice:hover {
text-decoration: underline; 
}
/* ------------------------------------- */
/* reCAPTCHA
/* ------------------------------------- */
.grecaptcha-badge { visibility: hidden; }
