@charset "shift_jis";
/* CSS Document */

/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */

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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
ul{
	margin:0px;
	padding:0px;
	list-style-type:none;;
}

.shosai_h1_left{
    text-indent: 10px;
}
/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */

h1{
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    width: 342px;
    line-height: 21px;
    position: absolute;
    top: 4px;
    left: 0px;
    right: 750px;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 0px;
}
.head_title {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    width: 342px;
    line-height: 21px;
    position: absolute;
    top: 4px;
    left: 0px;
    right: 750px;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 0px;
}
.new_header {
	background-color:#c8b789;
	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: #c8b789 !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;
}
/*-------------------------------------------------------------------
検索ページ、物件一覧等の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;
}

.ko_title:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #c8b789;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}

/*-------------------------------------------------------------------
学区表示非表示設定
学区非表示にする場合は下記cssのコメントアウトをはずしてください
-------------------------------------------------------------------*/
/*
.sho_school , .sho_school_text , .sesrch_school , .list_school_text{
    display: none;
}
*/
/* ----------------------------------------
　header
---------------------------------------- */
.header_wrap{
    padding: 20px 0px 20px 0px;
}
.header_box{
	width:1100px;
	margin:auto;
	display: flex;
	justify-content: space-between;
}
.header_logo{
    margin: 17px 0px 0px 0px;
}
.header_logo a{
	display:block;
	width:208px;
}
.header_logo a img{
	display:block;
	width:208px;
}
.header_r{
    display: flex;
    justify-content: center;
}
.header_r_t{
	margin:0px 0px 0px 0px;
}
.header_comp{
    margin-right: 10px;
    display: flex;
    justify-content:right;
    align-items: center;
}
.header_tel{
    font-size: 26px;
    font-weight: bold;
    background-image: url(/img/common/tel_icon.webp);
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 17px;
    line-height: 22px;
}
.header_comp p{
font-size: 12px;
    margin: 0px 0px 0px 15px;
    line-height: 15px;
    font-weight: bold;
}

.header_link_box{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 257px;
}
.header_link_box li{
    width: 118px;
    margin-left: 10px;
}
.header_link_box li:nth-child(1){
	width:100%;
	margin-bottom:10px;
}
.header_link_box li:nth-child(1) a{
	border:solid 1px #333;
	background-color:#FFF;
	color:#333;

}
.header_link_box li:nth-child(1) a:hover{
	background-color:#eaeaea;
}
.header_link_box li:nth-child(1) a::after {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.header_link_box li a{
display: block;
    background-color: #c8b789;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0px 4px 0px 0px;
    font-size: 14px;
	font-weight:bold;
    border-radius: 40px;
    text-decoration: none;
}
.header_link_box li a:hover{
    background-color: #a59569;
}


.header_link_box 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: 11px 0px 0px 0px;
    width: 710px;
    width: fit-content;
}
.header_menu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: right;
    border-left: solid 1px #ccc;
}
.header_menu ul li{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
    border-right: solid 1px #ccc;
}
.header_menu ul li a{
    display: block;
    font-size: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 6px 17px;
    text-decoration: none;
    position: relative;
}
.header_menu ul li a:hover{
	color:#c8b789;
}
.header_menu ul li:nth-child(1) .child{
    left: -19px;
    width: 123px;
}

ul.header_menu_child{
    display: none;
    top: 30px;
    left: 0px;
    margin: 0;
    padding: 0;
    z-index: 9999;
    height: auto;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6EEF7FF,endColorstr=#E6EEF7FF);
    background: #fff;
    overflow: hidden;
    position: absolute;
    border: solid 1px #c8b789;
}


ul.header_menu_child_1{
    top: 42px;
    left: 0px;
}


ul.header_menu_child_2{
    top: 42px;
    left: 148px;
}





ul.header_menu_child li{
    width: 140px;
    line-height: 18px;
    text-indent: 0px;
    font-size: 12px;
    padding: 10px 0;
    border: 0px !important;
    margin: 0px;
    padding: 0px;
}
ul.header_menu_child li div{
	border-bottom:solid 1px #c8b789;
}
ul.header_menu_child li div:last-child{
	border-bottom:none;
}

ul.header_menu_child li a{
display: block;
    text-indent: 10px;
    background-image: none;
    padding: 10px 10px;
    text-indent: 0px;
    font-size: 13px;
}
ul.header_menu_child li a::after{
	display:none;
}
ul.header_menu_child_tenpo li a{
	border-top:1px solid #FFFFFF;
	padding:5px 0;
}


ul.header_menu_child li a:hover{
	text-decoration:underline;
}





ul.child_1 li a:hover{	color:#FF8800;}


ul.child_tenpo li a:hover{
	color:#333333;
	background:rgba(197, 218, 236, 0.95);
}


/* ----------------------------------------
　footer
---------------------------------------- */
.f_navi_list{
    padding: 80px 0px 0px 0px;
    background-color: #fff;
    border-top: solid 2px #c8b789;
    border-bottom: solid 1px #ccc;

}
.fix_line_bn{
    position: fixed;
    right: 0px;
    bottom: 80px;
}

.footer_menu_inner{
	width: 1100px;
	margin: 0 auto;
}
.f_menu_list{
    display: flex;
    margin-bottom: 35px;
}
.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: 16px;
    background-color: #000;
    position: absolute;
    right: -15px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(28deg);
}
.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 5px 0px;
}
.footer_bottom_l{
    margin-top: 19px;
}
.footer_bottom_l a{
	display:block;
}
.footer_bottom_l p{
	font-size:13px;
	margin:20px 0px 0px 0px;
}
.footer_r{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.footer_r_t{
	display: flex;
	justify-content:right;
	margin:0px 0px 18px 0px;
}
.footer_bottom_r{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.footer_bottom_tel{
    font-size: 26px;
    font-weight: bold;
    background-image: url(/img/common/tel_icon.webp);
    background-position-x: 0px;
    background-position-y: 1px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 17px;
    line-height: 22px;
}
.footer_bottom_r p{
    font-size: 13px;
    margin: 12px 0px 15px 0px;
    text-align: left;
}
.footer_bottom_link{
	margin-left:20px;
}
.footer_bottom_link ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 257px;
}
.footer_bottom_link li{
    width: 118px;
    margin-left: 10px;
}
.footer_bottom_link li:nth-child(1){
	width:100%;
	margin-bottom:10px;
}
.footer_bottom_link li:nth-child(1) a{
	border:solid 1px #333;
	background-color:#FFF;
	color:#333;

}
.footer_bottom_link li:nth-child(1) a:hover{
	background-color:#eaeaea;
}
.footer_bottom_link li:nth-child(1) a::after {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.footer_bottom_link li a{
display: block;
    background-color: #c8b789;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0px 4px 0px 0px;
    font-size: 14px;
	font-weight:bold;
    border-radius: 40px;
    text-decoration: none;
}
.footer_bottom_link li a:hover{
    background-color: #a59569;
}


.footer_bottom_link 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;
}
#jsp{
	text-align:right;
}

/* ----------------------------------------
　side
---------------------------------------- */

/* ----------------------------------------
　side
---------------------------------------- */
.shosai_main{
	float:left;
}
.shosai_side{
    float: right;
}
.search_listbody{
	float:left;	
}
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: left;
	margin-right: 20px;
}

.l-sidenavi {
	width: 200px;
	float: right;
	margin-right:0px;
}

.side {
	float: right;
	width:200px;
    margin-bottom: 30px;
}

.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 18px 0px;
    padding: 0px 0px 0px 0px;
    background-position-x: left;
    background-position-y: center;
    display: flex;
    align-items: self-end;
}
.s_search h2 span{
    color: #c8b789;
    font-size: 13px;
    padding: 0px 0px 0px 17px;
    font-weight: bold;
    position: relative;
}
.s_search h2 span::before {
    content: "";
    left: 8px;
    top: 1px;
    margin: auto;
    width: 1px;
    height: 17px;
    background-color: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(205deg);
    position: absolute;
}
.s_search_map{
	margin:0px 0px 30px 0px;
}
.s_search_box{
	width:100%;
}
.s_search_l{
	width:100%;
}
.s_search_l ul{
    margin: 4px 4px 24px 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 #c8b789;
    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;
	position:relative;
	text-decoration:none;
	color:#333;
}
.s_search_l ul li a::after {
    content: "";
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.s_search_l ul li a img{
width: 37px;
    margin-right: 10px;
}
.s_search_l ul li a i{
    margin: 0px 6px 0px 3px;
}
.s_search_l ul li a:hover{
	background-color:#fef9ec;
}
.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:#fef9ec;
}
.s_search_kodawari ul li a i{
    padding: 0px 7px 0px 18px;
}
.s_bn_wrap{
	margin-bottom:30px;
}
.s_bn_wrap a{
	display:block;
}
.s_conts_wrap{
    background-color: #f0ede5;
    margin-bottom: 30px;
}
.s_conts_wrap img{

}
.s_conts_tex{
    padding: 10px;
}
.s_conts_tex h2{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px 13px 0px;
    padding: 0px 0px 0px 0px;
    background-position-x: left;
    background-position-y: center;
    display: flex;
    align-items: self-end;
}
.s_conts_tex h2 span{
    color: #c8b789;
    font-size: 13px;
    padding: 0px 0px 0px 17px;
    font-weight: bold;
    position: relative;
}
.s_conts_tex h2 span::before {
    content: "";
    left: 8px;
    top: 1px;
    margin: auto;
    width: 1px;
    height: 17px;
    background-color: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(205deg);
    position: absolute;
}
.s_conts_tex h2 p{

}
.s_conts_tex ul{

}
.s_conts_tex ul li{
    margin-bottom: 7px;
}
.s_conts_tex ul li:last-child{
	margin-bottom:0px;
}
.s_conts_tex ul li a{
    display: block;
    background-color: #FFF;
    line-height: 43px;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 0px 11px 0px 0px;
    border: solid 1px #c8b789;
	text-decoration:none;
	color:#333;
}
.s_conts_tex ul li a::after {
    content: "";
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.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 18px 0px;
    padding: 0px 0px 0px 0px;
    background-position-x: left;
    background-position-y: center;
    display: flex;
    align-items: self-end;
}
.s_company_wrap h2 span{
    color: #c8b789;
    font-size: 13px;
    padding: 0px 0px 0px 17px;
    font-weight: bold;
    position: relative;
}
.s_company_wrap h2 span::before {
    content: "";
    left: 8px;
    top: 1px;
    margin: auto;
    width: 1px;
    height: 17px;
    background-color: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(205deg);
    position: absolute;
}
.s_company_tex{
    font-size: 15px;
    line-height: 30px;
    margin: 0px 0px 35px 0px;
}
.s_company_comp{
margin: auto;
    list-style-type: none;
    width: 100%;
    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/common/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;
    background-color: #FFF;
    line-height: 43px;
    text-align: center;
    border-radius: 35px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 0px 11px 0px 0px;
    border: solid 1px #c8b789;
	color:#333;
	text-decoration:none;
}
.s_company_wrap ul li a::after {
    content: "";
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.s_company_wrap ul li a:hover{
	background-color:#fef9ec;
}



/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.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;
}
.shosai_google_map{
    margin-bottom: 30px;
}