/*
Theme Name: Overseas Corporation
Theme URI: https://overseas.com
Author: Overseas Corporation
Author URI: https://overseas.com
Description: A WordPress theme for Overseas Corporation real estate website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: overseas
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*==============================================================

	1. base

================================================================*/



html,
body,
a,
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;
  font: inherit;
  font-size: 100%;
  text-align: left;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  background: white;
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

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

form label,
form button {
  cursor: pointer;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

video {
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

blockquote,
q {
  quotes: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

:root {
  --btncolor: #a4a8ab;
}


/*==============================================================

	2. common

================================================================*/
/*--------------------------------------------------------------
	■A.文字
--------------------------------------------------------------*/
body {
  background-color: #fff;
  margin: 0px auto;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.6;
}

input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

/*--------------------------------------------------------------
	■B.リンク
--------------------------------------------------------------*/
a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*--------------------------------------------------------------
	■C.共通定義
--------------------------------------------------------------*/
.container {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 16px;
  }
}

@media screen and (min-width: 811px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tb_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important;
  }
}
/*==============================================================

	3. layout

================================================================*/
/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
@media screen and (min-width: 811px) {
  .ft {
    margin-top: 96px;
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 810px) {
  .ft {
    margin-top: 64px;
    padding-bottom: 144px;
  }
}
.ft_nav {
  text-align: center;
}
@media screen and (min-width: 811px) {
  .ft_nav {
    font-size: 18px;
  }
}
@media screen and (max-width: 810px) {
  .ft_nav {
    font-size: 12px;
  }
}
.ft_copy {
  text-align: center;
}
@media screen and (min-width: 811px) {
  .ft_copy {
    margin-top: 16px;
    font-size: 18px;
  }
}
@media screen and (max-width: 810px) {
  .ft_copy {
    margin-top: 8px;
    font-size: 12px;
  }
}

.topft {
  background-color: #333333;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .topft {
    padding-top: 65px;
  }
}
@media screen and (max-width: 810px) {
  .topft {
    padding-top: 35px;
    padding-bottom: 54px;
  }
}
.topft a {
  color: #fff;
}
.topft_logo img {
  height: auto;
}
@media screen and (min-width: 811px) {
  .topft_logo img {
    width: 380px;
    border: solid 1px red;
  }
}
@media screen and (max-width: 810px) {
  .topft_logo img {
    width: 150px;
  }
}
@media screen and (min-width: 811px) {
  .topft_nav {
    margin-top: 55px;
    font-size: 16px;
  }
}
@media screen and (max-width: 810px) {
  .topft_nav {
    margin-top: 27px;
    font-size: 13px;
  }
}
.topft_copy {
  padding-bottom: 20px;
}
@media screen and (min-width: 811px) {
  .topft_copy {
    margin-top: 55px;
    font-size: 10px;
  }
}
@media screen and (max-width: 810px) {
  .topft_copy {
    margin-top: 27px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
	index
--------------------------------------------------------------*/
.index {
  font-family: "Raleway", sans-serif;
}
@media screen and (min-width: 811px) {
  .index {
    margin-top: 0px;
  }
}
.index section {
  margin-top: 0px;
}
@media screen and (min-width: 811px) {
  
}
.index p.btn a {
  width: 230px;
  font-family: "Playfair", serif;
  font-size: 27px;
  font-style: italic;
  color: #0c0c0c;
  text-align: center;
  border: solid 1px black;
  padding: 8px 10px;
}
@media screen and (max-width: 810px) {
  .index p.btn a {
    font-size: 20px;
    display: block;
    margin: 0 auto;
    width: 60%;
    max-width: 200px;
    margin-top: 40px;
  }
}
.index h2 {
  font-size: 24px;
  font-weight: 100;
	margin-top:60px;
  font-family: "Raleway", sans-serif;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .index h2 {
    font-size: 24px;
    margin-top:80px;
  }
}
@media screen and (max-width: 810px) {
  .index h2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
  }
}

/* 物件一覧：ページ最上部の h1（FV 直下） */
.property_archive_heading {
  padding-top: 72px;
  padding-bottom: 16px;
}
.property_archive_heading .property_archive_title {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  text-align: center !important;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
@media screen and (max-width: 810px) {
  .property_archive_heading {
    padding-top: 48px;
    padding-bottom: 12px;
  }
  .property_archive_heading .property_archive_title {
    font-size: 18px;
  }
}

/* 物件一覧：Property Map セクション（物件リストとの間を狭く・フッターと余白） */
.property_map_section {
  padding-top: 8px;
  padding-bottom: 56px;
}
/* 地図から探す：地図が先頭のときヘッダーで隠れないよう上余白 */
.property_map_section.property_map_first {
  padding-top: 80px;
}
@media screen and (max-width: 810px) {
  .property_map_section {
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .property_map_section.property_map_first {
    padding-top: 56px;
  }
}
/* 物件一覧：h1（h2 Property Map の直上・中央揃え） */
.property_map_section .property_archive_title {
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  text-align: center !important;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
/* h1 の直後の h2（Property Map）は上余白を詰める */
.property_map_section .property_archive_title + h2,
.property_map_section .property_archive_title + .inview_re {
  margin-top: 4px !important;
}
/* h2 Property Map と地図の間を約20pxに */
.property_map_section h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 810px) {
  .property_map_section .property_archive_title {
    font-size: 18px;
  }
  .property_map_section .property_archive_title + h2,
  .property_map_section .property_archive_title + .inview_re {
    margin-top: 2px !important;
  }
}

/* ファーストビュー */
.index .fv {
  margin-top: 0px;
  width: 100%;
}
@media screen and (min-width: 811px) {
  .index .fv {
    display: block;
  }
}
@media screen and (max-width: 810px) {
  .index .fv {
    padding: 0px;
  }
}
/* 画面上は非表示、SEO・スクリーンリーダー用（h1等） */
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.index .fv_slide {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.index.about .fv_slide {
  height: 500px;
}
@media screen and (min-width: 811px) {
  .index.about .fv_slide {
    height: 620px;
    min-height: 620px;
  }
}
@media screen and (max-width: 810px) {
  .index.about .fv_slide {
    height: 100dvh;
    height: 100vh;
    min-height: 650px;
  }
}
.index.about .fv_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top:0px;
}
.index .fv_slide .fv_slideshow {
  position: relative;
  width: 100%;
  min-height: 400px;
}
@media screen and (min-width: 811px) {
  .index .fv_slide .fv_slideshow {
    min-height: 600px;
  }
  .index.about .fv_slide .fv_slideshow {
    height: 100%;
    min-height: 620px;
  }
}
@media screen and (max-width: 810px) {
  .index.about .fv_slide .fv_slideshow {
    height: 100%;
    min-height: 400px;
  }
}
.index .fv_slide .fv_slideshow .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: block;
}
.index .fv_slide .fv_slideshow .slide-img.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.index .fv_slide img {
  width: 100%;
}
.index .fv_slide video {
  width: 100%;
  margin: 0 auto;
}
.index .fv_slide p.cathcopy {
  display: block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  color: white;
  top: 50%;
  left: 50%;
  font-size: 80px;
  letter-spacing: normal;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 101;
  width: 80%;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 80px;
}
@media screen and (min-width: 811px) {
  .index.about .fv_slide p.cathcopy {
    font-size: 56px;
    line-height: 1.2;
    top: 38%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 810px) {
  .index .fv_slide p.cathcopy {
    width: 90%;
    font-size: 32px;
    line-height: 1.4;
    top: 50%;
    padding: 0 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 640px) {
  .index .fv_slide p.cathcopy {
    width: 95%;
    font-size: 26px;
    line-height: 1.2;
    top: 45%;
    padding: 0 15px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .index .fv_slide div.search {
    top: 60%;
    margin-top: 50px;
  }
  /* testページ：小さいスマホ（iPhone含む）でさらに上寄せ・fv内に収める */
  .index.about .fv_slide p.cathcopy {
    top: 14%;
    font-size: 22px;
    line-height: 1.15;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .index.about .fv_slide div.search {
    top: 28%;
    margin-top: 6px;
  }
  .index.about .fv_slide {
    padding-bottom: 16px;
  }
  .index.about .fv_slide div.search .search_tabs {
    margin-top: 6px;
  }
  .index.about .fv_slide div.search .search_tabs .tab_btn {
    padding: 10px 16px;
    font-size: 10px;
  }
  .index.about .fv_slide div.search .search_inputs {
    gap: 6px;
    padding: 10px 12px;
  }
  .index.about .fv_slide div.search .search_inputs .search_keyword_checkboxes {
    gap: 4px 10px;
  }
  .index.about .fv_slide div.search .search_inputs .search_keyword_checkbox_label {
    font-size: 11px;
  }
  .index.about .fv_slide div.search .search_inputs .search_keyword_checkbox {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
  .index.about .fv_slide div.search .search_btn {
    padding: 10px 14px;
    font-size: 11px;
  }
}
.index .fv_slide div.search {
  width: auto;
  min-width: 700px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 70%;
  left: 50%;
  margin-top: 80px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  color: white;
  background-color: none;
  padding: 0;
  z-index: 100;
}
@media screen and (min-width: 811px) {
  .index.about .fv_slide div.search {
    top: 58%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 810px) {
  .index .fv_slide div.search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 90%;
    min-width: auto;
    padding: 0;
    margin-top: 0px;
    background-color: transparent;
    color: white;
    z-index: 100;
  }
  /* testページ：スマホでキャッチコピーと検索を上寄せ・fv内に収める（iPhone対応） */
  .index.about .fv_slide p.cathcopy {
    top: 16%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .index.about .fv_slide div.search {
    top: 30%;
    margin-top: 8px;
  }
  .index.about .fv_slide {
    padding-bottom: 20px;
  }
  .index.about .fv_slide div.search .search_tabs {
    margin-top: 8px;
  }
  .index.about .fv_slide div.search .search_inputs {
    gap: 8px;
    padding: 12px 16px;
  }
  .index.about .fv_slide div.search .search_inputs .search_keyword_checkboxes {
    gap: 5px 12px;
  }
  .index.about .fv_slide div.search .search_btn {
    padding: 10px 16px;
    margin-top: 4px;
  }
}
.index .fv_slide div.search .search_tabs {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0 30px 0 0;
  gap: 0;
  background: none;
  align-items: flex-start;
}
.index .fv_slide div.search .search_tabs .tab_btn {
  background-color: #4D4D4D;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s;
}
.index .fv_slide div.search .search_tabs .tab_btn.active {
  background-color: #6B6B6B;
}
.index .fv_slide div.search .search_tabs .tab_btn:hover {
  background-color: #5a5a5a;
}
@media screen and (max-width: 810px) {
  .index .fv_slide div.search .search_tabs {
    padding: 0;
    margin-top: 40px;
  }
  .index .fv_slide div.search .search_tabs .tab_btn {
    padding: 12px 20px;
    font-size: 11px;
  }
  /* testページ：スマホで検索ブロックをコンパクトに（fv内に収める・iPhone対応） */
  .index.about .fv_slide div.search .search_tabs {
    margin-top: 8px;
  }
  .index.about .fv_slide div.search .search_inputs {
    gap: 8px;
    padding: 12px 16px;
  }
}
.index .fv_slide div.search .search_inputs {
  display: flex;
  align-items: flex-end;
  gap: 25px;
  padding: 25px 30px;
  justify-content: flex-start;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 810px) {
  .index .fv_slide div.search .search_inputs {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 20px;
    align-items: stretch;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
/* タブで切り替えるパネル: KEY WORD = キーワード, AREA = エリア */
.index .fv_slide div.search .search_inputs .search_panel {
  flex: 1;
  min-width: 0;
}
.index .fv_slide div.search .search_inputs .search_panel:not(.is-active) {
  display: none !important;
}
.index .fv_slide div.search .search_inputs .search_panel.is-active {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.index .fv_slide div.search .search_inputs .search_panel_area.is-active {
  display: flex !important;
  align-items: flex-end;
}
.index .fv_slide div.search .search_inputs .search_city {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  min-width: 140px;
}
.index .fv_slide div.search .search_inputs .search_city .chevron {
  margin-left: 10px;
  font-size: 8px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 810px) {
  .index .fv_slide div.search .search_inputs .search_city {
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
    min-width: auto;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
.index .fv_slide div.search .search_inputs .search_keyword,
.index .fv_slide div.search .search_inputs .search_keyword_select {
  flex: 1;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  padding-bottom: 10px;
  outline: none;
  min-width: 250px;
}
.index .fv_slide div.search .search_inputs .search_keyword_wrap {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.index .fv_slide div.search .search_inputs .search_keyword_label {
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  font-family: "Raleway", sans-serif;
}
.index .fv_slide div.search .search_inputs .search_keyword_checkboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 20px;
  align-items: center;
}
@media screen and (max-width: 810px) {
  .index .fv_slide div.search .search_inputs .search_keyword_checkboxes {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 14px;
  }
}
@media screen and (max-width: 480px) {
  .index .fv_slide div.search .search_inputs .search_keyword_checkboxes {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 10px;
  }
}
.index .fv_slide div.search .search_inputs .search_keyword_checkbox_label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  white-space: nowrap;
}
.index .fv_slide div.search .search_inputs .search_keyword_checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  margin: 0;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 2px;
  background: rgba(0,0,0,0.2);
  cursor: pointer;
  vertical-align: middle;
}
.index .fv_slide div.search .search_inputs .search_keyword_checkbox:checked {
  background: #6B6B6B url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 5l3 3 6-6'/%3E%3C/svg%3E") center / 10px 8px no-repeat;
  border-color: #6B6B6B;
}
.index .fv_slide div.search .search_inputs .search_keyword_checkbox_label:hover {
  color: rgba(255,255,255,0.95);
}
.index .fv_slide div.search .search_inputs .search_keyword::placeholder {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 810px) {
  .index .fv_slide div.search .search_inputs .search_keyword,
  .index .fv_slide div.search .search_inputs .search_keyword_select {
    width: 100%;
    font-size: 12px;
    min-width: auto;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .index .fv_slide div.search .search_inputs .search_keyword::placeholder {
    color: #fff;
    opacity: 1;
  }
  .index .fv_slide div.search .search_inputs .search_keyword_wrap {
    width: 100%;
  }
  .index .fv_slide div.search .search_inputs .search_keyword_checkbox_label {
    font-size: 12px;
  }
}
.index .fv_slide div.search .search_inputs .search_btn {
  background-color: #6B6B6B;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: background-color 0.3s;
}
.index .fv_slide div.search .search_inputs .search_btn:hover {
  background-color: #787878;
}
@media screen and (max-width: 810px) {
  .index .fv_slide div.search .search_inputs .search_btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 811px) {
  .index .fv_slide {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  .index .fv_slide {
    margin: 0px;
    position: relative;
  }
}

/* 物件一覧：固定ヘッダーで隠れないよう上余白を確保 */
.index .featured {
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding-top: 80px;
}
@media screen and (min-width: 811px) {
  .index .featured {
    padding-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .index .featured {
    margin-top: 0;
    padding-top: 56px;
  }
}
/* 物件一覧：h1（ALL PROPERTIES の直上・中央揃え） */
.index .featured .property_archive_title {
  display: block;
  margin: 0 0 8px 0;
  width: 100%;
  max-width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  text-align: center !important;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.index .featured .property_archive_title + h2 {
  margin-top: 8px !important;
}
@media screen and (max-width: 810px) {
  .index .featured .property_archive_title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .index .featured .property_archive_title + h2 {
    margin-top: 6px !important;
  }
}
.index .featured h2 { margin-top: 40px; }
.property_list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10px;
  list-style: none;
  text-align: center;
}
.property_list li {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 30%;
  margin-top: 5px;
  padding-bottom: 40px;
}

.property_list li img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.property_list li p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 100 !important;
  text-align: center !important;
}
.property_list li p.property_name {
  font-size: 16px;
	font-weight:normal !important;
	margin-top:5px;
}
.property_list li p.property_price {
  font-size: 16px;
}
 .property_list li p.property_type {
  font-size: 12px;
}
.property_list li ul {
  display: flex;
  justify-content:flex-start;
  width: 90%;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  list-style: none;
  text-align: left;
}
.property_list li ul li {
  font-size: 10px !important;
  text-align: left;
  width: 23% !important;
  margin: 0;
  padding: 0;
}
.property_list li ul li img {
  width: 18px !important;
  margin-right: 10px;
  float: left;
}
/* 各物件下のKEYWORD（ACF）グレー背景・白文字・角丸・横並び約3列×2行 */
.property_list li a .property_keywords {
  margin-top: 10px;
  padding-top: 0;
}
.property_keywords {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px 5px;
  margin-top:0px;
  max-width: 100%;
}
.property_keyword_tag {
  display: block;
  background:#888888;
  color: #fff;
  font-size: 8px;
  padding: 3px 3px;
  border-radius: 8px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 810px) {
  .property_list li {
     margin-top: 40px;
     width: 100%;
     padding-bottom: 0px;
   }
   .property_list li ul{width:100%; margin-top: 0px;}
 }
div.btn{
	border:none;
	background-color: var(--btncolor);
	color:white;
	width:40%;
	margin:0 auto;
	display:block;
	margin-top:20px;
	max-width:180px;
	text-align: center;
	height:40px;
	line-height:40px;
	
	
	
}
 div.btn a{  padding:0px 8px;width:100%; height:100%; color:white; text-align: center;}
 
div.btn a{  padding:0px 8px;width:100%; height:100%; color:white; text-align: center;}

@media screen and (min-width: 811px) {
  .index .featured {
    text-align: center;
    font-size: 0.8em;
    margin-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 810px) {
  .index .featured {
    margin: 20px 0;
    font-size: 10px;
    text-align: center;
  }
}

.index .area {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
}




.index .area ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10px;
	text-align: center;
}
.index .area ul li {
  width: 30%;
  margin-top: 10px;
	position:relative;
}
@media screen and (max-width: 810px) {
  .index .area ul li {
	  margin:0 auto;
    margin-top: 40px;
    width: 95%;
	  
  }
}
.index .area ul li p.name {
  position:absolute;
	color:white;
	font-size:23px;
	font-weight: 600;
	top:30%;
  left: 50%;
  margin-top: 40px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);

	
}
.about_cont{background: linear-gradient(180deg,rgba(64, 64, 64, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
margin:0px !important;overflow: hidden; padding:0px !important;}
.about_cont h2{color:white; margin-top:40px; font-size:40px; line-height: normal;}
.about_cont p{color:white; margin:0 auto; display:block; margin-top:20px; margin-bottom:40px; color:white; width:60%; text-align: center;}
.about_cont p.philosophy span{
	font-size: 32px;
	font-weight: 600;
	display: inline-block;
	margin-top: 10px;
}
@media screen and (max-width: 810px) {
	.about_cont p.philosophy span{
		font-size: 24px;
	}
}
.about_cont div.bottom{
	display:flex; 
	justify-content: center;  
	 -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom:60px;
}
.about_cont div.bottom div.btn{width:100% !important; color:white;
margin:0 8px;      /* autoをやめて任意の間隔に */
  
  max-width:250px;}

/* About Slideshow */
.about_slideshow {
  width: 100%;
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
  overflow: hidden;
	box-sizing: border-box;
}

.about_slideshow_list {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
}
/* slick初期化後は常に表示 */
.about_slideshow_list.slick-initialized {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
	visibility: visible !important;
}
.about_slideshow_list .slick-list {
	width: 100%;
}
.about_slideshow_list li {
	padding: 0;
	margin: 0;
}
.about_slideshow_list li a {
	display: block;
	width: 100%;
}
.about_slideshow_list li img {
	width: 100%;
	height: auto;
	display: block;
	transition: width 0.3s ease;
}
.about_slideshow_list li.slick-center img {
	width: 80vw;
	margin: 0 auto;
}
.about_slideshow_list .slick-prev,
.about_slideshow_list .slick-next {
	z-index: 1;
}
.about_slideshow_list .slick-prev {
	left: -30px;
}
.about_slideshow_list .slick-next {
	right: -30px;
}
.about_slideshow_list .slick-prev:before,
.about_slideshow_list .slick-next:before {
	font-size: 30px;
	color: #1A1A1A;
}
@media screen and (max-width: 810px) {
	.about_slideshow_list .slick-prev {
		left: -20px;
	}
	.about_slideshow_list .slick-next {
		right: -20px;
	}
	.about_slideshow_list .slick-prev:before,
	.about_slideshow_list .slick-next:before {
		font-size: 24px;
	}
}
.about_what, .about_strength{background-color:#cccccc;height:100%; margin:0px !important; padding:100px 0px;padding-top:100px;}
.about_strength{background-color:#080808;}
.about_what p{ width:80%; margin:0 auto;max-width:750px; margin-top:20px; text-align: left;font-size:14px;}
.about_strength p{color:white;text-align: center;margin-top:10px;}
.about_strength h3{color:white; text-transform: uppercase !important; text-align: center;}
.about_what p ul.owner{ border:solid 1px red; width:80%; margin:0 auto;max-width:700px; margin-top:20px; text-align: left;font-size:14px;}
.about_what h3, .about_what h3{width:80%; margin:0 auto;max-width:700px;font-size:18px;margin-top:60px;}
.about_what h2, .about_strength h2{margin:0px; padding:0px;}
.about_strength h2{color:white;}
.about_what h3 img{width:70px; margin:0px; padding:0px;vertical-align:middle;margin-right:5px;}
footer {
  margin: 0px;
	margin-top:0px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center !important;
  font-weight: 100;
}
footer .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 810px) {
  footer {
    padding-top: 20px;
  }
}
footer p.menu {
  font-size: 12px;
  width: 100%;
  padding: 20px 0px;
  display: block;
  background-color: #a4a8ab;
  margin: 0 auto;
  text-align: center;
  color: white;
  letter-spacing: 3px;
}
footer p.menu a {
  color: white;
  font-weight: normal;
}
@media screen and (max-width: 810px) {
  footer p.menu {
    margin-top: 20px;
    width: 100%;
  }
}
footer p.copy {
  text-align: center !important;
  width: 100%;
  padding: 10px;
  font-size: 7px;
  color: white;
  letter-spacing: normal;
  background-color: #0c0c0c;
}

.sp {
  display: none;
}
@media screen and (max-width: 810px) {
  .sp {
    display: block;
  }
}

/* -----------------------------------------------
フェードインの動きの大きさ設定
-------------------------------------------------- */
@keyframes fadeInUpsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpsmall {
  animation-name: fadeInUpsmall;
}

@keyframes fadeInDownsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownsmall {
  animation-name: fadeInDownsmall;
}

@keyframes fadeInRightsmall {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightsmall {
  animation-name: fadeInRightsmall;
}

@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftsmall {
  animation-name: fadeInLeftsmall;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* -----------------------------------------------
フェードインの動きの大きさ設定↑
-------------------------------------------------- */

