@charset "UTF-8";
/* ================================================

- Base

================================================ */
/* ================================================

- 

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ================================================

- フォント

================================================ */
.kozukaMincho {
  font-family: kozuka-mincho-pro,serif;
  font-weight: 300;
  font-style: normal; }

.garamond {
  font-family: adobe-garamond-pro,serif;
  font-weight: 400;
  font-style: normal; }

.NotoSerif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; }

.century {
  font-family: century-old-style-std, serif;
  font-weight: 400;
  font-style: normal; }

.centuryB {
  font-family: century-old-style-std, serif;
  font-weight: 700;
  font-style: normal; }

/* ================================================

- 

================================================ */
.transition3, .lozad {
  -webkit-transition: all .3s;
  transition: all .3s; }

.lozad {
  opacity: 0; }

.lozad[data-loaded="true"] {
  opacity: 1; }

.indentKome p {
  position: relative;
  padding: 0 0 0 16px; }
.indentKome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0; }

/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important; } }
@media all and (max-width: 767px) {
  .nosp {
    display: none !important; } }
/* ================================================

- 物件概要

================================================ */
.outline__main {
  max-width: 764px;
  margin: 0 auto;
  padding: 36px 0 135px; }

.outline__bordered {
  max-width: 757px;
  margin: 0 auto; }
  .outline__bordered table {
    width: 100%;
    margin: 0 auto 8px;
    border-top: 1px solid #999999;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left; }
    .outline__bordered table th {
      width: 197px;
      padding: 15px 20px;
      font-size: 1.4rem;
      line-height: 1.6;
      text-align: left;
      font-weight: normal;
      background-color: rgba(78, 116, 121, 0.2);
      white-space: nowrap;
      border-bottom: 1px solid #999999;
      vertical-align: top; }
    .outline__bordered table td {
      width: calc(100% - 197px);
      border-bottom: 1px solid #999999;
      padding: 15px 20px;
      font-size: 1.55rem;
      line-height: 1.6;
      vertical-align: top; }

/* @media screen */
@media screen and (max-width: 768px) {
  .outline__main {
    padding: 36px 15px 135px; } }
/* @media screen */
@media screen and (max-width: 568px) {
  .outline__main {
    padding: 25px 3.2% 95px; }

  .outline__bordered table th {
    width: 88px;
    padding: 11px 10px;
    font-size: 1.2rem; }
  .outline__bordered table td {
    width: calc(100% - 88px);
    padding: 11px 10px;
    font-size: 1.35rem; } }
