@charset "utf-8";

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

.no_link {
  pointer-events: none;
}


.inner {
 width: 100%;
 max-width: 1280px;
 margin-left: auto;
 margin-right: auto;
}

#container {
 padding: 0 15px;
 overflow: hidden;
}

figure {
 position: relative;
}

.flex {
 display: flex;
}

.row-reverse {
 flex-direction: row-reverse;
}

.space-between {
 justify-content: space-between;
}

/* views */
.sp {
  display: none !important;
}
@media only screen and (max-width:736px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}


.mainArticle {
 max-width: 100%;
 position: relative;
 width: 100%;
 padding-top: 170px;
 padding-bottom: 80px;
 padding-left: 0;
 padding-right: 0;
}



/* top
=============================================== */
.top {
  padding-bottom: 80px;
}

.keyVisual {
  max-width: 700px;
  margin: auto;
}

.articleInfo {
  margin-top: 80px;
}

.top_title {
  max-width: 420px;
  margin: auto;
}

.top_lead {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media only screen and (max-width:736px) {
  .articleInfo {
    margin-top: 30px;
  }

 .mainArticle {
  padding-top: 30px;
 }

 .top {
  padding-bottom: 40px;
}
 .keyVisual {
  width: 80%;
 }

 .contents {
  margin-top: 80px;
 }

 .top_title {
  max-width: 280px;
  margin: auto;
}

.top_lead {
  margin-top: 40px;
  font-size: 16px;
}
}

/* info_area
=============================================== */
.info_area {
  position: relative;
  padding: 70px 0;
}
.info_area::before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: -20px;
  right: -20px;
  background-color: #f8f7f2;
  z-index: -1;
}
.info_area .inner {
  max-width: 1000px;
  width: 100%;
}
.info_box {
  position: relative;
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.info_box::before {
  content: '';
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 252px;
  height: 40px;
  left: 60px;
  top: -20px;
}
.info_box.topics::before {
  background-image: url(../imgs/info_title01.png);
}
.info_box.planned::before {
  background-image: url(../imgs/info_title02.png);
}
.info_box.event::before {
  background-image: url(../imgs/info_title03.png);
}
.info_box + .info_box {
  margin-top: 50px;
}
.info_box ul {
  padding: 28px 60px 20px;
}
.info_box_list {
  position: relative;
  padding: 14px 0;
}
.info_box_list .text_s {
  font-size: 13px;
}
.info_box_list::after {
  content: '';
  position: absolute;
  background-image: url(../imgs/dotted.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  bottom: 0;
}
.info_box_list:last-child:after {
  content: none;
}
.info_box_list a {
  display: flex;
  column-gap: 14px;
}
.info_box_list.no_link {
  pointer-events: none;
}
.info_box_list {
  transition: all .4s;
}
.info_box_list:hover {
  opacity: .7;
}
.info_box_date {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.info_box_text {
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:768px) {
  .info_area {
    padding: 50px 0;
  }
  .info_box::before {
    width: 180px;
    height: 40px;
    left: 30px;
    top: -20px;
  }
  .info_box + .info_box {
    margin-top: 40px;
  }
  .info_box ul {
    padding: 26px 20px 20px;
  }
  .info_box_list {
    padding: 10px 0;
  }
  .info_box_list a {
    flex-direction: column;
    row-gap: 6px;
  }
  .info_box_list .text_s {
    font-size: 12px;
  }
}

/* column
=============================================== */
.column {
  padding: 70px 0 50px;
}
.column .inner {
  max-width: 1340px;
}
.mail_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.mail_wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 50px;
  background-color: #dbdbdb;
}
.mail_item {
  width: 38%;
  text-align: center;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.mail_item p {
  font-size: 18px;
  letter-spacing: 0.2em;
  padding-right: 10%;
  text-align: right;
}
.mail_item span {
  font-size: 12px;
}
.mail_item a {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  text-align: left;
  padding-left: 10%;
}
.head-border {
  display: flex;
  align-items: center;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #dbdbdb;
}
.head-border:before {
  margin-right: 1.5rem;
}
.head-border:after {
  margin-left: 1.5rem;
}

.column_contents_text {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.swiper_area {
  position: relative;
  margin-top: 50px;
}

.swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
.swiper-pagination_02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* ページネーションの余白 */
.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 4px 20px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #000;
  height: 8px;
  width: 8px;
}


@media only screen and (min-width:500px) {
  .swiper-wrapper {
    align-items: flex-end;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 3%;
  }
}
.swiper-slide {
  position: relative;
}
.column_item {
  display: block;
  transition: all .4s;
}
.column_item:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.column_item_img {
  position: relative;
}
.column_item_img_cap {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  padding: 6px 18px;
}
.column_item_body {
  border: 1px solid #dbdbdb;
  border-top: none;
  padding: 20px;
}
.column_item_text {
  min-height: clamp(5.625rem, 4.102rem + 3.17vw, 6.875rem);
  
}
.column_item_text p {
  font-size: clamp(0.625rem, 0.32rem + 0.634vw, 0.875rem);
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.column_item_btn {
  position: relative;
  text-align: center;
  padding: 8px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.column_item_btn::after {
  content: '';
  position: absolute;
  background-image: url(../imgs/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 10px;
  right: 10px;
}
.column_contents_btn_wrap {
  text-align: center;
  margin-top: 45px;
}
.column_contents_btn {
  position: relative;
  display: block;
  margin: auto;
  max-width: 480px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FFF;
  padding: 21px 10px;
  background-color: #b9ab60;
  transition: all .4s;
}
.column_contents_btn::after {
  content: '';
  position: absolute;
  background-image: url(../imgs/icon_arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 9px;
  right: 20px;
}
.column_contents_btn.no_link {
  background-color: #dcd194;
}
.column_contents_btn.no_link::after {
  content: none;
}
.column_contents_btn:hover {
  opacity: .7;
}
.column_contents_btn:hover.column_contents_btn::after {
  right: 10px;
  transition: all .4s;
}

@media only screen and (max-width:768px) {
  .column {
    padding: 40px 0;
  }
  .mail_wrap {
    flex-direction: column;
    margin-bottom: 50px;
    row-gap: 36px;
  }
  .mail_wrap:before {
    width: 80px;
    height: 1px;
  }
  .mail_item {
    width: 100%;
  }
  .mail_item p {
    font-size: 16px;
    padding: 0;
    text-align: center;
  }
  .mail_item a {
    font-size: 20px;
    padding: 0;
    text-align: center;
  }
  .head-border {
    font-size: 16px;
  }
  .head-border:before {
    margin-right: 1rem;
  }
  .head-border:after {
    margin-left: 1rem;
  }
  .column_contents_text {
    margin-top: 20px;
    font-size: 14px;
  }
  .swiper_area {
    margin-top: 20px;
  }
  .column_item_img_cap {
    font-size: 14px;
    padding: 8px 16px;
  }
  .column_contents_btn_wrap {
    margin-top: 50px;
  }
  .column_contents_btn {
    max-width: 360px;
    width: 90%;
    font-size: 14px;
    padding: 14px 10px;
  }
  .column_contents_btn::after {
    width: 34px;
    height: 9px;
    right: 6px;
  }
}

/* column town
======================================== */
.column.town {
  position: relative;
}
.column.town::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: -20px;
  right: -20px;
  background-color: #f8f7f2;
  z-index: -1;
}

/* ザ・パークハウス グラン のご紹介
======================================== */
.column.park {
  padding: 90px 0 90px;
}
.column_contents_wrap {
  max-width: 1000px;
  margin: 45px auto 0;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2,1fr);
  column-gap: 40px;
}

@media only screen and (max-width:768px) {
  .column.park {
    padding: 50px 0 50px;
  }
  .column_contents_wrap {
    margin: 20px auto 0;
    column-gap: 10px;
  }
  .park .column_contents_btn_wrap {
    margin-top: 20px;
  }
}

/* network
======================================== */
.network {
  padding: 80px 0 160px;
  position: relative;
}
.network .inner {
  max-width: 1340px;
}
.network::before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: -20px;
  right: -20px;
  background-color: #f8f7f2;
  z-index: -1;
}
.network_lead {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.7;
  margin-bottom:50px;
}
.network .head-border {
  max-width: 1000px;
  margin: auto;
}
.network_contents {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}
.network_contents_text {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 2;
}
.network_contents_text p {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.network_01 {
  text-align: center;
}

@media only screen and (max-width:768px) {
  .network {
    padding: 40px 0;
  }
  .network_lead {
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .network_contents {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .network_contents_text {
    position: static;
  }
  .network_contents_text p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
  .network_01 {
    margin-top: 30px;
    text-align: center;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  .network_01 img {
    width: 100vw;
  }
}

/* consultation
======================================== */
.consultation_wrap {
  max-width: 1000px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 10%;
  row-gap: 30px;
}
.consultation_item {
  display: flex;
  align-items: center;
}
.consultation_item_img {
  width: 32%;
}
.consultation_item_body {
  padding-left: 16px;
}
.consultation_item_body p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.line {
  background: linear-gradient(transparent 80%, #e5e0c6 20%);
  font-weight: bold;
}
.consultation_box {
  margin: 60px auto 0;
  max-width: 780px;
  padding: 30px 10px 0;
/*  background-color: #fff;*/
}
.consultation_box p {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.7;
  text-align: center;
}

@media only screen and (max-width:768px) {
  .consultation_wrap {
    margin: 40px auto;
    grid-template-columns: repeat(1,1fr);
    row-gap: 30px;
    justify-content: center;
  }
  .consultation_item {
    margin: auto;
  }
  .consultation_item_img {
    width: 25%;
    max-width: 140px;
  }
  .consultation_item_body {
    width: 75%;
    max-width: 270px;
    padding-left: 10px;
  }
  .consultation_item_body p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .consultation_box {
    margin: 40px auto 0;
    padding:16px 10px;
  }
  .consultation_box p {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1.7;
    text-align: center;
  }
}