@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*リンク画像にホバーした時に透過*/
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-left: auto;
    margin-right: auto;
}
.box_h3{
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
}
.custom-p {
  font-family: "Times New Roman", Times, serif;
  line-height: 1.8;
}
.custom-p02 a{
	color: #337ab7;
}
.custom-p02 a:link{
	color: #337ab7;
}
.name{
	 font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:normal;
}
a{
  color: #337ab7;
}
a:link {
  color: green;
}

/*リンク画像にホバーした時に透過*/
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.blue {
	color: #337ab7;
}
.red {
	color: #e60012;
}
.gray {
	background-color: #BAB9A8;
}
.orange {
	background-color: #f8a232;
}
.spacer {
	margin-bottom: 30px;
}
.spacer10 {
	margin-bottom: 10px;
}
.spacer_t20 {
	margin-top: 20px;
}
.s_bottom20 {
	margin-bottom: 20px;
}
.s_bottom30 {
	margin-bottom: 30px;
}
.s_bottom40 {
	margin-bottom: 40px;
}
.s_bottom50 {
	margin-bottom: 50px;
}
.s_bottom100 {
	margin-bottom: 100px;
}
.s_bottom200 {
	margin-bottom: 200px;
}
.s_bottom500 {
	margin-bottom: 500px;
}
.detail_em {
    font-size: 0.5em;
}
/*パンクズリスト*/

.breadcrumb {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	font-size: small;
}
.breadcrumb a {
	text-decoration: none;
	color: #337ab7;
}
.breadcrumb a:link {
	color: #337ab7;
}
/* header */
.container-fluid {
	max-width: 1080px;
	padding-left: 15px;
	padding-right: 15px;
}
.container {
}
.header-top {
	margin-top: 0px;
	margin-right: -30px;
	margin-left: -30px;
	background-color: #8C5B5C;
}
.ash {
	width: 100%;
	background-color: #BAB9A8;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.ash_p {
	font-size: small;
	line-height: 1em;
	margin-top: 8px;
}
.outline {
	width: 1080px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.outline_in {
}
.midashi_h2{
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #337ab7;
	font-size: x-large;
}
.phone_p {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 0.9em;
}
.address_p {
	font-size: 1em;
	line-height: 0.9em;
	margin-bottom: 6px;
}
.outline_btn {
	margin-top: 0px;
}
.bg-g {
	background-color: #E8E8D9;
	margin-top: 0px;
}
.content-top {
	text-align: right;
}
.frame {
	border: 1px solid #ccc;
}
/* ナビバー */
.nav>li>a {
	padding-right: 30px;
	padding-left: 30px;
}
.navbar-color {
	background-color: #e8e8d9;
	margin-bottom: 0px;
}
.headerbar {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*gallery - lightbox */
.oshirase{
	border: 1px solid #000000;
}
.gallery{
	text-align: center;
}
.gallery-in{
	padding-left: auto;
	padding-right: auto;
}
.example-image{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* detail */
.detail {
	max-width: 1020px;
}
.detail_p {
	font-size: medium;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.detail_p a:link {
	color: #337ab7;
}
.detail_p a:visited {
	color: #337ab7;
}
.detail_p a:hover {
	color: #f8a232;
}
.detail_p a:active {
	color: #f8a232;
}
.detail_h2 {
	text-align: left;
	font-size: 1.8em;
	font-weight: normal;
}
.detail_h3 {
	text-align: left;
	font-size: 1.6em;
	line-height: 1.2em;
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: -10px;
}
.detail_h4 {
	text-align: center;
	font-size: 1.5em;
}
.detailmidashi_h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #337ab7;
	font-size: small;
	line-height: 1.6em;
}
.detail_span {
	color: #e60012;
	font-weight: bold;
}
.o_txt{
	font-size: 1.8em;
	font-weight: normal;
}
.detail_ul {
	font-size: medium;
	line-height: 1.6em;
	margin-bottom: 20px;
}
h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.detailmidashi_h2 em {
	font-size: large;
	font-weight: bold;
	color: #337ab7;
	margin-left: 10px;
	margin-right: 10px;
}
.detail_ul{
	font-size: medium;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.detail_btn {
	font-size: x-large;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.6em;
	margin-top: 10px;
}
.detail_btn a, a:link {
	text-decoration: none;
	color: #ffffff;
}
.detail_btn02 {
	font-size: x-large;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.6em;
	margin-top: 10px;
	background-color: #f8a232;
	white-space: normal;
}
.detail_btn02 a, a:link {
	text-decoration: none;
	color: #ffffff;
}
.detail_dt {
	font-size: large;
	line-height: 1.8em;
}
.detail_dd {
	font-size: medium;
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-left: 20px;
}
.detail_left {
	margin-top: 20px;
}
.komatsu {
	border: medium solid #337ab7;
	padding: 10px;
}
.price {
	line-height: 0.6em;
	font-size: medium;
}
/* baibai_ichiran */

.baibai_ichiran {
	max-width: 960px;
}
.ichiran_h3 {
	font-weight: bold;
	font-size: large;
}
/* baibai */

.baibai {
	max-width: 960px;
}
.in_top {
	margin-bottom: 30px;
	font-size: medium;
}
.in_box {
	border: 1px dotted #000000;
	padding: 6px;
}
.baibai_h4 {
	font-size: medium;
}
.mini_em {
	font-size: 12px;
	font-style: normal;
}
.baibai_btn {
	font-size: large;
	margin-bottom: 10px;
}
.baibai_p {
	line-height: 1em;
}
/* chintai */
.chintai_p {
	font-size: small;
}
.alt-table-responsive {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.table-info {
	font-size: small;
	margin-bottom: 0px;
	width: 80%;
}
.map {
	margin-bottom: 10px;
}
.google-maps {
	position: relative;
	padding-bottom: 90%; /*これが縦横比*/
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* inspection */
.inspection_well {
	padding-left: 30px;
	padding-right: 30px;
}
.inspection_h4 {
	color: #337ab7;
	font-weight: bold;
}
.inspection_button {
	font-size: x-large;
	margin-top: -10px;
	margin-bottom: 0px;
	text-align: center;
}
/* postmail */
.need {
	background-color: #e60012;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.9em;
}
/* loan */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
/* conpany */
.row .price_table {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.1em;
	font-size: 0.9em;
}
tbody tr td {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 10px;
}
tbody tr .orenge-cell {
	background-color: #e5f3f4;
}
/* lease */
.aaa{
	text-align:center;

}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;/* 高さを指定せずに揃える */
}
.lease{
	display: flex;
}
.merit{
	background-color: #facd89;
	border-radius: 10px;
	font-size: medium;
	display: block;
}
.merit_02{
	background-color: #cbf2b7;
	border-radius: 10px;
	font-size: medium;
	display: block;	
}
.merit-in{
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 2px solid #f8b551;
	display: block;
    margin-right: auto;
    margin-left: auto;
}
.merit02-in{
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 2px solid #89c997;
	display: block;
    margin-right: auto;
    margin-left: auto;
}

/* SNS ボタンのグループ */
.snsButtons {
  margin: 5px;
  padding: 0px;
  text-align: center;
}
.snsButtons a {
  text-decoration: none;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
  display: inline-block;  /* 水平に並べる */
  list-style-type: none;  /* 先頭のポッチを消す */
  margin: 2px;
  padding: 6px 10px;
  width: 100px;
  color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
/* マウスカーソルを重ねたとき */
.snsButtons li:hover {
  opacity: 0.7;
}
/* クリックしたとき */
.snsButtons li:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/* 各 SNS のブランドカラー */
.snsButtons_x  { background: #000000; }
.snsButtons_facebook { background: #3b5998; }
.snsButtons_pocket   { background: #ee4056; }
.snsButtons_google   { background: #dd4b39; }
.snsButtons_x a:link {
    color: #FFFFFF;
}
.snsButtons_facebook a:link {
    color: #FFFFFF;
}
.snsButtons_x a:visited {
    color: #FFFFFF;
}
.snsButtons_facebook a:visited {
    color: #FFFFFF;
}


/* footer */

.footer-info {
	background-color: #E8E8D9;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: small;
}
.footer-copyright {
	background-color: #1a1a1a;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
.blog_navi {
	text-align: center;
	margin-bottom: 60px;
}
.footer_nav {
}
.footer_nav a {
	text-decoration: none;
	color: #000000;
}
.footer_nav a:hover {
	background-color: #ababab;
}




/* media */
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル・スマホ用のスタイル*/
.row.header-contents > .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.row.main-contents > .col-sm-3.col-xs-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.row.showcase .img-responsive {
	width: 122px;
	float: left;
}
.row.showcase p {
	margin-left: 132px;
}
.row.showcase .gaiyou {
	clear: both;
}
.midashi_h2 {
}
.spacer {
	margin-bottom: 30px;
}
.outline {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
.outline_in {
	display: none !important;
}
.ash {
	display: none !important;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.top_info {
	margin-bottom: 30px;
}
.top_btn {
	margin-bottom: 30px;
}
.breadcrumb {
	text-align: left;
}
/* detail */
.detail_h2 {
	text-align: left;
	font-size: 1.4em;
	font-weight: normal;
}
.detail_h4 blue {
	font-size: large;
}
.detail_btn {
	font-size: large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
	margin-top: 0px;
	white-space: normal;
}
.img_ai {
	width: 50%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
.img_01 {
	margin-top: 20px;
}
.img_02 {
	margin-top: 20px;
	max-width: 50%;
}
	
.detail_left {
	margin-top: 0px;
}
.komatsu {
	margin: 20px;
}
.box_h3{
	font-size: 24px;
}
｝
/* loan */
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */	
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}

@media (min-width: 768px) { /* PC用のスタイル・navbar-navをセンタリング */
.navbar-nav {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float: none;
}

}
