@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Pacifico");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.inner, #top #section03 .w_box .box li {
  zoom: 1;
}
.inner:after, #top #section03 .w_box .box li:after {
  display: block;
  content: "";
  clear: both;
}

/*–––––––––––––––––––––––
	共通
–––––––––––––––––––––––*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.01em;
}

.hidden-pc {
  display: none;
}

body {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background: #fff;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.inner_blur{
  max-width: 1270px;
  margin: 0 auto;
  padding: 40px 35px;
  border-radius: 13px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

a {
  color: #003af9;
}

.ttl01 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.ttl01 span {
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  border-left: solid 2px #000;
  margin-left: 20px;
  padding: 5px 0 5px 20px;
}
.ttl01.white {
  color: #fff;
}
.ttl01.white span {
  color: #fff;
  border-color: #fff;
}

.btn01 {
  text-decoration: none;
  color: #efa721;
  font-size: 12px;
  display: inline-block;
  border: solid 2px #efa721;
  border-radius: 6px;
  text-align: center;
  background: url(../img/arrow_or.svg) no-repeat right 6px center;
  background-size: 6px;
  padding: 5px 40px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.btn01:hover {
  background: url(../img/arrow_wh.svg) no-repeat right 12px center #efa721;
  background-size: 6px;
  color: #fff;
}
.btn01.white {
  color: #fff;
  border-color: #fff;
  background-image: url(../img/arrow_wh.svg);
  background-size: 6px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 12px;
}
.btn01.white:hover {
  background: url(../img/arrow_wh.svg) no-repeat right 12px center rgba(255, 255, 255, 0.2);
  background-size: 6px 10px;
}
.pager02 {
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	margin: 30px 0 0;
	padding: 15px 0;
}
.flex_block {
	display: -webkit-flex;
	display: flex;
}
.jc_sb {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ai_c {
	-webkit-align-items: center;
	align-items: center;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
/*–––––––––––––––––––––––
	トップ
–––––––––––––––––––––––*/
#drawer {
	display: none;
}
#header {
	min-width: 1200px;
	width: 100%;
	background: #FFF;
	-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
}
.header_inner {
	padding: 0 20px;
}
/* ===================================================
   ヘッダー上部（ダークグレー帯）
=================================================== */
#header_top {
  color: #FFF;
  background: #484848; /* モックアップに合わせた濃いグレー */
  padding: 8px 0;
}
#header_top .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_top h1 {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
}
/* ▼ 追加：売買専門バッジ ▼ */
#header_top h1 .badge {
  background: #e05f09; /* オレンジ */
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 12px;
  margin: 0 12px;
}

#header_top a {
  color: #FFF;
  text-decoration: none;
}
#header_top ul {
  font-size: 12px;
  display: flex;
}
#header_top ul li:not(:last-child) {
  margin: 0 20px 0 0;
}
#header_top ul li a:hover {
  transition: ease 0.2s;
  opacity: 0.5;
}
#header_top ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
}
#header_top ul li a.favorite::before { background: url(../img/ico_favorite.svg) no-repeat; }
#header_top ul li a.history::before { background: url(../img/ico_history.svg) no-repeat; }
#header_top ul li a.condition::before { background: url(../img/ico_condition.svg) no-repeat; }
#header_top ul li a.corp::before { background: url(../img/ico_corp.svg) no-repeat; }

/* ▼ 上部：ショップオフ画像のサイズ調整（このブロックを #header_top h1 の下あたりに追加） ▼ */
#header_top h1 .top_logo {
  height: 14px; /* 文字の大きさに合わせて高さを調整してください！ */
  width: auto;
  display: block;
}


/* ===================================================
   ヘッダー下部（ロゴ・ナビ・連絡先）
=================================================== */
#header_bottom {
  position: relative;
}

/* ▼▼ これが抜けていました！中身を横並びにする一番大事な箱！ ▼▼ */
#header_bottom .header_inner {
  display: flex;
  align-items: stretch; /* 右端のオレンジボタンを縦いっぱいに広げる魔法 */
  padding: 0 0 0 20px;
}
/* ▲▲ ここまでを追加！ ▲▲ */


/* ===================================================
   ロゴエリア（消滅防止版）
=================================================== */
#header_bottom .logo {
  width: 300px; 
  display: flex;
  align-items: center;
  flex-shrink: 0; 
}

/* （これより下の #header_bottom .logo a や #gnav などは今のままで完璧です！） */

/* ▼ 追加：<a>タグと<img>タグにも幅をしっかり持たせる ▼ */
#header_bottom .logo a {
  display: block;
  width: 100%;
}

#header_bottom .logo img {
  width: 100%;
  height: auto;
  display: block;
}

#gnav {
  display: flex;
  align-items: center; /* ナビを縦の真ん中に */
}
#gnav > ul {
  font-weight: bold;
  display: flex;
  margin: 0 0 0 20px;
}
#gnav li a {
  color: #333;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  transition: ease 0.2s;
}
#gnav li a:hover { color: #efa721; }
#gnav > ul > :not(:last-child) { margin: 0 22px 0 0; }

/* 連絡先エリア全体 */
#header_bottom .link_box {
  display: flex;
  margin-left: auto;
  align-items: stretch;
}
#header_bottom .link_box .left {
  padding: 8px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; /* 電話番号やボタンを右揃えに */
}
#header_bottom .link_box a {
  color: #333;
  text-decoration: none;
}
#header_bottom .link_box .tel {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#header_bottom .link_box .tel::before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(../img/ico_tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#header_bottom .link_box .time {
  font-size: 10px;
  text-align: right;
  display: block;
  margin-top: 4px;
}

/* ▼ 変更：LINE（お問い合わせ）ボタン ▼ */
#header_bottom .link_box .line {
  width: 100%;
  max-width: 160px; /* 少し幅をスッキリさせる */
  color: #FFF;
  background: #4cc72b; /* LINE風の明るい緑 */
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0 0;
  padding: 5px 0;
}
#header_bottom .link_box .line .icon {
  width: 20px;
  height: 20px;
  background: url(../img/ico_line_wh.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
}
#header_bottom .link_box .line .txt {
  border-left: solid 1px rgba(255, 255, 255, 0.5); /* ★ご希望のうっすら縦線！ */
  margin-left: 8px;
  padding-left: 18px;
  font-size: 12px;
  font-weight: bold;
}

/* ▼ 変更：物件リクエストボタン（右端のデカいオレンジ） ▼ */
#header_bottom .link_box .request_btn {
  color: #FFF;
  background: linear-gradient(to left, #eca12e, #d96323); /* オレンジのグラデーション */
  padding: 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
#header_bottom .link_box .request_btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico_request.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
#checked_property {
  padding: 60px 0;
  background: #f5f5f5;
}
#checked_property ul {
  display: -webkit-flex;
  display: flex;
}
#checked_property ul li {
  width: 20%;
  line-height: 1.8;
}
#checked_property ul a {
  display: block;
  color: #333;
  text-decoration: none;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#checked_property ul a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
}
#contact a {
  color: #fff;
  text-decoration: none;
}
#contact .column {
  width: 50%;
  padding: 3% 5% 5%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#contact .column:first-child {
  background: url(../img/top/bg03.jpg) no-repeat center/cover;
  justify-content: space-between;
}
#contact .column:first-child a {
  text-align: center;
  display: block;
  border: solid 2px #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background: url(../img/arrow02.svg) no-repeat right 18px center;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.2);
}
#contact .column:first-child a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#contact .column:first-child a:first-child {
  /* margin-bottom: 20px; */
}
#contact .column:first-child a span {
  display: block;
}
#contact .column:first-child a span:first-child {
  font-size: 16px;
}
#contact .column:first-child a span.tel {
  font-size: 32px;
}
#contact .column:first-child a span.mail {
  font-size: 30px;
}
#contact .column:last-child {
  background-color: #102645;
}
#contact .column:last-child p {
  text-align: center;
}
#contact .column:last-child p img {
  width: 100%;
  height: auto;
}
#contact .column:last-child ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  /* margin-top: 20px; */
}
#contact .column:last-child li {
  display: inline-block;
  width: 49%;
}
#contact .column:last-child li:first-child a {
  background: url(../img/arrow03.svg) no-repeat right 10px center;
  padding: 12px 10px;
}
#contact .column:last-child li:last-child a {
  background: url(../img/blank.svg) no-repeat right 10px center;
  background-size: 1rem;
}
#contact .column:last-child a {
  display: block;
  border: solid 2px #fff;
  border-radius: 5px;
  text-align: center;
  padding: 12px 30px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#contact .column:last-child a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
#contact h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
#contact h2 span {
  position: relative;
  display: block;
  font-size: 13px;
  margin-top: 35px;
}
#contact h2 span:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  top: -20px;
  left: 50%;
  margin-left: -12px;
}
#contact .column:first-child ul {
  display: flex;
  flex-direction: column; /* ここは縦並び！ */
  gap: 20px;              /* ボタン間の隙間 */
  margin-top: auto;       /* ★一番下に押しやる魔法 */
}

#contact .column:last-child ul {
  display: flex;
  flex-direction: row;    /* ここは横並び！ */
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;       /* ★一番下に押しやる魔法 */
}

#description .inner {
  padding: 40px 280px 40px 0;
  background: url(../img/top/bg04.png) no-repeat right bottom;
  background-size: 18% auto;
}
#description h2 {
  font-size: 21px;
  font-weight: bold;
}
#description p {
  line-height: 1.8;
}

/* ===================================================
   フッター上のバナーエリア（究極の1枚用・絶対中央版）
=================================================== */
#w_footer_banner {
    background: #f5f5f5;
    padding: 50px 0;
    border-top: solid 1px #e5e5e5;
}

/* ▼ ただの箱にして、中身をテキストのように中央揃えする ▼ */
#w_footer_banner .footer_single_banner {
    text-align: center; /* ★これだけで絶対に真ん中に来ます！ */
    width: 100%;
}

/* ▼ 画像のサイズをここでコントロール ▼ */
#w_footer_banner .footer_single_banner img {
    width: 100%;
    max-width: 260px; /* ★デザインに合わせてここの数値を調整！ */
    height: auto;
    display: inline-block; /* 中央揃えを効かせるための魔法 */
}

/* ===================================================
   ページトップへ戻るボタン（紺色の帯）
=================================================== */
.pagetop {
  background: #102645; /* お問い合わせエリアと同じ紺色 */
  text-align: center;
}

.pagetop a {
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 15px 0; /* 上下の太さを確保 */
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.pagetop a:hover {
  opacity: 0.7;
}


/* ===================================================
   フッター下部（ロゴ・リンク・コピーライト）
=================================================== */
#footer_bottom {
  background: #fff;
  padding: 60px 0 40px; /* 余白を広くとってスッキリ見せる */
}

#footer_bottom .inner {
  text-align: center; /* 中身をすべて中央揃えに！ */
}

#footer_bottom .footer_logo {
  width: 240px; /* ロゴの大きさ（必要に応じて微調整してください） */
  margin: 0 auto 30px; /* 中央配置 ＆ 下に余白 */
}

/* リンクのリスト（横並び） */
#footer_bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px; /* 下のコピーライトとの余白 */
}

#footer_bottom li {
  display: flex;
  align-items: center;
  font-size: 12px;
}

/* リンクの間の縦線（ | ） */
#footer_bottom li::after {
  content: '|';
  margin: 0 15px; /* 縦線の左右の余白 */
  color: #ccc;    /* 縦線の色を少し薄くして上品に */
  font-weight: normal;
}

/* 一番最後の「|」は消す */
#footer_bottom li:last-child::after {
  content: none; 
}

#footer_bottom a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

#footer_bottom a:hover {
  color: #efa721; /* ホバーで少し色を変える（オレンジ） */
}

#footer_bottom small {
  display: block;
  color: #666;
  font-size: 11px;
}


@media only screen and (max-width: 900px) {
   #checked_property ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #checked_property ul li {
    width: 48%;
    margin-bottom: 15px;
  }
  #checked_property ul img {
    width: 100%;
  }
  #contact {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #contact .column {
    width: 100%;
  }
  #contact .column:last-child li:first-child a {
    margin-right: 0;
  }
  #contact .column:last-child p img {
    width: auto;
  }
  #description .inner {
    padding: 40px 30% 40px 3%;
    -moz-background-size: 28% auto;
    -o-background-size: 28% auto;
    -webkit-background-size: 28% auto;
    background-size: 28% auto;
  }
	#w_footer_banner li {
    margin-left: 0;
    padding: 0 10px;
  }
  #footer_top p, #footer_top form {
    float: none;
  }
  #footer_top p {
    margin-bottom: 15px;
  }
  #footer_top input[type=email] {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
#header {
	min-width: 100%;
	width: 100%;
}
#header_top {
	display: none;
}
#header_bottom .header_inner {
	height: 60px;
	padding: 0 0 0 5px;
}
#header_bottom .logo {
	width: 180px;
}
	#gnav,
	#header_bottom .link_box{
		display: none;
	}
	#drawer {
		display: block;
	}
	.drawer-hamburger {
		background: #2b3941;
	}
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before {
		background-color: #FFF !important;
	}
	.drawer-open .drawer-hamburger-icon {
		background-color: transparent !important;
	}
	.drawer-open .drawer-hamburger-icon:after,
	.drawer-open .drawer-hamburger-icon:before {
		background-color: #FFF !important;
	}
	#drawer .history,
	#drawer .favorite {
		width: 56px;
		height: 60px;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		position: absolute;
		top: 0;
	}
	#drawer .history::before,
	#drawer .favorite::before {
		content: "";
		background-size: contain !important;
		display: inline-block;
	}
	#drawer .history {
		background: #666;
		right: 56px;
	}
	#drawer .history::before {
		width: 31px;
		height: 31px;
		background: url(../img/ico_history.svg) no-repeat;
	}
	#drawer .favorite::before {
		width: 32px;
		height: 30px;
		background: url(../img/ico_favorite.svg) no-repeat;
	}
	#drawer .favorite {
		background: #424546;
		right: 112px;
	}
	  #contact h2 {
    margin-bottom: 20px;
  }
  #contact .column {
    padding: 10% 5%;
  }
  #contact .column:first-child a span.mail {
    font-size: 24px;
  }
  #contact .column:last-child li {
    width: 100%;
  }
  #contact.column:last-child li a {
    margin: 10px 0 0 !important;
  }
  #description .inner {
    padding-right: 3%;
  }
}


/* ===================================================
   追従ナビ（ショップオフ カラー調整版）
=================================================== */
#fix-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.3s ease;
    z-index: 1000; /* ヘッダーより上にくるように */
}

#fix-nav li a {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 80px; /* 横幅を確保 */
    text-align: center;
    text-decoration: none;
    padding: 40px 2px 10px;
    position: relative;
    transition: opacity 0.3s ease;
}

/* 各ボタンの色をデザイン案に合わせる */
#fix01 a { background: #2d8dcb; } /* 売りたい：青 */

#fix02 a { 
    /* リクエスト：オレンジグラデーション */
    background: #e05f09;
}

#fix03 a { background: #102645; } /* お問い合わせ：紺 */

/* アイコン（ico_requestなどは既存のものを流用） */
#fix01 a::before, #fix02 a::before, #fix03 a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain !important;
}

#fix01 a::before {
    width: 23px; height: 23px;
    background: url(../img/ico_yen.svg) no-repeat;
}
#fix02 a::before {
    width: 18px; height: 20px;
    background: url(../img/ico_request.svg) no-repeat;
}
#fix03 a::before {
    width: 22px; height: 18px;
    background: url(../img/ico_mail.svg) no-repeat;
}

#fix-nav li a:hover { opacity: 0.8; }

/* スマホ版（画面下部に固定） */
@media only screen and (max-width: 768px) {
    #fix-nav {
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100%;
    }
    #fix-nav ul {
        display: flex;
    }
    #fix-nav li {
        flex: 1;
    }
    #fix-nav li a {
        width: 100%;
        padding: 35px 5px 8px;
    }
}

/* ===================================================
   汎用：ホバー時にふわっと半透明（opacity: 0.7）になるクラス
=================================================== */
.op_hover {
  transition: opacity 0.2s ease; /* 0.2秒かけてフワッと変わる */
  cursor: pointer;
}
.op_hover:hover {
  opacity: 0.7;
}