@charset "utf-8";

/* ****************************************************************************************************
   * 一覧ページ
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-archive div.post-item {
  padding-bottom: 20px;
}

div.page-archive div.post-item ~ div.post-item {
  margin-top: 0 !important;
  padding-top: 20px;
  border-top: solid 1px #ccc;
}

div.page-archive div.item-body {
  padding: 9px;
  border: solid 1px #ccc;
  background: #fedead;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-archive div.item-body {
  padding: 0;
  border: none;
  background: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル／更新日
/* ------------------------------------------------------------------------------------------------- */

div.page-archive div.post-item div.header {
  width: 100%;
  margin-bottom: 10px;
  display: table;
}

/* * タイトル
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

div.page-archive div.post-item div.header .title {
  font-size: 18px;
  vertical-align: bottom;
  display: table-cell;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-archive div.post-item div.header .title {
  padding-left: 8px;
  border-left: 5px solid #c9caca;
  display: block;
}

}

/* * 更新日
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

div.page-archive div.post-item div.header .date {
  width: 12em;
  text-align: right;
  vertical-align: bottom;
  display: table-cell;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-archive div.post-item div.header .date {
  width: 100%;
  margin-top: 0.25em;
  display: block;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

div.page-archive div.post-item div.content {
  width: 500px;
  float: right;
  background: #fff;
}

/* * 写真
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

div.page-archive div.post-item div.photo {
  width: 160px;
  float: left;
}

div.page-archive div.post-item div.photo img {
  padding: 5px;
  background: #fff;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-archive div.post-item div.photo {
  width: 100%;
  margin-bottom: 10px;
  float: none;
}

div.page-archive div.post-item div.photo img {
  padding: 0;
  background: none;
}

}

/* * 詳細
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

div.page-archive div.post-item div.detail table.detail {
  border-collapse: collapse;
}

div.page-archive div.post-item div.detail table.detail th {
  width: 20%;
  padding:5px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}

div.page-archive div.post-item div.detail table.detail td {
  width: 80%;
  padding:5px 10px;
  border-bottom: 1px dotted #ccc;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-archive div.post-item div.detail table.detail th {
  width: 20%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  white-space: nowrap;
}

div.page-archive div.post-item div.detail table.detail td {
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
}

}

/* * この物件を予約する／詳細を見る
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

div.page-archive div.post-item div.button {
  margin: 20px 0;
  letter-spacing: -0.4em;
  text-align: center;
}

div.page-archive div.post-item div.button > * {
  letter-spacing: normal;
}

div.page-archive div.post-item div.button .button {
  margin: 10px;
  vertical-align: middle;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-archive div.post-item div.button {
  margin: 10px 0;
  text-align: left;
}

div.page-archive div.post-item div.button .button {
  margin: 0;
  padding: 3px;
  vertical-align: top;
}

div.page-archive div.post-item div.button .button.yoyaku {
  width: 54.74%;
}

div.page-archive div.post-item div.button .button.detail {
  width: 45.26%;
}

div.page-archive div.post-item div.button .button img {
  width: 100%;
  height: auto;
}

}

/* ****************************************************************************************************
   * エリア一覧ページ
**************************************************************************************************** */

div.page-taxonomy-index div.nav-1 {
  display: none;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-taxonomy-index div.area-list ul.list,
div.page-taxonomy-index div.area-list ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.page-taxonomy-index div.area-list ul.list li a {
  color: inherit;
}

div.page-taxonomy-index div.area-list ul.list li a[href] {
  color: #6a3906;
  text-decoration: underline;
}

div.page-taxonomy-index div.area-list ul.list li a:hover {
  text-decoration: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-taxonomy-index div.area-list ul.list li a[href] {
  color: inherit;
}

}

/* ----------------------------------------------------------------------------------------------------
   * LV.1
/* ------------------------------------------------------------------------------------------------- */

div.page-taxonomy-index div.area-list ul.list > li > .text {
  display: none;
}

div.page-taxonomy-index div.area-list ul.list > li ~ li {
  margin-top: 40px;
}

div.page-taxonomy-index div.area-list ul.list > li > .text > a.slide-button {
  padding: 0.5em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #0868ac url(../../_images/_common/icon-arrow-1-down.png) 97% 18px no-repeat;
  background-size: 16px auto;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-taxonomy-index div.area-list ul.list > li > img {
  display: none;
}

div.page-taxonomy-index div.area-list ul.list > li > .text {
  display: block;
}

div.page-taxonomy-index div.area-list ul.list > li ~ li {
  margin-top: 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * LV.2～
/* ------------------------------------------------------------------------------------------------- */

div.page-taxonomy-index div.area-list ul.list ul,
div.page-taxonomy-index div.area-list ul.list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.page-taxonomy-index div.area-list ul.list ul {
  letter-spacing: -0.4em;
}

div.page-taxonomy-index div.area-list ul.list ul li {
  width: 33.33%;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

div.page-taxonomy-index div.area-list ul.list ul li a {
  padding: 10px 0 10px 44px;
  display: block;
  background: url(../../_images/_common/listmark-1.jpg) 20px 12px no-repeat;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-taxonomy-index div.area-list ul.list ul li {
  width: 100%;
  border-top: solid 1px rgba(0,0,0,0.20);
}

div.page-taxonomy-index div.area-list ul.list ul li a {
  padding: 0.75em 1em;
  padding-left: 2em;
  display: block;
  background: none;
  position: relative;
}

div.page-taxonomy-index div.area-list ul.list ul li a:before {
  content: '>';
  position: absolute;
  top: 0.75em;
  left: 1em;
}

}

/* ****************************************************************************************************
   * 詳細ページ
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧へ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-single .back {
  display: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-single .back {
  margin-top: 0;
  line-height: 26px;
  font-weight: bold;
  display: block;
}

div.page-single .back a {
  vertical-align: text-top;
  display: inline-block;
}

div.page-single .back:before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 0.25em;
  border-radius: 6px;
  background: #e99413 url(../../_images/_common/icon-arrow-2-left.png) center center no-repeat;
  background-size: auto 14px;
  vertical-align: text-top;
  display: inline-block;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-single div.post-item .title-3 {
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-left: 8px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-left: 5px solid #c9caca;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 紹介文／外観写真など
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-single div.description:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

div.page-single div.description div.photo {
  width: 370px;
  float: left;
}

div.page-single div.description div.content {
  width: 310px;
  float: right;
}

div.page-single div.description div.content table.detail th {
  white-space: nowrap;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-single div.description div.photo {
  width: 100%;
  margin-bottom: 20px;
  float: none;
}

div.page-single div.description div.content {
  width: 100%;
  float: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 間取り画像
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-single div.madori .title {
  font-size: 24px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-single div.madori .title {
  font-size: inherit;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内観写真
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-single div.gallery .title {
  font-size: 24px;
}

div.page-single div.gallery div.list {
  max-width: none;
  margin-left: -20px;
  margin-bottom: -20px;
  letter-spacing: -0.4em;
}

div.page-single div.gallery div.list > * {
  letter-spacing: normal;
}

div.page-single div.gallery div.list div.item {
  width: 220px;
  margin-left: 20px;
  margin-bottom: 20px;
  vertical-align: top;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-single div.gallery .title {
  font-size: inherit;
}

div.page-single div.gallery div.list {
  max-width: 100%;
  margin: 0;
}

div.page-single div.gallery div.list div.item {
  width: 100%;
  margin: 0;
}

div.page-single div.gallery div.list div.item ~ div.item {
  margin-top: 10px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 詳細情報
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-single div.contents .title {
  font-size: 24px;
}

div.page-single div.contents div.content:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

div.page-single div.contents .title {
  font-size: inherit;
}

}

/*20200310追加*/

.detail { border-collapse:collapse; }

.detail th {
	font-weight: normal;
	border: solid 1px #bdb9cd;
	vertical-align:middle !important;
}

.detail td {
	border: solid 1px #bdb9cd;
	background: #fff;
}

.detail th[scope="col"] {
	background: #edf2f5 !important;
}

.detail th[scope="row"] {
	background: #edf2f5 !important;
}

.detail caption {
  margin-bottom: 0.5em;
}

@media screen and (max-width:736px) {

}