@charset "UTF-8";

/* google フォント */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');	/* 丸ゴシック	*/
/*	@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');	明朝 */


/* リンク付きリストグループ（サイドメニュー） */

.list-group-item-action_FDS {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action_FDS:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #def5fa;
}

.list-group-item-action_FDS:active {
  color: #212529;
  background-color: #e9ecef;
}

/* バッヂのカスタマイズ */

.badge_FDS {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* 営業時間のバッヂ */
.badge-primary_FDS {
  color: #fff;
  background-color: #0099ff;
  border-color: #0099ff;
}

/* 定休日のバッヂ */
.badge-danger_FDS {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* ページトップの表示 */
#page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page_top a {
    background: #029669;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page_top a:hover {
    text-decoration: none;
    background: #02bd85;
}

/* タブナビゲーションのカスタマイズ */
.nav-tabs_FDS {
  border-bottom: 1px solid #66cc00;
}

.nav-tabs_FDS .nav-item_FDS {
  margin-bottom: -1px;
}

.nav-tabs_FDS .nav-link_FDS {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs_FDS .nav-link_FDS:hover, .nav-tabs_FDS .nav-link_FDS:focus {
  border-color: #87ff0f #87ff0f #66cc00;
}

.nav-tabs_FDS .nav-link_FDS.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs_FDS .nav-link_FDS.active,
.nav-tabs_FDS .nav-item_FDS.show .nav-link_FDS {
  color: #495057;
  background-color: #fff;
  border-color: #66cc00 #66cc00 #fff;
}

.nav-tabs_FDS {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-item_FDS {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-item_FDS {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.border_FDS {
  border: 1px solid #66cc00 !important;
}

.border-top-0_FDS {
  border-top: 0 !important;
}

/* タイトルの色 */
.ttl_FDS{
  font-family: 'Noto Sans JP', sans-serif;      /*	ゴシック	*/
/*  font-family: 'M PLUS Rounded 1c', sans-serif; 	やや丸ゴシック	*/
/*  font-family: 'Noto Serif JP', sans-serif;	/* 明朝（googleフォント） */
  color:#15a04a;
}

/* 中ページジャンボトロンの背景 */
.ttl_back-img{
    background: url('https://y-samurai.com/img_top/ttl_back-img01.jpg');
}

/* ifm_bai_osume.html の背景色*/
.ifm_bai_osume {
  background-color: #030923;
}

/* ifm_bai_osume.html 各物件要素の背景色*/
.ls-card {
  background-color: #efefef;
}

/*	表紙一覧のテキスト	*/
.top_list a {
 text-decoration: none;
}
.top_list a:link {
  text-decoration: none;
 }
.top_list a:hover {
  text-decoration: none;
 }
 
/*	表紙一覧の種別	*/
.syubetsu {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  height: 22px;
  width: 75px;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  background-color: #1335f5;
  font-size: 11px;
  font-weight:normal;
  vertical-align: middle;
  line-height: 22px;
  text-align: center;
}

/*	表紙一覧にペット相談可を表示	*/
.pet_ok {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  height: 22px;
  margin: 0;
  margin-left: 75px;
  padding: 0 10px;
  color: #fff;
  background-color: #d90769;
  font-size: 11px;
  font-weight:normal;
  vertical-align: middle;
  line-height: 22px;
  text-align: center;
}

/*	イメージに枠線	*/
.waku img { 
  BORDER-RIGHT: 	#CCCCCC 1px solid; 
  BORDER-LEFT: 	#CCCCCC 1px solid;
  BORDER-TOP: 	#CCCCCC 1px solid; 
  BORDER-BOTTOM: 	#CCCCCC 1px solid;
  }

/*	表紙一覧のスタイル修正	*/
p.osusume {
  margin: 0px 0px 0px 0px;
}


/*	入力フォームの数値を右寄せ	*/
.input_form-text-R {
    text-align: right;
}

/* ------------------------------------ */
/*	物件概要・一覧：イメージのセンタリング */
/* ------------------------------------ */

/* 物件画像エリアを常にセンタリング */
.col-md-2.col-6.d-flex {
  justify-content: center;
  /* 横方向中央 */
  align-items: center;
  /* 縦方向中央 */
}





/* ▼スマートフォン専用のスタイル */
@media (max-width: 719px) {
  .bkn-img-field_L{
    position: relative;
    width: 280px;  /* 領域の幅を指定 */
    height: 210px; /* 領域の高さを指定 */
    margin: 1em 0;
    border: 1px solid #aaa;
    background-color: #ddd;
}

  .bkn-img-field_S{
    position: relative;
    width: 124px; /* 領域の幅を指定 */
    height: 93px; /* 領域の高さを指定 */
    margin: 1em 0;
    border: 1px solid #aaa;
    background-color: #ddd;

    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ▼タブレット専用のスタイル */
@media (min-width: 720px) and (max-width: 960px) {
  .bkn-img-field_L{
    position: relative;
    width: 220px;  /* 領域の幅を指定 */
    height: 165px; /* 領域の高さを指定 */
    margin: 1em 0;
    border: 1px solid #aaa;
    background-color: #ddd;
}

  .bkn-img-field_S{
    position: relative;
    width: 100px; /* 領域の幅を指定 */
    height: 75px; /* 領域の高さを指定 */
    margin: 1em 0;
    border: 1px solid #aaa;
    background-color: #ddd;

    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/* ▼PC専用のスタイル */
@media (min-width: 961px) {
  .bkn-img-field_L{
    position: relative;
    width: 280px;  /* 領域の幅を指定 */
    height: 210px; /* 領域の高さを指定 */
    margin: 1em 0;
    border: 1px solid #aaa;
    background-color: #ddd;
}

  .bkn-img-field_S{
    position: relative;
    width: 124px; /* 領域の幅を指定 */
    height: 93px; /* 領域の高さを指定 */
    margin: 1em 0;
    border: 1px solid #aaa;
    background-color: #ddd;

    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.bkn-img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}


/* 価格の文字色 */
.price_text {
  color: #f57813;
}

/* スマホ時に「住所＋間取りの下の段の右側」に見えるようにする */
@media (max-width: 767.98px) {
  .card-header .row {
    display: flex;
    flex-wrap: wrap;
  }

  /* 左右を縦積み＋右寄せ */
  .card-header .col-8 {
    width: 100%;
  }

  .card-header .col-4.price_sp_right {
    width: 100%;
    text-align: right;
    margin-top: 2px;
  }
}

/*	表紙一覧（iframe）に「新築」を表示	*/
.new_bkn {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  height: 22px;
  margin-top: 52%;
  /* margin-top: 44%; */
  margin-left: 76%;
/*  margin-left: 66%; */
  padding: 10px 2px;
  width: 42px;
  height: 42px;
  border-radius: 50%;/*角の丸み*/
  color: #fff;
  background-color: #d90769;
  font-size: 14px;
  font-weight:normal;
  vertical-align: middle;
  text-align: center;
}

/*	管理画面一覧に「90日たった警告」を表示	*/
.keikoku{
  font-size:12px; 
  -webkit-animation:blink 0.5s ease-in-out infinite alternate;
  -moz-animation:blink 0.5s ease-in-out infinite alternate;
  animation:blink 0.5s ease-in-out infinite alternate;
  color:#fff;
  font-weight:normal;
  background:#CC0000;
  padding:3px 5px;
  border-radius: 3px;
}

/*	文字の色をメインカラーと同じに	*/
.text_M_clr {
 color:#013f18;
}

/*--------------------------------------------------------------
# 不動産物件（一覧・詳細）ページ Section
--------------------------------------------------------------*/

/* 「不動産一覧・詳細」ページ　ボタン用 */
.fudosan_btn {
  background-color: #1cb0ae;
  border-color: #1cb0ae;
  color: #ffffff;
}

.fudosan_btn:hover,
.fudosan_btn:focus {
  background-color: #178F92;
  border-color: #178F92;
  color: #ffffff;
}

.fudosan_btn:active,
.fudosan_btn.active,
.show>.fudosan_btn.dropdown-toggle {
  background-color: #1CB0AE !important;
  border-color: #1CB0AE !important;
  color: #ffffff !important;
}

/* 物件一覧のバッジ（新築・中古・未入居・） */
.bg_blue {  /* 新築 */
  background-color: #1335f5;
  color: #fff;
}

.bg_green {  /* 中古・未入居 */
  background-color: #15a04a;
  color: #fff;
}

.bg_red {  /* 建築条件付き */
  background-color: #d90769;
  color: #fff;
}

/* 物件一覧の説明のアイコン */
.ico_red {
  color: #d90769;
}

/* ローンシミュレーション内だけに適用 */
.loansim .fudosan_btn {
  margin-top: 10px;
}

.fudosan_bk:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.fudosan_bk h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.fudosan_bk .pp_cnt {
  margin-left: 2.0em;
}

/* 入力フォームのラベル文字色を黒に */
.form-floating>label {
  color: #666;
}

/* 下線付きh2   */
h2.ttl_fdsn {
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #009cd9;
  font-size: 28px;
  letter-spacing: 0.2em;
  border-bottom: #009cd9 1px solid;
  width: 320px;
}

/* 下線付きh2（事業用・収益物件一覧）  */
h2.ttl_fdsn_js {
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #009cd9;
  font-size: 28px;
  /*    font-weight: bold;    */
  letter-spacing: 0.2em;
  border-bottom: #009cd9 1px solid;
  width: 380px;
}

/* ------------------------------------ */
/*	管理画面                             */
/* ------------------------------------ */

/* 賃貸管理画面：背景 */
.bg-chn-l-org {
  background-color: #ffd6bb !important;
}

a.bg-chn-l-org:hover,
a.bg-chn-l-org:focus,
button.bg-chn-l-org:hover,
button.bg-chn-l-org:focus {
  background-color: #ffb788 !important;
}

.btn-chn-org {
  color: #fff;
  background-color: #fb6400;
  border-color: #fb6400;
}

.btn-chn-org:hover {
  color: #fff;
  background-color: #d55500;
  border-color: #c85000;
}

.btn-chn-org:focus,
.btn-chn-org.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 123, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(252, 123, 38, 0.5);
}

.btn-chn-org.disabled,
.btn-chn-org:disabled {
  color: #fff;
  background-color: #fb6400;
  border-color: #fb6400;
}

.btn-chn-org:not(:disabled):not(.disabled):active,
.btn-chn-org:not(:disabled):not(.disabled).active,
.show>.btn-chn-org.dropdown-toggle {
  color: #fff;
  background-color: #c85000;
  border-color: #bb4b00;
}

.btn-chn-org:not(:disabled):not(.disabled):active:focus,
.btn-chn-org:not(:disabled):not(.disabled).active:focus,
.show>.btn-chn-org.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 123, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(252, 123, 38, 0.5);
}

/* 売買管理画面：背景 */
.bg-bai-l-pupl {
  background-color: #e6ddf2 !important;
}

a.bg-bai-l-pupl:hover,
a.bg-bai-l-pupl:focus,
button.bg-bai-l-pupl:hover,
button.bg-bai-l-pupl:focus {
  background-color: #cbb8e4 !important;
}


.text-bai-pupl {
  color: #693ea5 !important;
}

a.text-bai-pupl:hover,
a.text-bai-pupl:focus {
  color: #46296d !important;
}

.btn-bai-pupl {
  color: #fff;
  background-color: #693ea5;
  border-color: #693ea5;
}

.btn-bai-pupl:hover {
  color: #fff;
  background-color: #573489;
  border-color: #513080;
}

.btn-bai-pupl:focus,
.btn-bai-pupl.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 91, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(128, 91, 179, 0.5);
}

.btn-bai-pupl.disabled,
.btn-bai-pupl:disabled {
  color: #fff;
  background-color: #693ea5;
  border-color: #693ea5;
}

.btn-bai-pupl:not(:disabled):not(.disabled):active,
.btn-bai-pupl:not(:disabled):not(.disabled).active,
.show>.btn-bai-pupl.dropdown-toggle {
  color: #fff;
  background-color: #513080;
  border-color: #4c2d77;
}

.btn-bai-pupl:not(:disabled):not(.disabled):active:focus,
.btn-bai-pupl:not(:disabled):not(.disabled).active:focus,
.show>.btn-bai-pupl.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 91, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(128, 91, 179, 0.5);
}

/* TOPICS管理画面：背景 */
.bg-mng-l-blue {
  background-color: #d5eaff !important;
}

a.bg-mng-l-blue:hover, a.bg-mng-l-blue:focus,
button.bg-mng-l-blue:hover,
button.bg-mng-l-blue:focus {
  background-color: #a2d1ff !important;
}

/* テスト：タイトル */
.ttl_arrow {
  position: relative;
  display: inline-block;
  height: 64px;
  width: 160px;
  margin-left: 10px;
/*  padding: 1rem 1rem 1rem 4rem;	*/
  padding-left: 40px;
  padding-top: 12px;
  color: #fff;
  background: #2ca559;
  font-size: 26px;
  font-weight: 800;
}

.ttl_arrow:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.ttl_arrow:after {
  position: absolute;
  top: 0;
/*  left: -30px;	*/
  right: -30px;
  content: '';
/*  border-width: 32px 30px 32px 0;	*/
  border-width: 32px 0px 32px 30px;
  border-style: solid;
/*  border-color: transparent #2ca559 transparent transparent;	*/
  border-color: transparent transparent transparent #2ca559;
}

/* ------------------------------------ */
/*	「掲載／仮登録・掲載止」による表示切替 */
/* ------------------------------------ */

.display_NG {
  display: none;
}

.display_OK {
}

/* ------------------------------------ */
/*	トピックス                          */
/* ------------------------------------ */

.topics {
  background-color: #030923;
  color:#ccc;
}

