@charset "utf-8";

/**
 * トップ コンテンツ
 */
#top{
    clear:both;
    padding:0;
    margin:0;
    margin-top:93px;    /* ヘッダー固定表示の為 */
}

.top_inner{
    margin:0 auto;
    width:1050px;
}
/* -----------------------------------------------
 スライダー
------------------------------------------------ */
#top .top_slider{
    width: 1200px;
    width: 1280px;
/*    position: relative;
    left: 50%;
    margin: 0 0 0 -600px;
*/    
    margin: 0 auto;
}

#top .flexslider{
    height:395px;
    min-height:395px;
    max-height:395px;

    height:470px;
    min-height:470px;
    max-height:470px;
    border:0;
    margin:0;
}
#top .flexslider img{
    height:395px;
    width:1200px;

    height:470px;
    width:1280px;
}

/* 左右矢印 */
#top .flex-direction-nav a{
    height:40px;
}
.flex-direction-nav a:before{
    color: rgba(255, 255, 255, 0.8);
    /* font-size:18px; */
    font-size:30px;

}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left:105px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right:105px;
}

/* -----------------------------------------------
 上部ボタンメニュー
------------------------------------------------ */
#top .mn_frame{
/*    
    background:url(../images/top_bg_menu.png) repeat-x top left;
    background-size:65px 124px;
    width:100%;
    height:124px;
    z-index:10;

    position: absolute;
    top: 473px;
*/
    position: absolute;
    top: 406px;
    left:0;
    right:0;
}
/*
#top .mn_frame .menu{
    text-align:center;
}
#top .mn_frame .menu ul li{
    display:inline-block;
    margin:0 12px;
}
#top .mn_frame .menu ul li a{
    display:inline-block;
}
*/
#top .mn_frame .menu ul{
    display:flex;
    flex-wrap: wrap;
    gap:20px;
}
#top .mn_frame .menu ul li{
    position: relative;
}
#top .mn_frame .menu ul li:hover > div.btn_common, 
#top .mn_frame .menu ul li a:not(.sub_item):hover{    
    text-decoration: none;
    /*opacity: 0.8;*/
    filter: brightness(1.1);
    transition: all 0.3s ease;
}
#top .mn_frame .menu ul.menu1{
    position: relative;
    z-index:10;
}
#top .mn_frame .menu ul.menu1 li div.btn_common{
    background-color: #66b2fa;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    width:244px;
    height:234px;
    padding:8px;
    box-sizing: border-box;
}
#top .mn_frame .menu ul.menu1 li div.btn_common h3{
    font-size:29px;
/*    font-size:2.9rem;*/
    font-weight: 700;
    margin-top:4px;
}
#top .mn_frame .menu ul.menu1 li div.btn_common p{
    font-size:17px;
    font-size:1.7rem;
    margin-top:2px;
}
#top .mn_frame .menu ul.menu1 li div.btn_common img{
    width:240px;
    width:212px;
    height: auto;
    margin-top:10px;
}
#top .mn_frame .menu ul.menu1 li div.btn_common.sumai{
    background-color: #66b2fa;
}
#top .mn_frame .menu ul.menu1 li div.btn_common.mamoru{
    background-color: #a575c9;
}
#top .mn_frame .menu ul.menu1 li div.btn_common.owner{
    background-color: #8bc449;
}
#top .mn_frame .menu ul.menu1 li div.btn_common.iejimai{
    background-color: #dea85d;
}
/* サブメニュー */
#top .mn_frame .menu ul.menu1 li div.sub_menu {
    position: absolute;
    top: 95%; /* 少し上から開始 */
    left: 0;
    width: 100%;
    z-index: 100;
    padding-top: 2px;
    padding-top: 0;

    /* 初期状態：透明で、少し上にずらしておく */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);

    /* 変化の速度とタイミングを指定 */
    transition: all 0.3s ease;
}
/* Hoverした時の状態：見えるようになり、元の位置へ */
#top .mn_frame .menu ul.menu1 li.nav_item:hover div.sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 100%; /* 指定の位置までスライド */
}
/* サブメニュー内のボタン */
#top .mn_frame .menu ul.menu1 li a.sub_item {
    display: block;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 3px solid #66b2fa;
    border-radius: 25px;
    padding: 10px 15px;
    margin-bottom: 2px;
    margin-bottom: -2px;
    font-weight: bold;
    position: relative;
    transition: background-color 0.2s;
    opacity: 1;
}
#top .mn_frame .menu ul.menu1 li div.sub_menu.mamoru a.sub_item {
    border: 3px solid #a575c9;
}
#top .mn_frame .menu ul.menu1 li a.sub_item::after {
    content: '>';
    position: absolute;
    right: 15px;
    color: #ccc;
    font-size: 14px;
}
#top .mn_frame .menu ul.menu1 li a.sub_item:hover{
    background-color: #feffe0;
    opacity: 1;
}

/* 子育て世代／空き家バンク 用*/
#top .mn_frame .menu ul.menu2{
    width:100%;
    list-style: none;
    padding: 30px 0 0 0; 
    margin: 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
#top .mn_frame .menu ul.menu2 li{
    margin-bottom: 20px; /* バナー同士の隙間 */
    display: flex;
    justify-content: center;
}
#top .mn_frame .menu ul.menu2 li div.btn_common{
    display: flex;
    align-items: center;
    background-color: #e38f8d;
    width: 519px;
    width: 509px;
    height: 100px;
    border-radius: 20px;
    position: relative; 
    cursor: pointer;
/*    transition: opacity 0.2s;*/
    transition: filter 0.2s; 

    border-radius: 8px;
    color: #fff;
}
#top .mn_frame .menu ul.menu2 li div.btn_common.kosodate{
    background-color: #e38f8d;
}
#top .mn_frame .menu ul.menu2 li div.btn_common.akiyabank{
    background-color: #36a27e;
}
#top .mn_frame .menu ul.menu2 li div.icon_circle{
    background-color: #fff;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin-left: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
#top .mn_frame .menu ul.menu2 li div.btn_common.kosodate div.icon_circle img{
    width:44px;
}
#top .mn_frame .menu ul.menu2 li div.btn_common.akiyabank div.icon_circle img{
    width:42px;
}
#top .mn_frame .menu ul.menu2 li h3 {
  color: #fff;
  font-size: 29px;
/*  font-size: 2.9rem;*/
  font-weight: 700;
  margin: 0 0 0 30px;
}

#top .mn_frame .menu ul.menu2 li div.illust {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 180px; 
  pointer-events: none; 
}

#top .mn_frame .menu ul.menu2 li div.illust img {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  /* ここでイラストを上に突き出させる（画像自体の余白がない場合） */
  /* transform: translateY(-10px); などで微調整可能 */
}


/* -----------------------------------------------
 コンテンツ
------------------------------------------------ */
/* 各ブロック：タイトル部分 */
#top .tit_com{
    display: flex;
    align-items: center; 
    gap: 15px; 
    color: #8ab700;
}
#top .tit_com.topics{
      color: #8ab700;
}
#top .tit_com.akiya{
    color: #3a8346;
}
#top .tit_com.kosodate{
      color: #e38f8d;
}
#top .tit_com h3 {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin: 0; 
    font-size: 27px;     
    font-size: 2.7rem;     
    font-weight: bold;
}
#top .tit_com .icon {
    width: 38px;       
    height: auto;
}
#top .kosodate_sub,
#top .tit_com .sub {
    border: 2px solid #8ab700; 
    border-radius: 50px;       
    padding: 2px 15px;         
    font-size: 14px;           
    font-size: 1.4rem;      
    font-weight: 700;     
}
#top .tit_com.topics .sub {
      border: 2px solid #8ab700; 
}
#top .tit_com.akiya .sub {
    border: 2px solid #3a8346; 
}
#top .tit_com.kosodate .sub {
      border: 2px solid #e38f8d; 
}
#top .kosodate_sub {
    color: #e38f8d; 
    border: 2px solid #e38f8d; 
    display:inline-block;
    margin-left: 45px;
}
/* リンクボタン */
#top div.btn_wrapper{
    text-align: center;
    margin-top:30px;
}
#top div.btn_wrapper .btn_more{
    display: inline-block;
    background-color: #3a8346;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;  
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 8px 60px;
    border-radius: 50px;
    transition: opacity 0.3s;
}
#top div.btn_wrapper .btn_more.mini{
    font-size: 13px;
    font-size: 1.3rem;  
    padding: 4px 34px;
}
#top div.btn_wrapper .btn_more:hover {
    opacity: 0.8;
}
#top div.btn_wrapper .btn_more.topics{
    background-color: #8ab700;
}
#top div.btn_wrapper .btn_more.kosodate{
    background-color: #e38f8d;
}

/**/
#top .top_content{
    margin-top:112px;
    margin-top:280px;
}


/* 左側バナー、お知らせ領域 */
#top .top_l{
    float:left;
    width:650px;
}
#top .top_l .bnr{
    display:inline-block;
    margin-bottom:20px;
    width:650px;
}
#top .top_l .bnr div{
    float:left;
    padding:0;
}
#top .top_l .bnr div img{
    vertical-align: bottom;
}
#top .top_l .bnr div:last-child{
    float:right;
}
#top .top_l .bnr a{
    display:block;
}
/* お知らせ */
#top .top_l .news_list{
/*    height:180px; */
}
#top .top_l .news_list .title{
    clear:both;
    border-bottom:3px solid #00873F;
    height:26px;
}
#top .top_l .news_list .title img{
    float:left;
}
#top .top_l .news_list .title img:last-child{
    float:right;
}
#top .top_l .news_list .title a{
    display:block;
    float:right;
}

/* 右側ボタン領域 */
#top .top_r{
    float:right;
    width:350px;
    width:317px;
}
#top .top_r img{
}
#top .top_r .btn{
    text-align:right;
    background-size:315px auto !important;
    width:315px;
    height:60px;

    width:302px;
    height:auto;
}
#top .top_r .txt{
    color:#3A1A03;
    font-size:15px;
    font-size:1.5rem;
    padding:6px 0 0 4px;
}
#top .top_r .txt:before{
    content:"◎ ";
}
#top .top_r a{
    display:block;
}

#top .top_r .txt.live:before{
    color:#00893B;
    color:#3A1A03;

}

#top .top_r .txt.kosodate:before{
    color:#E46962;
    color:#3A1A03;
}
#top .top_r .txt.work:before{
    color:#7F66B7;
    color:#3A1A03;
}







/* 民間の不動産サイトからさがす */
#top .minkan{
    width:302px;
    color:#3A1A03;
}
#top .minkan .title{
    border-top:2px solid #F3F4EF;
    border-top:2px solid #eee;
    font-size:20px;
    margin:10px 0 6px 0;
    padding-top:6px;
}
#top .minkan .ex{
    font-size:12px;
}
#top .minkan img{
    vertical-align: bottom;
}

/* -----------------------------------------------
 物件情報：空き家カルーセル　　add:#topics_slider
------------------------------------------------ */
#top .akiya_article{
    margin-top:40px;
}
/* カルーセル外枠 */
#top .akiya_slider_frame{
	background-color:#eef0e3;
    margin-top:20px;
}
#akiya_slider .article_name{
    height:50px;
    text-align:left;
    font-weight:bold;
    font-size:17px;
    text-decoration:underline;
}
#topics_slider .slick_item,
#akiya_slider .slick_item{
	margin-right:25px;
    height:auto;
}
#topics_slider,
#akiya_slider{
	padding:20px 20px 20px 50px;
}
#topics_slider .slick-slider,
#akiya_slider .slick-slider{
	margin-bottm:0px;
}
#akiya_slider .slick_item{
}

/* 画像 */
#akiya_slider .image{
    width:275px;
	height:168px;
	height:186px;
    overflow:hidden;
}
#akiya_slider .image img{
	width:100%;
	height:auto;

	height:100%;
    /* 物件情報の方も、object-fit: cover に変更したい。要確認 aaaaa */
    object-fit: cover;
    object-position:center center;
}
#topics_slider .image img{
	width:100%;
	height:auto;
	height:100%;
    object-fit: cover;
    object-position: center center;
}

/* 移動ボタン */
#topics_slider .slick-next:before, 
#topics_slider .slick-prev:before, 
#akiya_slider .slick-next:before, 
#akiya_slider .slick-prev:before {
    content: "";
}
#topics_slider .slick-prev,
#topics_slider .slick-next,
#akiya_slider .slick-prev,
#akiya_slider .slick-next{
    background-repeat:no-repeat;
    background-position: top left;
    background-size: 19px;
	height:40px;
}
#topics_slider .slick-prev,
#akiya_slider .slick-prev{
	left:15px;
    background-image:url(../images/btn_slick_arrow_l.png);
}
#topics_slider .slick-next,
#akiya_slider .slick-next{
    right:15px;
	background-image:url(../images/btn_slick_arrow_r.png);
}
#topics_slider .slick-prev,
#topics_slider .slick-next{
    top:35%;
}
/* 契約状況 売家/賃貸 */
#akiya_slider .building_type{
	margin-top:4px;
    font-size:13px;
}
#akiya_slider .building_type td{
	padding-top:4px;
    padding-bottom:1px;
}

#akiya_slider .release_type{
    font-size:13px;
}
#akiya_slider .release_type_name{
    font-weight:bold !important;
    text-decoration:none !important;
	color:#fff;
}
#akiya_slider .slick_item a:hover,
#akiya_slider .slick_item a:active,
#akiya_slider .slick_item a:focus{
    text-decoration:none !important;
}
/* 契約状況 売家 */
#akiya_slider .building_type .release_type_name.uri{
    background-color:#FF5D26;
}
/* 契約状況 賃貸 */
#akiya_slider .building_type .release_type_name.tintai{
    background-color:#01B286;
}

#akiya_slider .release_type_name.uri_tintai{
    background-color:#F3991D;
}

/* -----------------------------------------------
 新着情報：カルーセル（空き家カルーセルとの差分）
------------------------------------------------ */
div.topics_article{
    margin-top: 270px;
}
.topics_slider_frame{
	margin-top:10px;
}
#topics_slider .image{
    width:275px;
	height:auto;
	height:188px;
    width:280px;
	height:190px;
    overflow:hidden;

    position:relative;
}
#topics_slider .cate{
    position:absolute;
    top:10px;
    left:10px;

    font-size: 14px;
    font-size: 1.4rem;
    border:1px solid #8ab700;
    color:#8ab700;
    background:#fff;
    padding:2px 14px;
    border-radius: 20px;
}
#topics_slider .date{
    color:#a0a0a1;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top:10px;
}
#topics_slider .title{
    width:275px;
    color:#000;
    font-size: 14px;
    font-size: 1.4rem;
}

/* -----------------------------------------------
 子育てにおすすめの物件紹介
------------------------------------------------ */
#top .kosodate_article{
    margin-top:40px;
}
#top .kosodate_article p.tit_sub{
    margin-top:20px;
    font-size:15px;
    font-size:1.5rem;
    font-weight: 700;
}
#top .kosodate_frame{
    margin-top:18px;

    display:flex;
    justify-content: space-between;
}
/* カード全体の枠組み */
#top .kosodate_frame .ko_block {
    width: 100%;
    max-width: 316px;
    background-color: #f5f5f5; 
    border-radius: 15px;
    /*  overflow: hidden;*/
    /*  box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
}
#top .kosodate_frame .ko_block .ko_image {
    width:100%;
    height: 200px;

    position: relative; 
    line-height: 0;
}
#top .kosodate_frame .ko_block .ko_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center center;
    border-radius: 10px 10px 0 0;
}
/* 左上の「エリア」 */
#top .kosodate_frame .ko_block .ko_image .ko_erea{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    border: 1px solid #e38f8d;
    color: #333;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    z-index:1;
}
/* 下半分のテキストエリア */
#top .kosodate_frame .ko_block .ko_info {
    position: relative; 
    padding: 35px 20px 20px; 
}
/* 「子育てポイント」の吹き出し */
#top .kosodate_frame .ko_block .ko_icon {
  position: absolute;
    top: -15px; 
    left: 20px;
    background-color: #e38f8d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px 8px 8px 0;
    font-weight: bold;
    font-size: 14px;

    line-height: 1.5;
    z-index:2;
}
/* しっぽ部分（重なりで表現） */
#top .kosodate_frame .ko_block .ko_icon::before {
    content: "";
    position: absolute;
    top: 100%; 
    left: 0;
    width: 20px; 
    height: 15px; 
    background-color: #e38f8d;
    border-radius: 0 0 100% 0 / 0 0 100% 0;
}
#top .kosodate_frame .ko_block .ko_icon::after {
    content: "";
    position: absolute;
    top: 142%;
    left: -3px; 
    width: 30px;
    height: 16px;
    background-color: #f5f5f5; 
    border-radius: 50%;   /* この円でピンクのしっぽを「えぐる」 */
    z-index: 1;
    transform: rotate(-35deg); /* 左に35度傾ける */
    transform-origin: left top;
}

/* ポイント */
#top .kosodate_frame .ko_block .point {
    color: #d65653;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;

    /* 3点リーダー対応 */
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;   /* 2行 */
    -webkit-line-clamp: 1;   /* 1行 */
    overflow: hidden; 
    
    overflow-wrap: break-word; 
    word-break: break-all;
}
/* タイトル */
#top .kosodate_frame .ko_block .title {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}


/* -----------------------------------------------
 コラム
------------------------------------------------ */
#top .column_frame {
    margin-top: 60px;
    position: relative;
    border-radius: 10px; 
}
#top .column_frame > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* 重ねるコンテンツ：全体を覆って中央寄せ */
#top .column_frame .column_content {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
/* コラムタグ：左上に固定 */
#top .column_tag {
    position: absolute;
    top: -10px;
    left: 20px;
    background-color: #ed683a; 
    color: #fff;
    padding: 4px 10px 14px;    
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 60px;
    text-align: center;

    /* 下側を凹ませる */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
}
/* タイトルとメッセージ */
.column_content .title {
    font-size: clamp(17px, 4vw, 27px);
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing:0.06em;
    font-weight: bold;
}
.column_content .message {
    font-size: clamp(13px, 2vw, 15px);
    letter-spacing:0.06em;
    margin-bottom: 25px;
}
/* 「コラムを読む」ボタン */
a.btn_read{
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 50px;
    transition: background-color 0.3s;
}
a.btn_read:hover {
    background-color: #f0f0f0;
    background-color: #d3c6c6;
    text-decoration: none;
}

/* -----------------------------------------------
 詳しく調べる：各シーンのメニュー
------------------------------------------------ */
div.scene_wrapper{
    margin-top:50px;
    background-color: #9acc96;
    padding:40px 0;
}
div.scene_wrapper div.scene_title{
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  vertical-align:bottom;
  padding-top:60px;
  letter-spacing: 0.3em;

  background-image: url("../images/top_icon_search.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 52px auto;
}
div.scene_frame{
    margin-top:30px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
}
div.scene_frame div.scene_block{
  width: 100%;
  max-width: 325px;
  background-color: #fff;
  border-radius: 30px 30px 10px 10px;    
  overflow: hidden;
/*  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
*/ 
  padding:14px; 
  box-sizing: border-box;
}
div.scene_frame div.scene_block.myhome,
div.scene_frame div.scene_block.owner,
div.scene_frame div.scene_block.iejimai,
div.scene_frame div.scene_block.advice,
div.scene_frame div.scene_block.disaster,
div.scene_frame div.scene_block.money{
  border-radius:10px;
}
/* タイトル：画像有り */
div.scene_frame div.scene_block.live .title,
div.scene_frame div.scene_block.kosodate .title,
div.scene_frame div.scene_block.reform .title{
  background-color: #3a8346;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding:4px 0 8px 0;
}
div.scene_frame div.scene_block.live h3,
div.scene_frame div.scene_block.kosodate h3,
div.scene_frame div.scene_block.reform h3{
  margin: 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
div.scene_frame div.scene_block .tit_sub {
  margin: 5px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
div.scene_frame div.scene_block.myhome .tit_sub,
div.scene_frame div.scene_block.owner .tit_sub,
div.scene_frame div.scene_block.iejimai .tit_sub,
div.scene_frame div.scene_block.advice .tit_sub,
div.scene_frame div.scene_block.disaster .tit_sub,
div.scene_frame div.scene_block.money .tit_sub{
    display:none;
}
/* タイトル２ */
div.scene_frame div.scene_block.myhome .title,
div.scene_frame div.scene_block.owner .title,
div.scene_frame div.scene_block.iejimai .title,
div.scene_frame div.scene_block.advice .title,
div.scene_frame div.scene_block.disaster .title,
div.scene_frame div.scene_block.money .title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
div.scene_frame div.scene_block.myhome .title h3,
div.scene_frame div.scene_block.owner .title h3,
div.scene_frame div.scene_block.iejimai .title h3,
div.scene_frame div.scene_block.advice .title h3,
div.scene_frame div.scene_block.disaster .title h3,
div.scene_frame div.scene_block.money .title h3{
  position: relative;
  margin: 0;
  padding-left: 40px; 
  color: #74a1d1;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  
  background-image: url("../images/top_icon_scene_myhome.svg"); 
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
}

/* 画像 */
div.scene_frame div.scene_block .image {
  display: block;
  width: auto;
  height: 120px;
  margin:5px 0 0 0;
}
div.scene_frame div.scene_block .image img{
  width: 100%;
  height: auto;
  object-fit:cover;
}
div.scene_frame div.scene_block.myhome .image,
div.scene_frame div.scene_block.owner .image,
div.scene_frame div.scene_block.iejimai .image,
div.scene_frame div.scene_block.advice .image,
div.scene_frame div.scene_block.disaster .image,
div.scene_frame div.scene_block.money .image{
    display:none;
    margin:0;
}
/* リスト部分 */
div.scene_frame div.scene_block .scene_list {
  list-style: none;
  margin: 0;
  padding: 2px 10px;
}
div.scene_frame div.scene_block .scene_list li {
  position: relative;
  padding: 4px 0 4px 25px; 
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  border-bottom: 1px dotted #000; 
}
/* リストの左側の三角形（矢印） */
div.scene_frame div.scene_block .scene_list li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid #3a8346; /* 緑色の矢印 */
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* 「すべて見る」ボタン */
#top div.scene_frame div.scene_block .btn_wrapper {
    margin-top:10px;
}
div.scene_frame div.scene_block .btn_more.mini {
  background-color: #3a8346; 
}
/*---*/
/* シーン：佐世保に住む*/
#top div.scene_frame div.scene_block.live .title,
#top div.scene_frame div.scene_block.live .btn_more.mini{
    background-color: var(--color-scene_live);
}
div.scene_frame div.scene_block.live .scene_list li::before{
    border-left-color:#3a8346;
    border-left-color:var(--color-scene_live);
}
/* シーン：子育て支援*/
#top div.scene_frame div.scene_block.kosodate .title,
#top div.scene_frame div.scene_block.kosodate .btn_more.mini{
    background-color: #e38f8d;
    background-color: var(--color-scene_kosodate);
}
div.scene_frame div.scene_block.kosodate .scene_list li::before{
    border-left-color:var(--color-scene_kosodate);
}
/* シーン：リフォーム*/
#top div.scene_frame div.scene_block.reform .title,
#top div.scene_frame div.scene_block.reform .btn_more.mini{
    background-color: #a575c9;
    background-color: var(--color-scene_reform);
}
div.scene_frame div.scene_block.reform .scene_list li::before{
    border-left-color:var(--color-scene_reform);
}
/* シーン：マイホーム*/
#top div.scene_frame div.scene_block.myhome .btn_more.mini{
    background-color: #6fa0d1;
    background-color: var(--color-scene_myhome);
}
div.scene_frame div.scene_block.myhome .scene_list li::before{
    border-left-color:var(--color-scene_myhome);
}
div.scene_frame div.scene_block.myhome .title h3 {
    color:var(--color-scene_myhome);
    background-image: var(--bg-img_scene_myhome);
}
/* シーン：家を貸したい*/
#top div.scene_frame div.scene_block.owner .btn_more.mini{
    background-color: #8bc449;
    background-color: var(--color-scene_owner);
}
div.scene_frame div.scene_block.owner .scene_list li::before{
    border-left-color:var(--color-scene_owner);
}
div.scene_frame div.scene_block.owner .title h3 {
    color:var(--color-scene_owner);
    background-image: var(--bg-img_scene_owner);
}
/* シーン：家じまい*/
#top div.scene_frame div.scene_block.iejimai .btn_more.mini{
    background-color: #dea85d;
    background-color: var(--color-scene_iejimai);
}
div.scene_frame div.scene_block.iejimai .scene_list li::before{
    border-left-color:var(--color-scene_iejimai);
}
div.scene_frame div.scene_block.iejimai .title h3 {
    color:var(--color-scene_iejimai);
    background-image: var(--bg-img_scene_iejimai);
}
/* シーン：困りごと相談*/
#top div.scene_frame div.scene_block.advice .btn_more.mini{
    background-color: #59b3a1;
    background-color: var(--color-scene_advice);
}
div.scene_frame div.scene_block.advice .scene_list li::before{
    border-left-color:var(--color-scene_advice);
}
div.scene_frame div.scene_block.advice .title h3 {
    color:var(--color-scene_advice);
    background-image: var(--bg-img_scene_advice);
}
/* シーン：災害に備える*/
#top div.scene_frame div.scene_block.disaster .btn_more.mini{
    background-color: #8c755f;
    background-color: var(--color-scene_disaster);
}
div.scene_frame div.scene_block.disaster .scene_list li::before{
    border-left-color:var(--color-scene_disaster);
}
div.scene_frame div.scene_block.disaster .title h3 {
    color:var(--color-scene_disaster);
    background-image: var(--bg-img_scene_disaster);
}
/* シーン：お金のこと*/
#top div.scene_frame div.scene_block.money .btn_more.mini{
    background-color: #d64f00;
    background-color: var(--color-scene_money);
}
div.scene_frame div.scene_block.money .scene_list li::before{
    border-left-color:var(--color-scene_money);
}
div.scene_frame div.scene_block.money .title h3 {
    color:var(--color-color);
    background-image: var(--bg-img_scene_money);
}

/* -----------------------------------------------
 民間不動産サイトからさがす
------------------------------------------------ */
div.otherlinks_frame{
    margin-top: 50px;
    margin-bottom: 40px;
    text-align:center;
}
div.otherlinks_frame h3{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
div.otherlinks_frame p.tit_sub{
    margin-top:20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}
div.otherlinks_frame div.bnr_block{
    margin-top:30px;
    display:flex;
    justify-content: center;
    gap:30px;
}
div.otherlinks_frame div.bnr_block a{
}
div.otherlinks_frame div.bnr_block img{
    width:auto;
    height:70px;
}
