@charset "utf-8";
/* トップへ戻る */

#back_to_top {
  margin-top: 0px;
  text-align: right;
  margin-bottom: 25px;
}

#back_to_top a {
  position: relative;
  text-decoration: underline;
}
/* ぱんくず */

#bread_crumb {
  padding: 1px 5px 0;
}

#bread_crumb ul {
  margin: 0;
}

#bread_crumb ul li {
  font-size: 12px;
  float: left;
}

#bread_crumb ul li.sub {
  padding-left: 10px;
}

#bread_crumb ul li.sub:before {
  content: ">";
  letter-spacing: 10px;
  color: #666;
}
/* ページナビ */

ul.page_navi {
  margin: 0;
  padding: 0;
  font: 100% Verdana, Geneva, sans-serif;
  text-align: center;
}

ul.page_navi li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.page_navi li.current {
  padding: 5px 10px;
  border: 1px #00A0E9 solid;
  color: #00A0E9;
  font-weight: bold;
}

ul.page_navi li a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

ul.page_navi li a:hover {
  background-color: #eee;
}
/*  その他 */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignleft-side {
  display: inline;
  float: left;
  margin-bottom: 0.5em;
  margin-right: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.size-full,
img.size-large {
  width: auto;
  height: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.5em;
}

p img {
  margin: 0.4em 0;
  text-align: center;
}

.wp-caption {
  margin: 0.4em 0;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
  margin-bottom: 1.5em;
  padding: 5px 0;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
}

.gallery-caption {
  font-size: 12px;
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 3px 3px 0 3px;
  line-height: 1.2em;
}

ul.disc {
  list-style-type: disc;
}

ul.disc li {
  margin: 10px;
}

address {
  font-style: normal;
}
/* テーブル */

#content table {
  border: 1px solid #cccccc;
  width: 100%;
}

#content table th,
#content table td {
  border: 1px solid #cccccc;
  padding: 10px;
  vertical-align: top;
}

#content table th {
  background: #EEE;
  text-align: left;
}

table.info {
  width: 100%;
  border-top: 1px solid #cccccc;
}

table.info th,
table.info td {
  border-bottom: 1px solid #cccccc;
  padding: 8px 5px 5px 5px;
  text-align: left;
  vertical-align: top;
  margin: 0;
  line-height: 1.5em;
}

table.info th img,
table.info td img {
  vertical-align: bottom;
  margin-left: 15px;
}

table.info th.bBnone,
table.info td.bBnone {
  border-bottom: none;
}
/* 物件詳細 */

.section .half1 {
  width: 49%;
  float: left;
}

.section .half2 {
  width: 49%;
  float: right;
}

.section .row {
  margin-bottom: 15px;
}

.section .row:after {
  /* for Modern Browser */
  
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.section .Third {
  width: 32%;
  float: right;
  text-align: right;
}

.section .TwoThird {
  width: 63%;
  float: left;
}

.section ul.three-img {}

.section ul.three-img li {
  width: 172px;
  display: inline;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.section ul.three-img li dl {}

.section ul.three-img li dl dt {}

.section ul.three-img li dl dd {
  font-size: 80%;
  line-height: 1.35;
}

ul.inline-list {
  display: inline;
}

ul.inline-list li {
  display: inline;
  margin-right: 3px;
  margin-left: 3px;
}

ul.inline-list li img {
  border: 2px solid #cfcfcf;
  margin-bottom: 4px;
}
/* new table */

.border-table table thead {
  display: none;
}

.border-table table tr td:first-child {
  background: #EEE;
}
/* common */

.li-common li {
  margin: 4px 0;
}

.li-label {
  font-weight: normal;
  width: 7.5em;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  background-color: #E7E7E7;
}


.room-table table th {
  font-size: 0.9em;
  font-weight: normal;
  }
  .room-table table td{
    font-size: 0.9em;
  }
  
/* ボタン */

.btn {
  text-decoration: none;
  color: #000;
  border-radius: 2px;
  /*font-family: 'PT Sans', Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;*/
  
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  line-height: 1;
  padding: .7em 2em .6em 2em;
  font-weight: bold;
  /*font-size: .85em;*/
  
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #fcfcfc, #e0e0e0);
  background-image: -ms-linear-gradient(top, #fcfcfc, #e0e0e0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #e0e0e0);
  background-image: -o-linear-gradient(top, #fcfcfc, #e0e0e0);
  background-image: linear-gradient(top, #fcfcfc, #e0e0e0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e0e0e0', GradientType=0);
  text-shadow: 0 1px 0 #ffffff;
  box-shadow: none;
}

.btn:hover {
  color: #000;
  background: #e0e0e0;
}

.btn-red {
  border-color: #c01415;
  border-bottom-color: #910f10;
  background-color: #e54546;
  background-image: -moz-linear-gradient(top, #ef6465, #d71618);
  background-image: -ms-linear-gradient(top, #ef6465, #d71618);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ef6465), to(#d71618));
  background-image: -webkit-linear-gradient(top, #ef6465, #d71618);
  background-image: -o-linear-gradient(top, #ef6465, #d71618);
  background-image: linear-gradient(top, #ef6465, #d71618);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ef6465', endColorstr='#d71618', GradientType=0);
}

.btn-orange {
  border-color: #cd640b;
  border-bottom-color: #9c4c08;
  background-color: #ee7f22;
  background-image: -moz-linear-gradient(top, #f48a30, #e5700c);
  background-image: -ms-linear-gradient(top, #f48a30, #e5700c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f48a30), to(#e5700c));
  background-image: -webkit-linear-gradient(top, #f48a30, #e5700c);
  background-image: -o-linear-gradient(top, #f48a30, #e5700c);
  background-image: linear-gradient(top, #f48a30, #e5700c);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f48a30', endColorstr='#e5700c', GradientType=0);
}

.btn-green {
  border-color: #5a6d2b;
  border-bottom-color: #3c491d;
  background-color: #7e993c;
  background-image: -moz-linear-gradient(top, #90af45, #63782f);
  background-image: -ms-linear-gradient(top, #90af45, #63782f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90af45), to(#63782f));
  background-image: -webkit-linear-gradient(top, #90af45, #63782f);
  background-image: -o-linear-gradient(top, #90af45, #63782f);
  background-image: linear-gradient(top, #90af45, #63782f);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#90af45', endColorstr='#63782f', GradientType=0);
}

.btn-blue {
  border-color: #104769;
  border-bottom-color: #09293d;
  background-color: #196ea2;
  background-image: -moz-linear-gradient(top, #1c7ab4, #155c88);
  background-image: -ms-linear-gradient(top, #1c7ab4, #155c88);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c7ab4), to(#155c88));
  background-image: -webkit-linear-gradient(top, #1c7ab4, #155c88);
  background-image: -o-linear-gradient(top, #1c7ab4, #155c88);
  background-image: linear-gradient(top, #1c7ab4, #155c88);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1c7ab4', endColorstr='#155c88', GradientType=0);
}

.btn-red,
.btn-orange,
.btn-green,
.btn-blue {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.24);
}

.btn-red,
.btn-orange,
.btn-green,
.btn-blue {
  color: #fff;
}

.btn-red:hover,
.btn-orange:hover,
.btn-green:hover,
.btn-blue:hover {
  color: rgba(255, 255, 255, 0.8);
}

.btn-red:hover {
  background: #d71618;
}

.btn-orange:hover {
  background: #e5700c;
}

.btn-green:hover {
  background: #63782f;
}

.btn-blue:hover {
  background: #155c88;
}

.btn-big {
  /*font-size: 1.2em;
  line-height: 1.65em;
  padding-left: 1.5em;
  padding-right: 1.5em;*/
  
  font-size: 1.1em;
  line-height: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

a.btn-red,
a.btn-orange,
a.btn-green,
a.btn-blue {
  color: #fff;
  text-decoration: none;
}
/* ギャラリー機能 */

#gallery-1,
#gallery-2 {
  margin: auto;
}

#gallery-1 .gallery-item,
#gallery-2 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}
/* 文字の装飾 */

.label,
.label-badge {
  border: 1px solid #ddd;
  font-size: 80%;
  display: inline-block;
  position: relative;
  top: -1px;
  line-height: 1;
  padding: 3px 8px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.label-black {
  background-color: #000;
}

.label-red {
  background-color: #ef6465;
}

.label-orange {
  background-color: #f48a30;
}

.label-green {
  background-color: #90af45;
}

.label-blue {
  background-color: #1c7ab4;
}

.label-black,
.label-red,
.label-orange,
.label-green,
.label-blue {
  border: none;
  color: #fff;
  padding: 4px 8px;
}

.label-price {
  font-size: 120%;
  line-height: 1.2;
  font-weight: bold;
  color: #F06;
}

#navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 15px;
  font-weight: bold;
  line-height: 1.5;
}

#navcontainer {
  background-color: #F2F2F2;
  padding: 8px;
}

.m10-r {
  margin-right: 10px!important;
}
/*周りからのmarginを10pxに*/

.red {
  color: #ff0000!important;
}
.red-b {
  color: #ff0000!important;
  font-weight: bold;
  font-size: 120%;
}
/*部屋情報 */

#content table.border_m {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

#content table.border_m td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-top: 10px;
  padding-right: 3px;
  padding-bottom: 10px;
  padding-left: 3px;
  font-size: 90%;
}

#content table.border_m th {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-top: 10px;
  padding-right: 3px;
  padding-bottom: 10px;
  padding-left: 3px;
  font-size: 80%;
  /*  font-weight: normal;
  color: #000;*/
  
  background-color: #F7F7F7;
}

#content td.middle {
  text-align: center;
}

#content td.price {
  text-align: right;
}

#content td.contact {
  vertical-align: middle;
}
/*--------------------------------------------------------------
15.0 - GRID/COLUMNS
--------------------------------------------------------------*/

.row {
  display: block;
  overflow: hidden;
  clear: both;
}

*[class*="col_"].alpha {
  margin-left: 0;
}

*[class*="col_"].omega {
  margin-right: 0;
}

.col_1 {
  width: 6.6666666666667%;
}

.col_2 {
  width: 15%;
}

.col_3 {
  width: 23.333333333333%;
}

.col_4 {
  width: 31.666666666667%;
}

.col_5 {
  width: 40%;
}

.col_6 {
  width: 48.333333333333%;
}

.col_7 {
  width: 56.666666666667%;
}

.col_8 {
  width: 65%;
}

.col_9 {
  width: 73.333333333333%;
}

.col_10 {
  width: 81.666666666667%;
}

.col_11 {
  width: 90%;
}

.col_12 {
  width: 98.333333333333%;
}

*[class*="col_"] {
  margin-left: 0.83333333333333%;
  margin-right: 0.83333333333333%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  float: left;
  display: block;
}

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

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}

* html .clearfix,
*:first-child+html .clearfix {
  zoom: 1
}

*[class*="col_"].visible {
  background: #eee;
}
