﻿@charset "utf-8";

/* ****************************************************************************************************
   * トップページ
**************************************************************************************************** */

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

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

div.page-index div.post {
  display: 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 {
  color: #00479d;
  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 {
  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.post-item div.item-body {
  padding: 19px;
  border: solid 1px #ccc;
  position: relative;
  z-index: 1;
}

div.page-archive div.post-item div.item-body:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  z-index: -1;
}

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

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

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

div.page-archive div.post-item div.item-body:before {
  content: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 紹介文
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-archive div.post-item div.description {
  padding: 1em;
}

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

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

div.page-archive div.post-item div.description {
  margin-bottom: 10px;
  padding: 0;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 詳細テーブル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-archive div.post-item div.detail table.detail {
  border-collapse: collapse;
  border-top: 1px dotted #ccc;
}

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

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

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

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

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

div.page-archive div.post-item div.detail table.detail > tbody > tr > th {
  width: 100%;
  padding: 0.5em 1em;
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
  white-space: normal;
}

div.page-archive div.post-item div.detail table.detail > tbody > tr > td {
  width: 100%;
  padding: 0.5em 1em;
  border: none;
}

}

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

div.page-archive div.madori {}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 配置図
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-archive div.haichi {}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 写真
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

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

div.page-archive div.gallery div.list div.item {
  width: 210px;
  margin-left: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  display: inline-block;
}

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

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

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

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

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

}

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

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

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

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/used-parking/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;
}

}
