/* CSS Document */
@media screen and (max-width:768px) {
	/*******************************/
	/*  サイトカラー変更 置換ワード  */
	/* ⇒　#b01717;/*sma_color_01*/
	/*     ヘッダ,h2,パンくず背景  */
	/* ⇒  #BBBBBB;/*sma_color_02*/
	/*  スライドメニュー背景  */
	/*例）#○○;/*sma_color_01*/
	/*              ?
/*例）#▲▲;/*sma_color_01*/
	/* sma_colorのコメントアウトも含めて置換*/
	/* カラーコードのみを変更*/
	/*******************************/
	/* =========================================================
   reset
========================================================= */
	article, aside, details, figcaption, figure,
	footer, hgroup, menu, nav, section {
		display: block;
	}
	html {
		overflow-y: scroll;
		zoom: 1 !important;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	input, textarea, dt, dd {
		margin: 0;
		padding: 0;
	}
	ol, ul {
		list-style: none;
		color: black;
		margin: auto;
		padding: 0;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	caption, th {
		text-align: left;
	}
	a:focus {
		outline: none;
	}
	.cf:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.cf {
		min-height: 1px;
	}
	* html .cf {
		height: 1px;
		/*\*/
		/*/
	height: auto;
	overflow: hidden;
	/**/
	}
	.both {
		clear: both;
	}
	a {
		text-decoration: none;
	}
	.smart_border {
		border: none !important;
	}
	/* =========================================================
   Body
========================================================= */
	html, body {
		position: relative;
		margin: 0;
		width: 100%;
		-webkit-text-size-adjust: 100%;
		background: #fff;
		font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #000000;
	}
	#main {
		margin-bottom: 140px;
	}
	.red {
		color: #FF0000;
	}
	.redbold {
		color: #FF0000;
		font-weight: bold;
	}
	a.red:link {
		color: #FF0000;
	}
	/*リセットEND*/
	h1 {
		background: #b01717;
		padding: 3px 2%;
		color: #fff;
		font-size: 9px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: normal;
		margin: 0;
		text-align: left;
	}
	marquee {
		font-size: 12px;
		color: #fff;
	}
	.container-top {
		padding: 0px 5px 0 5px;
	}
	ul li.arrow {
		background-image: url(/mobile_img/chevron.png);
		background-position: right center;
		background-repeat: no-repeat;
	}
	.mli-com {
		margin-top: 10px;
		padding-left: 15px;
		font: 12px;
	}
	.mli-kakaku {
		font-size: 20px;
		line-height: 25px;
		font-weight: bold;
		color: red;
	}
	.mli-koumoku {
		font-size: 12px;
		font-weight: bold;
		color: #3399FF;
	}
	.mli-title {
		padding: 2px 5px;
		font-weight: bold;
		background-color: #FF8C00;
		color: #fff;
		font-size: 12px;
		line-height: 25px;
	}
	.mli-koumoku-waku {
		margin-left: 5px;
		font-size: 12px;
		line-height: 16px;
	}
	.li-height {
		height: 200px;
	}
	a .mli-changesearch {
		padding: 3px 5px;
		font-weight: bold;
		text-decoration: none;
		text-overflow: ellipsis;
		background-color: #007fff;
		color: #fff;
		font-size: 14px;
		line-height: 25px;
	}
	.nav-page {
		width: 100%;
	}
	.nav- page-left {
		position: absolute;
		top: auto;
		left: 10px;
	}
	.bg1 {
		padding: 5px;
	}
	.footer {
		padding-top: 5px;
		padding-bottom: 3px;
		margin: 0;
		font-size: 12px;
		text-align: center;
	}
	.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;
	}
	.main {
		margin: 0px;
	}
	.main ul {
		border-top: 0;
		margin: 0px;
		font-size: 12px;
		-webkit-border-radius: 0px;
	}
	.main ul li {
		color: #FFF;
		font-size: 12px;
		border-bottom: 1px solid #c0c0c0;
		list-style-type: none;
		padding: 10px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#f5f5f5));
	}
	.main ul li:first-child {
		background-image: url(/mobile_img/m-title.jpg);
		border: 0;
		height: 45px;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 0px;
	}
	.main ul li:last-child {
		list-style-type: none;
		-webkit-border-radius: 0;
	}
	.main ul li a img {
		float: left;
		display: block;
		margin: -4px 10px -4px -1px;
	}
	.main ul li.arrow2 {
		background-image: url(/mobile_img/chevron2.png);
		background-position: right center;
		background-repeat: no-repeat;
	}
	.m-title {
		font-size: 20px;
		font-weight: bold;
	}
	.m-title2 {
		font-size: 16px;
		font-weight: bold;
	}
	.nav-portfolio {
		margin: auto;
	}
	.nav-portfolio ul {
		border: 0px;
		-webkit-border-radius: 0;
		padding: auto;
	}
	.nav-portfolio ul li img {
		margin-left: 5px;
		margin-bottom: 5px;
		width: 147px;
		height: 60px;
	}
	.nav-portfolio ul li {
		float: left;
		margin: 0px;
		border: 0px;
		padding: 0px;
		text-align: center;
	}
	.nav-portfolio ul:after {
		content: '';
		display: block;
		clear: both;
		padding: 0px;
	}
	.nav-portfolio a {
		display: block;
		text-decoration: none;
	}
	.nav-portfolio a:after {
		display: block;
		content: attr(title);
		font-size: 12px;
		width: 120px;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0px;
	}
	.contact-form {
		margin: -20px 10px 10px 10px;
		padding: 10px;
		border: 1px solid #FFFFFF;
		background-color: #ececec;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECECEC));
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: 0 0 3px #333333;
		box-shadow: 0 0 3px #333333;
	}
	.contact-form dl {
		margin-bottom: 20px;
	}
	.contact-form dt {
		font-weight: bold;
	}
	.contact-form dd {
		margin-bottom: 10px;
	}
	/*************************************
input
*************************************/
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="password"],
	textarea {
		outline: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		height: 36px;
		line-height36px;
		margin: 5px 0;
		padding: 0 .5em;
		font-size: 1.2em;
		border: 1px solid rgba(0, 0, 0, .3);
		border-radius: 2px;
		box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .3) inset;
		background-color: #FFF4F4;
		border: 1px solid #FFB0B0;
	}
	input[type="text"]:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="password"]:focus,
	textarea:focus {
		box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5) inset, 0 0 2px 2px rgba(125, 0, 0, .5);
	}
	textarea {
		height: 3.6em;
		line-height: 1.2em;
		padding-right: 0;
	}
	input[type="checkbox"] {
		-webkit-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5);
		vertical-align: middle;
		margin-right: 5px;
		line-height: 20px;
	}
	.listCheck input[type="checkbox"] {
		width: auto;
		height: auto;
		margin-right: 5px;
		line-height: 20px;
	}
	input[type="radio"] {
		-webkit-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5);
		vertical-align: bottom;
		margin-right: 5px;
		line-height: 20px;
	}
	input[type="reset"] {
		margin: 0 auto 5px;
		width: 90%;
		height: 50px;
		color: #fff;
		display: block;
		letter-spacing: 1px;
		-webkit-appearance: none;
		border-radius: 0;
		border: none;
		font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: center;
		font-size: 17px;
		letter-spacing: 1px;
	}
	/*
input[type="reset"] {
	margin-top:10px;
	padding: 0px 10px 3px 10px;
	border: 1px solid #FFFFFF;
	width: 85%;
	color: #000;
	background-color: #D9F5F3;
	background-image: linear-gradient(bottom, rgb(255,255,255) 6%, rgb(235,235,235) 80%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 6%, rgb(235,235,235) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 6%, rgb(235,235,235) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 6%, rgb(235,235,235) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 6%, rgb(235,235,235) 80%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(255,255,255)),
		color-stop(0.8, rgb(235,235,235))
	);
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
}
*/
	/*
input[type="submit"] {
	padding: 5px;
	border: 1px solid #FFFFFF;
	width: 85%;
	color: #FFFFFF;
	background-color: #D9F5F3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
}
*/
	.button_bg input {
		background: #FF7505;
		box-shadow: 0 5px #EC6C00;
	}
	.button_bg input[type="reset"] {
		background: #999;
		box-shadow: 0 5px #666;
		margin-top: 10px;
		height: 30px;
	}
	input[type="submit"] .button_main {
		background: #FF7505;
		box-shadow: 0 5px #EC6C00;
	}
	.button_main {
		background: #FF7505;
		box-shadow: 0 5px #EC6C00;
	}
	input[type="submit"] .button_sub {
		background: #999;
		box-shadow: 0 5px #666;
		margin-top: 10px;
		height: 30px;
	}
	.button_sub {
		background: #999;
		box-shadow: 0 5px #666;
		margin-top: 10px;
		height: 30px;
	}
	input[type="submit"] {
		margin: 0 auto 5px;
		width: 90%;
		height: 50px;
		color: #fff;
		display: block;
		letter-spacing: 1px;
		-webkit-appearance: none;
		border-radius: 0;
		border: none;
		font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: center;
		font-size: 23px;
		letter-spacing: 1px;
	}
	input[type="submit"].toiawase {
		padding: 2px 10px 5px 10px;
		font-size: 23px;
		border: 1px solid #FFFFFF;
		width: auto;
		color: #FFFFFF;
		background-color: #808080;
		background-image: linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
		background-image: -o-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
		background-image: -moz-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
		background-image: -webkit-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
		background-image: -ms-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
		background-image: -webkit-gradient(linear,
				left bottom,
				left top,
				color-stop(0.41, #46D100),
				color-stop(0.94, #2BFF2B));
	}
	textarea {
		padding: 5px;
		width: 100%;
		font-size: 16px;
	}
	select {
		padding: 5px;
		font-size: 15px;
		/* 20141222変更 */
	}
	.submit {
		text-align: center;
	}
	dt.hissu {
		margin-bottom: 3px;
		font-weight: bold;
		padding-left: 45px;
		line-height: 25px;
		background-image: url(/mobile_img/hissu.png);
		background-repeat: no-repeat;
		font-size: 16px;
	}
	.jCarousel {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		-webkit-transition: margin 0.5s ease-in-out;
	}
	.jCarousel li {
		text-align: center;
	}
	.jCarousel li img {
		padding-top: 10px;
	}
	.tenpo1 {
		color: #F00;
		font-size: 20px;
	}
	.tenpo {
		margin: 0px;
		background-color: #FFF;
		font-size: 16px;
		color: #F90;
		line-height: 20px;
		font-weight: bold;
	}
	.tenpo2 {
		color: #390;
		font-size: 18px;
	}
	.tenpo2 a {
		color: #390;
		font-size: 18px;
		text-decoration: none;
	}
	.tenpo ul {
		border-top: 0;
		margin: 0px;
		font-size: 12px;
		-webkit-border-radius: 0px;
		background-color: #FFF;
	}
	.tenpo ul li {
		color: #FFF;
		font-size: 12px;
		list-style-type: none;
		background-color: #FFF;
		padding: 10px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
	}
	.tenpo ul li:first-child {
		background-color: #FFF;
		border: 0;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 0px;
	}
	.tenpo ul li:last-child {
		list-style-type: none;
		-webkit-border-radius: 0;
	}
	.tenpo ul li a img {
		float: left;
		display: block;
		margin: -4px 10px -4px -1px;
	}
	/*20130803KANEKO追加分*/
	/*検索画面*/
	/*.list_menu {
	border-left:5px solid orange;
	border-top:1px solid #eee;
	border-bottom:2px solid #ddd;
	font-size:15px; 
	font-weight:bold;
	padding-left:10px;
	line-height:35px;
	background-color:#FFF8DC;
	margin-bottom:0px;
}*/
	.list_menu {
		font-size: 15px;
		font-weight: bold;
		padding-left: 5px;
		line-height: 35px;
		margin: 20px 0px 0px 0;
		color: #333333;
		clear: both;
		background: #ddd;
		border-bottom: #666 2px solid;
		/*background-color:#b01717;/*sma_color_01*/
		/* h2 背景色 */
	}
	.button_bg {
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #F0F0F0;
	}
	.search_block {
		width: 97%;
		margin: 10px auto;
		overflow: hidden;
	}
	.search_block input[type="checkbox"] {
		margin: 0 5px;
	}
	.search_waku {
		width: 100%;
	}
	.search_waku tr td {
		width: 50%;
	}
	.search_list {
		width: 98%;
		margin: 10px auto;
	}
	label {
		border: 1px solid #CCC;
		width: 94%;
		font-weight: bold;
		font-size: 13px;
		line-height: 15px;
		padding: 10px 1%;
		margin: 1%;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		display: block;
		vertical-align: middle;
		float: left;
		text-indent: 5px;
	}
	label.border_none {
		border: none !important;
	}
	#lineBtnArea, #stationBtnArea {
		width: 100%;
	}
	#lineBtnArea input, #stationBtnArea input {
		display: block;
		font-size: 13px;
		font-weight: bold;
		margin: 0 auto;
		width: 50%;
		height: 40px;
		line-height: 30px;
	}
	input[type="checkbox"] {
		width: auto;
		vertical-align: middle;
	}
	.page-title {
		border-bottom: 2px solid #FFCC66;
		margin: 0;
		/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#f5f5f5));
	*/
		line-height: 18px;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		text-align: left;
		padding: 5px 3px;
	}
	.global-header {
		width: 100%;
		color: #666;
		position: relative;
		padding: 0 1%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		box-sizing: border-box;
		font-size: 10px;
		border-top: 1px solid #b01717;
	}
	.nav-page {
		color: #333;
	}
	.nav-page a {
		color: #333;
		line-height: 18px;
		text-decoration: none;
		border: 1px solid #b01717;
		border-radius: 3px;
		background: #fffaf4;
		display: inline-block;
		padding: 1px 5px;
		margin: 5px 1px;
	}
	.page-heading {
		margin: 0 auto;
		width: 170px;
		overflow: hidden;
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-shadow: 0 1px #FF8C00;
	}
	/*一覧画像の比率指定CSS*/
	.contain {
		display: inline-block;
		background-position: top center;
		background-repeat: no-repeat;
		margin: 1%;
		width: 98%;
		height: 120px;
		border: 1px solid #f5f5f5;
		background-size: contain;
		/*background-color: #f5f5f5;*/
	}
	.contain img {
		height: 120px;
		width: 100%;
		object-fit: cover;
	}
	.page ul {
		border: 0;
		margin: 10px auto;
		width: 99%;
	}
	.page li {
		border: 0;
		float: left;
		height: 2em;
		margin: 4px;
		width: auto;
		font-size: 3vw;
		font-weight: bold;
		padding: 0px;
	}
	.page li strong {
		font-size: 3vw;
		width: auto;
		line-height: 2.4em;
		display: block;
		color: #666;
		font-weight: bold;
	}
	.page a {
		padding: 3px 4px;
		margin: -2px;
		font-size: 3vw;
		text-align: center;
		min-width: 1.5em;
		/*height:30px;*/
		line-height: 2em;
		color: #666;
		font-weight: bold;
		background: #ddd;
		box-shadow: 0 5px #999;
	}
	.sho_koumoku {
		width: 100%;
		font-size: 14px;
		margin-top: 0px;
	}
	.sho_koumoku th {
		width: 30%;
		color: #666;
		font-size: 11px;
		font-weight: bold;
		background: #f7f7f7;
		;
		border-bottom: 1px solid #CCC;
	}
	.sho_koumoku td {
		width: 70%;
		border-bottom: 1px solid #CCC;
		font-size: 14px;
		empty-cells: show;
	}
	table.sho_koumoku {
		empty-cells: show;
	}
	.sh-point {
		font-size: 12px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 10px;
		margin: 0px;
	}
	.sh-point span {
		padding: 2px 3px;
		font-weight: bold;
		background-color: #FF8C00;
		color: #fff;
		font-size: 10px;
		line-height: 18px;
		margin-right: 10px;
	}
	.sho-contain {
		display: inline-block;
		background-color: #f5f5f5;
		background-position: top center;
		background-repeat: no-repeat;
		margin: 5px;
		width: 230px;
		height: 230px;
		border: 1px solid #f5f5f5;
		background-size: contain;
	}
	.sho-kakaku {
		font-weight: bold;
		color: red;
		font-size: 18pt;
	}
	/*20130919追記 TOPメニュー用*/
	/* 矢印つきリスト */
	.list1 ul {
		border-bottom: 1px solid #ccc;
	}
	.list1 ul li {
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-bottom: 1px solid white;
		border-top: 1px solid #ccc;
		height: 30px;
		margin: 0;
		font-size: 20px;
		font-weight: bold;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
	.list1 ul li a {
		color: #333;
		display: block;
		height: 30px;
		margin: 0;
		padding: 0 0 0 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight: bold;
		white-space: nowrap;
		line-height: 30px;
		font-size: 14px;
		/* 20141222変更 */
	}
	.list1 ul li a::after {
		content: url(/mobile_img/list_mark2.png);
		float: left;
	}
	/* 矢印つきリスト 終了 */
	/* 矢印つきリスト2 */
	.list2 ul {
		border-bottom: 1px solid #ccc;
		max-width: 100%;
	}
	.list2 ul li {
		float: left;
		width: 50%;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-bottom: 1px solid white;
		border-top: 1px solid #ccc;
		white-space: nowrap;
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
	.list2 ul li a {
		color: #333;
		display: block;
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight: bold;
		white-space: nowrap;
		font-size: 14px;
	}
	.list2 ul li a:after {
		float: left;
		content: url(/mobile_img/list_mark3.png);
	}
	/* 矢印つきリスト2 終了 */
	.sub-t {
		padding: .2em .3em;
		font-size: 14px;
		line-height: 20pt;
		font-weight: bold;
		color: #FFF;
		background: #b01717;
		/*sma_color_01*/
		/* top サブタイトル　背景色*/
	}
	/* 131209　新トップ関連 */
	.sm-tel {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 26px;
		line-height: 44px;
		font-weight: bold;
		color: #F00;
		background-repeat: no-repeat;
	}
	.tel-back {
		background-image: url(/mobile_img/sm-tel.png);
		background-repeat: no-repeat;
	}
	.waku {
		border: solid 1px #CCC;
		padding: 3px;
		font-size: 13px;
	}
	.top {
		margin-top: 10px;
	}
	.orange {
		color: #FF3F00;
	}
	/* 131209　新トップ関連 終わり */
	/*お気に入りボタン*/
	.okini-right {
		position: absolute;
		top: 7px;
		right: 7px;
		z-index: 99;
	}
	/*インフォメーション*/
	.info_sma {
		width: 100%;
		height: 150px;
		overflow: auto;
		text-align: left;
		word-break: break-all;
	}
	/*トップページ物件表示 スライドにする記述*/
	.machi_bukken {
		width: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.machi_bukken iframe {
		width: 96% !important;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		border: none;
	}
	/* フッターについてくるお問い合わせ */
	.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;
	}
	/* list 20141225 */
	.float_r {
		float: right;
	}
	.float_l {
		float: left;
	}
	.sma_list {
		width: 100%;
		background: #efefef;
		overflow: hidden;
	}
	.sma_list ul {
		width: 100%;
		border: none;
		background: none;
		overflow: hidden;
	}
	.sma_list>ul>li {
		width: 94%;
		margin: 15px auto;
		padding: 5px 0px 0px 0px;
		font-size: 12px;
		overflow: hidden;
		position: relative;
		background: #fff;
		border: none;
		-webkit-box-shadow: 0 3px 2px 0 #999;
		-moz-box-shadow: 0 3px 2px 0 #999;
		box-shadow: 0 3px 2px 0 #999;
	}
	.sma_list_link {
		height: 20px;
		line-height: 20px;
		font-weight: bold;
		font-size: 12px;
		background-color: #faecdb;
		margin: 0px 5px 5px 5px;
	}
	.sma_list_link img {
		float: right;
	}
	.sma_list_link a {
		padding: 0;
		line-height: 26px;
		color: blue;
		text-decoration: underline;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-indent: 80px;
		height: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.sma_list_link p {
		position: absolute;
		top: 5px;
		left: 5px;
		margin: 0;
	}
	.sma_list_link p span {
		display: block;
		padding: 0 5px;
		line-height: 20px;
		margin-right: 5px;
		background: #FF9600;
		color: #fff;
		float: left;
	}
	.sma_list_link p img {
		vertical-align: bottom;
		margin: 0;
	}
	.sma_list_l {
		width: 48%;
	}
	.sma_list_r {
		width: 50%;
		line-height: 20px;
		margin: 5px auto;
		color: #333;
	}
	.sma_list_r2 {
		width: 55%;
		height: 100%;
		line-height: 18px;
		color: #333;
		background: url(/mobile_img/chevron.png) no-repeat 100% 40%;
		margin: 15px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
	}
	.sma_list-koumoku {
		color: #1A99D7;
	}
	.sma_list-kakaku {
		color: #f00;
		font-weight: bold;
		font-size: 17px;
		width: 25%;
	}
	.kushitsu_list_row_kakaku_wrap {
		width: 50%;
	}
	#coment-form label {
		width: 45%;
	}
	/* list選択中項目 20150114 */
	.list_selected {
		width: 94%;
		margin: 5px auto;
		border: 1px solid #ccc;
		padding: 5px;
		background: #f5f5f5;
		border-radius: 5px;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		/* Firefox用 */
		box-shadow: 1px 1px 2px #ccc;
		-moz-box-shadow: 1px 1px 2px #ccc;
		/* Firefox用 */
		-webkit-box-shadow: 1px 1px 2px #ccc;
		/* Safari,Google Chrome用 */
	}
	.list_selected b {
		display: block;
		text-align: center;
		color: #FF9600;
		width: 100%;
		margin: 0 auto 3px;
		padding: 0 0 3px 0;
		border-bottom: 1px dashed #aaa;
		font-size: 13px;
		letter-spacing: 2px;
	}
	.list_selected b img {
		height: 13px;
		vertical-align: baseline;
		margin-right: 5px;
	}
	.list_selected a {
		text-decoration: none;
		color: #666;
	}
	.list_s_right {
		display: inline-block;
		vertical-align: middle;
		*display: inline;
		*zoom: 1;
		background: url(/mobile_img/list_selected_arrow.gif) no-repeat 90% 50%;
		width: 10%;
		color: #59B200;
		text-align: right;
		padding-right: 10%;
	}
	.list_s_left {
		display: inline-block;
		vertical-align: middle;
		*display: inline;
		*zoom: 1;
		width: 75%;
		margin-left: 3%;
	}
	/* sma_inquiry 20150129 */
	.sma_inquiry td {
		padding-left: 3px;
		padding-right: 0;
		width: 80%;
	}
	.sma_inquiry th {
		padding-left: 3px;
		padding-right: 3px;
		width: 20%;
	}
	.sma_inquiry label input[type="checkbox"] {
		margin: -2px 0 0 0;
		float: left;
	}
	.sma_inquiry label input[type="radio"] {
		margin: -2px 0 0 0;
	}
	.sma_inquiry label {
		border: none;
		float: none !important;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		width: 44% !important;
		padding: 5px 0 !important;
		margin: 0 !important;
		font-weight: normal;
	}
	/* 固定メニュー＆スライド KANEKO2015/11/02 */
	.menu_button {}
	.menu-button-right {
		right: 0;
		border: none;
	}
	.slidemenu {
		top: 0;
		width: 240px;
		position: fixed;
		visibility: hidden;
		z-index: -1;
		background-color: #ffffff;
		/*sma_color_02*/
		/*スライドメニュー背景色指定*/
		border-left: 1px solid #BBBBBB;
		/*sma_color_02*/
		/*スライドメニュー　左線　色指定*/
	}
	.slidemenu li {
		list-style: none;
		border-top: none !important;
		font-size: 14px;
		line-height: 40px;
		border-bottom: 1px solid #BBBBBB;
		/*sma_color_02*/
		/*スライドメニュー　下線　色指定*/
	}
	.slidemenu li.index {
		color: #ffffff;
		background: #888888;
		display: block;
		text-decoration: none;
		padding: 5px 0 5px 20px;
		background-color: #BBBBBB;
		/*sma_color_02*/
		/*スライドメニュー　タイトル　色指定*/
	}
	.slidemenu li a {
		color: #555555;
		display: block;
		text-decoration: none;
		line-height: 25px;
		padding: 10px 0 10px 10px;
	}
	.slidemenu li:first-child {
		border-top: none;
	}
	.slidemenu li:last-child {
		border-bottom: 1px solid #cce0cc;
	}
	.slidemenu .slidemenu-header {
		height: 54px;
		border-bottom: 1px solid #BBBBBB;
		/*sma_color_02*/
		/*スライドメニュータイトル　下線　色指定*/
		background: #BBBBBB;
		/*sma_color_02*/
		/*スライドメニュータイトル　背景色*/
	}
	.slidemenu .slidemenu-header div {
		color: #FFFFFF;
		text-decoration: none;
		padding: 15px 0px 0px 19px;
	}
	.slidemenu-header b {
		font-weight: bold;
		font-size: 18px;
	}
	.slidemenu .slidemenu-header {
		position: relative;
	}
	.slidemenu .slidemenu-body {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	.slidemenu .slidemenu-body .slidemenu-content {
		position: relative;
		padding: 0 0 120px 0;
	}
	.slidemenu-left {
		left: 0;
	}
	.slidemenu-right {
		right: 0;
		margin-top: 53px;
	}
	/* =========================================================
   Header
========================================================= */
	header {
		overflow: hidden;
	}
	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: 10px 0 0 0px;
		width: 40%;
		height: 47px;
		white-space: nowrap;
	}
	header .logo-i a {
		display: block;
		height: 38px;
	}
	header .button02 {
		float: right;
		height: 52px;
		display: flex;
		margin: 3px;
	}
	header .button02 p:nth-of-type(1) {
		margin: 0;
		height: 52px;
		text-align: center;
		border-style: solid;
		border-width: 1px;
		border-color: #b01717;
		box-sizing: border-box;
		border-radius: 5px;
		/*sma_color_01*/
		/*ヘッダーメニュー（1）　枠線　色指定*/
	}
	header .button02 p:nth-of-type(2) {
		margin: 0;
		height: 52px;
		text-align: center;
		border-style: solid;
		border-width: 0 0px 0px 0px;
		border-color: #b01717;
		border-radius: 5px;
		/*sma_color_01*/
		/*ヘッダーメニュー（2）　枠線　色指定*/
	}
	header .button02 p a {
		display: flex;
		flex-direction: column;
		width: 60px;
		height: 100%;
		text-decoration: none;
		color: #000;
		font-size: 10px;
	}
	header .button02 p a i {
		font-size: 16px;
		padding: 10px 0 5px;
	}
	header .button02 p a.btn_red {
		background-color: #b01717;
		color: #fff;
		border-radius: 5px;
		margin-left: 3px;
	}
	/******************
*スマホSNSボタン用*
*******************/
	.sns_button {
		line-height: 40px;
		margin-top: 20px;
		margin-left: 5px;
	}
	/*空室表示部分*/
	div.kushitsu_list {
		width: 100%;
		height: auto;
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
		clear: both;
		overflow: hidden;
		position: relative;
		left: 0px;
	}
	div.kushitsu_list ul {
		width: 100%;
		margin: 0px !important;
		padding: 0px !important;
		border: none !important;
	}
	div.kushitsu_list li {
		background: url(/mobile_img/arrow_black.png) no-repeat 95% 50%;
		background-size: 5px auto;
		position: relative;
		width: 100%;
		border-bottom: solid 1px #CCC;
		box-shadow: none;
	}
	div.kushitsu_list li:first-child {
		border-top: solid 1px #CCC;
	}
	div.kushitsu_list li a {
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
	}
	div.shosai_tower_block ul {
		border: none;
	}
	.sp_kushitsu_kaisu {
		display: block;
		float: left;
		background-color: #eee;
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		padding: 3px 8px;
		margin-right: 10px;
		width: 7%;
	}
	.kushitsu_list_title_wrap {
		display: flex;
		align-items: center;
	}
	li.tower_list {
		-webkit-box-shadow: 0px 0px 1px 1px #CCC;
		-moz-box-shadow: 0px 0px 1px 1px #CCC;
		box-shadow: 0px 0px 1px 1px #CCC;
	}
	div.kushitsu_display {
		color: #333;
		font-size: 12px;
		font-weight: normal;
		line-height: 30px;
		width: 100%;
		background: #ccc;
		box-sizing: border-box;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}
	.kushitsu_list_contain {
		display: inline-block;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 5px;
		width: 85px;
		height: 85px;
		/*border: 1px solid #f5f5f5;*/
		background-size: contain;
		/*background-color: #f5f5f5;*/
	}
	.kushitsu_list_l {
		/*width: 30%;*/
		height: 95px;
		/*padding: 10px 0px;*/
	}
	.kushitsu_list_r {
		width: 60%;
		height: 90px;
		line-height: 18px;
		color: #333;
		background: url(/mobile_img/chevron.png) no-repeat 100% 40%;
		/* margin: 15px 0px 0px 15px; */
		padding: 15px 0px 0px 0px;
		overflow: hidden;
		font-size: 13px;
	}
	.sp_kushitsu_shop {
		display: block;
		font-size: 11px;
		/* padding-left: 45px; */
		color: #aaa;
		border-top: dashed 1px #eee;
		padding-top: 5px;
	}
	/*棟詳細*/
	div.t_shosai_kushitsu {
		width: 100%;
		height: auto;
		background: #F2F2F2;
		margin: 0px;
		padding: 10px auto;
		overflow: hidden;
		box-sizing: border-box;
	}
	div.t_shosai_kushitsu2 {
		width: 94%;
		margin: 10px auto;
		padding: 5px 0;
		font-size: 12px;
		overflow: hidden;
		position: relative;
		background: #fff;
		border: none;
		-webkit-box-shadow: 0px 0px 1px 1px #CCC;
		-moz-box-shadow: 0px 0px 1px 1px #CCC;
		box-shadow: 0px 0px 1px 1px #CCC;
	}
	div.t_shosai_kushitsu2 h2 {
		font-size: 16px;
		font-weight: bold;
		text-indent: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	div.sma_top_b img {
		max-width: 150px;
		max-height: 100px
	}
	.kushitsu_list_row_kanrihi:not(:empty),
	.kushitsu_list_row_kyouekihi:not(:empty) {
		margin-right: 3%;
		font-size: 12px;
	}
	.kushitsu_list_row_kanrihi:not(:empty)::before {
		content: "管理費：";
	}
	.kushitsu_list_row_kyouekihi:not(:empty)::before {
		content: "共益費:";
	}
	.kushitsu_list_row_shikirei {
		display: flex;
		margin-bottom: 5px;
	}
	.kushitsu_list_row_shikikin,
	.kushitsu_list_row_reikin {
		display: flex;
		align-items: center;
		width: 20%;
	}
	.kushitsu_list_row_shikikin span,
	.kushitsu_list_row_reikin span {
		background: #eee;
		border: 1px solid #ccc;
		box-sizing: border-box;
		padding: 2% 6%;
		border-radius: 3px;
		margin-right: 5%;
		font-size: 10px;
	}
	/*ヘッダ固定*/
	#fix {
		width: 100%;
		position: fixed;
		display: block;
		top: 0px;
		left: 0px;
		height: 52px;
		z-index: 1;
		background: #FFFFFF;
		border-bottom: 1px solid #999999;
	}
	/* shosai */
	/*ADD 20160808KANEKO*/
	.shosai_btn {
		width: 96%;
		padding: 10px 2%;
		background: #F5F5F5;
	}
	.shosai_btn p {
		text-align: center;
		font-weight: bold;
		font-size: 13px;
		margin: 0 0 5px 0;
	}
	.shosai_inq form {
		margin: 0;
	}
	.shosai_inq input, .shosai_tel .shosai_tel_a {
		margin: 0 auto 5px;
		width: 90%;
		height: 50px;
		color: #fff;
		display: block;
		letter-spacing: 1px;
		-webkit-appearance: none;
		border-radius: 0;
		border: none;
		font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: center;
		font-size: 17px;
		letter-spacing: 1px;
	}
	.shosai_inq input {
		background: #FF7505;
		box-shadow: 0 5px #EC6C00;
	}
	.shosai_tel .shosai_tel_a {
		background: #007FBD;
		box-shadow: 0 5px #006CA3;
		line-height: 50px;
		font-weight: bold;
		text-decoration: none;
	}
	.shosai_btn-s {
		width: 96%;
		padding: 10px 2%;
		background: #F5F5F5;
		overflow: hidden;
	}
	.shosai_btn-s p {
		text-align: center;
		font-weight: bold;
		font-size: 13px;
		margin: 0 0 5px 0;
		clear: both;
	}
	.shosai_btn-s .shosai_inq {
		float: left;
		width: 65%;
	}
	.shosai_btn-s .shosai_tel {
		float: right;
		width: 33%;
	}
	.shosai_btn-s .shosai_inq input, .shosai_btn-s .shosai_tel .shosai_tel_a {
		width: 100%;
	}
	.insta_ti {
		width: 90%;
		margin: 40px auto 10px;
	}
	.insta_ti img {
		width: 100%;
	}
	.shosai_insta {
		width: 92%;
		margin: 0 auto;
	}
	.sho_raiten_con {
		width: 96%;
		margin: 10px auto;
		background-color: #fff2e8;
		padding: 15px;
		box-sizing: border-box;
		& p.sho_rt_con_top {
			font-size: 14px;
			text-align: center;
			font-weight: bold;
			margin: 0 0 10px;
			position: relative;
			& span {
				font-weight: bold;
				display: inline-block;
				color: #ff0000;
			}
			&::before {
				content: "";
				border-left: dotted 2px #ff0000;
				transform: rotate(-25deg);
				position: absolute;
				left: 0;
				right: 310px;
				bottom: 0;
				width: 1px;
				height: 25px;
				margin: 0 auto;
			}
			&::after {
				content: "";
				border-left: dotted 2px #ff0000;
				transform: rotate(25deg);
				position: absolute;
				left: 310;
				right: 0px;
				bottom: 0;
				width: 1px;
				height: 25px;
				margin: 0 auto;
			}
		}
		&>a {
			display: block;
			width: 100%;
			border-radius: 100px;
			text-align: center;
			background-color: #b01717;
			color: #fff;
			box-shadow: 0 3px 0 #7c0008;
			line-height: 47px;
			margin-bottom: 15px;
			font-weight: bold;
		}
		& p.sho_rt_con_btm {
			font-size: 12px;
			line-height: 1.5;
			margin: 0;
		}
	}
	.sho_fix_inq {
		background-color: #0008;
		padding: 10px;
		position: fixed;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 1;
		& ul {
			display: flex;
			justify-content: space-between;
		}
		& ul li:nth-child(1), ul li:nth-child(2) {
			width: 41%;
		}
		& ul li:nth-child(3) {
			width: 15%;
		}
		& ul li a {
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #ff7505;
			border: 1px solid #ff7505;
			color: #fff;
			text-align: center;
			border-radius: 5px;
			line-height: 45px;
			box-shadow: 0 3px 0 #c95a00;
			box-sizing: border-box;
			height: 100%;
			font-weight: bold;
			font-size: 14px;
			& i {
				margin-right: 10px;
			}
		}
		& ul li.sho_fix_kengaku a {
			background-color: #fff;
			color: #ff7505;
		}
		& ul li.sho_fix_tel a {
			background-color: #007fbd;
			color: #fff;
			box-shadow: 0 3px 0 #006ca3;
			border: unset;
			& i {
				margin-right: 0;
				font-size: 18px;
			}
		}
	}
	/* shosai end */
	/* =========================================================
	 footer start
========================================================= */
	.back-color {
		background-color: #b01717;
	}
	footer {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
	}
	.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;
	}
	#back-Top a span:before {
		content: "▲";
		margin-right: 10px;
	}
	/*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: 92%;
		margin: 4% auto 2%;
	}
	.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 {
		float: left;
	}
	.f_txt_menu li:after {
		content: "｜";
		color: #999;
	}
	.f_txt_menu li:last-child:after {
		content: "｜";
		color: #fff;
	}
	.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: 0 auto;
		text-align: center;
	}
	.f-tel a {
		font-family: 'Century Gothic', 'Arial';
		font-weight: bold;
		color: #333333;
		padding: 10px 0;
		display: block;
		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;
		float: left;
		width: 50%;
		margin: 0 !important;
		padding: 1% 0 !important;
		text-align: left;
		line-height: 20px;
		font-size: 13px;
	}
	.office-info a {
		display: block;
		float: right;
		margin: 0;
		padding: 0;
		width: 50%;
		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;
	}
	.f_comment {
		background-color: #ece7dd;
		padding: 15px 0;
		margin-bottom: -12px;
	}
	.f_comment p {
		width: 94%;
		margin: 0 auto;
		font-size: 11px;
	}
	/* =========================================================
	 footer end
========================================================= */
	#total_rooms_num {
		color: red;
		font-size: 26px;
		line-height: 40px;
		font-weight: bold;
		font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	form {
		margin-bottom: 0px;
		position: relative;
	}
	.img_gallary_btn {
		position: relative;
		background-color: rgb(235, 235, 235);
		border-radius: 4px;
		/* color: #fff; */
		width: 95%;
		text-align: center;
		margin: 10px auto;
		line-height: 32px;
		-webkit-transition: none;
		transition: none;
		box-shadow: 0 3px 0 #bbbbbb;
		/* text-shadow: 0 1px 1px rgba(0, 0, 0, .3); */
	}
	.img_gallary_btn a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
	.shosai_mail_btn {
		position: relative;
		background-color: rgb(235, 235, 235);
		border-radius: 4px;
		/* color: #fff; */
		width: 95%;
		text-align: center;
		margin: 10px auto;
		line-height: 32px;
		-webkit-transition: none;
		transition: none;
		box-shadow: 0 3px 0 #bbbbbb;
		/* text-shadow: 0 1px 1px rgba(0, 0, 0, .3); */
	}
	.shosai_mail_btn a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
	/*棟詳細*/
	div.t_shosai_kushitsu {
		width: 100%;
		height: auto;
		background: #F2F2F2;
		margin: 0px;
		padding: 10px auto;
		overflow: hidden;
		box-sizing: border-box;
	}
	div.t_shosai_kushitsu2 {
		width: 94%;
		margin: 10px auto;
		padding: 5px 0;
		font-size: 12px;
		overflow: hidden;
		position: relative;
		background: #fff;
		border: none;
		-webkit-box-shadow: 0px 0px 1px 1px #CCC;
		-moz-box-shadow: 0px 0px 1px 1px #CCC;
		box-shadow: 0px 0px 1px 1px #CCC;
	}
	div.t_shosai_kushitsu2 h2 {
		font-size: 16px;
		font-weight: bold;
		text-indent: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	/*学区検索*/
	.school_h2 {
		font-size: 18px;
		text-align: left;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: left center;
		line-height: 45px;
		margin: 0px;
		padding: 0px;
	}
	.school_h2 img {
		width: 100%;
		margin: 0px;
		font-weight: normal;
	}
	.school_h2 h2 p {
		display: none;
		margin: 0px;
		padding: 0px;
	}
	.school_h2 h2 .t1 {
		font-size: 20px;
		line-height: 20px;
	}
	.school_h2 h2 .t2 {
		font-size: 32px;
		line-height: normal;
	}
	.school_h2 h2 .t3 {
		font-size: 15px;
		line-height: 17px;
	}
	.school_h2 h2 .t4 {
		font-size: 13px;
		line-height: 17px;
		color: #FF0000;
	}
	.school {
		width: 96%;
		background-color: #F4F4F4;
		overflow: hidden;
		margin: 10px auto;
	}
	.school ul {
		margin: 0;
		padding: 0;
		list-style: none;
		border: none;
		overflow: hidden;
	}
	.school ul li {
		overflow: hidden;
		padding: 0;
		border: none;
	}
	.school .inner {
		overflow: hidden;
	}
	.school h3 {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 20px;
		text-indent: 10px;
		font-weight: normal;
		text-align: left;
		border-left: 7px solid #333333;
		border-bottom: 1px solid #333333;
		line-height: normal;
	}
	.school .inner .chilled {
		width: 49%;
		float: left;
		margin: 0 0 15px 0;
		border: 1px solid #333333;
		box-sizing: border-box
	}
	.school .inner .chilled:first-child {
		margin: 0 2% 15px 0;
	}
	.school .inner li a {
		height: 40px;
		display: block;
		width: 100%;
		text-align: center;
		color: #000;
		background-color: #fff;
		font-size: 17px;
		font-weight: normal;
		text-decoration: none;
		padding: 0;
		margin: 0;
	}
	.school .inner .chilled span {
		display: block;
		padding: 0px;
		line-height: 40px;
	}
	.school_2 {
		background-color: #F4F4F4;
		overflow: hidden;
		margin: 10px auto;
		padding: 10px;
	}
	.school_2 ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.school_2 .inner .chilled {
		float: left;
		margin: 0 3% 5% 0;
	}
	.school_2 .inner li a {
		display: block;
		border: solid 2px #999999;
		text-align: center;
		color: #000;
		background-color: #fff;
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
		margin: 0;
	}
	.school_2 .inner .chilled span {
		display: block;
		padding: 0px 42px;
	}
	.gakku_comment {
		color: #F00;
		font-size: 13px;
		width: 480px;
		margin: 0px;
		padding: 0px;
		font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	/* 物件お問合せ */
	.sp_mail02_ul {
		width: 96%;
		margin: 10px auto;
	}
	.sp_mail02_ul li {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		overflow: hidden;
		padding: 8px 0 8px 10px;
	}
	.sp_mail02_ul li:first-child {
		border: 1px solid #ccc;
	}
	.sp_mail02_ul li span:nth-child(1) {
		float: left;
	}
	.sp_mail02_ul li span:nth-child(2) {
		display: block;
		margin-left: 150px;
	}
	/*----------------------NEWTOP-----------------------*/
	.sp_color {
		color: #b01717;
		border-color: #b01717;
	}
	.sp_color_bg {
		background-color: #b01717;
	}
	.con_menu {
		width: 100%;
		overflow: hidden;
	}
	.con_menu ul {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.con_menu ul li {
		width: 33.3%;
		margin: 0px 0px 0px -2px;
		padding: 0px;
		float: left;
		border-top: 2px solid #999;
		border-bottom: 2px solid #999;
		border-left: 2px solid #999;
	}
	.con_menu ul li:first-child {
		margin: 0px -2px 0px 0px;
	}
	.con_menu ul li:last-child {
		border-right: 2px solid #999;
		margin: 0px -2px -2px -4px;
	}
	.con_menu ul li a {
		text-align: center;
		display: block;
		overflow: hidden;
		text-decoration: none;
	}
	.con_menu p {
		color: #333;
		font-size: 12px;
		padding: 0px;
	}
	.con_menu ul li img {
		max-width: 100%;
	}
	.con_menu .fa {
		font-size: 22px;
	}
	.shinchaku {
		width: 96%;
		margin: 10px auto 0px auto;
		padding: 0px;
	}
	.machi_bukken {
		width: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.info_wrap {
		width: 96%;
		margin: 10px auto;
		padding: 10px 0px;
		border-top: solid 2px #EEE;
		border-bottom: solid 2px #EEE;
		overflow: hidden;
	}
	.con_title {
		font-size: 17px;
		font-weight: bold;
		margin: 0 0 10px 0;
		background-color: #b01717;
		color: #fff;
		line-height: 40px;
	}
	.con_title span a {
		font-size: 14px !important;
		font-weight: normal !important;
		color: #656C78 !important;
		float: right;
	}
	.tokusyu {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
	}
	.tokusyu_list {
		width: 100%;
		margin-top: 10px;
	}
	.tokusyu_list ul {
		margin: 0px;
		padding: 0px;
	}
	.tokusyu_list ul li {
		float: left;
		width: 48%;
		overflow: hidden;
	}
	.tokusyu_list ul li:last-child {
		padding-left: 4%;
	}
	.tokusyu_list ul li img {
		width: 100%;
	}
	.tokusyu_list ul li a p {
		font-size: 13px;
		font-weight: bold;
		margin: 5px 0px 10px 0px;
	}
	.tokusyu_list ul li a {
		color: #333333;
		text-decoration: none;
	}
	.tokusyu_2 {
		width: 100%;
		overflow: hidden;
	}
	.tokusyu_2 ul {
		padding: 0px;
		margin: 0px;
	}
	.tokusyu_2 li {
		height: 45px;
		width: 50%;
		;
		line-height: 45px;
		text-indent: 40px;
		position: relative;
		float: left;
	}
	.tokusyu_2 li:after {
		content: "";
		display: block;
		height: 10px;
		border-top: 3px solid #b01717;
		border-right: 3px solid #b01717;
		position: absolute;
		left: 13px;
		top: 48%;
		margin-top: -5px;
		width: 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.tokusyu_2 li a {
		color: #333333;
		text-decoration: none;
		display: block;
	}
	.company_inner {
		width: 92%;
		margin: 0 auto;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.company_inner dd span {
		font-size: 12px;
	}
	.slider {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.slides {
		overflow: hidden;
		*zoom: 1;
		padding: 0;
		margin: 0;
	}
	.slides li {
		float: left;
		clear: none;
	}
	.slide {
		text-align: center;
		padding: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
	.slide img {
		width: 100%;
		padding: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		text-align: center;
		float: none;
	}
	.slider-arrow {
		position: absolute;
		display: block;
		margin-bottom: -20px;
		padding: 20px;
	}
	.slider-arrow--right {
		bottom: 50%;
		right: 10px;
		background: url(/template_iphone/img_test/right.png) no-repeat;
	}
	.slider-arrow--left {
		bottom: 50%;
		left: 10px;
		background: url(/template_iphone/img_test/left.png) no-repeat;
	}
	.slider-nav__item {
		width: 12px;
		height: 12px;
		float: left;
		clear: none;
		display: block;
		margin: 0 5px;
		border: 1px solid #fff;
		border-radius: 8px;
	}
	.slider-nav__item:hover {
		background: #fff;
	}
	.slider-nav__item--current {
		background: #fff;
	}
	.company_inner p {
		font-size: 16px;
		margin: 0px;
	}
	span.bold {
		font-weight: bold;
	}
	.company_inner dl {
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
	.company_inner dt {
		float: left;
		line-height: 40px;
	}
	.company_inner dd {
		width: 80%;
		font-weight: bold;
		float: left;
		margin: 0px;
		margin-left: 15px;
	}
	.company_inner table {
		margin: 10px 0px 0px 0px;
	}
	.company_inner a {
		font-size: 28px;
	}
	.company_inner article {}
	.company_address {
		font-size: 16px !important;
		line-height: 40px;
	}
	.company_btn ul {
		margin: 0px;
		padding: 0px;
	}
	.company_catch img {
		width: 100%;
		margin: 20px 0;
	}
	sp_com_b {
		display: table;
		border-collapse: separate;
		border-spacing: 6 0;
		/*数字は「左右、上下」*/
	}
	.sp_com_b tr td {
		height: 44px;
		line-height: 44px;
		text-align: center;
		text-indent: 15px;
		text-decoration: none;
		border-radius: 25px;
		float: left;
		background-size: 25px;
		background-position-x: 10px;
		background-position-y: 5px;
		background-repeat: no-repeat;
	}
	.sp_com_b tr td:last-child {
		margin-right: 0;
	}
	.sp_com_b tr td a {
		font-size: 16px;
		color: #FFF;
		display: block;
		text-decoration: none;
		overflow: hidden;
	}
	.f_access {
		margin-right: 2%;
	}
	.f_access p, .f_tel p {
		margin: 0px;
		text-align: left;
		float: left;
	}
	.f_access .fa-map-marker, .f_tel .fa-phone {
		font-size: 20px;
		line-height: 44px;
	}
	.copyright {
		width: 100%;
	}
	.copyright img {
		width: 100%;
		height: auto;
	}
	.copy_icon_wrap {
		width: 70px;
		margin: 0 auto;
		overflow: hidden;
	}
	.copy_icon {
		height: 70px;
		width: 70px;
		margin: 0 auto;
		margin-top: -35px;
		text-align: center;
		background-color: #b01717;
		border-radius: 50%;
		border: 3px solid #FFFFFF;
		position: absolute;
	}
	.copy_icon a {
		height: 70px;
		width: 70px;
		display: block;
	}
	.copy_icon a p {
		margin: 0px;
	}
	.copy_icon .fa-level-up {
		color: #FFF;
		font-size: 55px;
		margin-top: 7px;
		margin-left: -5px;
	}
	.copy_icon img {
		margin-top: 15px;
		margin-left: 5px;
	}
	.copy_name {
		height: 80px;
		line-height: 120px;
		color: #FFF;
		font-size: 10px;
		text-align: center;
	}
	.t_com_name {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.t_com_name a {
		color: #a9337d;
	}
	/* =========================================================
   favorite
========================================================= */
	.favo_ul {
		margin-bottom: 10px;
	}
	.favo_ul li {
		border-bottom: 1px solid #ccc;
	}
	.favo_ul li a {
		display: block;
		padding: 5px;
		box-sizing: border-box;
	}
	/* ----------------------------------------
　フッター固定
---------------------------------------- */
	.fixfoot {
		width: 100%;
		position: fixed;
		bottom: -1px;
		height: 50px;
		background-color: #FFF;
		z-index: 999;
		border-top: 2px solid #333333;
		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;
	}
	.fixfoot ul li a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 13px;
		padding: 10px 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;
	}
	.rireki_page_wrap .rireki_block {
		width: 100%;
		overflow: auto;
		/* padding: 4%; */
		margin: 5% auto;
		box-sizing: border-box;
		font-size: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		/* box-shadow: 0 0 3px 1px #ccc; */
		-moz-box-shadow: 0 0 3px 1px #ccc;
	}
	.rireki_page_wrap .rireki_container {
		width: 960px;
		margin: 20px auto;
	}
	.rireki_page_wrap .rireki_title_sp {
		display: none;
	}
	.rireki_page_wrap .rireki_block ul {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 170px;
		margin: 3px 5px;
		padding: 5px;
		float: left;
		font-size: 12px;
		list-style: none;
		*list-style-position: outside;
		vertical-align: top;
		position: relative;
		border: dotted 1px #CCC;
	}
	.rireki_page_wrap .rireki_block ul:hover {
		background: #FFFAF0;
		/*★マウスオーバー時の背景色*/
	}
	.rireki_page_wrap .rireki_block ul li {
		text-align: left;
	}
	.rireki_page_wrap .rireki_block_img {
		text-align: center !important;
		height: 130px;
		/* ★高さ保持(画像の高さ最大値に合わせること)*/
		margin: 0 0 5px 0 !important;
		float: left !important;
	}
	.rireki_page_wrap .rireki_block_name {
		font-size: 14px;
		font-weight: bold;
	}
	.rireki_page_wrap .rireki_block_yachin span {
		color: #FF0000;
		font-size: 16px;
		font-weight: bold;
	}
	.rireki_page_wrap .rireki_block_com {
		border-top: 1px solid #CCCCCC;
	}
	.rireki_page_wrap .rireki_block_com p {
		margin: 0 0 10px 0;
		padding: 5px 0;
	}
	.rireki_page_wrap .rireki_container {
		width: 100%;
		margin: 0px auto;
	}
	.rireki_page_wrap .rireki_block {}
	.rireki_page_wrap .rireki_block ul {}
	.rireki_page_wrap .rireki_block ul {
		margin: 5px auto;
		float: none;
		width: 92%;
		display: block;
		min-height: 15% !important;
	}
	.rireki_page_wrap .rireki_block ul li {
		text-align: left;
		margin-left: 45%;
		margin-bottom: 2px;
	}
	.rireki_page_wrap .rireki_block_img {
		text-align: left !important;
		height: 130px;
		/* ★高さ保持(画像の高さ最大値に合わせること)*/
		margin: 0 0 5px 0 !important;
	}
	.rireki_page_wrap .rireki_block_img a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.rireki_page_wrap .rireki_block_img a img {
		max-width: 100%;
		position: absolute;
		left: 5px;
		top: 5px;
		width: 40%;
		max-height: 100px;
	}
	.rireki_page_wrap .rireki_title {
		display: none;
	}
	.rireki_page_wrap .rireki_title_sp {
		display: block;
		clear: both;
	}
	.rireki_page_wrap .rireki_title_sp h1 {
		font-size: 10px;
		margin: 0;
		padding: 0;
		width: 100%;
		color: #FFF;
		clear: both;
		background: #2F2514;
	}
	.rireki_page_wrap .rireki_title_sp h2 {
		background: #f79708;
		border-left: 10px solid #febe25;
		padding: .2em .3em;
		font-size: 14px;
		line-height: 20pt;
		font-weight: bold;
		color: #FFF;
	}
	/********************************************
  
    SPTOP特選物件
  
*********************************************/
	.sp_tokusen {
		width: 100%;
		box-sizing: border-box;
		overflow: scroll;
		padding: 10px 5px;
		background-color: #f2f3f3;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
		-webkit-background-size: 7px 7px;
		-webkit-overflow-scrolling: touch;
		/*慣性スクロール*/
	}
	.sp_tokusen_in {
		width: max-content;
	}
	.sp_tokusen_row {
		width: 190px;
		margin: 0 10px 0 0;
		padding: 5px;
		background-color: white;
		position: relative;
		list-style: none;
		float: left;
	}
	.sp_tokusen_row>a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		text-decoration: none;
	}
	.sp_tokusen_title {
		width: 180px;
		top: 175px;
		left: 10px;
		position: absolute;
		text-overflow: ellipsis;
		font-size: 3vw;
	}
	.sp_tokusen_row:hover {
		background: #ECECEC;
	}
	.sp_tokusen_row:nth-child(4n) {
		margin-right: 0 !important;
	}
	.sp_tokusen_row ul {
		margin: 0;
		padding: 0px 5px 5px 5px;
	}
	.sp_tokusen_row ul li {
		font-size: 12px;
		margin: 0;
		clear: both;
		list-style: none;
	}
	.sp_tokusen_img {
		margin: 0;
		width: 190px;
		height: 165px;
		overflow: hidden;
		margin-bottom: 23px;
		border-bottom: 3px solid #07285A;
		text-align: center;
		object-fit: cover;
	}
	.sp_tokusen_img img {
		max-width: 248px;
		height: auto;
	}
	.sp_tokusen_shosai {
		padding: 0 5px 5px 5px;
		font-size: 12px;
	}
	.sp_tokusen_shosai b {
		color: #FF5722;
		font-size: 16px;
	}
	/* ----------------------------------------
　オリジナル部分
---------------------------------------- */
	.conteiner .mb_8 {
		margin-bottom: 8%;
	}
	/* more
---------------------------------------- */
	.top_more {
		margin: auto;
		width: 130px;
	}
	.top_more a {
		border-radius: 50px;
		border: 2px solid #000;
		text-align: center;
		width: 130px;
		height: 30px;
		line-height: 30px;
		box-sizing: border-box;
		display: block;
		color: #333;
		background: #fff;
		text-decoration: none;
	}
	.top_more a span {
		width: 92%;
		height: 100%;
		display: block;
		margin: auto;
	}
	/* tokushu
---------------------------------------- */
	.tokushu {
		background: #f0eadd;
		border-bottom: 2px solid #b01717;
		overflow: hidden;
	}
	.tokushu_inn {
		width: 92%;
		margin: 4% auto;
		overflow: hidden;
	}
	.tokushu_inn li {
		float: left;
		margin: auto 2% 2% auto;
		width: 49%;
	}
	.tokushu_inn li:nth-child(even) {
		margin-right: 0;
	}
	.tokushu_inn li a {
		background: #fff;
		display: block;
		border: 2px solid #000000;
		border-radius: 5px;
		padding: 1px;
		box-sizing: border-box;
	}
	.tokushu_inn li a img {
		width: 100%;
	}
	/* recommend
---------------------------------------- */
	.recommend {
		width: 92%;
		margin: 4% auto;
	}
	.reco_tl {
		margin: auto auto 4%;
		overflow: hidden;
	}
	.reco_tl h3 {
		float: left;
	}
	.reco_tl h3 img {
		width: 100%;
	}
	.recommend .top_more {
		float: right;
	}
	.reco_bukken {}
	.reco_bukken ul:first-child {
		margin: auto auto 4%;
	}
	/********************************************
    reco4_2
*********************************************/
	.reco4_2 {}
	.reco4_2 ul {
		border: 2px solid #000;
		padding: 0;
		font-size: 3vw;
		list-style: none;
		vertical-align: top;
		position: relative;
		border-radius: 5px;
		padding: 60px 4% 4% 4%;
	}
	.reco4_2 ul:last-child {
		margin-right: 0;
	}
	.reco4_2 ul:hover {
		background: #D7E4EC;
		/*★マウスオーバー時の背景色*/
	}
	.reco4_2 ul li {
		text-align: left;
	}
	.reco4_2 ul li.reco4_2_com {
		overflow: hidden;
	}
	.reco4_2 ul li.reco4_2_com p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		margin: 0;
		line-height: 1.5;
	}
	li.reco4_2_img {
		margin: 0 10px 0 0 !important;
		float: left;
		width: 50%;
		height: 18%;
	}
	li.reco4_2_img a {
		overflow: hidden;
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
	}
	li.reco4_2_img a img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	a.reco4_2_name {
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	a.reco4_2_name span {
		color: #000;
		position: absolute;
		top: 20px;
		left: 80px;
		font-size: 4.5vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 75%;
	}
	li.reco4_2_yachin span {
		color: #FF0000;
		font-size: 5.5vw;
		font-weight: bold;
		line-height: 100%;
	}
	.reco4_2_com {
		background: #fcebdf;
		margin: auto auto auto 40%;
		padding: 10px;
		border-radius: 5px;
	}
	.reco4_2_com span {
		font-weight: bold;
	}
	.reco4_2_access, .reco4_2_madoriname, .reco4_2_yachin {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: 4px;
	}
	.reco4_2_icon {
		font-weight: bold;
		position: absolute;
		top: 11px;
		left: -11px;
	}
	/* owner
---------------------------------------- */
	.owner_btn {
		position: relative;
		overflow: hidden;
		width: 92%;
		margin: auto;
	}
	.owner_btn p {
		float: left;
		margin: auto 2% auto auto;
		width: 49%;
	}
	.owner_btn p:last-child {
		margin-right: 0;
	}
	.owner_btn .top_more a {
		background: #66bb37;
		color: #fff;
		border: 2px solid #66bb37;
		width: 100%;
		height: 35px;
		font-size: 3.5vw;
		line-height: 32px;
		text-indent: 13px;
		font-weight: bold;
	}
	.owner_btn a span.arrow_white::after {
		border-left: 5px solid #66bb37;
	}
	.owner_bnr img {
		display: block;
		width: 90%;
		margin: -4% auto 8%;
	}
	/* useful
---------------------------------------- */
	.useful {
		background: url(/mobile_img/useful_bg_sp.jpg) center center / auto 100%;
		box-sizing: border-box;
		padding: 6% 4%;
		overflow: hidden;
	}
	.useful h3 {
		margin: auto auto 20px;
	}
	.useful_inner {}
	.useful_inner ul {}
	.useful_inner li {
		float: left;
		margin: auto 2% 2% auto;
		width: 49%;
	}
	.useful_inner li:nth-child(even) {
		margin-right: 0px;
	}
	.useful_inner li img {
		width: 100%;
	}
	/*　s_info
---------------------------------------- */
	.s_info {
		border: 2px solid #000;
		border-radius: 5px;
		padding: 4%;
		width: 92%;
		margin: 4% auto;
		box-sizing: border-box;
	}
	.s_info h2 {
		border-bottom: 2px solid #000;
		text-align: center;
		margin: 0;
	}
	.s_info h2 img {
		width: 20%;
		display: block;
		margin: 1% auto 4%;
	}
	.s_info_inner {
		height: 190px;
		width: 100%;
		margin: 4% auto;
		text-align: left;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
	}
	.s_info_inner iframe {
		display: block;
		width: 100%;
		height: 100%;
		border: none;
	}
	.s_info .top_more {
		width: 100%;
	}
	.s_info .top_more a {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 3.5vw;
		font-weight: bold;
	}
	/* company
---------------------------------------- */
	.company_inner .con_title {
		display: inline-block;
		position: relative;
		height: 50px;
		line-height: 50px;
		text-align: center;
		padding: 0 30px;
		font-size: 5vw;
		background: #b01717;
		color: #FFF;
		box-sizing: border-box;
		width: 100%;
	}
	.company_inner .con_title:before, .company_inner .con_title:after {
		position: absolute;
		content: '';
		width: 0px;
		height: 0px;
		z-index: 1;
	}
	.company_inner .con_title:before {
		top: 0;
		left: 0;
		border-width: 25px 0px 25px 15px;
		border-color: transparent transparent transparent #fff;
		border-style: solid;
	}
	.company_inner .con_title:after {
		top: 0;
		right: 0;
		border-width: 25px 15px 25px 0px;
		border-color: transparent #fff transparent transparent;
		border-style: solid;
	}
	/* bnr
---------------------------------------- */
	.bnr_sp {
		width: 92%;
		margin: 4% auto;
	}
	.bnr_sp a {
		display: block;
	}
	.bnr_sp a img {
		width: 100%;
	}
	.bnr_sp p {
		font-size: 12px;
		letter-spacing: 1px;
		margin: 5px 0;
		text-align: center;
	}
	/* ----------------------------------------
　arrow
---------------------------------------- */
	.arrow_red,
	.arrow_black,
	.arrow_white {
		position: relative;
	}
	.arrow_red::before,
	.arrow_black::before,
	.arrow_white::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 15px;
		height: 15px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.arrow_red::after,
	.arrow_black::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		left: 6px;
		box-sizing: border-box;
		width: 3px;
		height: 3px;
		border: 4px solid transparent;
		border-left: 5px solid #fff;
	}
	.arrow_white::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		left: 6px;
		box-sizing: border-box;
		width: 3px;
		height: 3px;
		border: 4px solid transparent;
		border-left: 5px solid #b01717;
	}
	.arrow_red::before {
		background: #b01717;
	}
	.arrow_black::before {
		background: #000;
	}
	.arrow_white::before {
		background: #fff;
	}
	.arrow_more {
		font-family: Century Gothic, sans-serif;
		font-size: 13px;
		letter-spacing: 2px;
		font-weight: bold;
		line-height: 26px !important;
	}
	/* ----------------------------------------
　shosai
---------------------------------------- */
	.sho_school_text {
		font-size: 11px;
		margin: 2% 2% 0 2%;
	}
	.sho-chat {
		margin: 5px auto 0;
		padding: 12px 0 0 0;
		width: 100%;
		background: #F5F5F5;
		height: auto;
		overflow: hidden;
	}
	.sho-chat img {
		width: 96%;
		margin: 0 auto;
		display: block;
	}
	.sho-chat-f {
		margin: 5% auto 0;
		width: 96%;
		height: auto;
		overflow: hidden;
	}
	.sho-chat-f img {
		margin: 0 auto;
		display: block;
	}
	.corona img {
		margin: 5px 0px 5px 5px;
		width: 96%;
		text-align: center;
	}
	.fix_raitenbtn {
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		left: 0;
		bottom: 50px;
		padding: 3% 0;
		width: 100%;
		z-index: 500;
	}
	.fix_raitenbtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90%;
		text-align: center;
		background: #b01717;
		border-radius: 30px;
		font-size: 16px;
		font-weight: bold;
		line-height: 45px;
		color: #fff;
		margin: 0 auto;
		letter-spacing: 0.1em;
	}
	.fix_raitenbtn a i {
		margin-right: 5px;
	}
	.fix_raitenbtn p {
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		text-align: center;
		margin: 0 0 5px;
	}
	/* ----------------------------------------
	inquiry
	---------------------------------------- */
	.form_caution {
		width: 93%;
		margin: 15px auto;
		padding: 15px 4%;
		background: #fff4f4;
		border: 1px solid #efc1c1;
		color: #f00;
		box-sizing: border-box;
		font-size: 3vw;
		text-align: left;
	}
	.corona_info a {
		display: block;
		width: 96%;
		margin: 20px auto;
		border: 1px solid #000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
		font-size: 16px;
	}
	.corona_info a:hover {
		background-color: #f7f1e1;
	}
	.c_info_l {
		display: block;
		background-color: #e6b322;
		color: #fff;
		text-align: center;
		padding: 5px 0;
	}
	.c_info_r {
		display: block;
		padding: 15px 10px;
		color: #333;
		font-weight: bold;
	}
	.corona_news {
		width: 96%;
		margin: 20px auto;
		border: 1px solid #c61d18;
		padding: 20px;
		box-sizing: border-box;
		font-weight: bold;
		text-align: center;
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.corona_news span {
		color: #e60f09;
	}
	.inq_pri {
		font-size: 13px;
		width: 96%;
		margin: 10px auto;
	}
	/* ----------------------------------------
	privacy
---------------------------------------- */
	.privacy {
		width: 96%;
		margin: 0 auto;
	}
	.privacy span {
		display: block;
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 3px solid #eee;
	}
	.privacy p {
		margin-bottom: 20px;
	}
	/* --------- 店舗追加 --------- */
	.main_btm_shop {
		width: 94%;
		margin: 20px auto;
		border: solid 3px #c61d18;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 20px 4% 0px;
	}
	.m_b_shop_ti {
		text-align: center;
	}
	.m_b_sho_wrap {
		padding: 10px 0;
	}
	.m_b_sho_block {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.m_b_sho_block .txt {
		font-size: 12px;
		margin-left: 20px;
	}
	.mb_shop_name p {
		margin: 0 0 5px;
		font-weight: bold;
	}
	.mb_shop_tel a {
		font-weight: bold;
		font-size: 20px;
		color: #333;
		text-decoration: none;
		line-height: 1;
		margin-bottom: 5px;
		display: block;
	}
	.mb_shop_address a {
		line-height: 1;
		margin: 5px 0px;
		color: #000;
		display: block;
	}
	.mb_raiten {
		display: flex;
		gap: 2%;
	}
	.mb_raiten a {
		display: block;
		text-decoration: none;
		background-color: #c61d18;
		width: 100%;
		line-height: 30px;
		text-align: center;
		color: #fff;
		border-radius: 50px;
		min-width: 90px;
	}
	.mb_raiten a:nth-child(2) {
		background-color: #06c655;
	}
	/* -------------------------------------
フォーム調整20230516
---------------------------------------- */
	.form_style {
		border: 1px solid #CCC;
		margin: 5% auto;
		width: 96%;
	}
	.form_style th {
		font-size: 3.5vw;
		line-height: 1.7em;
		width: 30%;
		font-weight: bold;
		background: #f7f7f7;
		border-bottom: 1px solid #CCC;
		color: #666;
	}
	.form_style td {
		font-size: 16px;
		line-height: 1.7em;
		color: #666;
		border-bottom: 1px solid #CCC;
	}
	.form_style td input {}
	.form_style td label {
		border: 1px solid #ccdae4;
		background: #f5f9fc;
		/* cursor: pointer; */
		border-radius: 5px;
		padding: 2% 5% 2% 2%;
		line-height: 1.7em;
		display: inline-block;
		font-size: 3vw;
		width: auto !important;
		/* margin: 0 10px 10px 0;*/
	}
	.form_style td input[type="text"], .form_style td input[type="email"] {
		width: 80%;
		line-height: 1.7em;
		padding: 1%;
		margin: 1% auto;
		font-size: 4vw;
	}
	.form_style td input[type="radio"], .form_style td input[type="checkbox"] {
		vertical-align: middle;
		width: 3vw;
	}
	.form_style td select {
		width: 95%;
		line-height: 1.7em;
		padding: 1%;
		margin: 1% auto;
		font-size: 4vw;
	}
	.form_style textarea {
		width: 95%;
		line-height: 1.2em;
		padding: 1%;
		margin: 1% auto;
		font-size: 3.5vw;
	}
	.shosai_request {
		width: 100%;
		margin: 6% auto 2%;
		text-align: center;
		clear: both;
	}
	.shosai_request a {
		color: #db1919;
		font-size: 19px;
		font-weight: bold;
		padding: 2% 0;
		background-color: #FFF;
		display: block;
		line-height: 27px;
		box-shadow: 0 5px #db1919;
		border: 5px solid #db1919;
		border-radius: 5px;
		position: relative;
	}
	.shosai_request a::before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #db1919;
		border-right: solid 2px #db1919;
		-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: 13px;
		background: linear-gradient(transparent 60%, #F4FB30 60%);
		padding: 0 7px;
	}
	/* -------------------------------------
top_voice　お客様の声
---------------------------------------- */
	.t_voice_wrap {
		background-color: #e2f4fe;
	}
	.t_voice_wrap>a>img {
		width: 100%;
	}
	.voice_slide {
		padding: 10px 0;
	}
	.voice_slide iframe {
		width: 100%;
		height: 280px;
	}
	/* ----------------------------------------
　list_custom
---------------------------------------- */
	.list_custom {}
	.list_custom>div {
		border: 1px solid #ccc;
		border-radius: 5px;
		overflow: hidden;
		margin: 0 auto 20px;
		width: 92%;
	}
	.list_custom h4 {
		color: #b01717;
		font-size: 14px;
		background-color: #eee;
		line-height: 35px;
		padding: 0 10px;
		font-weight: bold;
		margin: 0;
	}
	/* ----------人気条件---------- */
	.list_c_ninki ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding: 15px;
	}
	.list_c_ninki ul li {}
	.list_c_ninki ul li a {
		text-decoration: none;
		color: #333;
		background-color: #eee;
		border-radius: 50px;
		display: block;
		padding: 5px 15px;
		font-size: 12px;
	}
	.list_c_ninki ul li a:before {
		content: "#";
	}
	.list_c_ninki ul li a:hover {
		background-color: #b01717;
		color: #fff;
	}
	.list_c_ninki ul li a:hover:before {
		color: #fff;
	}
	/* ----------家賃相場---------- */
	.list_c_yachin {
		padding: 20px 0;
		border-bottom: 1px solid #ccc;
	}
	.list_c_yachin h5 {
		width: 90%;
		margin: 0 auto 20px;
		font-size: 15px;
	}
	.list_c_yachin_box {
		border: 1px solid#ccc;
		width: 90%;
		margin: 0 auto;
	}
	.list_c_yachin_box ul {
		border-top: 1px solid #ccc;
		display: flex;
	}
	.list_c_yachin_box ul:first-child {
		border-top: 0px solid #ccc;
	}
	.list_c_yachin_box ul li {
		text-align: center;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		flex: 1;
	}
	.list_c_yachin_box ul li:first-child {
		border-right: 1px solid #ccc;
		background-color: #eee;
	}
	.list_c_yachin_box ul li a {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.list_c_yachin>p {
		width: 90%;
		text-align: right;
		margin: 10px auto;
	}
	/* ----------周辺情報---------- */
	.list_c_town {
		width: 90%;
		margin: 30px auto 0;
	}
	.list_c_town h5 {
		font-size: 15px;
		margin: 0;
	}
	.list_c_town ul {}
	.list_c_town ul li {
		margin-bottom: 30px;
	}
	.list_c_town ul li p.list_c_town_ti {
		font-size: 14px;
		font-weight: bold;
		background-color: #eee;
		padding: 10px;
		margin-bottom: 15px;
	}
	.list_c_town ul li p.list_c_town_txt {
		font-size: 14px;
		line-height: 25px;
	}
	/* ----------よくある質問---------- */
	.list_c_qa {}
	.list_c_qa ul {
		width: 90%;
		margin: 30px auto;
	}
	.list_c_qa ul li {
		margin-bottom: 20px;
	}
	.list_c_qa ul li p.list_c_q {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.list_c_qa ul li p.list_c_q span {
		background-color: #b01717;
		color: #fff;
		display: inline-block;
		padding: 0 3px;
		border-radius: 3px;
		margin-right: 5px;
	}
	.list_c_qa ul li p.list_c_a {
		font-size: 14px;
		line-height: 24px;
	}
	.list_c_qa ul li a {
		font-size: 14px;
	}
	/* ----- リストカスタマイズ強化版 ----- */
	.l_c_new_wrap {}
	.l_c_main {
		background-color: #fcebe1;
		padding: 20px 0;
	}
	.l_c_main_inner {
		width: 94%;
		margin: 0 auto;
	}
	.l_c_main h2 {
		font-size: 25px;
		font-weight: bold;
		margin: 0 0 10px;
		color: #;
		line-height: 1.3;
	}
	.l_c_main h2 span {
		font-size: 25px;
		font-weight: bold;
	}
	.l_c_main_inq img {
		width: 100%;
	}
	.l_c_main_link {
		/* display: none; */
	}
	.l_c_main_link p {
		font-size: 15px;
		margin: 10px 0 0;
		font-weight: bold;
		color: #b01717;
	}
	.l_c_main_link ul {
		display: flex;
		gap: 5px;
		background: none;
	}
	.l_c_main_link ul li a {
		display: block;
		font-size: 12px;
		font-weight: bold;
		padding: 8px;
		box-sizing: border-box;
		border: 1px solid #fff;
		border-radius: 6px;
		color: #b01717;
		text-decoration: none;
		text-align: center;
		background-color: #fff;
	}
	.l_c_town {
		width: 100%;
		margin: 0px auto 0px;
		background-color: #eee;
		padding: 20px;
		box-sizing: border-box;
	}
	.l_c_town_txt h2 {
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 10px;
	}
	.l_c_town_txt p {
		margin: 0 0px 0 0;
		font-size: 14px;
		line-height: 1.5;
	}
	.l_c_town_photo {
		text-align: center;
		margin: 20px 0 0;
	}
}