﻿@charset "utf-8";
/* CSS Document */

/*reset
-------------------------------------------------------------------------------------*/
*{
	padding:0;
	margin:0;
}
 
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	line-height:1.5;
	color:#000;
	font-size:100%;
	font-family: Avenir,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
}

html{
	height:100%;
}
 
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
	height:100%;
	background:#fff;
	-webkit-text-size-adjust: 100%;/*スマホやタブレットを横サイズにした場合に変動してしまうフォントサイズを維持（阻止）するための記述*/
	position:relative;
}
 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}
ul li{
	list-style:none;
}

 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}




 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

a img{
	border:0;
	outline:none;
}

a:link{
	text-decoration:none;
}


a:hover{
	text-decoration:none;
}

:focus-visible {
    outline: 2px solid #005FCC;
    outline-offset: 2px;
}



 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
	width:100%;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
    display:block;
}



.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

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
-----------------------------------------------------------*/
.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;

}
}




/* br
-----------------------------------------------------------*/

/* rental-main-txt装飾
-----------------------------------------------------------*/

/* レスポンシブ対応 */



/* casestudy-intro SEOテキストセクション
-----------------------------------------------------------*/

/* レスポンシブ対応 */

/* Lazy Loading用スタイル
-----------------------------------------------------------*/
.lazy-load {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lazy-load.loaded {
  opacity: 1;
}

.lazy-load.fade-in {
  opacity: 1;
}

/* パンくずリスト #pan
------------------------------------------------------*/
/* タブレット～*/
/* スマートフォン～*/



/* ヘッダー
------------------------------------------------------

/* ヘッダー自体は全幅で白背景 */
.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;
  border: none;
  background: transparent;
  padding: 0;
}

.hamburger-icon[type="button"] {
  background-color: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  border: none !important;
}

.hamburger-icon[type="button"]:hover {
  background: transparent !important;
  opacity: 1 !important;
}
.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: calc(30px + 2rem + 10px); /* ハンバーガーメニュー（30px + 10px）の右側2rem離れた位置 */
  transform: translateY(-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: 220px; /* お申し込みボタンの横幅が伸びた分さらに左に移動 */
  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;
}
/* お申し込みボタン */
.apply-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-button a {
  background-color: #006075;
  color: #ffffff;
  padding: 1.1rem 2.5rem;
  border-radius: 5px;
  font-size: 0.8rem; /* フォントサイズを少し大きく */
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  height: 25px; /* SNSアイコンの画像サイズに合わせる */
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-button a:hover {
  opacity: 0.8;
}
/* PICK UPセクションのお申し込みボタン */
.pickup-apply-button {
  display: none; /* デスクトップでは非表示 */
  text-align: center;
  margin: 4rem 0 1rem 0; /* 上部マージンを大幅に増加 */
}
.pickup-apply-button a {
  background-color: #006075;
  color: #ffffff;
  padding: 1.1rem 2.5rem;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  display: block; /* ブロック要素に変更 */
  width: calc(100% - 2rem); /* 横幅を画面幅いっぱいに（左右1remのマージン） */
  margin: 0 auto; /* 中央揃え */
}
.pickup-apply-button a:hover {
  opacity: 0.8;
}
/* オーバーレイ背景（画面全体を覆う半透明または色付きの背景） */
#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 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: #006075 url("/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-image: url("/images/main-img-sp-optimized.webp");
    background-position: 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; /* テキストと同じ色の矢印 */
}
/* 検索エリア内ナビゲーションテキスト */
.area-nav-text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.8;
}
.area-nav-text a {
  display: inline;
  color: #006075;
  text-decoration: underline;
}
.area-nav-text a:hover {
  color: #004055;
}

@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;
}

.slider-toggle-btn {
  margin: 0.5rem auto 0;
  display: block;
  background: #006075;
  color: #fff;
  border: 1px solid #006075;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}




/*新着情報 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;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  text-align: left;
}
.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;
}

/* スマートフォンでのトピックス表示調整 */
@media (max-width: 540px) {
  .accordion-content .topics-url {
    margin-top: 0.8rem;
  }
  
  .accordion-content .topics-url a {
    font-size: 0.8rem;
  }
}

/* お知らせのもっと見るリンク */
.news-item-hidden {
  display: none;
}

.news-toggle-wrapper {
  text-align: right;
  margin-top: 1.5rem;
  padding-right: 1rem;
}

.news-toggle-link {
  display: inline-block;
  color: #006075;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
  position: relative;
}

.news-toggle-link:hover {
  color: #004a5a;
  text-decoration: underline;
}

/*おすすめ物件 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 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-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: "円";
}
/* タブレット～*/
@media (max-width: 912px) {
  .recommended .item-wrap {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    gap: 1rem;
  }
  /* 動的に生成される画像用のレスポンシブ対応 */
  .item div img {
    height: 180px;
  }
  .item a div {
    height: 180px;
  }
}
/* スマートフォン～*/
@media (max-width: 540px) {
  .recommended .item-wrap {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 3rem;
  }
  /* 動的に生成される画像用のスマートフォン対応 */
  .item div img {
    height: 160px;
  }
  .item a div {
    height: 160px;
  }
  ul.item-data li,.item-data li::before{
  font-size: 1.1rem;
  }
  .item-data li::after{
  font-size: 1rem;
  }
	
	
}
/* リースプラン実績事例
-----------------------------------------------------------*/
.owner-info{}


/* タブレット～*/	
/* スマートフォン～*/
/* 物件情報
-----------------------------------------------------------*/
/* タブレット～*/
/* スマートフォン～*/
	
	
	
/* 新着情報とお知らせ
-----------------------------------------------------------*/
.update {
  width: 100%;
  height: auto;
  padding: 4rem 0;
  background-color: #7fafba;
}
/* Instagram～*/
.blog {
  background-color: #eaeff2;
  padding: 4rem 0;
}
.blog h2#blog {
  text-align: center;
}
/* タブレット～*/
@media (max-width: 912px) {
  .blog {
    background: url("/images/blog-bg-sp.webp") no-repeat center;
    background-size: cover;
  }
}
/* スマートフォン～*/
@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;
  }
}
/* ▼グレコリオエステート＜０円プラン＞
-----------------------------------------------------------*/
.zeroen {
  width: 100%;
  height: auto;
  padding: 4rem 0;
}
/* タブレット～*/
/* タブレット～*/
@media (max-width: 540px) {
  .zeroen {
    padding: 1rem 0;
  }
}
/* 過去の実績事例 case-stduy
-----------------------------------------------------------*/
/* ギャラリー全体 */

/* メイン画像表示領域 */
.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-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で描画） */

/* 左向き三角形 */
.left-btn {
  border-width: 20px 15px 20px 0;
  border-right-color: #006075;
}

/* 右向き三角形 */
.right-btn {
  border-width: 20px 0 20px 15px;
  border-left-color: #006075;
}


/* 経営理念
-----------------------------------------------------------*/
/* 社会貢献への取り組み
-----------------------------------------------------------*/
/* スマートフォン～*/
/* 会社概要～*/
.company {
  margin: 0 0 2rem 0;
}
/* タブレット～*/
/* スマートフォン～*/
@media (max-width: 540px) {
  .company {
    margin: 0;
    background-position: 70%;
    background-size: contain;
  }
}
/* アクセス
-----------------------------------------------------------*/
.access {
  padding: 4rem 0;
}
/* タブレット～*/
@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 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;
}
.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;
  }
}
/* スマートフォン～*/
@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 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;
  }

}

/*          　　　　 */
/* 申込書のダウンロード*/
/*           　　　　*/
/* タブレット～*/
/* スマートフォン～*/
/*          　　　　 */
/*     property     */
/*           　　　　*/
/* スマートフォン～*/
@media (max-width: 540px) {
  /* ヘッダーのお申し込みボタンを非表示 */
  .apply-button {
    display: none;
  }
  /* PICK UPセクションのお申し込みボタンを表示 */
  .pickup-apply-button {
    display: block;
  }
  /* SNSアイコンの位置を元に戻す */
  .social-icons {
    right: 10px;
  }
  /* ロゴをハンバーガーメニューの右側に配置（スマホサイズでも） */
  .logo {
    left: calc(30px + 1rem + 10px); /* スマホサイズではマージンを少し縮める */
    transform: translateY(-50%);
  }
}


/* プライバシーポリシー　privacy-policy～*/

/* タブレット～*/
@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;
}

/* スマートフォンサイズでは電話ボタンと重ならないよう上に移動 */
@media (max-width: 768px) {
  #page-top {
    bottom: 140px; /* 電話ボタンより上に配置 */
  }
}
#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;
}

/* スクロール追従電話ボタン（スマホのみ）
-----------------------------------------------------------*/
.fixed-phone-button {
  display: none !important; /* 初期は非表示 */
  position: fixed !important;
  bottom: 20px !important; /* 画面下から少し上に配置 */
  left: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
  transform: translateY(100%) !important; /* 初期位置は画面外 */
  transition: transform 0.3s ease-in-out !important;
}

.fixed-phone-button.show {
  transform: translateY(0) !important; /* 表示時は画面内に */
}

.phone-button-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1.2rem 2rem !important;
  background-color: #006075 !important; /* 基本は紺色 */
  color: #ffffff !important; /* 基本は白文字（強制適用） */
  text-decoration: none !important;
  font-weight: bold !important;
  min-height: 60px !important;
  border-radius: 50px !important; /* 丸みを帯びたボタン */
  box-shadow: 0 4px 20px rgba(0, 96, 117, 0.3) !important; /* 紺色の影 */
  border: 2px solid #006075 !important; /* 紺色のボーダー */
  transition: all 0.3s ease !important;
}

.phone-button-link:hover {
  background-color: #ffffff !important; /* ホバー時は白 */
  color: #006075 !important; /* ホバー時は紺色文字 */
  transform: translateY(-2px) !important; /* ホバー時に少し浮く */
  box-shadow: 0 6px 25px rgba(0, 96, 117, 0.4) !important;
}

.phone-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
}

.phone-text {
  font-size: 1.2rem; /* 1.2remに変更 */
  letter-spacing: 0.5px;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff; /* 基本は白文字 */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* 白文字にシャドウ */
}

.phone-button-link:hover .phone-text {
  color: #006075; /* ホバー時は紺色文字 */
  text-shadow: none; /* ホバー時（紺色文字）はシャドウなし */
}

/* 改行制御：画面幅が狭い場合のみ改行を表示 */
.phone-break {
  display: none; /* 基本は改行を非表示 */
}

@media (max-width: 360px) {
  .phone-break {
    display: block; /* 狭い画面では改行を表示 */
  }
}

/* スマートフォンサイズでのみ表示 */
@media (max-width: 768px) {
  .fixed-phone-button {
    display: block !important;
  }
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -100px;
  background: #ffffff;
  color: #000000;
  padding: 0.75rem 1rem;
  z-index: 2000;
  text-decoration: none;
}

.skip-link:focus-visible {
  top: 12px;
  outline: 2px solid #005FCC;
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
.search-page-link:focus-visible,
.area-link:focus-visible,
.news-toggle-link:focus-visible,
.accordion-header:focus-visible,
#page-top a:focus-visible,
.phone-button-link:focus-visible,
.hamburger-icon:focus-visible {
  outline: 2px solid #005FCC;
  outline-offset: 2px;
}

/* コピーライトの下に余白を追加（電話ボタンが隠れないよう） */
@media (max-width: 768px) {
  .copy {
    padding-bottom: 120px; /* 電話ボタンの高さ + マージン分の余白 */
  }
}

/* FAQ セクション
-----------------------------------------------------------*/
.faq-section {
  background: #f9f9f9;
  padding: 3rem 0;
}
.faq-wrap {
  max-width: 860px;
}
.faq-list {
  margin: 0;
  padding: 0;
}
.faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-item:first-of-type {
  border-top: 1px solid #ddd;
}
.faq-question {
  margin: 0;
  padding: 0;
}
.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.1rem 1rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: clamp(0.9rem, 0.8rem + 0.5vw, 1.05rem);
  font-weight: bold;
  text-align: left;
  color: #222;
  line-height: 1.5;
  gap: 0.5rem;
}
.faq-toggle:hover {
  background: #f0f0f0;
}
.faq-icon {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: #555;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq-icon::before {
  width: 100%;
  height: 2px;
}
.faq-icon::after {
  width: 2px;
  height: 100%;
}
.faq-toggle[aria-expanded="true"] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq-answer {
  padding: 0 1rem 1.2rem 1rem;
  font-size: clamp(0.85rem, 0.78rem + 0.4vw, 1rem);
  color: #444;
  line-height: 1.8;
}
.faq-answer p {
  margin: 0;
}
.faq-answer a {
  display: inline;
  color: #b07a00;
  text-decoration: underline;
}
.faq-answer a:hover {
  color: #7a5400;
}
@media (max-width: 540px) {
  .faq-toggle {
    padding: 1rem 0.75rem;
    font-size: 0.92rem;
  }
  .faq-answer {
    padding: 0 0.75rem 1rem 0.75rem;
  }
}

