@charset "shift_jis";
/* CSS Document */

/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: thin;
}

/*Light*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Light.otf') format('opentype');
    font-weight: 300;
    font-style: lght;
}

/*Regular*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: regular;
}

/*Midium*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/*Bold*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: bold;
}

/*Black*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Black.otf') format('opentype');
    font-weight: 900;
    font-style: black;
}


body {
	color : #000000;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	text-align: left;
	background: #FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif !important;
}

.search_listbody{
	float:left;
}
.search_list2 {
    float: right;
}
/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */

h1{
    color: #ccc;
    font-size: 11px;
    text-align: left;
    width: 370px;
    line-height: 18px;
    padding-left: 10px;
    position: absolute;
    top: 16px;
    left: 0px;
    right: 740px;
    margin: auto;
    z-index: 150;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: normal;
}
ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.head_title {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 44%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin:0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight:bold;
}
.new_header {
	background-color:#72bf43;
	width:100%;
	height:35px;
	position: fixed;
	top:0;
	z-index:100;
}
.new_header_inner {
        min-width: 1000px;
}

.new_header_icon {
	float:left;
	margin:8px 0 0 0;
}

.new_header_menu {
	float:right;
	margin-top:6px;
}

.new_header_menu ul {
	margin:0;
	padding:0;
	overflow:hidden;
}
.new_header_menu li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin-right:6px;
}

.new_h_reserv {
    background-color: #fff;
    border-radius: 3px;
}

.new_h_reserv a {
    color: #72bf43 !important;
	text-align:center;
}

.new_header_menu a {
	color: #fff;
        font-weight: bold;
	text-decoration: none;
	display:block;
	padding:3px 10px;
	height: 16px;
	line-height:16px;
	font-size:12px;
	letter-spacing:1px;
}

.new_header_menu a img{
	float:left;
	margin:0px 10px 0px 0px;
}

.new_header_icon:hover , .new_header_menu li:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.new_header_menu li i {
    margin-right: 5px;
}
.shosai_main{
    float: left;
}
.shosai_side {
    float: right;

}
/*-------------------------------------------------------------------
検索ページ、物件一覧等のh2
-------------------------------------------------------------------*/
.ko_title{
    margin: 0px auto 0px auto;
    padding: 0 0 15px 5px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 3px solid #DDD;
    color: #333;
    width: 100%;
    float: none;
    z-index: 0;
    overflow: initial;
    font-weight: bold;
    white-space: normal;
	top:0px;
}
.shosai_h1_left{
	top:0px;
}
.ko_title:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #72bf43;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}

/*-------------------------------------------------------------------
学区表示非表示設定
学区非表示にする場合は下記cssのコメントアウトをはずしてください
-------------------------------------------------------------------*/
/*
.sho_school , .sho_school_text , .sesrch_school , .list_school_text{
    display: none;
}
*/

/*-------------------------------------------------------------------
  ここから下を全削除後、各サイトの共通テンプレート
  ヘッダーフッターサイドバーなどで使用するcssを記載してください
  サイドバーのcssをそのまま使いたいとかであればうまく利用してください。
-------------------------------------------------------------------*/

/* ----------------------------------------
　header
---------------------------------------- */
.header_wrap{
	padding:30px 0px;
}
.header_box{
	width:1100px;
	margin:auto;
	display: flex;
	justify-content: space-between;
}
.header_logo{
    margin: 17px 0px 0px 0px;
}
.header_logo a{

}
.header_logo a img{

}
.header_r{
	
}
.header_r_t{
	display: flex;
	justify-content: space-between;
	margin:0px 0px 18px 0px;
}
.header_comp{
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_tel{
	font-size:23px;
	font-weight:bold;
	background-image:url(/img/common/c_tel_icon.webp);
	background-position-x:0px;
	background-position-y:0px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
}
.header_comp p{
	font-size:14px;
	margin:0px 0px 0px 15px;
}
.header_r_t{

}
.header_r_t ul{
margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 226px;
}
.header_r_t ul li{
	width:108px;
}
.header_r_t ul li a{
	display:block;
	background-color:#72bf43;
	line-height:30px;
	text-align:center;
	color:#fff;
	position:relative;
    padding: 0px 4px 0px 0px;
}
.header_r_t ul li a:hover{
	background-color:#569b2b;
}
.header_r_t ul li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.header_menu{
	margin:0px 0px 0px 0px;
	width:710px;
}
.header_menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display: flex;
	justify-content: space-between;
}
.header_menu ul li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.header_menu ul li a{
	display:block;
    font-size: 15px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	padding:6px 14px;
	text-decoration:none;
}
.header_menu ul li a:hover{
	color:#72bf43;
}
.header_menu ul li:nth-child(1) .child{
    left: -19px;
    width: 123px;
}













/* ----------------------------------------
　footer
---------------------------------------- */

.f_navi_list{
	padding: 80px 0px;
	background-color: #f6f6f6;
	border-top: solid 2px #72bf43;

}
.footer_menu_inner{
	width: 1100px;
	margin: 0 auto;
}
.f_menu_list{
	display: flex;
	margin-bottom: 55px;
}
.f_menu_list:nth-of-type(4){
	margin-bottom: 0px;
}
.f_menu_list p{
    font-size: 16px;
    width: 200px;
    font-weight: bold;
	margin:0px;
}
.f_menu_list ul {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    margin:0px;
}
.f_menu_list ul li{
    margin: 0px 30px 15px 0px;
}
.f_menu_list ul li a {
	font-size: 14px;
	position: relative;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.f_menu_list ul li a:hover{
	text-decoration: underline;
}
.f_menu_list ul li a::before{
    display: block;
    content: "";
    width: 1px;
    height: 17px;
    background-color: #000;
    position: absolute;
    right: -15px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.f_menu_list ul li:last-child a::before{
	display: none;
}

.footer_bottom{
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}
.footer_bottom_l{

}
.footer_bottom_l a{
	display:block;
}
.footer_bottom_l p{
	font-size:13px;
	margin:20px 0px 0px 0px;
}
.header_r{
	
}
.header_r_t{
	display: flex;
	justify-content:right;
	margin:0px 0px 18px 0px;
}
.footer_bottom_r{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 340px;
}
.footer_bottom_tel{
	font-size:23px;
	font-weight:bold;
	background-image:url(/img/common/c_tel_icon.webp);
	background-position-x:0px;
	background-position-y:0px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
}
.footer_bottom_r p{
    font-size: 13px;
    margin: 12px 0px 15px 0px;
    text-align: right;
}
.footer_bottom_r ul{
margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 247px;
}
.footer_bottom_r ul li{
	width:119px;
}
.footer_bottom_r ul li a{
	display:block;
	background-color:#72bf43;
	line-height:30px;
	text-align:center;
	color:#fff;
	position:relative;
    padding: 0px 4px 0px 0px;
}
.footer_bottom_r ul li a:hover{
	background-color:#569b2b;
}
.footer_bottom_r ul li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.f_copyright{
    width: 100%;
    background-color: #616161;
    text-align: center;
    padding: 3px 0px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

/* ----------------------------------------
　side
---------------------------------------- */
.side{
	width:200px;
	margin-bottom:40px;
}
.side a{
	color:#333;
	text-decoration:none;
}
.s_info{
    width: 100%;
    margin: 0px 0px 30px 0px;
}
.s_info h2{
font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    background-position-x: left;
    background-position-y: center;
display: flex;
    align-items: center;
}
.s_info h2 span{
    color: #72bf43;
    font-size: 13px;
    padding: 0px 0px 0px 8px;
    font-weight: bold;
}
.s_info_link{
    width: 192px;
    line-height: 42px;
    background-color: #72bf43;
    font-size: 14px;
    border-radius: 10px;
    color: #fff !important;
    margin: 0px 4px 0px 4px;
    padding: 0px 14px 0px 0px;
    background-image: url(/img/top/link_icon_f.webp);
    background-size: 14px;
    background-repeat: no-repeat;
    box-shadow: 0 0 6px #cccccc;
    background-position: right 20px center;
    display: block;
    text-align: center;
    box-sizing: border-box;

}
.s_info_link:hover{
	background-color:#63ab37;
}
.s_info_box{
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    margin: 4px 4px;
    box-shadow: 0 0 6px #cccccc;
}
.s_info_box ul{
	margin:0px;
	padding:0px 15px;
	list-style-type:none;
	    box-sizing: border-box;
}
.s_info_box ul li{

}
.s_info_box ul li a{
    display: block;
    padding: 10px 0px;
    border-bottom: solid 1px #ccc;
    color:#333;
	text-decoration:none;
}
.s_info_box ul li a:hover{
	text-decoration:underline;
}
.s_info_box ul li:last-child a{
	border-bottom:none;
}
.s_info_box ul li a span{
    font-weight: bold;
    font-size: 13px;
}
.s_info_box ul li a p{
    font-weight: normal;
    margin-right: 10px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0px;
}
.s_info iframe{
    width: 100%;
    height: 241px;
    background: none;
    display: block;
}
.s_search_wrap{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
}
.s_search{
	width:100%;
	margin:auto;
}
.s_search h2{
font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    background-position-x: left;
    background-position-y: center;
display: flex;
    align-items: center;
}
.s_search h2 span{
    color: #72bf43;
    font-size: 13px;
    padding: 0px 0px 0px 8px;
    font-weight: bold;
}
.s_search_map{
	margin:0px 0px 30px 0px;
}
.s_search_box{
	width:100%;
}
.s_search_l{
	width:100%;
}
.s_search_l ul{
    margin: 4px;
    padding: 0px;
    list-style-type: none;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    overflow: hidden;
}
.s_search_l ul:last-child{
	margin-top:20px;
}
.s_search_l ul li{
    border-bottom: solid 1px #72bf43;
    width: 100%;
}
.s_search_l ul li:last-child{
	border-bottom:none;
}
.s_search_l ul li a{
    background-color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 13px 0px 13px 15px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.s_search_l ul li a i{
    margin: 0px 6px 0px 3px;
}
.s_search_l ul li a:hover{
	background-color:#ebf8e2;
}
.s_search_l_icon{
    margin: 0px 9px 0px 0px;
    height: 22px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_search_l_icon img{
	height:100%;
}
.s_search_r{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.s_search_kodawari{
	
}
.s_search_kodawari p{
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 12px 0px;
}
.s_search_kodawari ul{
    margin: 4px;
    padding: 0px;
    list-style-type: none;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    overflow: hidden;
}
.s_search_kodawari ul li{
    width: 100%;
    position: relative;
    border-bottom: solid 1px #72bf43;
}
.s_search_kodawari ul li:last-child{
	border-bottom:none;
}

.s_search_kodawari ul li a{
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    background-color: #FFF;
    padding: 13px 0px 13px 1px;
}
.s_search_kodawari ul li a:hover{
	background-color:#ebf8e2;
}
.s_search_kodawari ul li a i{
    padding: 0px 7px 0px 18px;
}

.s_company_wrap{
    padding: 0px 0px;
    background-size: cover;
}
.s_company{
    width: 100%;
    margin: auto;
    background-color: #f4f1e9;
	padding:0px 0px 15px 0px;
}
.s_company_l{
    width: 100%;
}
.s_company_l img{

}
.s_company_wrap h2{
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 12px 0px;
    padding: 0px;
    background-position-x: left;
    background-position-y: center;
    display: flex;
    align-items: center;
}
.s_company_wrap h2 span{
    color: #72bf43;
    font-size: 13px;
    padding: 0px 0px 0px 8px;
    font-weight: bold;
}
.s_company_tex{
    font-size: 15px;
    line-height: 30px;
    margin: 0px 0px 35px 0px;
}
.s_company_comp{
margin: auto;
    list-style-type: none;
    width: 194px;
    padding: 12px;
    box-sizing: border-box;
}
.s_company_comp_shpp{
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
.s_company_comp_tel{
    font-size: 20px;
    font-weight: bold;
    background-image: url(/img/top/company_tel_icon.webp);
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 11px;
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 10px 0px;
    line-height: 17px;
}
.s_company_comp p{
    font-size: 13px;
    margin: 10px 0px 0px 0px;
    line-height: 20px;
}
.s_company img{
	width:100%;
}
.s_company_wrap ul{
    padding: 0px;
    margin: auto;
    list-style-type: none;
    width: 172px;
}
.s_company_wrap ul li{
	margin-bottom:10px;
}
.s_company_wrap ul li:last-child{
	margin-bottom:0px;
}

.s_company_wrap ul li a{
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    background-color: #FFF;
    background-image: url(/img/top/link_icon.webp);
    background-repeat: no-repeat;
    box-shadow: 0 0 6px #cccccc;
    background-size: 14px;
    background-position: right 11px center;
    line-height: 47px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0px 14px 0px 0px;
}
.s_company_wrap ul li a:hover{
	background-color:#ebf8e2;
}
.s_banner{
	margin:0px 0px 20px 0px;
}
.s_banner a{
	display:block;
}
.s_banner a:hover{
    opacity: 0.7;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 720px;
	margin: 0 auto;
}

.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 18px;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

.rental_inq a:after {
	position: absolute;
	bottom: -5px;
	content: "";
	vertical-align: middle;
	right: -5px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #FFF;
	transform: rotate(45deg);
}

.rental_inq a:hover {
	background: #fff;
	color: #ff7f00;
}

.rental_inq a:hover:after {
	border-left: 10px solid #ff7f00;
}
