@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.pcOFF {
  display: none;
}

/*===============
 *
=================*/
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  border-top: solid 4px #0059B2;
  font-family: 'メイリオ', Meiryo,  sans-serif;
  letter-spacing: 1px;
  line-height: 160%;
  color: #111;
}

.box01 {
  margin-bottom: 80px;
}

.tit01 {
  border-bottom: solid 4px #D5DBE6;
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 15px;
  position: relative;
  color: #333;
  margin-bottom: 50px;
}
.tit01:after {
  content: "";
  display: block;
  background: #006BB9;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.tbl01 {
  width: 920px;
  margin: 0 auto;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.tbl01 th {
  padding: 15px 10px;
  border: solid 1px #999;
  background: #D5DBE6;
  font-size: 17px;
}
.tbl01 td {
  padding: 15px 10px;
  border: solid 1px #999;
  font-size: 17px;
}

.tbl02 {
  width: 920px;
  margin: 0 auto;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.tbl02 th {
  padding: 15px 10px;
  border: solid 1px #999;
  background: #D5DBE6;
  font-size: 17px;
}
.tbl02 td {
  padding: 15px 10px;
  border: solid 1px #999;
  font-size: 17px;
}

.imgCenter {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

hr.border01 {
  border: none;
  border-bottom: dashed 1px #999;
  margin: 30px 0;
}

a.targetBlank {
  background: url(../img/targtBlank.png) no-repeat right center;
  color: #0069BC;
  padding-right: 16px;
}

/* wp-pagenavi */
.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 3px;
  text-decoration: none;
  border: solid 1px #215DB5;
}

.wp-pagenavi span,
.wp-pagenavi a {
  border: solid 1px #215DB5;
  background: #215DB5;
  padding: 5px 7px;
  border-radius: 3px;
  color: #fff;
}

.wp-pagenavi span.current {
  color: #215DB5;
  border: solid 1px #215DB5;
  background: #fff;
}

.wp-pagenavi span.pages {
  color: #215DB5;
  border: none;
  background: #fff;
}

/*===============
 * header
=================*/
header {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.headtxt{
	font-weight: bold;
	font-size: 120%;
    margin-right: auto;
    margin-left: 40px;
    color: #2949ab;
}


nav ul li {
  display: inline-block;
  margin-right: 5px;
}

nav ul{
	display: flex;
	justify-content: space-between;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li a {
  color: #111;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 20px;
  border: 1px #006BB9 solid;
}
nav ul li a:hover {
  color: #fff;
  background: #006BB9;
}

/*===============
 * mainVisual
=================*/
.mainVisual {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  min-width: 960px;
}
.mainVisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*===============
 * pageTit
=================*/
.pageTit {
  background: url(../img/mainTitBk01.png);
  margin: 0 auto 80px;
  width: 100%;
  height: 180px;
  max-width: 1200px;
  min-width: 960px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
.pageTit h1, .pageTit p {
  width: 960px;
  margin: 0 auto;
}
.pageTit h1 span, .pageTit p span {
  display: inline-block;
  background: #fff;
  font-size: 22px;
  color: #006BBA;
  padding: 16px 20px;
  font-weight: bold;
  box-shadow: 4px 5px 16px -6px #000;
}

/*===============
 * content
=================*/
.content {
  width: 960px;
  margin: 0 auto 100px;
}

/*===============
 * footer
=================*/
/* グループ企業リンク */
.footerGroupBox {
  padding: 15px 20px;
  background: #EEEEEE;
}
.footerGroupBox .footerInner {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
.footerGroupBox__tit {
  margin-right: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: bold;
  background: url(../img/marker01.png) no-repeat right center;
}
.footerGroupBox__lnk {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
}
.footerGroupBox__lnk__item {
  margin-right: 10px;
}
.footerGroupBox__lnk__item:last-child {
  margin-right: 0;
}

.footerGroupBox__lnk__item span{
	display: block;
	text-align: center;
	font-size: 12px;
}

.footerInfo {
  padding: 15px 0;
  background: #444444;
  overflow: hidden;
}
.footerInfo .footerInner {
  width: 960px;
  margin: 0 auto;
}
.footerInfo__company {
  text-align: right;
  font-size: 16px;
  color: #fff;
}
.footerInfo__address {
  text-align: right;
  font-size: 12px;
  color: #fff;
}
.footerInfo__copy {
  text-align: right;
  font-size: 12px;
  color: #fff;
}

.footerInfo .keikyuright {
	float: right;
	padding-left: 10px;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 各種コンテンツ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/*===============
 * トップページ
=================*/
.topLeadBox {
  width: 100%;
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto 50px;
  background: url(../img/bk01.png) repeat;
  padding: 60px 0 40px;
}
.topLeadBox__inner {
  width: 960px;
  margin: 0 auto;
}
.topLeadBox__txt {
  text-align: center;
  font-size: 21px;
  line-height: 180%;
  margin-bottom: 20px;
}
.topLeadBox__lnk {
  text-align: center;
}
.topLeadBox__lnk a {
  color: #111;
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  border: solid 1px #111;
}
.topLeadBox__lnk a:hover {
  background: #f33;
  color: #fff;
}

/* bukkenBannerBox */
.bukkenBannerBox {
  width: 910px;
  margin: 0 auto 80px;
}
.bukkenBannerBox__lnk {
  margin-bottom: 20px;
}
.bukkenBannerBox__lnk img {
  width: 100%;
  height: auto;
}
.bukkenBannerBox__txt {
  font-size: 16px;
  text-align: center;
}

/* お知らせ newsBox */
.newsBox {
  width: 910px;
  margin: 0 auto 30px;
}
.newsBox__tit {
  text-align: center;
  margin-bottom: 45px;
}
.newsBox__tit span {
  display: inline-block;
  background: #0069BD;
  padding: 10px 25px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.newsBox__tit span:after {
  content: url(../img/newsBox__tit.png);
  vertical-align: bottom;
  width: 17px;
  height: 15px;
  text-align: center;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.newsBox__lst {
  margin-bottom: 40px;
}
.newsBox__lst__item {
  border-bottom: dashed 1px #999;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: start;
}
.newsBox__lst__item span {
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  max-width: 100px;
  background: #0069BD;
  display: inline-block;
  padding: 0 6px;
  margin-right: 15px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.newsBox__lst__item a {
  -webkit-flex-basis: 790px;
  flex-basis: 790px;
  max-width: 790px;
  color: #111;
  padding-bottom: 1px;
  font-size: 14px;
}
.newsBox__otherLnk {
  text-align: center;
}
.newsBox__otherLnk a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #0069BD;
  border: solid 1px #0069BD;
  padding: 5px 30px;
  font-weight: bold;
}
.newsBox__otherLnk a:hover {
  color: #f00;
}

/*===============
 * 会社概要
=================*/
/* companyTbl */
.companyTbl th {
  text-align: center;
  width: 250px;
}

/* enkakuTbl */
.enkakuTbl th:nth-child(1) {
  width: 80px;
  text-align: center;
}
.enkakuTbl th:nth-child(2) {
  width: 110px;
  text-align: center;
}
.enkakuTbl td:nth-child(1) {
  text-align: center;
}
.enkakuTbl td:nth-child(2) {
  text-align: center;
}

/*===============
 * 所有物件 詳細
=================*/
.propertydetail {
  width: 920px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.propertydetail__img {
  -webkit-flex-basis: 460px;
  flex-basis: 460px;
  max-width: 460px;
  order: 2;
}
.propertydetail__img img {
  width: 100%;
  height: auto;
}
.propertydetail__txt {
  -webkit-flex-basis: 400px;
  flex-basis: 400px;
  max-width: 400px;
  order: 1;
}
.propertydetail__txt dt {
  color: #5B7DA1;
  background: #D5DBE6;
  padding: 10px;
  font-size: 13px;
}
.propertydetail__txt dd {
  padding: 14px 10px;
  font-size: 14px;
}
.propertydetail__txt__tit {
  font-size: 17px;
  font-weight: bold;
}

/*===============
 * 所有物件
=================*/
.propertymapLeadTxt {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  font-size: 15px;
}
.propertymapLeadTxt img {
  vertical-align: middle;
  margin: 0 6px;
}

.propertymapLstTbl {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.propertymapLstTbl thead {
  border-bottom: double 4px #999;
}
.propertymapLstTbl th {
  padding: 10px;
  color: #fff;
  background: #5B7DA1;
  font-size: 14px;
}
.propertymapLstTbl td {
  padding: 10px;
  border: solid 1px #999;
  font-size: 13px;
}
.propertymapLstTbl td a {
  color: #111;
  padding-bottom: 1px;
  background: url(../img/marker02.png) no-repeat left center;
  padding-left: 15px;
}
.propertymapLstTbl th:nth-child(1),
.propertymapLstTbl td:nth-child(1) {
  width: 20%;
}
.propertymapLstTbl th:nth-child(2),
.propertymapLstTbl td:nth-child(2) {
  width: 20%;
}
.propertymapLstTbl th:nth-child(3),
.propertymapLstTbl td:nth-child(3) {
  width: 30%;
}
.propertymapLstTbl th:nth-child(4),
.propertymapLstTbl td:nth-child(4) {
  width: 30%;
  line-height: 120%;
}
.propertymapLstTbl tbody tr:nth-child(odd) {
  background: #D5DBE6;
}

.MapArea {
  width: 960px;
  height: 600px;
  margin: 0 auto;
}

.MapArea.propertyDetail {
  height: 400px;
}



/* blog */


.item-lst .item{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 10px;

}
.item-lst .item .topics-date{
  max-width: 100px;
  background: #0069BD;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.item-lst .item .topics-text{
  padding: 5px 0px;
}
.item-lst .item .topics-title{
  padding: 5px 0px;
  font-weight: bold;
}




.date {
  text-align: right;
  margin-bottom: 20px;
}

.blogdetail {
  overflow: hidden;
  margin-bottom: 25px;
}
.blogdetail p {
  line-height: 190%;
  letter-spacing: 1px;
  font-size: 15px;
  margin-bottom: 15px;
}
.blogdetail ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.blogdetail ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  padding-left: 20px;
}
.blogdetail ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.blogdetail ul li {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.blogdetail img.aligncenter {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
}
.blogdetail img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.blogdetail img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.blogdetail hr {
  clear: both;
}
