@charset "UTF-8";

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

物件概要 CSS

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

article {
  overflow: clip!important;
}

.con_outline {
  margin-bottom: 3em;
}
#outline .c-header__sitename a {
  padding-top: 0.7em;
}
@media screen and (max-width: 768px) {
  #outline .c-header__sitename a {
    padding-top: 1em;
  }
}


.conCopy {
  width: 100%;
  margin-bottom: 5em;
}
.conCopy p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
}
#outline .c-pagetitle {
  margin-top: 0;
  /*background: linear-gradient(90deg, rgba(139, 109, 92, 1) 0%, rgba(238, 220, 208, 1) 50%, rgba(139, 109, 92, 1) 100%);*/
  background: url(../images/map/bg_01.webp) no-repeat 0% 0%/cover!important;
}

@media screen and (max-width: 768px) {
  .conCopy {
    margin-bottom: 2.5em;
  }
  .conCopy p {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
}