@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/
.property-header {
  margin-bottom: 88px;
}
@media screen and (max-width: 599px) {
  .property-header {
    margin-bottom: 40px;
  }
}
.property-headline {
  text-align: center;
}
.property-lead {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .property-list {
    margin-top: 0!important;
  }
}
.property-item {
  padding: 60px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .property-item {
    padding: 40px 0;
  }
}
.property-meta {
  margin-bottom: 24px;
}
.property-meta time {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 0.5em;
}
.property-meta h1 {
  font-size: 26px;
  font-weight: bold;
}
.property-meta h2 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .property-meta h1 {
    font-size: 22px;
  }
  .property-meta h2 {
    font-size: 20px;
  }
}
.property-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
}
@media screen and (max-width: 599px) {
  .property-grid {
    grid-template-columns: 1fr;
  }
}
.property-thumb a {
  display: block;
  transition: opacity 0.2s ease-in;
}
.property-thumb a:hover {
  opacity: 0.8;
}
.property-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.property-table {
  width: 100%;
  border-collapse: collapse;
}
.property-table th,
.property-table td {
  padding: 0.8em 1.5em;
  border: 1px solid #ccc;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .property-table th,
  .property-table td {
    padding: 0.5em 1em;
    font-size: 14px;
  }
}
.property-table th {
  background-color: #fafafa;
  font-weight: bold;
}

/* single */
.property-single-wrapper {
  max-width: 800px;
  margin-inline: auto;
}
.property-image {
  margin-bottom: 40px;
}
.property-image img {
  display: block;
  width: 100%;
}
.property-content {
  margin-top: 48px;
}
.property-notice {
  margin-top: 40px;
  font-size: 14px;
}
.property-contact {
  display: block;
  margin-inline: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 280px;
  background-color: #0a5ab0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 1em;
  transition: opacity 0.2s ease-in;
}
.property-contact:hover {
  color: #fff;
  opacity: 0.8;
}
.property-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .property-footer {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.property-back {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 1em;
  transition: opacity 0.2s ease-in;
}
@media screen and (max-width: 599px) {
  .property-back {
    font-size: 14px;
    max-width: inherit;
    width: fit-content;
  }
}
.property-back:hover {
  opacity: 0.8;
}
.property-arrow {
  font-size: 14px;
}
span.property-arrow {
  color: #ccc;
}
@media screen and (max-width: 599px) {
  .property-arrow {
    font-size: 12px;
  }
}
