/*------制作メモ------

 #CDE3F8⇒メイン部分の背景、こだわり条件ボタン枠の背景
 #0D316D⇒タイトルバーとボタンの置換
 #5E8ABF⇒【エリア名（ローマ字）】
 #009CD1⇒ウェブアイコンの色
 #AD3333⇒値下げ・新着一覧リンクボタンホバー
 #ebf3f8⇒物件ホバー背景色



/*---------------------*/
/* lpo_common
---------------------------------------- */

.lpo_tl {
	background: #0D316D;
	color: #fff;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	letter-spacing: 1.5px;
	padding: 15px 0 15px 20px;
	margin: 0 auto 20px;
}
.lpo_container {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
.lpo_maincontents {
	width: 880px;
}
/* lpo_main
---------------------------------------- */
.lpo_main_wrap {
	margin: 0 0 30px 0;
	padding: 20px 0;
	background: #CDE3F8;
}
.lpo_main_wrap a {
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.lpo_main_wrap a i {
	color: #009CD1;
}
.lpo_main {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.lpo_m_search {
	float: left;
	width: 860px;
	height: 280px;
	padding: 10px;
	background: #fff;
}
.lpo_m_s_tl {
	display: flex;
	align-items: flex-end;
	background: #0D316D;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_m_s_tl p, .lpo_m_s_tl span {
	float: left;
	font-weight: bold;
	line-height: 26px;
}
.lpo_m_s_tl p {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.lpo_m_s_tl span {
	display: block;
	font-size: 18px;
	color: #fff;
}
.lpo_m_s_inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
.lpo_m_s_img, .lpo_m_s_btn {
	margin-right: 10px;
}
.lpo_m_s_img {
	width: 210px;
}
.lpo_m_s_btn {
	width: 450px;
}
.lpo_m_s_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lpo_m_s_btn li {
	float: left;
}
.lpo_m_s_btn a {
	font-size: 14px;
}
.lpo_m_s_btn_area {}
.lpo_m_s_btn_area li {
	width: 143px;
	margin-right: 10px;
}
.lpo_m_s_btn_area li:last-child {
	margin-right: 0;
}
.lpo_m_s_btn_area a {
	text-align: center;
	padding: 20px 0;
	background: #FFF;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 0px 1px 0px 0px rgb(204 204 204 / 40%);
}
.lpo_m_s_btn_area a:hover {
	background: #f9f9f9;
}
.lpo_m_s_btn_area li a i {
	font-size: 25px;
	margin-bottom: 15px;
}
.lpo_m_s_btn_kind {}
.lpo_m_s_btn_kind li {
	width: 220px;
	margin-top: 8px;
}
.lpo_m_s_btn_kind li:nth-of-type(2n-1) {
	margin-right: 8px;
}
.lpo_m_s_btn_kind li a {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0px 1px 0px 0px rgb(204 204 204 / 40%);
	overflow: hidden;
}
.lpo_m_s_btn_kind li a i,
.lpo_m_s_btn_kind li a p {
	line-height: 20px;
}
.lpo_m_s_btn_kind li a i.fa-chevron-right {
	width: auto;
	margin: 0;
	font-size: 10px;
}
.lpo_m_s_btn_kind li a:hover {
	background: #f9f9f9;
}
.lpo_m_s_btn_kind li a i {
	font-size: 20px;
	width: 25px;
	text-align: center;
}
.lpo_m_s_btn_kind li a p {
	padding: 0 15px 0 0;
}
.lpo_m_s_link {
	width: 170px;
	padding: 5px 0 0 0;
}
.lpo_m_s_link p {
	display: flex;
	align-items: center;
	gap: 0 5px;
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #0062a0;
	letter-spacing: 0.6px;
}
.lpo_m_s_link p:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #0062a0;
	margin-left: 0rem;
}
.lpo_m_s_link ul {
	padding: 0 0 0 2px;
}
.lpo_m_s_link a:hover {
	text-decoration: underline;
}
.lpo_m_s_link a {
	padding: 3px 0;
	font-size: 13px;
}
.lpo_m_s_link a i {
	margin-right: 10px;
}
.lpo_m_regist {
	float: right;
	width: 200px;
}
/* lpo_free
---------------------------------------- */
.lpo_free {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.lpo_free_tl {
	border-left: 5px solid #333333;
	box-sizing: border-box;
	font-weight: bold;
	width: 135px;
	margin-right: 10px;
	padding: 3px 0 1px 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_free_tl p {
	font-size: 18px;
	margin: 0 0 5px 0;
}
.lpo_free_tl span {
	font-size: 14px;
}
.lpo_free form {
	display: flex;
	justify-content: space-between;
	width: 720px;
}
.lpo_free input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_free input[type="text"] {
	width: 610px;
	height: 45px;
	box-sizing: border-box;
	padding: 5px 15px;
	border: 1px solid #cccccc;
	font-size: 15px;
	line-height: 20px;
}
.lpo_free ::placeholder {
	color: #cccccc;
}
.lpo_free input[type="submit"] {
	font-weight: bold;
	background: #333;
	color: #fff;
	cursor: pointer;
	width: 100px;
	height: 45px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
}
.lpo_free input[type="submit"]:hover {
	background: #AD3333;
}
/* lpo_article
---------------------------------------- */
.lpo_article {}
.lpo_article ul {
	margin: 0 0 30px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 25px 20px;
}
.lpo_article li {
	width: 260px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 1px rgb(137 137 137 / 20%);
	padding: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}
.lpo_article li:empty {
	display: none;
}
.lpo_article li .bukken_icon_only {
	position: absolute;
	font-size: 12px;
	padding: 0 5px;
	border-radius: 3px;
	line-height: 20px;
	margin: 1px 0;
	top: 5px;
	right: 5px;
	font-weight: bold;
}
.lpo_article li:hover {
	background: #ebf3f8;
}
.lpo_article li>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
}
.lpo_article li>a p {
	width: 250px;
	height: 48px;
	padding: 40px 0 13px 0;
	position: absolute;
	top: 192px;
	left: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}
.lpo_article li>a p span {
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.lpo_article li>a p:after {
	content: "";
	width: 45px;
	height: 3px;
	background: #0062a0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lpo_art_photo {}
.lpo_art_photo p {
	text-align: center;
	height: 180px;
}
.lpo_art_photo p a img {
	width: 270px;
	height: 180px !important;
	object-fit: cover;
}
.lpo_art_detail {
	padding: 85px 10px 0 10px;
	height: 105px;
}
.lpo_art_detail p {
	line-height: 24px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lpo_art_detail p:last-of-type {
	font-size: 12px;
}
.lpo_art_detail p.lpo_art_price {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.7px;
	overflow: hidden;
}
.lpo_art_price span {
	display: flex;
	align-items: center;
	margin: 0 0 0 5px;
	font-size: 18px;
	color: #f30000;
	letter-spacing: 0.9px;
}
.lpo_art_price .bukken_icon_down {
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 0 7px;
	border-radius: 3px;
	line-height: 20px;
	color: #FFF;
}
.lpo_art_comment {
	width: 250px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 15px;
	background: #f5f5f5;
	border-radius: 3px;
}
.lpo_art_comment p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 70px;
	overflow: hidden;
}
.lpo_art_comment_regist p {
	color: #FE9901;
	font-weight: bold;
}
.lpo_more {
	margin-bottom: 40px;
}
.lpo_more a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 600px;
	border-radius: 3px;
	border: 2px solid #0D316D;
	font-weight: bold;
	padding: 22px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
}
.lpo_more a:hover {
	background: #0D316D;
	color: #FFF;
}
.lpo_more a p, .lpo_more a i {
	display: table-cell;
	vertical-align: middle;
}
.lpo_more a p {
	width: 575px;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1.8px;
}
.lpo_more a i {
	padding-left: 15px;
	font-size: 15px;
	color: #0D316D;
}
.lpo_more a:hover i {
	color: #FFF;
}
/* lpo_btn
---------------------------------------- */
.lpo_btn {
	background: #ebf3f8;
	padding: 14px;
	margin-bottom: 40px;
}
.lpo_btn h3 {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	color: #0e6ba5;
	letter-spacing: 1.2px;
}
.lpo_btn h3:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #0e6ba5;
	margin-left: 1rem;
}
.lpo_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}
.lpo_btn li {
	width: 200px;
}
.lpo_btn li a {
	display: flex;
	justify-content: space-between;
	padding: 20px 14px;
	background: #fff;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.7px;
	box-shadow: 0px 1px 0px 0px rgba(204, 204, 204, 0.4);
}
.lpo_btn li a:hover {
	background: #f9f9f9;
}
.lpo_btn li a i,
.lpo_btn li a p {
	float: left;
	line-height: 20px;
}
.lpo_btn li a p {
	padding: 0 10px 0 0;
}
.lpo_btn li a:hover {}
.lpo_btn li a i {
	font-size: 20px;
	width: 25px;
	text-align: center;
	color: #0062a0;
}
.lpo_btn li a i.fa-chevron-right {
	width: auto;
	margin: 0;
	font-size: 10px;
}
/* lpo_regist_comment
---------------------------------------- */
.lpo_regist_comment {
	border: 5px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.lpo_regist_comment p {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1.8px;
	font-weight: bold;
}
.lpo_regist_comment span {
	color: #ff0000;
	font-size: 24px;
	padding: 0 5px;
}
/* lpo_regist
---------------------------------------- */
.lpo_regist {
	margin-bottom: 40px;
}
.lpo_regist_flow {
	margin-bottom: 20px;
}
.lpo_regist_form {
	margin-bottom: 0px;
}
.lpo_regist_form form {
	border: 2px solid #ccc;
	margin-bottom: 20px;
}
.lpo_regist table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.lpo_regist table tr {
	display: flex;
	margin: 0 0 3px 0;
}
.lpo_regist th, .lpo_regist td {
	box-sizing: border-box;
	font-size: 14px;
}
.lpo_regist th {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	width: 240px;
	background: #fafaf9;
	overflow: hidden;
}
.lpo_regist th span {
	width: 48px;
	box-sizing: border-box;
	padding: 5px 0;
	background: #ffe8e5;
	border-radius: 3px;
	color: #ff4a32;
	border: 1px solid #ff4a32;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1.3px;
}
.lpo_regist td {
	width: 640px;
	padding: 18px 0 18px 18px;
}
.lpo_regist td p {
	padding-bottom: 5px;
}
.lpo_regist td input, .lpo_regist td textarea {
	width: 590px;
	padding: 15px 15px;
	background: #f5f9fc;
	border: 1px solid #ccdae4;
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_regist td input {}
.lpo_regist td input.lpo_regist_s {
	width: 150px;
}
.lpo_regist td textarea {
	height: 100px;
}
.lpo_regist_btm {
	padding: 30px;
	background: #f5f9fc;
}
.lpo_regist_kiyaku {
	margin-bottom: 10px;
	text-align: center;
}
.lpo_regist_kiyaku a {
	color: #0062a0;
	font-weight: bold;
}
.lpo_regist_kiyaku a:hover {
	color: #999;
}
.lpo_regist_agree {
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.lpo_regist_agree p {
	padding-bottom: 5px;
}
.lpo_regist_agree label {
	border: 1px solid #ccdae4;
	padding: 8px 13px;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	border-radius: 3px;
	background: #fff;
}
.lpo_regist_agree label:hover {
	background: #eee;
}
.lpo_regist_agree label input {
	vertical-align: sub;
	margin: 0 5px 0 0;
}
.lpo_regist_submit {
	text-align: center;
}
.lpo_regist_submit p {
	padding-bottom: 8px;
}
.lpo_regist_submit input {
	cursor: pointer;
	background: #de3838;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #c43333;
	padding: 10px 80px;
}
.lpo_regist_submit input:hover {
	background: #c43333;
}
/* lpo_article
---------------------------------------- */
.toushi_tokusen {
	width: 1100px;
	margin: 70px auto 0px auto;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}
.toushi_tokusen h2 {
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.lpo_art_photo {}
.lpo_art_photo p {
	text-align: center;
	height: 183px;
	position: relative;
}
.lpo_art_photo span {
	background: #333;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	padding: 0px 12px;
	display: block;
	position: relative;
	display: inline-block;
	margin: 11px 0px 0px 11px;
}
.lpo_art_photo p a img {
	object-fit: cover;
	height: 183px !important;
}
.lpo_art_rimawari {
	font-size: 13px !important;
	margin-bottom: 4px;
}
.lpo_art_rimawari span {
	font-size: 17px;
	font-weight: bold;
	color: #ff0000;
	padding-left: 23px;
}
.lpo_art_detail p.lpo_art_price {
	font-size: 13px !important;
	margin-bottom: 7px;
}
.lpo_art_detail p.lpo_art_price span {
	font-size: 17px;
	font-weight: bold;
	color: #ff0000;
	padding-left: 10px;
}
.lpo_art_comment {
	border: solid 1px #FE9901;
	background: #FFFCE5;
	padding: 9px;
}
.lpo_art_comment p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 70px;
	overflow: hidden;
}
.lpo_art_comment_regist p {
	color: #FE9901;
	font-weight: bold;
}
.lpo_more {
	margin-bottom: 40px;
}
.lpo_more a {
	background: #0D316D;
	display: block;
	margin: 0 auto;
	width: 450px;
	font-weight: bold;
	padding: 15px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
}
.lpo_more a:hover {
	background: #AD3333;
}
.lpo_more a p, .lpo_more a i {
	display: table-cell;
	vertical-align: middle;
}
.lpo_more a p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 420px;
	font-size: 16px;
	line-height: 22px;
}
.lpo_more a i {
	font-size: 15px;
	padding-left: 15px;
}
/* lpo_btn
---------------------------------------- */
.lpo_btn {
	background: #CDE3F8;
	padding: 14px;
	margin-bottom: 40px;
}
.lpo_btn ul {
	overflow: hidden;
}
.lpo_btn li {
	width: 182px;
	float: left;
	overflow: hidden;
	padding: 3px;
}
.lpo_btn li a {
	border: 1px solid #999;
	overflow: hidden;
	padding: 14px;
	background: #fff;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}
.lpo_btn li a i,
.lpo_btn li a p {
	float: left;
	line-height: 20px;
}
.lpo_btn li a:hover {
	border: 1px solid #333;
}
.lpo_btn li a i {
	font-size: 20px;
	margin-right: 10px;
	width: 25px;
	text-align: center;
	color: #009CD1;
}
/* lpo_regist_comment
---------------------------------------- */
.lpo_regist_comment {
	border: 10px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.lpo_regist_comment p {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.lpo_regist_comment span {
	color: #ff0000;
	font-size: 28px;
}
/* lpo_regist
---------------------------------------- */
.lpo_regist {
	margin-bottom: 40px;
}
.lpo_regist_flow {
	margin-bottom: 20px;
}
.lpo_regist_form {
	margin-bottom: 20px;
}
.lpo_regist_form form {
	border: 2px solid #ccc;
	margin-bottom: 20px;
}
.lpo_regist table {
	border-collapse: collapse;
	width: 100%;
}
.lpo_regist th, .lpo_regist td {
	border: 1px solid #ccc;
	padding: 18px;
	font-size: 13px;
}
.lpo_regist th {
	background: #f5f5f5;
	overflow: hidden;
}
.lpo_regist th span {
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border-radius: 3px;
	padding: 3px 5px;
	float: right;
}
.lpo_regist td p {
	padding-bottom: 5px;
}
.lpo_regist td input, .lpo_regist td textarea {
	width: 400px;
	padding: 5px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_regist td input {}
.lpo_regist td input.lpo_regist_s {
	width: 150px;
}
.lpo_regist td textarea {
	height: 100px;
}
.lpo_regist_btm {
	padding: 20px;
	background: #F7EEE3;
}
.lpo_regist_kiyaku {
	margin-bottom: 10px;
	text-align: center;
}
.lpo_regist_kiyaku a {
	color: #0000ff;
	font-weight: bold;
}
.lpo_regist_kiyaku a:hover {
	color: #999;
}
.lpo_regist_agree {
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.lpo_regist_agree p {
	padding-bottom: 5px;
}
.lpo_regist_agree label {
	border: 1px dotted #999;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	border-radius: 3px;
	background: #fff;
}
.lpo_regist_agree label:hover {
	background: #eee;
}
.lpo_regist_agree label input {
	vertical-align: sub;
	margin: 0 5px 0 0;
}
.lpo_regist_submit {
	text-align: center;
}
.lpo_regist_submit p {
	padding-bottom: 5px;
}
.lpo_regist_submit input {
	cursor: pointer;
	background: #ff0000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #dd0000;
	padding: 10px 80px;
}
.lpo_regist_submit input:hover {
	background: #dd0000;
}
/* 投資
---------------------------------------- */
.toushi_main {
	overflow: hidden;
	background-image: url(/img/toushi/main_bg.jpg);
	height: 700px;
	background-position-x: center;
	position: relative;
}
.toushi_main_img {
	width: 498px;
	margin: 230px auto 0px auto;
	position: relative;
	z-index: 10;
}
.toushi_main video {
	position: absolute;
	top: 0px;
	width: 100%;
}
.toushi_movie_box {
	width: 1100px;
	margin: 50px auto 0px;
}
.toushi_movie_box iframe {
	width: 100%;
	height: 400px;
}
.toushi_movie {
	width: 1100px;
	margin: 20px auto 0px auto;
}
.toushi_special {
	background-image: url(/img/toushi/special_bg.png);
	background-position-x: center;
	height: 550px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 80px 0px;
}
.toushi_special h2 {
	margin: 70px 0px 60px 0px;
	text-align: center;
}
.toushi_special ul {
	width: 1000px;
	margin: auto;
	padding: 0px;
	list-style-type: none;
}
.toushi_special ul li {
	width: 320px;
	float: left;
	margin-right: 19px;
	margin-bottom: 20px;
}
.toushi_special ul li:nth-child(3n) {
	margin-right: 0px;
}
.toushi_special ul li:nth-child(4) {
	margin-bottom: 0px;
}
.toushi_special ul li:nth-child(5) {
	margin-bottom: 0px;
}
.toushi_special ul li:nth-child(6) {
	margin-bottom: 0px;
}
.toushi_special ul li a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	background-color: #ffffff;
	line-height: 80px;
	padding: 0px 0px 0px 25px;
	background-image: url(/img/toushi/special_icon.png);
	background-repeat: no-repeat;
	background-position-y: 36px;
	background-position-x: 242px;
	text-decoration: none;
}
.toushi_special ul li a:hover {
	background-color: #e3e3e3;
}
.toushi_more {
	width: 490px;
	margin: 30px auto;
}
.toushi_more a {
	display: block;
	color: #333;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 55px;
	border: solid 2px #333;
	font-weight: bold;
	position: relative;
	font-size: 16px;
}
.toushi_more a::before {
	content: "";
	right: 30px;
	top: 19px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.toushi_more a:hover {
	background-color: #fff3de;
}
.toushi_more a::before {
	content: "";
	right: 30px;
	top: 19px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.toushi_more_w {
	width: 490px;
	margin: 30px auto;
}
.toushi_more_w a {
	display: block;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 55px;
	border: solid 2px #000;
	font-weight: bold;
	position: relative;
	font-size: 16px;
}
.toushi_more_w a::before {
	content: "";
	right: 30px;
	top: 19px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.toushi_more_w a:hover {
	background-color: #fff3de;
	color: #000;
}
.toushi_more_w a:hover::before {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.t_company_wrap {
	padding: 115px 0px 65px 0px;
	margin: 160px 0px 0px 0px;
	background-color: #c8ba8d;
}
.t_company_conts {
	width: 1100px;
	margin: 0px auto 100px auto;
	height: 465px;
}
.t_company_conts_l {
	float: left;
	width: 551px;
	position: relative;
	margin: -225px 0px 0px 0px;
}
.t_company_conts_l img {}
.t_company_conts_l_link {
	position: absolute;
	bottom: -51px;
	right: -38px;
	width: 377px;
}
.t_company_conts_l_link a {
	display: block;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 69px;
	padding: 0px 0px 0px 40px;
	background-color: #fff;
	border: solid 2px #fff;
	box-sizing: border-box;
	text-decoration: none;
}
.t_company_conts_l_link a:hover {
	background-color: #333;
	color: #fff;
}
.t_company_conts_l_link a::before {
	content: "";
	right: 22px;
	top: 33px;
	width: 14px;
	height: 2px;
	background: #333;
	position: absolute;
}
.t_company_conts_l_link a:hover::before {
	background: #fff;
}
.t_company_conts_l_link a::after {
	content: "";
	right: 22px;
	top: 29px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.t_company_conts_l_link a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.t_company_conts_r {
	width: 471px;
	float: right;
}
.t_company_conts_r h2 {
	margin: 0px 0px 50px 0px;
}
.t_company_conts_r h2 img {}
.t_company_conts_r ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.t_company_conts_r ul li {
	float: left;
	width: 222px;
	margin: 0px 27px 23px 0px;
}
.t_company_conts_r ul li:nth-child(2n) {
	margin-right: 0px;
}
.t_company_conts_r ul li:nth-child(7) {
	margin-bottom: 0px;
}
.t_company_conts_r ul li:nth-child(8) {
	margin-bottom: 0px;
}
.t_company_conts_r ul li a {
	display: block;
	font-size: 13px;
	color: #333;
	background-color: #fff;
	border: solid 2px #fff;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	position: relative;
}
.t_company_conts_r ul li a:hover {
	background-color: #333;
	color: #fff;
}
.t_company_conts_r ul li a::before {
	content: "";
	right: 22px;
	top: 24px;
	width: 10px;
	height: 2px;
	background: #333;
	position: absolute;
}
.t_company_conts_r ul li a:hover::before {
	background: #fff;
}
.t_company_conts_r ul li a::after {
	content: "";
	right: 23px;
	top: 22px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.t_company_conts_r ul li a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.t_company_conts_r ul li:nth-child(7) a {
	display: block;
	background: none;
	line-height: 50px;
	text-align: center;
	padding: 0px;
	border: none;
}
.t_company_conts_r ul li:nth-child(7) a::before {
	background: none;
}
.t_company_conts_r ul li:nth-child(7) a:hover::before {
	background: none;
}
.t_company_conts_r ul li:nth-child(7) a::after {
	border: none;
}
.t_company_conts_r ul li:nth-child(7) a:hover::after {
	border: none;
}
.t_company_conts_r ul li:nth-child(8) a {
	display: block;
	background: none;
	line-height: 50px;
	text-align: center;
	padding: 0px;
	border: none;
}
.t_company_conts_r ul li:nth-child(8) a::before {
	background: none;
}
.t_company_conts_r ul li:nth-child(8) a::after {
	border: ;
	none;
}
.t_company_access {
	width: 1100px;
	margin: 0px auto 0px auto;
	clear: both;
}
.t_company_access h2 {
	margin: 0px 0px 30px 0px;
	text-align: center;
	position: relative;
}
.t_company_access h2::before {
	content: "";
	left: 0px;
	top: 15px;
	width: 400px;
	height: 1px;
	background: #fff;
	position: absolute;
}
.t_company_access h2::after {
	content: "";
	right: 0px;
	top: 15px;
	width: 400px;
	height: 1px;
	background: #fff;
	position: absolute;
}
.t_company_access h2 img {}
.t_company_access h2 span {
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
.t_company_access_box {
	overflow: hidden;
}
.t_company_access_box_l {
	float: left;
	margin-bottom: 20px;
}
.t_company_access_box_l img {}
.t_company_access_box iframe {
	float: left;
	width: 550px;
	height: 289px;
	margin-bottom: 20px;
}
.t_company_access_box p {
	font-size: 14px;
	color: #fff;
	margin: 0px 0px 0px 0px;
}
.side_fix_toushi_wrap {
	width: 55px;
	position: fixed;
	right: 0px;
	bottom: 50px;
}
.side_fix_toushi_wrap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.side_fix_toushi_wrap ul li {
	margin: 0px 0px 20px 0px;
	position: relative;
}
.side_fix_toushi_wrap ul li a {
	padding: 30px 20px 50px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
}
.side_fix_toushi_wrap ul li:nth-child(1) a {
	background-color: #c8ba8d;
}
.side_fix_toushi_wrap ul li:nth-child(2) a {
	background-color: #f05615;
}
.side_fix_toushi_wrap ul li:nth-child(1) a:hover {
	background: #b8a770;
}
.side_fix_toushi_wrap ul li:nth-child(2) a:hover {
	background: #d75017;
}
.side_fix_toushi_wrap ul li:nth-child(3) a {
	background-color: #b41b21;
	padding: 15px 10px 15px;
}
.side_fix_toushi_wrap ul li:nth-child(3) a:hover {
	background-color: #7e1519;
}
.side_fix_toushi_wrap ul li::before {
	content: "";
	width: 13px;
	height: 13px;
	left: 22px;
	bottom: 29px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	z-index: 100;
}
.side_fix_toushi_wrap ul li a::before {
	content: "";
	left: 24px;
	bottom: 35px;
	width: 8px;
	height: 1.5px;
	position: absolute;
	z-index: 100;
}
.side_fix_toushi_wrap ul li:nth-child(1) a::before {
	background: #c8ba8d;
}
.side_fix_toushi_wrap ul li:nth-child(2) a::before {
	background: #f05615;
}
.side_fix_toushi_wrap ul li a::after {
	content: "";
	left: 27px;
	bottom: 33px;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 100;
	45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 100;
}
.side_fix_toushi_wrap ul li:nth-child(1) a::after {
	border-top: 1.5px solid #c8ba8d;
	border-right: 1.5px solid #c8ba8d;
}
.side_fix_toushi_wrap ul li:nth-child(2) a::after {
	border-top: 1.5px solid #f05615;
	border-right: 1.5px solid #f05615;
}
.side_fix_toushi_wrap ul li:nth-child(3)::before {
	background: none;
}
.side_fix_toushi_wrap ul li:nth-child(3) a::after {
	border: none;
}
.side_fix_toushi_wrap ul li:nth-child(3) a::before {
	background: none;
}
/* 投資header
---------------------------------------- */
.header_lpo_wrap {
	width: 1227px;
	margin: 20px auto 0px auto;
	overflow: hidden;
	position: absolute;
	z-index: 11;
	left: 0px;
	right: 0px;
}
.header_lpo_l {
	float: left;
	margin: 34px 0px 0px 0px;
}
.header_lpo_l a {}
.header_lpo_r {
	float: right;
}
.header_lpo_r {}
.header_lpo_tel {
	font-size: 12px;
	float: left;
	margin: 30px 20px 0px 0px;
	text-align: right;
	color: #fff;
}
.header_lpo_tel span {
	display: block;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}
.header_lpo_inq {
	float: right;
	width: 387px;
	margin: 23px 0px 0px 0px;
}
.header_lpo_inq ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header_lpo_inq ul li {
	float: left;
	width: 186px;
	margin: 0px 15px 0px 0px;
}
.header_lpo_inq ul li:nth-child(2) {
	margin-right: 0px;
}
.header_lpo_inq ul li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 47px;
	border-radius: 30px;
	/* box-shadow: 0px 3px 4px #bcbcbc; */
	box-sizing: border-box;
}
.header_lpo_inq ul li:nth-child(1) a {
	background-color: #c8ba8d;
	border: solid 2px #c8ba8d;
}
.header_lpo_inq ul li:nth-child(1) a:hover {
	background-color: #FFF;
	color: #c8ba8d;
}
.header_lpo_inq ul li:nth-child(2) a {
	background-color: #f05615;
	border: solid 2px #f05615;
}
.header_lpo_inq ul li:nth-child(2) a:hover {
	background-color: #FFF;
	color: #f05615;
}
/* エリアLP
---------------------------------------- */
.lp_main {
	overflow: hidden;
	background-image: url(/img/tsurumi/main_bg.jpg);
	height: 700px;
	background-position-x: center;
	position: relative;
}
.lp_main_img {
	width: 498px;
	margin: 230px auto 0px auto;
	position: relative;
	z-index: 10;
}
.lp_main video {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.lp_movie {
	width: 1100px;
	margin: 55px auto 0px auto;
}
/*ポイント*/
.lp_point {
	text-align: center;
	padding: 25px 0 30px;
	position: relative;
	margin-left: 42px;
}
.lp_point h2 {
	font-size: 23px;
	font-weight: bold;
	margin: 0;
	line-height: 20px;
}
.lp_point img {
	display: none;
}
.lp_point p {
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	font-weight: 500;
	text-align: left;
	padding: 10px;
}
/*オススメ動画*/
.osusume_wrap {
	background-color: #faf2c9;
	margin: 55px 0px 0px 0px;
	width: 100%;
	padding-bottom: 70px;
}
.osusume {
	width: 1100px;
	margin: 0px auto 0px auto;
	padding: 35px 0px 0px 0px;
}
.osusume h2 {
	margin: 0px 0px 30px 0px;
	position: relative;
	height: 49px;
}
.osusume h2::after {
	content: "";
	background: url(/channel_setting/img/roomtour.png);
	width: 130px;
	height: 82px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -65px;
}
.osusume h2 span:nth-child(1) {
	display: block;
	float: left;
	font-size: 40px;
	font-weight: bold;
	line-height: 47px;
	margin: 0px 0px 0px 42px;
	background-image: url(/channel_setting/img/title_border.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: left;
	letter-spacing: 2px;
	width: 380px;
}
.osusume h2 span:nth-child(2) {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 1px 0px 2px 40px;
}
.lp_os_movie iframe {
	width: 100%;
	height: 400px;
}
.town_movie {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.town_movie_box {
	box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 30%);
	float: left;
	margin: 15px 10px 25px 10px;
	position: relative;
	height: 335px;
	padding: 10px 10px;
	width: 326px;
	background-color: #fff;
}
.town_movie_box a:hover {}
.town_movie_box .ch_y_movie {
	width: 326px;
	height: 183px;
	margin-bottom: 10px;
}
.town_movie_box .ch_y_movie iframe {
	width: 326px;
	height: 183px;
}
.town_movie_box .ch_y_tx {
	height: 90px;
	padding: 0px 10px;
}
.town_movie_box a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-decoration: none;
}
.town_movie_box a p {
	padding: 0px 10px;
	padding-top: 225px;
	padding-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #111111;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 35px;
	letter-spacing: 0;
}
.town_movie_box .ch_y_tx .tag {
	margin-bottom: 7px;
}
.town_movie_box .ch_y_tx .tag p {}
.town_movie_box .ch_y_tx label {
	color: #fff;
	border: 1px solid #ee7624;
	padding: 2px 5px;
	margin-right: 5px;
	font-size: 12px;
	background: #ee7624;
	text-align: center;
	overflow: hidden;
	line-height: 31px;
}
.town_movie_box .tag p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
	margin: 0;
}
.town_movie_box .tag p label.cms_topic_tag {
	border: 2px solid #47adff;
	background-color: #FFF;
	padding: 2px 4px;
	margin: 0px 5px 0px 0px;
	border-radius: 5px;
	color: #47adff;
	font-weight: bold;
	font-size: 12px;
}
.town_movie_box .movie_kochira {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	z-index: 1;
}
.town_movie_box .movie_kochira::before {
	content: "";
	right: 25px;
	top: 17px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.t_channel_link_osusume {
	width: 491px;
	margin: -40px auto 0px auto;
}
.t_channel_link_osusume a {
	display: block;
	color: #333;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	border: solid 2px #333;
	font-weight: bold;
	position: relative;
	font-size: 16px;
}
.t_channel_link_osusume a:hover {
	background-color: #fff3de;
}
.t_channel_link_osusume a::before {
	content: "";
	right: 30px;
	top: 19px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
/*tokusen*/
.lp_tokusen_wrap {
	clear: both;
	margin: 145px 0px 0px;
	padding: 85px 0px 55px 0px;
}
.lp_tokusen_wrap h2 {
	padding: 40px 0px 5px 190px;
	margin: -190px auto 30px auto;
	background-image: url(/img/index/pickup_icon.png);
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 0px;
	font-size: 16px;
	line-height: 22px;
	width: 260px;
}
.lp_tokusen_wrap h2 span {
	display: inline-block;
	color: #294c7a;
	padding: 0px 0px 10px 0px;
	margin: 0px 50px 20px 0px;
	font-size: 34px;
	font-weight: bold;
	border-bottom: dotted 4px #a4c5e9;
	line-height: 35px;
}
.lp_tokusen_wrap.down_wrap {
	background: #fff9fa;
}
.lp_tokusen_wrap h2.t_down_tl {
	background-image: url(/img/index/pricedown_icon.png);
	width: 360px;
}
.lp_tokusen_wrap h2.t_down_tl span {
	color: #e6677c;
	border-bottom: dotted 4px #fbc9d1;
}
.lp_tokusen_wrap.new_wrap {
	background: #ff;
}
.lp_tokusen_wrap h2.t_new_tl {
	background-image: url(/img/index/new_icon.png);
	width: 236px;
}
.lp_tokusen_wrap h2.t_new_tl span {
	margin: 0px 100px 20px 0px;
	color: #fda803;
	border-bottom: dotted 4px #ffe7b8;
}
/********************************************
    tb3_2
*********************************************/
.tb3_2 {
	width: 1100px;
	margin: 0px auto 0px auto;
	font-size: 0;
	overflow: hidden;
}
.tb3_2_row {
	width: 222px;
	margin: 0 32px 15px 0;
	padding: 13px;
	font-size: 12px;
	vertical-align: top;
	position: relative;
	border: 1px solid #f3f3f1;
	background-color: #fff;
	float: left;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}
.tb3_2_row:nth-child(4n) {
	margin: 0 0px 15px 0;
}
.tb3_2_row:hover {
	background: #F0F0F0;
	/*★マウスオーバー時の背景色*/
}
.tb3_2_row>a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.tb3_2_img {
	height: 157px;
	overflow: hidden;
	text-align: center;
}
.tb3_2_name {
	width: 240px;
	top: 180px;
	left: 10px;
	position: absolute;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	overflow: hidden;
	color: #333333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tb3_2 ul {
	margin: 7px 0 0 0 !important;
	padding: 0;
}
.tb3_2 ul li {
	text-align: left;
	margin: 0px 0px 10px 0px;
	list-style: none;
}
li.tb3_2_img {
	text-align: center !important;
	height: 165px;
	/* ★高さ保持(画像の高さ最大値に合わせること)*/
	margin: 10px 0 !important;
}
li.tb3_2_img a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
li.tb3_2_img a img {
	margin: 10px !important;
}
li.tb3_2_shubetsu {
	color: #FFFFFF;
	/*★種別の文字色*/
	line-height: 20px;
	font-weight: bold;
	text-align: center !important;
	background: #76A6C5;
	/*★種別の背景色*/
}
li.tb3_2_kakaku div {
	color: #333;
	padding: 5px 12px;
	float: left;
	margin-right: 5px;
	background: #e9efb2;
	font-size: 13px;
}
li.tb3_2_kakaku span {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
li.tb3_2_madori {
	float: right;
	width: 90px;
	margin: 5px 0px !important;
}
li.tb3_2_madori img {
	max-width: 90px;
	max-height: 120px;
	margin: 0 auto;
}
li.tb3_2_left {
	width: 100%;
	height: 60px;
	margin: 0px 0px 10px 0px !important;
	overflow: hidden;
}
li.tb3_2_access {
	color: #1574bd;
	font-size: 13px;
	margin: 0px 0px 6px 0px;
}
.tb3_2_address {
	color: #1574bd;
	font-size: 13px;
	margin: 0px 0px 6px 0px;
}
.tb3_2_address span,
.tb3_2_access span,
.tb3_2_menseki span {
	color: #FF8300;
	/*★住所・交通・面積のタイトル文字色*/
	font-weight: bold;
}
li.tb3_2_com {
	height: 69px;
	clear: both;
	margin: 0 0 0px 0 !important;
	padding: 5px;
	background: #EEEEEE;
	overflow: hidden;
}
li.tb3_2_com span {
	display: block;
	color: #70ACD0;
	/*★POINTの文字色*/
	font-weight: bold;
}
li.tb3_2_com p {
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
li.tb3_2_more {
	margin: 10px 0 0 0 !important;
}
li.tb3_2_more {
	display: block;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center !important;
	text-decoration: none;
	background: #333333;
}
.tb3_2 ul:hover li.tb3_2_more {
	background: #FF8300;
	/*★詳細ボタンのhover背景色*/
}
.tb3_2_img img {
	max-width: 221px;
	max-height: 195px;
	margin: 0 auto;
}
/*search*/
.lp_search {
	width: 1100px;
	margin: 50px auto 0px auto;
	overflow: hidden;
}
.lp_search h2 {
	text-align: center;
	margin: 0 0 30px 0;
}
.lp_search_l {
	width: 493px;
	float: left;
	background-color: #ddeef4;
	padding: 18px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}
.lp_search_l ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.lp_search_l ul li {
	width: 153px;
	float: left;
	margin: 0px 17px 17px 0px;
}
.lp_search_l ul li:nth-child(3n) {
	margin-right: 0px;
}
.lp_search_l ul li:nth-child(4) {
	margin-bottom: 0px;
}
.lp_search_l ul li:nth-child(5) {
	margin-bottom: 0px;
}
.lp_search_l ul li:nth-child(6) {
	margin-bottom: 0px;
}
.lp_search_l ul li a {
	display: block;
	padding: 65px 0px 17px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #294c7a;
	text-decoration: none;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position-x: center;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.lp_search_l ul li a:hover {
	background-color: #ecf2fa;
}
.lp_search_l ul li:nth-child(1) a {
	background-image: url(/img/index/t_search_icon01.png);
	background-position-x: 66px;
	background-position-y: 23px;
}
.lp_search_l ul li:nth-child(2) a {
	background-image: url(/img/index/t_search_icon02.png);
	background-position-y: 25px;
}
.lp_search_l ul li:nth-child(3) a {
	background-image: url(/img/index/t_search_icon03.png);
	background-position-y: 25px;
}
.lp_search_l ul li:nth-child(4) a {
	background-image: url(/img/index/t_search_icon04.png);
	background-position-y: 30px;
}
.lp_search_l ul li:nth-child(5) a {
	background-image: url(/img/index/t_search_icon05.png);
	background-position-y: 25px;
}
.lp_search_l ul li:nth-child(6) a {
	background-image: url(/img/index/t_search_icon06.png);
	background-position-y: 25px;
}
.lp_search_r {
	width: 550px;
	float: right;
	margin-bottom: 50px;
}
.lp_search_r_conts {
	margin: 0px 0px 25px 0px;
	overflow: hidden;
}
.lp_search_r_conts ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.lp_search_r_conts ul li {
	float: left;
	width: 264px;
	margin-right: 21px;
}
.lp_search_r_conts ul li:nth-child(2) {
	margin-right: 0px;
}
.lp_search_r_conts ul li a {
	display: block;
	background-color: #FFF;
	padding: 0px 0px 0px 96px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #ccc;
	line-height: 70px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position-y: 9px;
	background-position-x: 9px;
}
.lp_search_r_conts ul li a:hover {
	background-color: #ecf2fa;
}
.lp_search_r_conts ul li:nth-child(1) a {
	background-image: url(/img/index/t_search_img01.jpg);
}
.lp_search_r_conts ul li:nth-child(2) a {
	background-image: url(/img/index/t_search_img02.jpg);
}
.lp_search_r_conts ul li a span {
	color: #385883;
	font-size: 20px;
	font-weight: bold;
}
.lp_search_r_station {}
.lp_search_r_station h2 {
	margin: 0px 0px 12px 0px;
	color: #294c7a;
	font-weight: normal;
	font-size: 22px;
	line-height: 33px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	text-decoration: none;
	text-align: left !important;
}
.lp_search_r_station ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lp_search_r_station ul li {
	width: 260px;
	float: left;
	overflow: hidden;
	padding: 3px;
}
.lp_search_r_station ul li a {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	padding: 15px 10px;
	text-decoration: none;
	position: relative;
	border: 1px solid #ccc;
	display: block;
}
.lp_search_r_station ul li a:hover {
	background-color: #ecf2fa;
}
.lp_search_r_station ul li a i {
	font-size: 20px;
	margin-right: 10px;
	width: 25px;
	text-align: center;
	color: #2a4c7a;
}
.fa-solid.fa-yen-sign {}
.lp_regist_wrap {
	clear: both;
	margin: 60px 0px 0px 0px;
}
.lp_regist_t {
	position: relative;
	clear: both;
	width: 592px;
	margin: 20px auto 30px auto;
}
.lp_regist_t::before {
	content: "";
	left: 0px;
	top: 20px;
	width: 28px;
	height: 2px;
	border-top: dotted 3px #2a4c7a;
	position: absolute;
	-webkit-transform: rotate(70deg);
	transform: rotate(70deg);
}
.lp_regist_t::after {
	content: "";
	right: 0px;
	top: 20px;
	width: 28px;
	height: 2px;
	border-top: dotted 3px #2a4c7a;
	position: absolute;
	-webkit-transform: rotate(110deg);
	transform: rotate(110deg);
}
.lp_regist_t ul {
	list-style-type: none;
	width: 485px;
	text-align: center;
	margin: auto;
	padding: 0px;
}
.lp_regist_t ul li {
	margin-right: 30px;
	display: inline-block;
}
.lp_regist_t ul li:nth-child(2) {
	margin-right: 0px;
}
.lp_regist_t ul li p {
	font-size: 18px;
	color: #294c7a;
}
.lp_regist_t ul li p span {
	font-size: 40px;
	display: inline-block;
	font-weight: bold;
	line-height: 36px;
	padding: 0px 4px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.lp_regist_t ul li:nth-child(1) p span {
	color: #294c7a;
}
.lp_regist_t ul li:nth-child(2) p span {
	color: #ff641a;
}
.lp_regist_bn {
	clear: both;
	width: 1100px;
	margin: auto;
}
.lp_regist_bn a {}
.lp_tokusen_wrap h2 {
	padding: 40px 0px 5px 190px;
	margin: -190px auto 30px auto;
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 0px;
	font-size: 16px;
	line-height: 22px;
	width: 260px;
}
.lp_tokusen_wrap h2.lp_down_tl {
	background-image: url(/img/index/pricedown_icon.png);
	width: 360px;
	padding: 5px 0px 38px 190px;
}
.lp_tokusen_wrap h2.lp_down_tl span {
	color: #e6677c;
	border-bottom: dotted 4px #fbc9d1;
}
.lp_tokusen_wrap h2.lp_new_tl {
	background-image: url(/img/index/new_icon.png);
	width: 306px;
	display: flex;
	flex-direction: column;
}
.lp_tokusen_wrap h2.lp_new_tl span {
	margin: 0px 100px 20px 0px;
	color: #fda803;
	border-bottom: dotted 4px #ffe7b8;
}
.bukken_more_osusume {
	width: 491px;
	margin: 0px auto 0px auto;
}
.bukken_more_osusume a {
	display: block;
	color: #333;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	border: solid 2px #333;
	font-weight: bold;
	position: relative;
}
.bukken_more_osusume a:hover {
	background-color: #fff3de;
}
.bukken_more_osusume a::before {
	content: "";
	right: 30px;
	top: 19px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
/*city*/
.mo_city_wrap {
	padding: 75px 0 50px;
	position: relative;
	background-color: #F1F7F7;
}
.mo_city_in {
	width: 1200px;
	margin: 0px auto 30px;
	position: relative;
}
.mo_city_ill01 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 23%;
}
.mo_city_ill02 {
	position: absolute;
	bottom: -120px;
	right: 0px;
	text-align: right;
}
.mo_city_ill02 img {
	width: 80%;
}
.mo_city_tl {
	text-align: center;
}
.mo_city_tl h2 {
	margin: 0px 0px 10px 0px;
	position: relative;
	height: 49px;
	background-color: #F1F7F7;
	padding: 20px 0 0px;
}
.mo_city_tl h2 span:nth-child(1) {
	background-size: 30%;
	display: block;
	font-size: 45px;
	font-weight: bold;
	line-height: 47px;
	background-image: url(/channel_setting/img/title_border.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: center;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
}
.mo_city_tl h2 span:nth-child(2) {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 1px 0px 2px 40px;
	text-align: left;
}
.mo_city_tl h2::after {
	content: "";
	background: url(/img/tsurumi/areaintro.png);
	width: 148px;
	height: 82px;
	display: inline-block;
	position: absolute;
	left: 31%;
	top: -50px;
}
.mo_city_tl h2 img {
	margin: 5px auto;
	display: block;
}
.mo_city_tl p {
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
}
.mo_city_box {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lp_os_movie {
	background-color: #fff;
	border-radius: 20px;
	padding: 25px 0 10px;
	margin: 10px auto 0;
	width: 1130px;
}
.mymap iframe {
	border: none;
	border-radius: 10px;
	width: 1050px;
	height: 500px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.mymap_tl {
	text-align: center;
	background-color: #fff;
	position: relative;
	padding-bottom: 20px;
}
.mo_city_tl_wrap {}
.kansei_wrap {
	margin-bottom: 70px;
}
.kansei_wrap h2 {
	margin: 60px 0px 0px 0px;
	position: relative;
}
.kansei_wrap h2::after {
	content: "";
	background: url(/channel_setting/img/investment2.png);
	width: 130px;
	height: 81px;
	display: inline-block;
	position: absolute;
	left: -490px;
	right: 0px;
	margin: auto;
	top: -5px;
}
.kansei_wrap h2::before {
	content: "";
	background: url(/channel_setting/img/kansei_img.png);
	width: 190px;
	height: 200px;
	display: inline-block;
	position: absolute;
	left: 0px;
	right: -870px;
	margin: auto;
	top: 2px;
}
.kansei_wrap h2 span:nth-child(1) {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 44px;
	margin: 0px auto 20px auto;
	background-image: url(/channel_setting/img/title_border.png);
	background-repeat: repeat-x;
	background-position-y: bottom;
	background-position-x: left;
	letter-spacing: 2px;
	width: 510px;
}
.kansei_wrap h2 span:nth-child(1) span {
	background: no-repeat;
	font-size: 20px;
	text-align: center;
	width: 261px;
	margin: 0px auto 20px auto;
	background: #f39801;
	border-radius: 30px;
	line-height: 41px;
}
.kansei_wrap h2 span:nth-child(2) {
	font-size: 18px;
	font-weight: normal;
	width: auto;
	line-height: 27px;
	background: none;
	margin: 0px 0px 0px 0px;
	text-align: center;
	display: block;
}
.kansei_wrap ul {
	width: 1100px;
	height: 465px;
	margin: 50px auto 0px auto;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.kansei_wrap ul li {
	float: left;
	margin-right: 19px;
}
.kansei_wrap ul li:nth-child(2) {
	margin-right: 0px;
}
.movie_box {
	border: solid 2px #333;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	width: 521px;
	overflow: hidden;
	display: block;
}
.movie_box a {
	text-decoration: none;
	;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.movie_box a:hover {}
.movie_box iframe {
	width: 521px;
	height: 301px;
}
.movie_box p {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding: 0px 15px;
	line-height: 24px;
	margin: 0px;
}
.movie_box p span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	border: solid 1px #333;
	display: inline-block;
	padding: 0px 10px;
	border-radius: 5px;
	margin: 12px 0px;
	color: #333;
}
.movie_box p .cms_topic_tag {
	border: 2px solid #47adff;
	background-color: #FFF;
	padding: 2px 10px;
	margin: 0px 5px 0px 0px;
	border-radius: 5px;
	color: #47adff;
	font-weight: bold;
	font-size: 14px;
}
.tag .cms_topic_tag {
	border: 2px solid #47adff;
	background-color: #FFF;
	padding: 2px 10px;
	margin: 0px 5px 0px 0px;
	border-radius: 5px;
	color: #47adff;
	font-weight: bold;
	font-size: 14px;
}
.movie_box2_wrap {
	width: 1100px;
	margin-bottom: 40px;
}
.movie_box2_wrap a {
	display: block;
	background: #fff;
	border: solid 2px #333;
	box-shadow: 4px 4px #aaaaaa;
	padding: 7px 22px;
	overflow: hidden;
	border-radius: 5px;
}
.movie_box2_wrap a:hover {
	background-color: #fff3de;
}
.movie_box2_wrap iframe {
	float: left;
	width: 521px;
	height: 341px;
}
.movie_box2 {
	width: 525px;
	float: right;
	margin-top: 135px;
}
.movie_box2 a {
	background: #fff;
	border: solid 2px #333;
	box-shadow: 4px 4px #aaaaaa;
	display: block;
	padding: 6px;
	border-radius: 5px;
	text-decoration: none;
}
.movie_box2 p {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding: 0px 15px;
	line-height: 24px;
	margin: 0px;
}
.movie_box2 p span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	border: solid 1px #333;
	display: inline-block;
	padding: 0px 10px;
	border-radius: 5px;
	margin: 12px 0px;
	color: #333;
}
.movie_kochira {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	margin: 20px 15px 10px 15px;
	padding: 0px 0px;
	position: relative;
}
.movie_kochira::before {
	content: "";
	right: 25px;
	top: 17px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.t_channel_link {
	width: 491px;
	margin: 40px auto 0px auto;
}
.t_channel_link a {
	display: block;
	color: #333;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	border: solid 2px #333;
	font-weight: bold;
	position: relative;
}
.t_channel_link a:hover {
	background-color: #fff3de;
}
.t_channel_link a::before {
	content: "";
	right: 30px;
	top: 19px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.t_channel_link_osusume {
	width: 491px;
	margin: 0px auto 0px auto;
}
.t_channel_link_osusume a {
	display: block;
	color: #333;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	border: solid 2px #333;
	font-weight: bold;
	position: relative;
}
.t_channel_link_osusume a:hover {
	background-color: #fff3de;
}
.t_channel_link_osusume a::before {
	content: "";
	right: 30px;
	top: 19px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
/*tokusen*/
.lp_tokusen_wrap {
	clear: both;
	margin: 145px 0px 0px;
	padding: 85px 0px 55px 0px;
}
.lp_tokusen_wrap h2 {
	padding: 5px 0px 5px 190px;
	margin: -190px auto 30px auto;
	background-image: url(/img/index/pickup_icon.png);
	background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 0px;
	font-size: 16px;
	line-height: 22px;
	width: 260px;
}
.lp_tokusen_wrap h2 span {
	display: inline-block;
	color: #294c7a;
	padding: 0px 0px 10px 0px;
	margin: 0px 50px 20px 0px;
	font-size: 34px;
	font-weight: bold;
	border-bottom: dotted 4px #a4c5e9;
	line-height: 35px;
}
.lp_tokusen_wrap.down_wrap {
	background: #fff9fa;
}
.lp_tokusen_wrap h2.t_down_tl {
	background-image: url(/img/index/pricedown_icon.png);
	width: 360px;
}
.lp_tokusen_wrap h2.t_down_tl span {
	color: #e6677c;
	border-bottom: dotted 4px #fbc9d1;
}
.lp_tokusen_wrap.new_wrap {
	background: #ff;
}
.lp_tokusen_wrap h2.t_new_tl {
	background-image: url(/img/index/new_icon.png);
	width: 236px;
}
.lp_tokusen_wrap h2.t_new_tl span {
	margin: 0px 100px 20px 0px;
	color: #fda803;
	border-bottom: dotted 4px #ffe7b8;
}
/********************************************
    tb3_2
*********************************************/
.tb3_2 {
	width: 1100px;
	margin: 0px auto 0px auto;
	font-size: 0;
	overflow: hidden;
}
.tb3_2_row {
	width: 222px;
	margin: 0 32px 15px 0;
	padding: 13px;
	font-size: 12px;
	vertical-align: top;
	position: relative;
	border: 1px solid #f3f3f1;
	background-color: #fff;
	float: left;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}
.tb3_2_row:nth-child(4n) {
	margin: 0 0px 15px 0;
}
.tb3_2_row:hover {
	background: #F0F0F0;
	/*★マウスオーバー時の背景色*/
}
.tb3_2_row>a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.tb3_2_img {
	height: 157px;
	overflow: hidden;
	text-align: center;
}
.tb3_2_name {
	width: 240px;
	top: 180px;
	left: 10px;
	position: absolute;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	overflow: hidden;
	color: #333333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tb3_2 ul {
	margin: 7px 0 0 0 !important;
	padding: 0;
}
.tb3_2 ul li {
	text-align: left;
	margin: 0px 0px 10px 0px;
	list-style: none;
}
li.tb3_2_img {
	text-align: center !important;
	height: 165px;
	/* ★高さ保持(画像の高さ最大値に合わせること)*/
	margin: 10px 0 !important;
}
li.tb3_2_img a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
li.tb3_2_img a img {
	margin: 10px !important;
}
li.tb3_2_shubetsu {
	color: #FFFFFF;
	/*★種別の文字色*/
	line-height: 20px;
	font-weight: bold;
	text-align: center !important;
	background: #76A6C5;
	/*★種別の背景色*/
}
li.tb3_2_kakaku div {
	color: #333;
	padding: 5px 12px;
	float: left;
	margin-right: 5px;
	background: #e9efb2;
	font-size: 13px;
}
li.tb3_2_kakaku span {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
li.tb3_2_madori {
	float: right;
	width: 90px;
	margin: 5px 0px !important;
}
li.tb3_2_madori img {
	max-width: 90px;
	max-height: 120px;
	margin: 0 auto;
}
li.tb3_2_left {
	width: 100%;
	height: 60px;
	margin: 0px 0px 10px 0px !important;
	overflow: hidden;
}
li.tb3_2_access {
	color: #1574bd;
	font-size: 13px;
	margin: 0px 0px 6px 0px;
}
.tb3_2_address {
	color: #1574bd;
	font-size: 13px;
	margin: 0px 0px 6px 0px;
}
.tb3_2_address span,
.tb3_2_access span,
.tb3_2_menseki span {
	color: #FF8300;
	/*★住所・交通・面積のタイトル文字色*/
	font-weight: bold;
}
li.tb3_2_com {
	height: 69px;
	clear: both;
	margin: 0 0 0px 0 !important;
	padding: 5px;
	background: #EEEEEE;
	overflow: hidden;
}
li.tb3_2_com span {
	display: block;
	color: #70ACD0;
	/*★POINTの文字色*/
	font-weight: bold;
}
li.tb3_2_com p {
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
li.tb3_2_more {
	margin: 10px 0 0 0 !important;
}
li.tb3_2_more {
	display: block;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center !important;
	text-decoration: none;
	background: #333333;
}
.tb3_2 ul:hover li.tb3_2_more {
	background: #FF8300;
	/*★詳細ボタンのhover背景色*/
}
.tb3_2_img img {
	max-width: 221px;
	max-height: 195px;
	margin: 0 auto;
}