@charset "utf-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/* 画像
-----------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
/* a
-----------------------------------------------------------*/
a {
  display: block;
}
/* wrap
-----------------------------------------------------------*/
.wrap {
  position: relative;
  width: 100%;
  padding-top: 0;
  background: #fff;
  z-index: 10;
  overflow: hidden;
}
.padding-top{
  padding-top: 4rem;
}
/* font-size
-----------------------------------------------------------*/
.small {
  font-size: clamp(0.5rem, 0.038rem + 1.54vw, 1rem);
}
.middle {
  font-size: clamp(0.75rem, 0.519rem + 0.77vw, 1rem);
}
.big {
  font-size: clamp(1rem, 0.815rem + 0.62vw, 1.5rem);
}
.bold {
  font-weight: bold
}
.category-ttl {
  font-size: clamp(1rem, 0.5rem + 1.48vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 1rem;
}
.category-ttl-egletter {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 1rem + 1.48vw, 2rem);
  margin-right: 1rem;
}
@media (max-width: 540px) {
.category-ttl,.category-ttl-egletter {
  display: block;
  text-align: center;
  margin-right: 0;

}
}


.white {
  color: #fff;
}

.bg-blue{
	background-color: #006075;
}




/* br
-----------------------------------------------------------*/
.spbr {
  display: none;
}
@media (max-width: 540px) {
  .spbr {
    display: block;
  }
}



/* パンくずリスト #pan
------------------------------------------------------*/
ul#pan{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.5rem 2rem 0.5rem 0;
}
ul#pan li {
	font-size: 0.8rem;
    display: inline-block;
}
ul#pan li a{
	color: #000;
    text-decoration: underline;
}
.pan-padding-top{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 4.5rem 2rem 0.5rem 0;
}
.pan-padding-top li{
	font-size: 0.8rem;
    display: inline-block;
}
.pan-padding-top li a{
	color: #000;
    text-decoration: underline;
}
/* タブレット～*/
@media (max-width: 912px) {
  ul#pan,.pan-padding-top {
    width: 95%;
    margin: 0 auto;
  }
}
/* スマートフォン～*/
@media (max-width: 540px) {
  ul#pan {
    padding:0 0 1.5rem 0;
  }
  .pan-padding-top{
    padding: 4.5rem 0 1.5rem;
  }
	
}



/* ヘッダー
------------------------------------------------------

/* ヘッダー自体は全幅で白背景 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: #FFFFFF;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  /* header自体は100%幅で */
}
/* 内部コンテナで最大幅1080px＆中央寄せ */
.header-inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ハンバーガーアイコン（3本線） */
.hamburger-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 24px;
  cursor: pointer;
  /* ハンバーガーアイコンを最前面に（オーバーレイより上）表示 */
  z-index: 1200;
}
.hamburger-icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #d4af37; /* 金色（アクセントカラー） */
  border-radius: 2px;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
/* 3本線の位置（上・中・下） */
.hamburger-icon span:nth-child(1) {
  top: 0;
}
.hamburger-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-icon span:nth-child(3) {
  bottom: 0;
}
/* ハンバーガーアイコンが開いた（×に変形する）状態 */
.hamburger-icon.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.hamburger-icon.open span:nth-child(2) {
  opacity: 0; /* 真ん中の線を消す */
}
.hamburger-icon.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
/* ロゴ */
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo a {
  display: flex;
  align-self: center;
}
.logo a span.logo-txt{
  display: flex;
  align-items: center;
  color: #000;
  font-size: 0.8rem;
  font-family:  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.5rem;
}
.logo a img{
  margin-right: 1rem;
}
/* SNSアイコン */
.social-icons {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons a {
  display: inline-flex;
}
.social-icons a .social-icon {
  background-color: #d4af37;
  padding: 0.3rem;
  margin-left: 5px;
  border-radius: 5px;
}
/* オーバーレイ背景（画面全体を覆う半透明または色付きの背景） */
#overlay {
  display: none; /* 初期非表示 */
  position: fixed;
  top: 60px; /* ヘッダー下から覆う */
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: rgb(200 232 255 / 80%); /* 淡い水色の半透明 */
  /* ナビパネルの背面。z-indexはナビより下でヘッダーより下 */
  z-index: 900;
}
/* ナビゲーションパネルのスタイル */
#nav-menu {
  display: none; /* 初期非表示（スライドダウンで表示） */
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  /* オーバーレイと同じ層 or 上に配置 */
  z-index: 1000;
}
/* ナビゲーションコンテナ内部（中央揃え＆横幅制限） */
.nav-container {
  max-width: 1080px;
  width: 90%;
  margin: 20px auto; /* 上に少し余白 */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #eaeff2;
  padding: 40px 20px;
  border-radius: 10px;
}
/* 左右のカラム（リスト） */
.nav-column {
  list-style: none;
  width: 49%;
}
.nav-column li {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0.5rem 1rem;
  position: relative;
  border-bottom: 2px solid #fff;
}
.nav-column li::after {
  content: "▶";
  font-size: 0.5rem;
  color: #006075;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  position: absolute;
  top: 50%;
  right: 10px;
}
.nav-column li span {
  color: #006075;
  font-size: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 25%;
}
.nav-column li a {
  color: #000;
  font-size: 1rem;
  display: block;
  vertical-align: middle;
  width: 100%;
}
/* ホバー時に金色でハイライト */
.nav-column li a:hover {
  color: #d4af37;
}
/* --- レスポンシブ：画面幅が600px以下の場合 --- */
@media (max-width: 600px) {
  .nav-container {
    /* 縦並びに変更 */
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .nav-column {
    width: 100%;
	margin: 0;
  }
  .nav-left {
	margin: 0;
  }
  .nav-right {
	margin: 0;
  }
.logo{
  left: 35%;

  }
.logo a span.logo-txt{
  line-height: 1.2rem;
  width: 125px;
}
.logo a img{
  margin-right:0.5rem;
}
}
/* article section
-----------------------------------------------------------*/
section {
  margin: 0;
  padding: 0;
}
/* container
-----------------------------------------------------------*/
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 1rem 2rem;
  height: auto;
}
/* タブレット～*/
@media (max-width: 912px) {
  .container {
    width: 95%;
    margin: 0 auto;
    padding: 2rem;
    height: auto;
  }
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .container {
    padding:0 0 1.5rem 0;
  }
}
/* メインビジュアル
-----------------------------------------------------------*/
.main {
  width: 100%;
  margin: 0 auto;
  padding-top: 4rem;
  height: auto;
}
.main-img {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url("https://greco-real-estate.co.jp/images/main-img.webp") no-repeat center;
  background-size: cover;
}
h1.main-img-txt {
  width: 90vw;
  max-width: 1080px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/* タブレット～*/
@media (max-width: 912px) {
  .main-img {
	height: 40vh;
    background: url("https://greco-real-estate.co.jp/images/main-img-sp.webp") no-repeat top center;
    background-size: cover;
  }
h1.main-img-txt {
  width: 100%;
  padding: 0 0.5rem;
}
	
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .main-img {
	height: 30vh;
	}
h1.main-img-txt {
  width: 100%;
  padding: 0 0.5rem;
  font-size: 1.2rem;
}
  }
/*物件検索 area-search
-----------------------------------------------------------*/
.area-search-bg {
  background-color: #eaeff2;
  margin-bottom: 2rem;
  padding: 1rem 0;
}
.area-search-wrap {}
/* 上部ヘッダー（PC用）のスタイル */
.area-search-header {
  /* PC表示時にFlexで左右配置 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
/* 見出しテキストのスタイル */
.area-search-header h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  margin: 0;
}
.area-search-header h2 img {
  max-width: 100%;
  height: auto;
  margin-right: 1rem;
}
/* 検索ページ誘導ボタン（共通スタイル） */
.search-page-link {
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color: #006075;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.9em;
}
.search-page-link img {
  margin-right: 1rem;
}
.area-search-wrap .pc-only {
  display: flex;
  width: 30%;
  padding: 1rem;
}
.area-search-wrap .sp-only {
  display: none;
}
/* ボタンにマウスホバー時のスタイル */
.search-page-link:hover {
  background-color: #0056b3;
}
/* エリア一覧コンテナ */
.area-list {
  /* Flexboxを使って複数のエリアリンクを折り返し可能な行レイアウトに */
  display: flex;
  flex-wrap: wrap;
  gap: 1% 2%; /* 縦横の隙間（上/下:1%、左右:2%） */
}
/* エリアリンクボタンのスタイル */
.area-link {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 0.75em;
  /* PC時は各ボタンを約3等分の幅に */
  display: flex;
  flex: 0 1 32%;
  box-sizing: border-box;
  /* 縦方向に隙間を空ける（横方向の隙間はgapで設定） */
  margin-bottom: 1%;
  /* エリアボタン内部もFlexで配置（テキストと矢印アイコン） */
  justify-content: space-between;
  align-items: center;
}
/* 地域名部分のスタイル */
.area-name {
  font-size: 1rem;
  margin-right: 2rem;
}
/* 物件数部分のスタイル */
.area-count {
  margin-left: 0.5em;
  font-size: 0.9em;
  color: #000;
  display: flex;
  align-items: center;
}
.area-count::after {
  content: "";
  margin-left: 1rem; /* 矢印をボタン内右端に寄せる */
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #006075; /* テキストと同じ色の矢印 */
}
@media (max-width: 912px) {
  /* エリアリンクボタンを横幅100%で表示（1カラムに） */
  .area-link {
    flex: 1 0 100%;
    margin-bottom: 5px; /* 各ボタンの下に余白 */
  }
}
@media (max-width: 540px) {
  .area-search-header {
    margin-bottom: 5px;
    background-color: #fff;
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 10px 10px 0px 0px;
  }
  .area-search-bg {
    padding: 1rem 0;
  }
  .area-search-wrap .pc-only {
    display: none;
  }
  .area-search-wrap .sp-only {
    display: flex;
    text-align: center;
    margin-top: 1em;
  }
}
/* 表示切替 */
.pc-banner { display: block; }
.sp-banner { display: none; }

@media screen and (max-width: 540px) {
  .pc-banner { display: none; }
  .sp-banner { display: block; }
}

/* スライダー共通 */
#pc-slider, #sp-slider {
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto 1rem;
  position: relative;
}

.pc-slider-track, .sp-slider-track {
  display: flex;
  transition: transform 0.6s ease;
  padding: 0;
  margin: 0;
}

.pc-slider-track li,
.sp-slider-track li {
  list-style: none;
  width: 100%;
  flex-shrink: 0;
}

.pc-slider-track a,
.sp-slider-track a {
  display: block;
  width: 100%;
}

.pc-slider-track img,
.sp-slider-track img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}




/*新着情報 topics
-----------------------------------------------------------*/
.topics {}
.topics-wrap {}
.accordion {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  font-family: sans-serif;
  border: 1px solid #eaeff2;
  border-bottom: none;
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eaeff2;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 3px solid #fff;
}
.accordion-header .date {
  max-width: fit-content;
  margin-right: 1rem;
  flex: 0 0 100px;
  color: #000;
  font-size: 1rem;
  font-weight: lighter;
}
.accordion-header .text {
  flex: 1;
  font-size: 1.0rem;
  padding: 0 10px;
  font-weight: lighter;
  color: #006075;
}
.accordion-header .arrow {
  flex: 0 0 20px;
  font-size: 1rem;
  transition: transform 0.3s ease;
  color: #006075;
}
.accordion-content {
  display: none;
  padding: 1rem 1.5rem;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.accordion-content .topics-ttl {
  font-size: 1.2rem;
  color: #006075;
  margin-bottom: 1rem;
}

.accordion-content .topics-url {
  margin-top: 1rem;
}

.accordion-content .topics-url a {
  color: #006075;
  text-decoration: underline;
  font-size: 0.9rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.accordion-content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.accordion-content .topics-txt {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

/* スマートフォンでのトピックス表示調整 */
@media (max-width: 540px) {
  .accordion-content .topics-url {
    margin-top: 0.8rem;
  }
  
  .accordion-content .topics-url a {
    font-size: 0.8rem;
  }
}

/*おすすめ物件 recommended 
-----------------------------------------------------------*/
.recommended {
  width: 100%;
  height: auto;
  padding: 4rem 0;
}
.recommended-wrap {
  background-color: #fff;
}
.recommended .item-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  row-gap: 2rem;
  column-gap: 1rem;
  margin-bottom: 2rem;
}
.recommended .item-wrap .item {
  width: 100%;
}
.item .item-img {
  width: 100%;
  height: 0;
  padding-top: calc(100% / 3 * 2);
  margin-bottom: 0.5rem;
  position: relative;
  background-image: url("https://greco-real-estate.co.jp/images/examples-img01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #eaeff2;
}

/* 動的に生成される画像用のスタイル */
.item div img {
  width: 100%;
  height: var(--recommended-image-height, 280px); /* JSで設定される動的な高さ、フォールバック280px */
  object-fit: contain;
  object-position: center;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
  background-color: #f9f9f9;
  transition: height 0.3s ease; /* 高さ変更時のスムーズなアニメーション */
}

.item a div {
  width: 100%;
  height: var(--recommended-image-height, 280px); /* JSで設定される動的な高さ、フォールバック280px */
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  transition: height 0.3s ease; /* 高さ変更時のスムーズなアニメーション */
}
.item .img-01  {
  background-image: url("https://greco-real-estate.co.jp/images/ex-images-low.png");
}
.item .img-02  {
  background-image: url("https://greco-real-estate.co.jp/images/ex-images-high.png");
}
/* 物件名 */
.item-name {
  text-align: left;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}
/* 所在地 */
.item-address {
  text-align: left;
  font-weight: normal;
  font-size: 1.0rem;
  color: #006075;
  margin-bottom: 0.3rem;
  margin-left: 0.5rem;
}
/* 物件データ欄 */
ul.item-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 0.2rem;
  list-style: none;
  padding: 0.5rem;
  border-top: 1px solid #006075;
}
ul.item-data li,.item-data li::before{
  font-size: 1rem;
}
.item-data li::after{
  font-size: 0.8rem;
}
.item-data li.floor-area,.item-data li.rent-price{
  grid-column: span 2;
}
/* タイトルと単位 */
.item-data li::before,.item-data li::after { font-weight: bold; }
.item-data li::before {margin-right: 0; }
.item-data li::after { margin-left: 0.5rem; }

.item-data li.floor-area::before { content: "坪　数： "; }
.item-data li.rent-price::before  { content: "賃　料： "; }
.item-data li.maintenance-fee::before { content: "管理費： "; }
.item-data li.sanitation-fee::before { content: "衛生費： "; }
.item-data li.security-deposit::before { content: "敷　金： "; }
.item-data li.key-money::before { content: "礼　金： "; }

.item-data li.floor-area::after  { content: "坪"; }
.item-data li.rent-price::after,
.item-data li.maintenance-fee::after,
.item-data li.sanitation-fee::after,
.item-data li.security-deposit::after,
.item-data li.key-money::after {
  content: "円";
}
.recommended-more-btn{
    width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
  .recommended-more-btn a {
    width: 100%;
    max-width: 500px;
    padding: 1rem;
    border-radius: 10px;
	text-align: center;
    color: #fff;
    background-color: #006075;
    font-size: 1rem;
}
/* タブレット～*/
@media (max-width: 912px) {
  .recommended .item-wrap {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    gap: 1rem;
  }
  .item .item-img {
  }
  /* 動的に生成される画像用のレスポンシブ対応 */
  .item div img {
    height: 180px;
  }
  .item a div {
    height: 180px;
  }
  .recommended-more-btn a {
    width: 100%;
    padding: 1rem;
    color: #fff;
    font-size: 1em;
  }
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .recommended .item-wrap {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 3rem;
  }
  .item .item-img {
  }
  /* 動的に生成される画像用のスマートフォン対応 */
  .item div img {
    height: 160px;
  }
  .item a div {
    height: 160px;
  }
  .recommended-more-btn {
    width: 100%;
  }
  ul.item-data li,.item-data li::before{
  font-size: 1.1rem;
  }
  .item-data li::after{
  font-size: 1rem;
  }
	
	
}
/* リースプラン実績事例
-----------------------------------------------------------*/
.owner-info{}
.owner-info-wrap{
  	
}
.owner-main-img{
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.achievements{
    width: 100%;
    margin-bottom: 2rem;
    padding: 4rem 0;
    background-color: #eaeff2;
}
.achievements-wrap{
  position: relative;
  margin: 2rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
}
span.corner-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #006075;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  border-top-left-radius: 10px; 
}
.achievements-wrap h4{
  font-size: 1.2rem;
  margin-bottom:2rem;
}
.achievements-content{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.achievements-content ul.achievements-txt{
  display: grid;
  width: 70%;
  padding: 0rem;
  flex-wrap: wrap;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border-top-left-radius: 10px;
  background-color: #fff;
}
.achievements-content ul.achievements-txt li{
  width: fit-content;
  color: #000;
  font-size: 1rem;
}
.achievements-content ul.achievements-txt li .achievements-large{
  font-size: 1.2rem;
  font-weight: bold;
  color: #006075;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.achievements .achievements-img{
  width: 20%;
}
.achievements .achievements-img img{
  margin: 0 auto;
}
.effort-wrap{
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: stretch;
justify-content: center;
gap: 2rem;
padding: 2rem;
}
.effort-content {
  position: relative;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
  border-top-left-radius: 10px; 
}
.effort-content h4{
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.effort-content .effort-item{
  width: 100%;
  margin-bottom: 1rem;
}
.effort-content .effort-item img{
  margin: 0 auto 2rem;
}
.effort-content .effort-item .effort-txt{
  width: 100%;
  font-size: 1rem;
  text-align: justify;
  line-height: 2rem;
  font-weight: lighter;
}

.task-wrap{
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: stretch;
justify-content: center;
gap: 2rem;
padding: 2rem;
}
.task-content {
  position: relative;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
  border-top-left-radius: 10px; 
}
.task-content h4{
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.task-content h4 span.task-number{
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
}
.task-content h4 span.subtxt{
  font-size: 1rem;
  font-weight: lighter;
  color: #006075;
}
.task-content .task-item{
  width: 100%;
  margin-bottom: 1rem;
}
.task-content .task-item img{
  margin: 0 auto 2rem;
}
.task-content .task-item .task-txt{
  width: 100%;
  font-size: 1rem;
  text-align: justify;
  line-height: 2rem;
  font-weight: lighter;
}


.plan-wrap{
	padding: 2rem;		
}	
.plan-content{
}	
.plan-content ul.plan-txt{
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  align-items: stretch;
  justify-content: flex-start;
  gap:1rem; 
}	
.plan-content ul.plan-txt li{
  flex: 0 1 calc(50% - 0.5rem);
  box-sizing: border-box;
  padding: 2rem;
  background-color: #fff;
  position: relative;
  border-top-left-radius: 10px;
}
.corner-deco-top,.corner-deco-bottom{
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #006075;
}
ul.plan-txt li span.corner-deco-top{
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
ul.plan-txt li span.corner-deco-bottom{
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.plan-content ul.plan-txt li:last-child:nth-child(odd) {
  flex: 0 0 100%;
}
.plan-content ul.plan-txt li dl{
}
.plan-content ul.plan-txt li dl dt{
  font-size: 1.2rem;
  margin-bottom:1rem;
  color: #006075;
}
.plan-content ul.plan-txt li dl dt::before{
  content: "「";
  font-size: 1.5rem;
  margin-right:0.5rem;
  margin-left: -1rem;
  color: #006075;
}
.plan-content ul.plan-txt li dl dt::after{
  content: "」";
  font-size: 1.5rem;
  margin-left:0.5rem;
  color: #006075;
}
.plan-content ul.plan-txt li dl dd{
  font-size: 1rem;
  color: #000;
}
.plan-content ul.plan-txt li dl dd span.check{
  display: block;
  font-size: 0.8rem;
  color: #000;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.adva-wrap{
	padding: 2rem;
	margin-bottom: 2rem;
}	
.adva-content{
	display: flex;
    justify-content: center;
	align-items: stretch;
	gap: 1rem;		
}	
.adva-content .adva-img{
  width: 20%;
  background: url(https://greco-real-estate.co.jp/images/ad-img.png) no-repeat center;
  background-size: cover;
}
.adva-content ul.adva-txt{
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  margin-left: auto;
}	
.adva-content ul.adva-txt li{
  list-style: none;
  padding: 1rem;
  width: 100%;
  background-color: #fff;
  border-bottom: 3px solid #006075;
  border-left: 20px solid #006075;
}	
.adva-content ul.adva-txt li span{
  font-size: 2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom:1rem;
  color: #006075;
}	

.owner-contact{
  padding: 2rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
.owner-contact .owner-contact-logo{
	width: 100%;
	margin-bottom: 1rem;
}
.owner-contact .owner-contact-logo img{
	max-width: 480px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.owner-contact .owner-contact-text{
	font-size: 1rem;
}
.owner-contact .owner-tel{
	font-size: clamp(1.5rem, 1.091rem + 1.21vw, 2rem);
	font-weight: bolder;
	margin:  0 0 1rem 0;
	color: #006075;
	font-family: "Oswald", sans-serif;
}
.owner-contact .owner-contact-btn{
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
}
.owner-contact .owner-contact-btn a{
	width: 100%;
	max-width: 500px;
	padding: 1rem;
	border-radius: 10px;
	color: #fff;
	background-color: #006075;
	font-size: 1rem;
}
.owner-contact .owner-contact-btn a:hover{
	opacity: 0.8;}


/* タブレット～*/
@media (max-width: 912px) {
.achievements {padding: 1rem;}
.achievements-wrap {margin: 0 0 1rem 0; padding: 2rem;}
.achievements-content {display: block; margin-bottom: 1rem;}
.achievements .achievements-img {
    width: 50%;
    margin: 0 auto 2rem;
}
.achievements-content ul.achievements-txt {
    width: 100%;
}
.achievements-content ul.achievements-txt li{
	padding-left: 1rem;
    border-left: 5px solid #006075;
}
.effort-content {
    display: block;
	margin-bottom: 1rem;
}
.effort-wrap {
    display: block;
    padding: 0;
}	
.effort-content .effort-item {
    margin-bottom: 0;
}	
.task-content {
    display: block;
	margin-bottom: 1rem;
}
.task-wrap {
    display: block;
    padding: 0;
}	
.task-content .task-item {
    margin-bottom: 0;
}	
.plan-wrap{
	padding: 0;	
	}
.plan-content ul.plan-txt {
    display: block;
	padding: 0;
}
.plan-content ul.plan-txt li{
    width: 100%;
	margin-bottom: 1rem;
	padding: 1rem;
}
.plan-content ul.plan-txt li dl dt{
	text-align: center;
}
.adva-wrap{
	padding: 0;
}
.adva-content{
	display: block;
}
.adva-content .adva-img {
   width: 100%;
   height: 20vh;
  margin-bottom: 1rem;
  background-image: url("https://greco-real-estate.co.jp/images/ad-img-sp.png")
}
.adva-content ul.adva-txt {
    grid-template-columns: 1fr 1fr;
}
	
}	
/* スマートフォン～*/
@media (max-width: 540px) {
  .achievements-content ul.achievements-txt {
	width: fit-content;
	  margin:0 auto;
    }
  .adva-content ul.adva-txt {
    grid-template-columns: 1fr;
}
	
}
/* 物件情報
-----------------------------------------------------------*/
.tenant {
  width: 100%;
  height: auto;
  padding: 4rem 0;
  /*background: url("../images/bg-letter_tinfo.webp")no-repeat left;*/
  background-size: contain;
}
.tenant-wrap {}
.tenant-item {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.tenant-type-box {
  width: 32%;
  margin: 0 0 2rem 0;
  text-align: center;
}
.tenant-type-box a {
  padding: 1rem 0.5rem;
  background-color: #eaeff2;
}
.tenant-type-box a:hover {
  background-color: #ddd;
}
.tenant-type-box dt {
  width: fit-content;
  margin: 0 auto 0.5rem;
  padding: 0 1rem;
  border-bottom: 1px solid #000;
  font-weight: bolder;
}
.tenant-type-box dd {
  margin: 0 auto;
  padding: 0;
  font-weight: lighter;
  color: #006075;
}
/* タブレット～*/
@media (max-width: 912px) {
  .tenant-wrap {
    padding: 0.5rem;
  }
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .tenant {
    width: 100%;
    height: auto;
    padding: 4rem 0;
    background-image: none;
  }
  .tenant-type-box {
    width: 49%;
    margin: 0 0 1rem 0;
    padding: 0;
  }
  .tenant-type-box dt {
    margin: 0 auto 0.5rem;
    padding: 0;
    font-size: 1rem;
  }
  .tenant-type-box dd {
    font-size: 0.8rem;
  }
}
	
	
	
/* 新着情報とお知らせ
-----------------------------------------------------------*/
.update {
  width: 100%;
  height: auto;
  padding: 4rem 0;
  background-color: #7fafba;
}
.update-wrap {}
.update-item {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#news_area #set_list_news {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 450px;
  overflow-y: auto;
  padding: 1rem;
  background-color: #fff;
}
#news_area #set_list_news .news_box {
  width: 45%;
  margin: 0 3% 2rem 0;
  padding: 0;
}
#news_area #set_list_news .news_box .date {
  width: fit-content;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: bolder;
  background-color: #7fafba;
  color: #fff;
}
#news_area #set_list_news .news_box .naiyou {
  margin: 0 auto;
  padding: 0;
  font-size: 1rem;
  font-weight: lighter;
}
#news_area #set_list_news .news_box .naiyou a {
  color: #000;
}
@media (max-width: 540px) {
  #news_area #set_list_news .news_box {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
  }
}
.news_box {
  position: relative;
  padding-right: 20px; /* アイコンのスペースを確保 */
}
.news_box .naiyou {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_box .naiyou a {
  color: #000; /* 通常時のリンクの色 */
  text-decoration: none; /* アンダーラインを消す（必要に応じて） */
}
.news_box .naiyou a:hover {
  color: #007BFF; /* ホバー時のリンクの色 */
  text-decoration: underline; /* ホバー時にアンダーラインを追加（必要に応じて） */
}
.news_box .naiyou i {
  margin-left: 10px; /* テキストとアイコンの間隔を調整 */
}
/* Instagram～*/
.blog {
  background-color: #eaeff2;
  padding: 4rem 0;
}
.blog h2#blog {
  text-align: center;
}
.blog-wrap {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  flex-wrap: wrap;
}
.blog-box {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.blog-box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 0 0 1rem 0;
  color: #fff;
  background-color: #006075;
  text-align: center;
  border-radius: 5px;
}
.blog-box .instagram-media {
  background: #FFF !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15) !important;
  margin: 0 auto !important;
  max-width: 540px !important;
  min-width: 0px !important;
  padding: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-grow: 1;
}
/* タブレット～*/
@media (max-width: 912px) {
  .blog {
    background: url("https://greco-real-estate.co.jp/images/blog-bg-sp.webp") no-repeat center;
    background-size: cover;
  }
  .blog-box {
    width: 48%;
    margin: 0 auto 1rem;
  }
  .blog-box .instagram-media {
    margin: 0 auto !important;
    max-width: 300px !important;
    min-width: 0px !important;
    padding: 0 !important;
    width: 100% !important;
    width: -webkit-calc(100% - 2px) !important;
  }
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .blog {
    background-image: none;
    padding: 1rem 0;
  }
  .blog h2#blog {
    text-align: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid;
    width: 90%;
    margin: 0 auto;
  }
  .update {
    background-size: contain;
  }
  .update-item {
    align-items: flex-start;
    justify-content: space-between;
  }
  .update-box {
    width: 100%;
    margin: 0 1rem 2rem 0;
    padding: 0;
  }
  .blog-box {
    width: 85%;
    margin: 0 auto 1rem;
  }
  .blog-box .instagram-media {
    max-width: inherit !important;
  }
}
/* ▼グレコリオエステート＜０円プラン＞
-----------------------------------------------------------*/
.zeroen {
  width: 100%;
  height: auto;
  padding: 4rem 0;
}
.zeroen-wrap {}
.zeroen-item {
  width: 100%;
  margin: 0;
}
.zeroyen-plan-bnr {
  width: 100%;
  margin: 0 0 2rem 0;
}
.zeroyen-plan-bnr img {
  margin: 0 auto;
}
.zeroyen-plan-bnr img:hover {
  opacity: 0.8
}
.zeroyen-plan-link {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
.zeroyen-plan-link a {
  display: block;
  padding: 1rem 0;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px #875a21;
  background: #d3a80d;
  font-size: 1.5rem;
  font-weight: bold;
}
.zeroyen-plan-link a:hover {
  opacity: 0.8
}
h3.zeroen-subtxt {
  width: fit-content;
  margin: 0 auto 1rem;
  font-size: 1.0rem;
  text-align: justify;
  line-height: 1.5rem;
  font-weight: bold;
}
.zeroen-item .main-dsc-txt {
  margin-bottom: 1rem;
  text-align: justify;
}
.zeroen-triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 25px solid #eaeff2;
  border-top: 0;
}
.zeroen-txt {
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  background-color: #eaeff2;
}
.zeroen-txt h2 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#aboutContent p{
  color: #fff;
  
}
.slide-title {
    line-height: 1;
	color: #fff;
}
.slide-title span{
	color: #fff;
}
.worry li{
	color: #fff;
}
.worry li::before{
	color: #fff;
}
/* タブレット～*/
@media (max-width: 912px) {
  .zeroen-wrap {
    padding: 2rem 0 2rem 2rem;
    background-image: none;
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
  }
}
/* タブレット～*/
@media (max-width: 540px) {
  .zeroen {
    padding: 1rem 0;
  }
  .zeroen-wrap {
    padding: 2rem 0;
    width: 95%;
  }
  .zeroen-txt h2 {
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto;
    line-height: 2rem;
  }
  .zeroyenplan {
    width: 90%;
    margin: 0 auto;
  }
  .zeroen-item {
    width: 100%;
    background-image: none;
  }
  .zeroen-sp-big {
    font-size: 2rem;
  }
  .zeroen-box {
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .zeroen-gold h2 {
    font-size: 1.5rem;
  }
  .zeroen-gold h3.zeroen-subtxt {
    font-size: 1.0rem;
  }
  .zeroyen-plan-link a {
    font-size: 1.2rem;
  }
}
/* 過去の実績事例 case-stduy
-----------------------------------------------------------*/
.casestudy-wrap h3{
  margin-bottom: 2rem;
  text-align: justify;
}
/* ギャラリー全体 */
.gallery {
  max-width: 1024px;
  margin: 0 auto;
}

/* メイン画像表示領域 */
.main-image {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaeff2;
}

.main-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

/* サムネイル一覧とスクロールボタンの親 */
.thumbs-wrapper {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* サムネイルコンテナ */
.thumbs-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  min-width: 0; /* ← 重要！ */
}

.thumbs-container::-webkit-scrollbar {
  display: none;
}

/* サムネイル画像 */
.thumb {
  width: 100px;
  height: 100px;
  margin: 0 4px;
  cursor: pointer;
  transition: opacity 0.2s;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
}

.thumb:hover {
  opacity: 0.8;
}

.thumb.active {
  border: 3px solid #006075;
}

/* 三角形スクロールボタン（CSSで描画） */
.scroll-btn {
  width: 0;
  height: 0;
  border-style: solid;
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}

/* 左向き三角形 */
.left-btn {
  border-width: 20px 15px 20px 0;
  border-right-color: #006075;
}

/* 右向き三角形 */
.right-btn {
  border-width: 20px 0 20px 15px;
  border-left-color: #006075;
}


/* 経営理念
-----------------------------------------------------------*/
.principle {}
.principle-wrap {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.principle-txt, .principle-txt span.nobreak {
  font-size: 1.2rem;
  line-height: 3.5rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
}
.principle-txt span.nobreak {
  display: inline-block;
}
/* 社会貢献への取り組み
-----------------------------------------------------------*/
.contribution-wrap {}
.contribution-img {
  width: fit-content;
}
.contribution-txt-box {
  width: fit-content;
  max-width: 1200px;
  padding: 2rem;
}
.contribution-txt {
  margin-bottom: 2rem;
  font-size: 1.0rem;
  line-height: 1.5rem;
  text-align: justify;
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .principle {
    padding: 1rem 0;
    background-image: none;
  }
  .principle-txt {
    width: 100%;
    margin-bottom: 2rem;
  }
}
/* 会社概要～*/
.company {
  margin: 0 0 2rem 0;
}
.company-ttl-subtxt {
  margin-bottom: 4rem;
  padding: 0 1rem;
  text-align: center;
}
.company-wrap {}
.company-wrap img {
  margin: 0 auto 2rem;
}
.profile-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 0 2rem 0;
  align-items: flex-start;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
}
.company-profile {
  width: 100%;
  height: 60vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  gap: 0.5em 2em;
}
.representative-profile {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}
.company-profile .company-category {
  display: block;
  margin-bottom: 0;
}
.company-profile li {
  margin-bottom: 1rem;
}
.company-profile li a {
  color: #000;
}
.company-profile li dl dt {
  margin: 0;
}
.company-profile li dl dd {
  margin: 0;
}
.company-profile li dl dd ul li {
  margin: 0;
}
.profile-img {
  width: 40%;
  margin: 0 auto 1rem;
}
.prfile-name {
  text-align: center;
  margin: 0 0 1rem 0;
}
.profile-txt {
  text-align: justify;
}
.profile-txt ul li {
  margin: 1rem;
}
.profile-txt-last {
  text-align: right;
}
.profile-member {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.company-top {
  width: 100%;
  height: 50px;
  /*background: url(../images/bg-letter_cpr.webp) no-repeat center;*/
  background-size: contain;
}
.company-video {
  display: flex;
  justify-content: center;
  margin: 0 0 70px;
}
.company-video iframe {
  width: 1000px;
  height: 425px;
  margin: 0 auto;
}
/* タブレット～*/
@media (max-width: 912px) {
  .profile-member {
    display: block;
  }
  .representative-profile {
    width: 100%;
  }
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .company {
    margin: 0;
    background-position: 70%;
    background-size: contain;
  }
  .company-wrap {
    padding: 0;
  }
  .company-box {
    margin: 0;
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .profile-img {
    width: 80%;
    margin: 0 auto 1rem;
  }
  .company-profile li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .company-profile li span {
    font-size: 1rem;
    font-weight: bold;
  }
  .profile-wrap {
    width: 100%;
    margin: 0 0 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .company-profile .company-category {
    font-size: 1rem;
  }
  .company-profile {
    width: 100%;
    height: auto;
    margin: 0 auto 2rem;
    padding: 0 1rem;
    display: block;
    flex-direction: column;
  }
  .prfile-name {
    font-size: 1rem;
  }
  .profile-txt {
    font-size: 1rem;
  }
  .company-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }
  .company-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* アクセス
-----------------------------------------------------------*/
.access {
  padding: 4rem 0;
}
.g-map iframe {
  width: 100%;
  height: 30vh;
}
/* タブレット～*/
@media (max-width: 912px) {}
/* footer
-----------------------------------------------------------*/
footer {
  padding: 2rem 0;
  background: #fff;
}
.footer-nav-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-logo {
  width: fit-content;
  max-width: 150px;
  padding: 0;
  margin-bottom: 3rem;
}
.footer-logo img {
  display: block;
    max-width: 100%;
    height: auto;
}
.footer-nav {
  width: fit-content;
  margin: 0 1rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav-links p a {
  color: #006075;
  margin-bottom: 1rem;
  text-align: center;
}
.footer-nav li {
  width: fit-content;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
}
.footer-nav li::before {
  content: "▶";
  font-size: 0.5rem;
  color: #006075;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.footer-nav li a {
  color: #006075;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.footer-address {
  width: fit-content;
  text-align: justify;
  margin: 0 auto;
  padding: 0 1rem;
  color: #fff;
  font-size: 1rem;
}
.footer-address a {
  color: #006075;
}
.copy {
  font-size: 0.8rem;
  text-align: center;
  color: #006075;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/* タブレット～*/
@media (max-width: 912px) {
  .footer-logo {
    width: 100%;
    margin: 0 auto 2rem;
    display: flex;
    justify-content: center;
  }
  .footer-nav-wrap {
    flex-direction: column;
  }
  .footer-nav {
    width: fit-content;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer-nav li {
    width: fit-content;
  }
  .footer-box {
    margin: 0 auto;
    text-align: center;
  }
  .footer-address {
    margin: 0 auto;
  }
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .footer-nav-wrap {
    padding: 1rem;
  }
  .footer-logo {
  width: fit-content;
  max-width: 100px;
  margin: 0 auto 2rem;
  padding: 0;
}
  .footer-nav {
    width: 100%;
    margin: 0 0 4rem 0;
    border-bottom: 0;
    display: block;
  }
  .footer-nav-links p a {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
  .footer-nav li {
    width: 100%;
    display: block;
    align-items: center;
    text-align: center;
  }
.footer-nav li::before {
    content:none;
    margin-right: 0;
}
  .footer-nav li a {
    padding: 0 0.5rem;
	color: #000;
  }

}

/*          　　　　 */
/* 申込書のダウンロード*/
/*           　　　　*/
.dl-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 1.5rem 0;
}
.dl-head h1 {}
.dl-head img {
  width: 90%;
  max-width: 300px;
  height: auto;
}
.documents-dl {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}
.dl-wrap {
  background-color: #fff;
}
.category-ttl-dl {
  text-align: center;
}
.dl-item {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-around;
}
.dl-box {
  width: 47%;
  max-width: 500px;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dl-box-ttl {
  display: flex;
  margin: 0 0 1rem 0;
  padding: 1rem;
  text-align: center;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.dl-btn {
  font-size: 1.2rem;
  padding: 1rem 0.5rem;
  background-color: #006075;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}
.dl-btn:hover {
  background-color: #ddd;
  color: #000;
}
.dl-step {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dl-dsc {
  width: fit-content;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #ddd;
}
.dl-step .dl-mail-fax ul {
  display: flex;
  align-items: center;
}
.dl-step .dl-mail-fax ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dl-txt-top {
  margin: 0 0 1rem 0;
}
.dl-txt-bottom {
  margin: 0 0 0 0;
  text-align: right;
}
.dl-mail-fax {
  margin: 0 0 0 0;
  padding: 0;
}
.dl-mail-box {
  margin: 0 0 1rem 0;
}
.dl-ttl {
  width: 20%;
}
.dl-mail-icn, .dl-fax-icn {
  width: 80%;
  margin: 0 0 0 0;
  color: #000;
}
.dl-mail-icn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 1rem;
  background-image: url("https://greco-real-estate.co.jp/images/mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.dl-fax-icn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 1rem;
  background-image: url("https://greco-real-estate.co.jp/images/fax.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.dl-required-doc {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.dl-required-doc dl {
  margin: 0;
  padding: 1rem 2rem;
  width: fit-content;
}
.dl-required-doc dl dt {
  margin: 0 0 1rem 0;
}
.dl-required-doc dl dd {}
.dl-required-doc dl dd ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dl-for-corp {}
/* タブレット～*/
@media (max-width: 912px) {
  .dl-item {
    margin: 0 auto;
    flex-direction: column;
  }
  .dl-box {
    width: 100%;
    max-width: none;
    margin: 0 0 2rem 0;
  }
  .dl-box-ttl {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .dl-wrap {
    padding: 2rem 0.5rem;
  }
  .dl-step .dl-mail-fax ul {
    flex-direction: column;
  }
  .dl-ttl {
    width: 100%;
  }
  .dl-mail-icn, .dl-fax-icn {
    width: 100%;
  }
  .dl-required-doc {
    flex-direction: column;
    align-items: center;
  }
}
/*          　　　　 */
/*     property     */
/*           　　　　*/
.property-contact {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.owner-contact-logo {
  width: 100%;
}
.property-contact .owner-contact-logo img {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.property-contact .owner-contact-text {
  font-size: 1rem;
}
.property-contact .property-tel {
  font-size: 2rem;
  font-weight: bolder;
  margin: 0 0 1rem 0;
}
.property-contact .property-contact-btn {
  width: 100%;
}
.property-contact .property-contact-btn img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .property-contact .property-tel {
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
  }
}


/* プライバシーポリシー　privacy-policy～*/
.privacy-bg{}
.privacy-wrap{}

 #policy-box p{
	margin: 0 0 2em;
}

 #policy-box h4 {
font-size: 18px;
font-weight: normal;
margin: 2rem 0 1rem;
padding: 0 0 0 8px;
border-left: 5px solid #006075;
}

/* タブレット～*/
@media (max-width: 912px) {
}
/* スマートフォン～*/
@media (max-width: 540px) {
}



/* .ScrollTop-btn
-----------------------------------------------------------*/
#page-top {
  width: 60px;
  height: 60px;
  font-size: 24px;
  position: fixed;
  right: 1%;
  bottom: 60px;
}
#page-top a {
  color: #fff;
  text-align: center;
  padding: 0 25%;
  background: #222;
  border-radius: 2rem;
  display: block;
  text-decoration: none;
  line-height: 60px;
  opacity: 0.8;
}
#page-top a:hover {
  opacity: 0.5;
}
