@charset "utf-8";


/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */

.pc {
	display: none!important;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}


/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
/*.alignright { display: block; margin: 0 0 10px auto; }*//* 配置位置 左 */
/*.alignleft { display: block; margin: 0 auto 10px 0; }*//* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
.alignright { float: right; padding: 0px 0 10px 10px; } /* 後続のテキスト左回り込み */
.alignleft { float: left; padding: 0px 10px 10px 0; }/* 後続テキスト右回り込み */



/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #074B47; }
a:active { text-decoration: none; color: #074B47; }
a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
a img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
a:hover img {
	opacity: 0.7;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


/* OUTLINE */
/* -------------------------------------------------- */
html {
	overflow: auto;
	font-size: 62.5%;/* 10px */
	height: 100%;
}

body {
	height: 100%;
	background: #FFFFFF;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN",Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body .min {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
body .os {
		font-family: 'Oswald', sans-serif;
}
body .mont {
		font-family: 'Montserrat', sans-serif;
}

#contents, .contents {
	position: relative;
	line-height: 1.6;
}


img {
	max-width: 100%;
	height: auto;
}

/*ヘッダー*/
#header {
	width: 100%;
}
#headTxt {
	display: none;
}
#headBox {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#headBox.scroll {
	background-color: rgba(0, 169, 104, 0.8);
}
#headBox #logo {
	position: absolute;
	top: 17px;
	left: 20px;
}
#headBox #logo img {
	width: 106px;
}
#headBox #naviOpen {
	position: absolute;
	top: 20px;
	right: 15px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 99;
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 12px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 5px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-315deg);
	transform: translateY(5px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(315deg);
	transform: translateY(-5px) rotate(315deg);
}


/*グローバルナビ*/
#gNavi {
	display: none;
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0;
}
#gNavi #navInner {
	position: relative;
	z-index: 9999;
	background: #fff;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
#gNavi #navInner ul {
	width: 100%;
}
#gNavi #navInner li {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.0;
	border-bottom: solid 1px #d2d2d2;
}
#gNavi #navInner li em {
	display: inline-block;
	font-size: 1.6rem;
	margin-right: 1.0em;
}
#gNavi #navInner li a {
	display: block;
	color: #333333;
	padding: 15px;
}
#gNavi #navInner li.single.multi {
    border-bottom: none !important;
}

#gNavi #navInner li.child:first-child {
    border-top: 1px solid #d2d2d2;
}

/*メイン*/
.innerFix {
	width: 100%;
}


/*フッター*/
footer {
	padding: 25px 0 0;
}
footer #linkBox {
	display: none;
}
footer #outline {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 10px;
}
footer #outline .leftBox {
	width: 100%;
	margin-bottom: 10px;
}
footer #outline .leftBox .logo {
	display: none;
}
footer #outline .leftBox dl {
	width: 100%;
	text-align: center;
}
footer #outline .leftBox dt {
	margin-bottom: 5px;
}
footer #outline .leftBox dt img {
	width: 174px;
}
footer #outline .leftBox dd {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.5;
}
footer #outline .rightBox {
	width: 100%;
}
footer #outline .rightBox dl {
	border: solid 2px #00a968;
	border-radius: 2px;
	color: #000;
	text-align: center;
}
footer #outline .rightBox dt {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 0 10px;
	border-bottom: solid 2px #00a968;
	margin-bottom: 5px;
}
footer #outline .rightBox dd.number {
	font-size: 2.5rem;
	line-height: 1.0;
	margin-bottom: 5px;
}
footer #outline .rightBox dd.number i {
	display: inline-block;
	margin-right: 0.2em;
}
footer #outline .rightBox dd.btnWrap a {
	display: block;
	width: 90%;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #00a968;
	margin: 0 auto 5px;
}
footer #googlemap iframe {
	width: 100%;
	height: 140px;
}
footer small {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.5;
	background: #00a968;
	color: #fff;
}


/* -------------------------------------------------- */
/* 共通パーツ */
/* -------------------------------------------------- */
/* bxslider */
/* -------------------------------------------------- */
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
	background: none !important;
}
.bx-wrapper {
    margin: 0 auto !important;
    border: none !important;
}
.bx-wrapper .bx-loading {
	display:none !important;
}
.mainCont {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
.sideCont {
  width: 100%;
  float: none;
}
.fullCont {
  width: 100%;
}

/* タイトル */
/* -------------------------------------------------- */



/* ボタン */
/* -------------------------------------------------- */
.btn-stripe01 {
  width: 100%;
  height: 60px;
  display: inline-block;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  background-image: linear-gradient(
    -45deg,
    #534741 25%,
    #5c554d 25%, #5c554d 50%,
    #534741 50%, #534741 75%,
    #5c554d 75%, #5c554d
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 10px 10px;
 }
.btn-stripe01 i {
    font-size: 40px;
    margin-right: 10px;
    transform: translateY(5px);
}
.btn-stripe01:hover {
    opacity: 0.6;
}


/* Page Top */
/* -------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pagetop img {
	width: 30px;
}


/* 下層PCのみ */
/* -------------------------------------------------- */
/* コンテンツエリア - 下層共通用 */
.contents.lowerPages {
	padding: 20px 10px 30px;
}
.mainCont {
  width: 100%;
  float: none;
}
.sideCont {
  width: 100%;
  float: none;
}
.fullCont {
  width: 100%;
}
.sp-block {
	display: block;
}


/* 下層メインビジュアル */
/* -------------------------------------------------- */
#keyv {
	width: 100%;
	height: 200px;
	background: url(../../img/top/keyv_top_pc01.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}

/* パンクズ */
/* -------------------------------------------------- */
#pankuzu {
  display: none;
}


/* カテゴリ */
/* -------------------------------------------------- */


/* テーブル */
/* -------------------------------------------------- */


/* Page Navigation */
/* -------------------------------------------------- */


/* ローディング */
/* -------------------------------------------------- */


/* 見出しパターン */
/* -------------------------------------------------- */
.h-bdr01 {
  width: 100%;
  text-align: center;
  border-top: 2px solid #009e96;
  border-bottom: 2px solid #009e96;
  font-size: 24px;
  height: 60px;
  line-height: 50px;
  color: #009e96;
  font-weight: bold;
  margin-bottom: 20px;
}

.h-bdr02 {
	width: 100%;
	text-align: left;
	border-top: 3px solid #009e96;
	border-bottom: 3px solid #009e96;
	font-size: 18px;
	height: auto;
	line-height: 1.3em;
	padding: 10px 0;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.h-bdr03 {
    width: 100%;
    text-align: center;
    border-top: 1px solid #534741;
    border-bottom: 1px solid #534741;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    margin-bottom: 20px;
}
.h-bdr03 i {
    font-size: 32px;
    transform: translateY(3px);
    padding-right: 10px;
}


.h-tag {
	font-size: 10px;
	color: #fff;
    background-color: #736357;
    font-weight: normal;
    padding: 5px 8px;
    margin-right: 10px;
    line-height: 1.5em;
    display: inline-block;
}
.h-bdrTop {
	background-color: #333333;
	color: #fff;
	font-weight: bold;
	border-top: 5px solid #009e96;
	padding: 10px 10px;
	font-size: 18px;	
}
.h-bdrTop.blue {
	background-color: #009e96;
	color: #fff;
	font-weight: bold;
	border-top: 5px solid #333;
	padding: 10px 10px;
	font-size: 18px;	
}

.h-toggle {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #cccccc;
	font-size: 20px;
	color: #009e96;
	position: relative;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	padding-left: 30px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 65%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 65%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 65%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.h-toggle span.ac-btn-arw {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: center;
    line-height: 1em;
	letter-spacing: 0em;
	font-size: 12px;
	font-weight: bold;
}
.h-toggle span.ac-btn-arw i {
	font-size: 22px;
}
.h-toggle .h-toggle-bar {
	position: absolute;
	width: 5px;
	height: 30px;
	background-color: #009e96;
	display: block;
	top: 15px;
	left: 10px;
}


/* .acMenu*/
/* -------------------------------------------------- */
.acMenu .inner {
	display: none;
	padding: 0 0 30px;
}




/* .tbl-basic */
/* -------------------------------------------------- */
.tbl-basic {
	
}
li.tbl-basic:last-child {
	margin-bottom: 30px;
}
.tbl-basic.tbl-switch-btm {
	margin-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
}
.tbl-basic.tbl-switch-top {
	margin-top: -60px;
	border-top: 0px;
}

.tbl-basic .th {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	padding:10px 0 10px 20px;
}
.tbl-basic .td {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px;
}
.tbl-small{
    display: block;
    width: 100%;
}
.tbl-small tbody {
    display: block;
    width: 100%;
}
.tbl-small tr {
    width: 100%;
    display: block;
}
.tbl-small th {
    display: block;
    width: 100%;
    font-size: 12px;
    background-color: #e6e6e6;
    border: 1px solid #cccccc;
    border-bottom: 0;
    padding: 4px 10px;
}
.tbl-small td {
    display: block;
    width: 100%;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-bottom: 0;
    vertical-align: middle;
    padding: 7px 10px;
}
.tbl-small td.last {
    border-bottom: 1px solid #cccccc;
}


/* フォーム .formArea
/* -------------------------------------------------- */

.formArea input,
.formArea label {
	font-weight: normal;
	font-size: 14px;
	position: relative;
}
.formArea input[type="radio"],
.formArea input[type="checkbox"]{
    opacity: 0; 
    -ms-filter: "alpha(opacity=0)";
	position: absolute;
	width: 100%;
    height: 120%;
    top: -5px;
    left: 0px;
	z-index:1;
}
/*ラベル*/
.formArea label.check,
.formArea label.radio {
	width: 100%;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    padding: 8px 5px;
}
.formArea label.check.checked,
.formArea label.radio.checked {
	background-color: #eefbff;
}

/*リスト*/
.formArea .td .row div {
	padding-left: 0px;
	padding-right: 0px;
}


/*ラベル内リンク*/
form.formArea label a {
	color:#009e96;
	text-decoration: underline;
	z-index:2;
	position:relative;
}

/*チェックボタン*/
.formArea label.check span {
    margin-right: 10px;
    background: url(./../../img/common/icon_checkbox.png) no-repeat 0 0;
    display: inline-block;
    height: 20px;
	width: 20px;
	background-position: top;
	vertical-align: middle;
}
.formArea label.check.checked span {
	background-position: bottom;
}

/*ラジオボタン*/
.formArea label.radio span {
    margin-right: 10px;
    background: url(./../../img/common/icon_radio.png) no-repeat 0 0;
    display: inline-block;
    height: 20px;
	width: 20px;
	background-position: top;
	vertical-align: middle;
}
.formArea label.radio.checked span {
	background-position: bottom;
}
/*検索ボタン*/
.formArea .searchArea {
	width: 100%;
	text-align: center;
	background-color: #eefbff;
	border-radius: 4px;
	padding: 20px 0;
}
.formArea .searchArea button {
	color: #fff;
	background-color: #009e96;
	border: 0;
	width: 80%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-weight: bold;
	font-size: 16px;
}

/*セレクト*/
.formArea .select-group {
	position: relative;
}
.formArea select {
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
    height: 40px;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #aaa;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/*.formArea .select-group::before {
	position: absolute;
	content: "\f150";
	font-family: fontawesome;
	top: -4px;
	right: 10px;
	z-index: 2;
}*/
/*幅調整*/
.formArea select.select-90 {width: 90%;}
.formArea select.select-80 {width: 80%;}
.formArea select.select-70 {width: 70%;}
.formArea select.select-60 {width: 60%;}
.formArea select.select-50 {width: 50%;}
.formArea select.select-40 {width: 40%;}
.formArea select.select-30 {width: 30%;}
/*〜の追加*/
.formArea .select-group.select-range::after {
	content: "～";
	/*position: absolute;
	top: -4px;
	right: -20px;*/
}

/*input text*/
.formArea input[type="text"]{
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
}

.formArea .error {
    font-size: 14px;
    font-weight: bold;
    color: #b70200;
}
.formArea .must {
    font-size: 12px;
    font-weight: bold;
    background: #b70200;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius:4px;
    margin-left: 10px;
}

.btn-form {
    text-align: center;
    background-color: #b70200;
    color: #fff;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 40px;
    transition: all 0.2s ease;
}
.btn-form:hover {
    opacity: 0.6;
    cursor: pointer;
}
.btn-form i {
    padding-left: 20px;
}
/* .sideCont */
/* -------------------------------------------------- */
.sideCont {
	margin-bottom: 50px;
}
.sideCont .searchArea {
	margin-bottom: 40px;
}
.sideCont .searchArea .inner {
	background-color: #eee;
	padding: 10px;
}
.sideCont .searchArea .inner h4 {
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #009e96;
	padding-left: 8px;
	margin-bottom: 20px;
}
.sideCont .searchArea .inner h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sideCont .searchArea .inner p {
	margin-bottom: 10px;
}

.sideCont .searchArea.searchArea-white .inner {
	background-color: #fff;
	border: 2px solid #eee;
	border-top: 0;
}


/* 物件種別のアイコン設定 */

span.r-mansion {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background-color: #27ACA9;
	padding: 3px 5px;
	display: inline-block;
	margin-bottom: 5px;
}
span.r-apart {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background-color: #E8AC51;
	padding: 3px 5px;
	display: inline-block;
	margin-bottom: 5px;
}
span.r-house {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background-color: #b00001;
	padding: 3px 5px;
	display: inline-block;
	margin-bottom: 5px;
}
span.r-ground {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background-color: #537A33;
	padding: 3px 5px;
	display: inline-block;
	margin-bottom: 5px;
}
span.r-business {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background-color: #C38500;
	padding: 3px 5px;
	display: inline-block;
	margin-bottom: 5px;
}
.propList .list-tag {
	position: absolute;
	top: 0;
	right: 10px;
	background-color: #ce0505;
	color: #fff;
	font-size: 10px;
	padding: 5px 10px;
	max-width: 120px;
}


/* サイドカラムの物件情報 */

.sideCont .searchArea .inner {
  padding: 0px;
}
.sideCont ul.estate {
  
}
.sideCont ul.estate li{
  float: left;
  width: 50%;
  padding: 10px;
}
.sideCont ul.estate .title {
  font-size: 1.2em;
  line-height: 1.4em;
}
.sideCont ul.estate .title i {
  padding-right: 5px;
}
.sideCont ul.estate .subTitle {
  margin-bottom: 5px;
}
.sideCont ul.estate .subTitle i {
  padding-right: 5px;
}
.sideCont ul.estate dl {
  float: left;
  width: 100%;
}
.sideCont ul.estate dl dt{
  width: 100%;
}
.sideCont ul.estate .photoArea {
  min-height: 120px;
  overflow: hidden;
  position: relative;
}
.sideCont ul.estate .photoArea img{
  position: absolute ;
  top: 50% ;
  left: 50% ;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: auto;
  width: 100%;;
  max-width: inherit;
}
.sideCont ul.estate dl dd.price{
  font-size: 1.8em;
  color: #b00001;
}
.sideCont ul.estate dl dd.price small{
  font-size: 0.5em;
}


/* #tabInfo */
/* -------------------------------------------------- */
/* タブメニュー */
#tab-menu {
  list-style: none;
}
#tab-menu li {
  display: inline-block;
  padding: 5px 25px;
  background: #eee;
}
#tab-menu li.active {
  background: #000;
  color: #fff;
}

/* タブの中身 */
#tabBox {
  padding: 25px;
}
#tabBox .box {
  display: none;
}
#tabBox .box.active {
  display: block;
}
.listBox .bx-viewport {
  height: 240px !important;
}
.listBox .bxslider li {
  overflow: hidden;
  position: relative;
  height: 240px !important;
}
.listBox .bxslider li img{
  position: absolute ;
  top: 50% ;
  left: 50% ;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 100% !important;
  width: auto !important;
  max-width: inherit;
}
.oldprice {
  text-decoration: line-through;
  color: #000 !important;
}
.roboto {
  font-family: "Roboto",sans-serif;
}
.noto {
  font-family: "Noto Sans Japanese",sans-serif;
}
#googlemap {
  display: none;
}