<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*******************************/
/*  サイトカラー変更 置換ワード  */
/* ⇒　#65b820;/*sma_color_01*/
/*     ヘッダ,h2,パンくず背景  */
/* ⇒  #BBBBBB;/*sma_color_02*/
/*  スライドメニュー背景  */
/*例）#○○;/*sma_color_01*/
/*              ?
/*例）#▲▲;/*sma_color_01*/
/* sma_colorのコメントアウトも含めて置換*/
/* カラーコードのみを変更*/
/*******************************/
/* =========================================================
   Header
========================================================= */
body {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif, 'Arial';
	font-weight: 500;
}
h1 {
	background: #65b820;
	position: relative;
	z-index: 5;
}
header {
	overflow: hidden;
	background: #FFF;
	border-bottom: 1px solid #65b820;
	position: relative;
	z-index: 5;
}
header .logo {
	float: left;
	display: table-cell;
	overflow: hidden;
	margin: 5px 0 0 5px;
	width: 185px;
	height: 47px;
	font: 10rem/100% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	text-indent: 100%;
	white-space: nowrap;
	background: url(/mobile_img/head-logo.png) no-repeat 0 0;
	-webkit-background-size: 115px 42px;
	-moz-background-size: 115px 42px;
	background-size: 115px 42px;
}
header .logo a {
	display: block;
	height: 38px;
}
header .logo-i {
	float: left;
	display: table-cell;
	overflow: hidden;
	margin: 5px 0 0 5px;
	width: 60%;
	height: 47px;
	white-space: nowrap;
}
header .logo-i a {
	display: block;
	height: 38px;
}
header .button02 {
	float: right;
	height: 52px;
}
header .button02 p:nth-of-type(1) {
	display: table-cell;
	margin: 0;
	height: 52px;
	text-align: center;
	border-style: solid;
	border-width: 0 1px;
	border-color: #65b820;
	/*sma_color_01*/
	/*ヘッダーメニュー（1）　枠線　色指定*/
}
header .button02 p:nth-of-type(2) {
	display: table-cell;
	margin: 0;
	height: 52px;
	text-align: center;
	border-style: solid;
	border-width: 0 1px 0px 0px;
	border-color: #65b820;
	/*sma_color_01*/
	/*ヘッダーメニュー（2）　枠線　色指定*/
}
header .button02 p:nth-of-type(3) {
	display: table-cell;
	margin: 0;
	height: 52px;
	text-align: center;
	background-color: #65b820;
	/*sma_color_01*/
	/*ヘッダーメニュー（3）　背景色指定*/
}
header .button02 p:nth-of-type(1) a {
	display: block;
	padding-top: 30px;
	width: 60px;
	height: 22px;
	text-decoration: none;
	color: #000;
	/*font-size: 10rem;*/
	font-size: 10px;
	background: url(/mobile_img/search-head1.png) no-repeat 50% 30%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
header .button02 p:nth-of-type(1) a.out {
	background: url(/mobile_img/search-head1.png) no-repeat 50% 30%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
header .button02 p:nth-of-type(2) a {
	display: block;
	padding-top: 30px;
	width: 60px;
	height: 22px;
	text-decoration: none;
	color: #444444;
	/*font-size: 10rem;*/
	font-size: 10px;
	background: url(/mobile_img/search-head2.png) no-repeat 50% 30%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
header .button02 p:nth-of-type(2) a.out {
	background: url(/mobile_img/search-head2.png) no-repeat 50% 30%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
header .button02 p:nth-of-type(3) span {
	display: block;
	padding-top: 30px;
	width: 60px;
	height: 22px;
	color: #FFF;
	/*font-size: 10rem;*/
	font-size: 10px;
	background: url(/mobile_img/search-head3.png) no-repeat 50% 30%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
header .button02 p:nth-of-type(1) a:hover {
	background: #FFF url(/mobile_img/search-head1.png) no-repeat 50% 30%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
header .button02 p:nth-of-type(2) a:hover {
	background: #FFF url(/mobile_img/search-head2.png) no-repeat 50% 30%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
header .button02 p:nth-of-type(3) span::active {
	background: #FFF url(/mobile_img/search-head3.png) no-repeat 50% 30%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
/*ヘッダ固定*/
#fix {
	width: 100%;
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	height: 52px;
	z-index: 1;
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
}
/* =========================================================
   footer
========================================================= */
.footer {
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0;
	background: #FFF;
	font-size: 12px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.footer ul li a {
	font-size: 14px;
	font-weight: bold;
}
/*フッターのカラー変更*/
.footer-b {
	margin: 0;
	background-color: #FF8C00;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
/* フッターについてくるお問い合わせ */
.foot_inq {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 45px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.foot_inq img {
	margin: 0 auto;
	padding: 0;
	vertical-align: bottom;
}
.foot_inq ul {
	background: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	border: none;
}
.foot_inq ul li {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
}
.foot_inq ul li a {
	margin: 0 auto;
	padding: 0;
}
.foot_inq_tel {
	width: 40%;
}
.foot_inq_tel a {
	border: 1px solid #666;
	background: -moz-linear-gradient(#FFB216, #FF7017);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB216), to(#FF7017));
	width: 90%;
	height: 35px;
	margin: 0 auto;
	display: block;
	position: relative;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}
.foot_inq_tel img,
.foot_inq_mail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.foot_inq_mail {
	width: 40%;
}
.foot_inq_mail form {
	position: relative;
}
.foot_inq_mail input {
	border: 1px solid #666;
	background: -moz-linear-gradient(#00e100, #008c00);
	background: -webkit-gradient(linear, left top, left bottom, from(#00e100), to(#008c00));
	width: 92%;
	height: 37px;
	padding: 0;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	position: relative;
}
.foot_inq_fav {
	width: 20%;
	height: 30px;
	padding-top: 4px !important;
}
.foot_inq_fav a {
	height: 23px;
	width: 25px;
}
.back-color {
	background-color: #65b820;
}
footer {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFF;
	position: relative;
	z-index: 2;
}
.changeViewWrap {
	width: 96%;
	margin: 7px auto;
	height: auto;
	overflow: hidden;
}
.changeView {
	padding-bottom: 3px;
	margin: 0;
}
.changeView a {
	display: block;
	padding: 12px;
	color: #3979AA;
	box-shadow: 0 3px 0 #3979AA;
	font-weight: bold;
	background: #eaf0f8;
	text-align: center;
	border: 1px solid #999;
}
.changeView i {
	margin-right: 10px;
}
/*sp-pc-switch end*/
/*bact-top start*/
.footer-up-color {
	color: #777777;
}
#back-Top {
	width: 100%;
	margin-top: 3%;
	padding: 0;
	border-bottom: #BABABA 2px solid;
	border-top: #BABABA 2px solid;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	background: #f5f5f5;
}
#back-Top a {
	display: block;
	padding: 10px 0;
	color: #333;
}
#back-Top a span {
	font-weight: bold;
	font-size: 13px;
	position: relative;
}
#back-Top a span:before {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 6px solid transparent;
	border-left: 6px solid #333;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	bottom: 6px;
	left: -20px;
	margin: auto;
}
/*bact-top end*/
.area_zokusei_link {
	margin: 10px 4%;
	text-align: left;
}
.area_zokusei_link p {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
}
.area_zokusei_link ul {
	overflow: hidden;
	padding-bottom: 10px;
}
.area_zokusei_link li {
	float: left;
}
.area_zokusei_link li:not(:last-child):after {
	content: "／";
	color: #999;
}
.area_zokusei_link a {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	text-decoration: underline;
}
.area_zokusei_link {
	margin: 10px 4%;
	text-align: left;
}
.f_txt_menu {
	width: 98%;
	margin: 5px auto;
}
.f_txt_menu p {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
}
.f_txt_menu ul {
	overflow: hidden;
	padding-bottom: 10px;
}
.f_txt_menu li {
	display: inline-block;
	padding: 0 20px 0 0;
	float: left;
	position: relative;
}
.f_txt_menu li:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 1px;
	-webkit-transform: rotate(105deg);
	transform: rotate(105deg);
	background: #999;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3px;
	margin: auto;
}
.f_txt_menu li:last-child:after {
	display: none;
}
.f_txt_menu a {
	font-size: 12px;
	line-height: 22px;
	color: #333;
}
.f_menu ul {
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #f5f5f5;
	overflow: hidden;
}
.f_menu li {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
.f_menu li:nth-of-type(2n-1) {
	border-right: 1px solid #ccc;
}
.f_menu li:after {
	content: "";
	display: block;
	height: 5px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.f_menu a {
	display: block;
	padding: 15px 4%;
	font-weight: bold;
	position: relative;
	text-align: left;
	color: #333;
	font-size: 13px;
}
/*footer-tenpo start*/
.f-tel {
	width: 94%;
	font-size: 30px;
	margin: 5% auto 5% auto;
	text-align: center;
}
.f-tel li:nth-child(1) {
	margin: 0 0 5% 0;
}
.f-tel p {
	display: inline-block;
	padding: 2% 5%;
	background: #65b820;
	border-radius: 3px;
	font-size: 3.5vw;
	line-height: 3vh;
	color: #fff;
	letter-spacing: 0.05em;
}
.f-tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Century Gothic', 'Arial';
	font-weight: bold;
	color: #333333;
	padding: 10px 0;
	line-height: 30px;
}
.f-tel img {
	width: 27px;
	margin-right: 10px;
	vertical-align: bottom;
}
.office-info {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: auto;
}
.office-info span {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 1% 0 !important;
	text-align: left;
	line-height: 20px;
	font-size: 13px;
}
.office-info a {
	display: block;
	float: right;
	margin: 3% 0;
	padding: 0;
	width: 60%;
	height: auto;
}
.office-info img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
/*footer-tenpo end*/
.copyright {
	padding: 3px 0;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 11px;
}
/* ----------------------------------------
　フッター固定
---------------------------------------- */
.fixfoot {
	width: 100%;
	position: fixed;
	bottom: -1px;
	height: 60px;
	background-color: #FFF;
	z-index: 999;
	border-top: 2px solid #65b820;
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
}
.fixfoot ul {
	width: 100%;
	margin: 0px;
	height: 100%;
	padding: 0px;
	list-style: none;
	display: flex;
}
.fixfoot ul li {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #ddd;
	flex: 1;
	display: block;
}
.fixfoot ul li:last-child {
	border: none;
	background: #ffffff;
}
.fixfoot ul li:last-child i {
	color: #65b820;
	display: table;
	font-size: 24px;
}
.fixfoot ul li:last-child span {
	color: #65b820;
	display: none;
}
.fixfoot ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	color: #333;
}
.fixfoot ul li a img {
	width: 70%;
	max-height: 65px;
}
.fixfoot ul li i {
	width: 100%;
	height: 17px;
	display: block;
	text-align: center;
}
.fixfoot ul li span {
	font-size: 12px;
}
.dra_tl p {
	background: #65b820;
	color: #fff;
}
.pitat {
	width: 96%;
	margin: 0 auto;
	font-size: 2.5vw;
	line-height: 2vh;
}
/* 物件検索のフリーワード検索 */
.search_space {
	overflow: hidden;
}
.search_space_wrap {
	width: 100%;
	height: 40px;
	border: 1px solid #BBB;
	float: left;
	position: relative;
}
.search_window {
	width: 100%;
	box-sizing: border-box;
	padding: 9px 15px;
	border: none !important;
	font-size: 14px;
	line-height: 28px !important;
	letter-spacing: 1px;
	box-shadow: none !important;
	background: #fff !important;
}
.search_window::placeholder {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
	color: #cccccc;
	font-weight: 500;
}
.free_btn {
	display: none !important;
}
.online_rent_bnr {
	display: block;
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5% 0;
	border: 1px solid #65b820;
	font-size: 3.5vw;
	line-height: 3vh;
	color: #65b820;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.online_rent_bnr:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #65b820;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
}
/* list_bnr */
#list_cam {
	width: 90%;
	margin: 0 auto 0 auto;
}
#list_cam li:nth-child(1) {
	margin: 0 0 2% 0;
}
#list_cam a {
	display: block;
}
#list_cam a img {
	width: 100%;
}
.form_linkbox {
	padding: 20px;
	border-radius: 10px;
	background: #eff8e8;
}
.form_linkbox h3 {
	width: auto;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #65b820;
	background: none;
	font-size: 16px;
	line-height: 24px;
	color: #65b820;
	text-align: left;
	position: relative;
}
.form_linkbox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.form_linkbox ul li a {
	display: block;
	padding: 10px 15px;
	background: #FFF;
	border: 1px solid #65b820;
	font-size: clamp(11px, 3vw, 13px);
	line-height: 18px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
/* 物件リクエスト */
.shosai_request {
	padding: 0 0 15px 0;
	background: #F5F5F5;
	text-align: center;
}
.shosai_request a {
	color: #ff6f30;
	width: 90%;
	margin: 0 auto;
	font-size: 19px;
	font-weight: bold;
	padding: 2% 0;
	background-color: #FFF;
	display: block;
	line-height: 27px;
	box-shadow: 0 4px #ff6f30;
	border: 2px solid #ff6f30;
	border-radius: 5px;
	position: relative;
}
.shosai_request a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #ff6f30;
	border-right: solid 2px #ff6f30;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -4px;
}
.shosai_request a span {
	font-size: 16px;
	background: linear-gradient(transparent 60%, #F4FB30 60%);
	padding: 0 7px;
}</pre></body></html>