@charset "UTF-8";
/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/
@-webkit-keyframes bghover {
  0% {
    background-size: cover;
  }
  100% {
    background-size: 150%;
  }
}
@keyframes bghover {
  0% {
    background-size: cover;
  }
  100% {
    background-size: 150%;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------
 Box-campaign
------------*/
.box-campaign-banner {
  margin: 2rem auto;
}

/*-----------
  List-Page
------------*/
.list-page {
  padding: 0.5rem 0;
  border-bottom: 1px dotted #989898;
}
.list-page .list-page-content {
  display: flex;
  justify-content: flex-start;
}
.list-page .list-page-content .list-page-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 1rem;
}
.list-page .list-page-content .list-page-txt a:hover {
  text-decoration: none;
}
.list-page .list-page-content .list-page-txt .list-page-date {
  font-size: 0.9rem;
  margin: 0;
}
.list-page .list-page-content .list-page-txt .list-page-ttl {
  font-size: 1.3rem;
  margin: 0.5rem 0;
}
.list-page .list-page-content .list-page-txt .list-page-excerpt p {
  margin-bottom: 0;
}

/*-----------
  List-Case
------------*/
.box-tag {
  text-align: center;
  border-top: 1px solid #006b41;
  border-bottom: 1px solid #006b41;
  padding: 2rem 0;
  margin: 0 auto 2rem auto;
}
.box-tag .box-tag-ttl h2 {
  text-align: center;
  color: #006b41;
  margin: 1rem auto;
  font-size: 1rem;
}
.box-tag .list-tag {
  justify-content: center;
}
.box-tag .list-tag li {
  font-size: 0.9rem;
  padding: 6px;
  margin-left: 10px;
}
.box-tag .list-tag li:after {
  height: 23px;
  width: 23px;
  left: -11px;
}

.keyword-title .entry-title {
  margin: 1rem auto;
  text-align: center;
  padding: 1rem 0;
  color: #006b41;
}
@media screen and (max-width: 767px) {
  .keyword-title .entry-title {
    font-size: 1.4rem;
  }
}

.list-case .list-case-item {
  margin: 0 0 2rem 0;
  position: relative;
}
.list-case .list-case-item a {
  text-decoration: none;
  color: #231815;
}
.list-case .list-case-item .list-case-ttl {
  margin: 0;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  font-size: 1.2rem;
  border: none;
}
.list-case .list-case-item .list-case-ttl.list-house-ttl {
  text-align: left;
}
.list-case .list-case-item .list-case-icon {
  font-size: 0.7rem;
}
.list-case .list-case-item .list-case-icon .icon-kenchikujouken {
  display: inline-block;
  text-align: center;
  background: #006b41;
  color: #fff;
  padding: 0.2rem 0.5rem;
  margin: 0 0.5rem 0.3rem 0;
}
.list-case .list-case-item .list-case-icon .icon-jibanhosyou {
  display: inline-block;
  text-align: center;
  background: #ad7c22;
  color: #fff;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0.3rem 0;
}
.list-case .list-case-item .list-case-period {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: -8px;
  background: #ad7c22;
  color: #fff;
  font-size: 0.9rem;
  padding: 0 0.3rem;
}
.list-case .list-case-item .list-case-img {
  width: 100%;
  height: 200px;
  margin: 0 auto 0.5rem auto;
  overflow: hidden;
  position: relative;
}
.list-case .list-case-item .list-case-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  margin: 0;
}
.list-case .list-case-item .list-case-txt {
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0;
  margin: 0.2rem 0;
}
.list-case .list-case-item .list-case-price {
  font-size: 1rem;
  font-weight: bold;
}
.list-case .list-case-item .list-case-price .tax {
  font-size: 0.9rem;
  font-weight: normal;
}

/*-----------
  List-professional
------------*/
.list-professional.list-sub-professional {
  margin-top: 3rem;
  border-top: 1px solid #989898;
  padding-top: 3rem;
}
.list-professional .list-professional-item {
  margin: 0 0 2rem 0;
  position: relative;
}
.list-professional .list-professional-item a {
  text-decoration: none;
  color: #231815;
}
.list-professional .list-professional-item .list-professional-ttl {
  margin: 0;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-size: 1.2rem;
  border: none;
  font-size: 0.8em;
}
.list-professional .list-professional-item .list-professional-ttl .list-professional-subtxt {
  display: block;
  font-size: 0.8em;
}
.list-professional .list-professional-item .list-professional-img {
  width: 100%;
  height: 200px;
  margin: 0 auto 0.5rem auto;
  overflow: hidden;
  position: relative;
}
.list-professional .list-professional-item .list-professional-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  margin: 0;
}
.list-professional .list-professional-item .list-professional-txt {
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0;
  margin: 0.2rem 0;
}
.list-professional .list-professional-item .list-professional-txt .txt-green {
  color: #006b41;
}
@media screen and (min-width: 768px) {
  .list-professional .list-professional-item .list-professional-txt {
    min-height: 5rem;
  }
}
.list-professional .list-professional-item .list-professional-btn {
  text-align: center;
  margin: 1rem auto;
}
.list-professional .list-professional-item .list-professional-btn span {
  display: inline-block;
  background: #006b41;
  color: #fff;
  font-family: A1 Mincho, "Noto Serif JP", sans-serif;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
}
.list-professional .list-professional-item .list-professional-btn span:before {
  content: "";
  background: url(../img/basic-arrow-btn.svg) left center no-repeat;
  background-size: contain;
  width: 30px;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.list-professional .list-professional-item .list-professional-btn span:hover {
  text-decoration: none;
  background: rgb(0, 56, 34.0186915888);
  transition: 0.2s;
}

/*-----------
  List-House
------------*/
.house-area-ttl {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  color: #006b41;
}

.house-area-map {
  width: 350px;
  max-width: 100%;
  margin: 1rem auto;
}

.house-area li {
  margin: 1rem auto;
  list-style: none;
  padding: 0;
}
.house-area a {
  display: block;
  background: #e2f3eb;
  color: #231815;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  text-align: center;
}
.house-area a:hover {
  background: rgb(189.9268292683, 228.0731707317, 210.1219512195);
  transition: 0.2s;
  text-decoration: none;
  color: #006b41;
}

/*-----------
  List-Photo
------------*/
.archive-photo .entry-header {
  text-align: center;
  margin: 2rem auto 0 auto;
}
.archive-photo .photo-list {
  display: flex;
  flex-wrap: wrap;
}
.archive-photo .photo-list .photo-item {
  margin: 10px;
  width: 200px;
}
.archive-photo .photo-list .photo-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.archive-photo .photo-list .photo-item .photo-img {
  width: 200px;
  height: 200px;
  display: block;
  position: relative;
  overflow: hidden;
}
.archive-photo .photo-list .photo-item .photo-img img {
  width: 300px;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.archive-photo .photo-list .photo-item .photo-content {
  display: none;
}
@media screen and (max-width: 767px) {
  .archive-photo .photo-list {
    justify-content: space-between;
  }
  .archive-photo .photo-list .photo-item {
    margin: 5px 0;
    width: 150px;
  }
  .archive-photo .photo-list .photo-item .photo-img {
    width: 150px;
    height: 150px;
  }
  .archive-photo .photo-list .photo-item .photo-img img {
    width: 250px;
    max-width: 250px;
  }
}
@media screen and (max-width: 320px) {
  .archive-photo .photo-list .photo-item {
    width: 130px;
  }
  .archive-photo .photo-list .photo-item .photo-img {
    width: 130px;
    height: 130px;
  }
}
.archive-photo .btn-photogallery {
  margin: 2rem auto;
  text-align: center;
  font-size: 1.2rem;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}
.archive-photo .btn-photogallery a {
  padding: 0.6rem;
  display: block;
  color: #006b41;
  font-family: A1 Mincho, "Noto Serif JP", sans-serif;
}
.archive-photo .btn-photogallery a:hover {
  color: rgb(0, 56, 34.0186915888);
  transition: 0.2s;
}

/*-----------
  List-Event
------------*/
.archive-event .event-bnr {
  margin: 1rem auto 3rem auto;
  text-align: center;
}

.list-event .list-event-item {
  padding: 1rem 0px;
  border-bottom: solid 1px #989898;
}
.list-event .list-event-item a:hover {
  text-decoration: none;
}
.list-event .list-event-item section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
.list-event .list-event-item section .texts {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.list-event .list-event-item section .texts .list-tag {
  margin: 1rem 0 0 0;
}
.list-event .list-event-item section .texts h4 {
  margin: 0 0 0.3rem 0;
  line-height: 1.3;
  font-size: 1.1rem;
}
.list-event .list-event-item section .texts dl.date {
  display: flex;
  font-size: 0.875rem;
  margin: 0;
}
.list-event .list-event-item section .texts dl.date dt {
  white-space: nowrap;
}
.list-event .list-event-item section .texts dl.date dd {
  margin-bottom: 0.3rem;
}
.list-event .list-event-item section .texts .excerpt p {
  margin: 0;
  font-size: 0.8rem;
}
.list-event .list-event-item section .ib img {
  width: 180px;
  min-width: 180px;
  display: block;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none) {
  .list-event .list-event-item section {
    width: 100%;
  }
  .list-event .list-event-item section .texts {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .list-event .list-event-item section .texts dl.date {
    display: flex !important;
  }
  .list-event .list-event-item section .ib img {
    width: 150px;
    min-width: 150px;
  }
}

.eventarea-title {
  text-align: center;
  margin: 0 auto 2rem auto;
  border-bottom: 2px solid #166b41;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .eventarea-title h2 {
    font-size: 1.3rem;
  }
}

.eventarea-btn a {
  margin: 2rem auto;
}

/*-----------
  List-Thumb
------------*/
.house-list-box .page-list {
  margin: 0;
  padding: 0;
}
.house-list-box .page-list li,
.house-list-box .page-list .page-list-item {
  list-style: none;
  padding: 0.3rem 0;
  margin-left: 0;
  border-bottom: 1px solid #989898;
}
.house-list-box .page-list li a,
.house-list-box .page-list .page-list-item a {
  display: flex;
  align-items: center;
}
.house-list-box .page-list li a:hover h5,
.house-list-box .page-list .page-list-item a:hover h5 {
  color: #006b41;
}
.house-list-box .page-list li .page-list-img,
.house-list-box .page-list .page-list-item .page-list-img {
  width: 120px;
  min-width: 120px;
  margin-right: 0.5rem;
}
.house-list-box .page-list li .page-list-img img,
.house-list-box .page-list .page-list-item .page-list-img img {
  margin: 0 auto;
}
.house-list-box .page-list li .page-list-ttl h5,
.house-list-box .page-list .page-list-item .page-list-ttl h5 {
  color: #231815;
}

/*-----------
  Blog
------------*/
.box-tokusyu {
  border: 10px solid #f1f1f1;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 auto 2rem auto;
}
.box-tokusyu.single-tokusyu {
  border: none;
  padding: 1rem 0;
}
.box-tokusyu a:hover {
  text-decoration: none;
}
.box-tokusyu .tokusyu-ttl {
  line-height: 1;
}
.box-tokusyu .tokusyu-ttl h2 {
  font-size: 2rem;
  margin: 0.5rem 0 1rem 0;
  line-height: 1;
}
.box-tokusyu .tokusyu-ttl .small-txt {
  background: #006b41;
  padding: 0.3rem 1rem;
  border-radius: 5rem;
  color: #fff;
  display: inline-block;
  margin: 0.5rem 0;
}
.box-tokusyu .tokusyu-publish h3 {
  font-family: A1 Mincho, "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
}
.box-tokusyu .tokusyu-comment {
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.6;
}
.box-tokusyu .tokusyu-btn {
  margin: 1rem auto;
}
@media screen and (max-width: 767px) {
  .box-tokusyu .tokusyu-ttl h2 {
    font-size: 2rem;
  }
  .box-tokusyu .tokusyu-publish h3 {
    font-size: 1.2rem;
  }
  .box-tokusyu .tokusyu-publish .small-txt {
    display: block;
  }
  .box-tokusyu .tokusyu-btn {
    margin: 1rem auto;
  }
}

/*-----------
  TV絆の家
------------*/
.box-tokusyu .box-tv-ttl {
  text-align: center;
  border-bottom: 1px solid #989898;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.box-tokusyu .box-tv-ttl h2 {
  text-align: left;
  font-size: 1.2rem;
  margin: 1rem 0 0.5rem 0;
}
.box-tokusyu .box-tv-ttl .box-tv-broadcast-note {
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0;
}
.box-tokusyu .box-tv-ttl .box-tv-broadcast-note p {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .box-tokusyu .box-tv-ttl h2 {
    text-align: center;
  }
  .box-tokusyu .box-tv-ttl .box-tv-broadcast-date {
    display: flex;
    justify-content: center;
  }
  .box-tokusyu .box-tv-ttl .box-tv-broadcast-date .box-tv-broadcast {
    margin: 0.5rem;
  }
}

/*-----------
  List-House
------------*/
.land-lp-bnr {
  margin: 1rem auto;
}
.land-lp-bnr .land-lp-bnr-item {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=archive.css.map */
