/*------制作メモ------

 #CDE3F8⇒メイン部分の背景、こだわり条件ボタン枠の背景
 #0D316D⇒タイトルバーとボタンの置換
 #5E8ABF⇒【エリア名（ローマ字）】
 #009CD1⇒ウェブアイコンの色
 #AD3333⇒値下げ・新着一覧リンクボタンホバー
 #E7F0F9⇒物件ホバー背景色

---------------------*/
/* lpo_common
---------------------------------------- */
.lpo_tl {
	background: #beaf87;
	color: #fff;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	padding: 10px;
	margin: 0 auto 10px;
	line-height: 24px;
}
/* lpo_main
---------------------------------------- */
.lpo_main_wrap a {
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.lpo_main_wrap a i {
	color: #009CD1;
}
.lpo_main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.lpo_m_search {
	width: 100%;
	border: 1px solid #999;
	padding: 9px;
	background: #fff;
	box-sizing: border-box;
}
.lpo_m_s_tl {
	display: flex;
	align-items: flex-end;
	background: #beaf87;
	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: 16px;
}
.lpo_m_s_tl span {
	display: block;
	color: #fff;
	font-size: 13px;
}
.lpo_m_s_inner {
	overflow: hidden;
}
.lpo_m_s_img {
	display: none;
}
.lpo_m_s_btn {
	width: 100%;
}
.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: 13px;
}
.lpo_m_s_btn a p {
	font-weight: bold;
}
.lpo_m_s_btn_area li {
	width: 32%;
	margin-right: 2%;
}
.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 {
	margin: 0 0 15px 0;
}
.lpo_m_s_btn_kind li {
	width: 49%;
	margin-top: 6px;
}
.lpo_m_s_btn_kind li:nth-of-type(2n-1) {
	margin-right: 2%;
}
.lpo_m_s_btn_kind li a {
	display: flex;
	justify-content: space-between;
	padding: 14px;
	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;
	margin-right: 10px;
	width: 25px;
	text-align: center;
}
.lpo_m_s_btn_kind li a p {
	padding: 0 15px 0 0;
}
.lpo_m_s_link p {
	display: flex;
	align-items: center;
	gap: 0 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	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 {
	overflow: hidden;
}
.lpo_m_s_link li {
	float: left;
	width: 49%;
	margin-top: 6px;
}
.lpo_m_s_link li:nth-of-type(2n-1) {
	margin-right: 2%;
}
.lpo_m_s_link a:hover {
	text-decoration: underline;
}
.lpo_m_s_link a {
	padding: 5px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f9f9f9;
}
.lpo_m_s_link a i {
	margin-right: 5px;
}
.lpo_m_regist {
	display: none;
}
/* lpo_free
---------------------------------------- */
.lpo_free {
	overflow: hidden;
	margin: 10px auto;
	width: 96%;
}
.lpo_free_tl {
	border-left: 5px solid #333;
	margin-bottom: 5px;
	padding: 2px 0 2px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
	line-height: 24px;
}
.lpo_free_tl p {
	font-size: 18px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
.lpo_free_tl span {
	font-size: 13px;
	float: left;
	font-weight: bold;
}
.lpo_free form {
	width: 100%;
}
.lpo_free input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	padding: 5px;
}
.lpo_free input[type="text"] {
	width: 75%;
	height: 40px;
	border: 1px solid #cccccc;
	background: #FFF;
	box-shadow: none;
}
.lpo_free ::placeholder {
	color: #cccccc;
}
.lpo_free input[type="submit"] {
	font-weight: bold;
	background: #333;
	color: #fff;
	cursor: pointer;
	width: 23%;
	height: 40px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	-webkit-appearance: none;
}
.lpo_free input[type="submit"]:hover {
	background: #AD3333;
}
/* lpo_article
---------------------------------------- */
#lpo_wrap .lpo_article {
	width: 98%;
	margin: 0 auto;
}
#lpo_wrap .lpo_article ul {
	overflow: hidden;
}
#lpo_wrap .lpo_article li {
	position: relative;
	border: 1px solid #ccc;
	width: 100%;
	margin: 0 auto 10px;
	padding: 10px;
	box-sizing: border-box;
}
#lpo_wrap .lpo_article li:empty {
	display: none;
}
#lpo_wrap .lpo_article li:nth-of-type(3n) {
	margin-right: 0;
}
#lpo_wrap .lpo_article li:hover {
	border: solid 1px #333;
	background: #E7F0F9;
}
#lpo_wrap .lpo_article li .bukken_icon_only {
	position: absolute;
	font-size: 12px;
	padding: 0 3px;
	line-height: 20px;
	margin: 1px 0;
	top: 40px;
	left: 5px;
	font-weight: bold;
}
#lpo_wrap .lpo_article li>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
}
#lpo_wrap .lpo_article li>a p {
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
	background: #F3F2ED;
}
#lpo_wrap .lpo_article li>a p span {
	font-weight: bold;
}
.lpo_art_photo {
	float: left;
	width: 40%;
	margin: 35px 0 10px;
}
.lpo_art_photo p {
	text-align: center;
	font-weight: 500;
}
.lpo_art_photo span {
	background: #333;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	display: block;
}
.lpo_art_detail {
	float: right;
	width: 58%;
	margin: 35px 0 10px;
}
.lpo_art_detail p {
	line-height: 20px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}
.lpo_art_detail p:last-of-type {
	font-size: 11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}
.lpo_art_detail p.lpo_art_price {
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
	overflow: hidden;
}
.lpo_art_detail p.lpo_art_price span {
	font-weight: bold;
}
.lpo_art_price .bukken_icon_down {
	font-size: 12px;
	float: right;
	padding: 0 3px;
	line-height: 20px;
	margin: 1px 0;
}
.lpo_art_comment {
	background: #f5f5f5;
	padding: 10px;
	clear: both;
}
.lpo_art_comment p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 67px;
	overflow: hidden;
	font-weight: 500;
}
.lpo_art_comment_regist p {
	color: #FE9901;
	font-weight: bold;
}
.lpo_more {
	margin-bottom: 20px;
}
.lpo_more a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 90%;
	border-radius: 3px;
	border: 2px solid #000;
	background: #000;
	padding: 15px 4%;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 24px;
}
.lpo_more a p, .lpo_more a i {
	display: table-cell;
	vertical-align: middle;
}
.lpo_more a p {
	width: 90%;
	padding: 0 0 0 10px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
.lpo_more a i {
	font-size: 12px;
}
/* lpo_btn
---------------------------------------- */
.lpo_btn {
	width: 96%;
	background: #ebf3f8;
	padding: 5% 2% 2% 2%;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
.lpo_btn h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #0e6ba5;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-align: center;
}
.lpo_btn h3:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #0062a0;
}
.lpo_btn ul {
	overflow: hidden;
}
.lpo_btn li {
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 4px;
	box-sizing: border-box;
}
.lpo_btn li a {
	display: flex;
	justify-content: space-between;
	padding: 14px 10px;
	background: #fff;
	border-radius: 3px;
	color: #333;
	font-size: 13px;
	box-shadow: 0px 1px 0px 0px rgb(204 204 204 / 40%);
}
.lpo_btn li a i,
.lpo_btn li a p {
	line-height: 20px;
	font-weight: bold;
}
.lpo_btn li a p {
	padding: 0 10px 0 0;
}
.lpo_btn li a:hover {
	border: 1px solid #333;
}
.lpo_btn li a i {
	font-size: 16px;
	width: 20px;
	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: 15px 5%;
	width: 98%;
	box-sizing: border-box;
	margin: 0 auto 10px;
}
.lpo_regist_comment p {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.lpo_regist_comment span {
	color: #ff0000;
	font-size: 20px;
	padding: 0 5px;
	font-weight: bold;
}
/* lpo_regist
---------------------------------------- */
.lpo_regist {
	box-sizing: border-box;
	margin: 0 auto 10px;
}
.lpo_regist_flow {
	display: none;
}
.lpo_regist_form {
	margin-bottom: 10px;
}
.lpo_regist_form form {}
.lpo_regist table {
	border-collapse: collapse;
	width: 100%;
}
.lpo_regist table tr {
	display: flex;
	flex-direction: column;
}
.lpo_regist th, .lpo_regist td {
	width: 96%;
	box-sizing: border-box;
	display: block;
	padding: 10px 2%;
	margin: 0 auto;
}
.lpo_regist th {
	background: #eee;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.lpo_regist th span {
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border-radius: 3px;
	padding: 1px 5px;
	float: right;
}
.lpo_regist td p {
	padding-bottom: 5px;
}
.lpo_regist td input {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 5px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	box-shadow: none;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_regist td textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	box-shadow: none;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_regist td input.lpo_regist_s {}
.lpo_regist td textarea {
	height: 100px;
}
.lpo_regist_btm {
	padding: 20px 2%;
	background: #f5f9fc;
}
.lpo_regist_kiyaku {
	margin-bottom: 10px;
	text-align: center;
}
.lpo_regist_kiyaku a {
	color: #0062a0;
	font-weight: bold;
	text-decoration: underline;
}
.lpo_regist_kiyaku a:hover {
	color: #999;
}
.lpo_regist_agree {
	display: flex;
	justify-content: center;
	gap: 0 10px;
	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: flex;
	align-items: center;
	gap: 0 10px;
	border-radius: 3px;
	background: #fff;
}
.lpo_regist_agree label:hover {
	background: #eee;
}
.lpo_regist_agree label input {
	vertical-align: sub;
	margin: 0 0 0 0;
}
.lpo_regist_submit {
	text-align: center;
}
.lpo_regist_submit p {
	padding-bottom: 5px;
}
.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;
	-webkit-appearance: none;
}
.lpo_regist_submit input:hover {
	background: #c43333;
}
/* 2023 LPO */
#lpo_wrap {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "sans-serif";
}
.lpo_main_wrap {
	width: 100%;
	padding: 10% 0 15% 0;
	text-align: center;
}
.lpo_main_chiba {
	background: url(/img/lpo/chiba/chiba_bg_sp.webp);
	background-size: cover;
}
.lpo_main_kisarazu {
	background: url(/img/lpo/kisarazu/kisarazu_bg_sp.webp);
	background-size: cover;
}
.lpo_main_wrap h2 {
	margin: 0 0 3% 0;
	font-size: clamp(10px, 6.5vw, 36px);
	line-height: clamp(30px, 7vh, 40px);
	color: #eb150a;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}
.lpo_main_wrap h2 span {
	font-size: clamp(10px, 8.5vw, 40px);
	font-weight: bold;
}
.lpo_main_wrap p {
	font-size: clamp(12px, 3.5vw, 15px);
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
	font-weight: bold;
}
.lpo_sort_box {
	width: 100%;
	box-sizing: border-box;
	margin: 0% auto 10% auto;
	padding: 8% 3% 10%;
	background: #beaf87;
}
.lpo_sort_box h2 {
	margin: 0 0 6% 0;
	font-size: 7vw;
	line-height: 1.3;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.lpo_sort_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 0;
}
.lpo_sort_box ul li {
	width: 49%;
	background: #FFF;
	border-radius: 5px;
}
.lpo_sort_box ul li a {
	display: block;
	padding: 10% 0;
	font-size: clamp(10px, 3.5vw, 14px);
	line-height: clamp(14px, 4vh, 18px);
	font-weight: bold;
	text-align: center;
}
.lpo_sort_box ul li a i {
	margin-right: 2%;
}
.lpo_sort_box ul li a span {
	font-size: 10px;
	font-weight: bold;
	display: block;
}
.lpo_pickup {
	width: 94%;
	margin: 0 auto;
}
.lpo_con_tl {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	margin: 0 0 5% 0;
}
.lpo_con_tl p {
	font-size: clamp(20px, 7vw, 40px);
	line-height: clamp(24px, 10vh, 42px);
	color: #beaf87;
	font-weight: bold;
}
.lpo_con_tl p span {
	color: #bb7f72;
	font-weight: bold;
}
.lpo_con_tl h2 {
	font-size: clamp(10px, 4vw, 18px);
	line-height: clamp(18px, 5vh, 22px);
	font-weight: bold;
}
/********************************************

tb1_4

*********************************************/
.tb1_4 {
	width: 100%;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.tb1_4:hover {
	background: #f4f2ff;
}
.tb1_4>a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.tb1_4 .tb1_4_img {
	float: left;
	margin: 0px 10px 10px 0;
	text-align: center;
	width: 40%;
}
.tb1_4 .tb1_4_img img {
	max-width: 100%;
	/*横幅指定*/
	height: auto;
	padding: 2px;
	background: #FFF;
	max-height: 190px;
	margin: 0 auto;
}
.tb1_4 .tb1_4_info {
	width: 55%;
	margin: 0px 0 10px 0;
	float: right;
	line-height: 20px;
	text-align: left;
}
.tb1_4 .tb1_4_kakaku div {
	color: #FFFFFF;
	padding: 0px 5px;
	float: left;
	font-weight: bold;
	margin: 0 5px 3px 0;
	background: #333333;
	padding: 2px 20px;
	font-size: 14px;
}
.tb1_4 .tb1_4_kakaku span {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	display: block;
	clear: both;
}
.tb1_4 .tb1_4_com {
	clear: both;
	overflow: hidden;
	background: #eee;
	line-height: 20px;
	padding: 10px;
	box-sizing: border-box;
}
.tb1_4 .tb1_4_com span {
	display: block;
	padding: 1px 10px;
	line-height: 20px;
	color: #beaf87;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.tb1_4 .tb1_4_com p {
	height: 57px;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: left;
}
.lpo_member {
	display: block;
	width: 94%;
	margin: 0 auto 10% auto;
}
#lpo_shop {
	width: 96%;
	margin: 0 auto 10% auto;
}
#lpo_shop .lpo_shop_inner {
	border: 3px solid #beaf87;
}
#lpo_shop .lpo_shop_inner .lpo_con_btn {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 4% 0;
	background: #000;
	font-size: clamp(10px, 3.5vw, 18px);
	line-height: clamp(18px, 5vh, 22px);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#lpo_shop .lpo_shop_inner .lpo_shop_txt {
	padding: 5%;
}
#lpo_shop .lpo_shop_inner .lpo_shop_txt picture {
	display: block;
	margin: 0 0 3% 0;
}
#lpo_shop .lpo_shop_inner .lpo_shop_txt div h3 {
	margin: 0 0 3% 0;
	font-size: clamp(10px, 4vw, 18px);
	line-height: clamp(18px, 5vh, 22px);
	font-weight: bold;
	letter-spacing: 0.05em;
}
#lpo_shop .lpo_shop_inner .lpo_shop_txt div p {
	font-size: clamp(10px, 3vw, 14px);
	line-height: clamp(14px, 4vh, 18px);
	letter-spacing: 0.1em;
	font-weight: 500;
}
#lpo_shop .lpo_shop_inner section h2 {
	margin: 0;
	padding: 3% 0 3% 3%;
	background: #beaf87;
	font-size: clamp(10px, 4vw, 18px);
	line-height: clamp(18px, 5vh, 22px);
	font-weight: bold;
	color: #FFF;
}
#lpo_shop_gr div {
	padding: 5%;
}
#lpo_shop_gr div ul li {
	padding: 5%;
	background: #f8f6f2;
	border-radius: 3px;
}
#lpo_shop_gr div ul li:not(:last-child) {
	margin: 0 0 5% 0;
}
#lpo_shop_gr div ul picture {
	display: block;
	margin: 0 0 5% 0;
}
#lpo_shop_gr div ul li h3 {
	margin: 0 0 2% 0;
	font-size: clamp(10px, 4vw, 18px);
	line-height: clamp(18px, 5vh, 22px);
	font-weight: bold;
}
#lpo_shop_gr div ul li p {
	font-size: clamp(10px, 3vw, 14px);
	line-height: clamp(14px, 4vh, 18px);
	letter-spacing: 0.1em;
	font-weight: 500;
}
#lpo_shop_staff .lpo_shop_staff_inner {
	height: 300px;
	position: relative;
	overflow: hidden;
}
#lpo_shop_staff iframe {
	width: 660px;
	height: 192px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.lpo_staff_list {
	width: 660px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.lpo_staff_list li {
	width: 200px !important;
}
.lpo_staff_list li>a {
	margin: 0px 0px;
	display: block;
	border: 1px solid #aaa;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "sans-serif";
	font-weight: 500;
	transition: all 0.3s;
}
.lpo_staff_list li>a:hover {
	background: #f8f6f2;
}
.lpo_staff_list li .staff5_li_tag {
	position: absolute;
	padding: 5px;
}
.lpo_staff_list li .staff5_li_tag p {
	margin: 0;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 5px;
	box-sizing: border-box;
	display: inline-block;
	color: #000;
}
.lpo_staff_list li .staff5_li_img {
	height: 120px !important;
	overflow: hidden;
	margin-bottom: 10px;
}
.lpo_staff_list li .staff5_li_img img {
	width: 100%;
	height: 120px !important;
	object-fit: cover;
}
.lpo_staff_list .staff5_li_syosai {
	text-align: center;
	margin-bottom: 10px;
}
.lpo_staff_list .s5_name {
	font-size: 18px;
	color: #000;
}
.lpo_staff_list .s5_name_l {
	font-size: 12px;
	color: #beaf87;
}
#lpo_shop .lpo_shop_inner .lpo_shop_staff_inner .lpo_con_btn {
	margin-top: calc(192px + 10%);
}
#lpo_shop_ac .lpo_shop_ac_inner {
	padding: 5%;
}
#lpo_shop_ac .lpo_shop_ac_inner table {
	margin: 0 0 5% 0;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#lpo_shop_ac .lpo_shop_ac_inner table,
#lpo_shop_ac .lpo_shop_ac_inner tbody {
	width: 100%;
}
#lpo_shop_ac .lpo_shop_ac_inner th {
	width: 25%;
	background: #f8f8f8;
	padding: 10px 0 10px 0;
	text-align: center;
}
#lpo_shop_ac .lpo_shop_ac_inner th,
#lpo_shop_ac .lpo_shop_ac_inner td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
}
#lpo_shop_ac .lpo_shop_ac_inner td {
	min-width: 75%;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
}
#lpo_shop .lpo_shop_inner iframe {
	margin: 0 0 5% 0;
}
/* ----------------------------
木更津追記２０２４０４０４
---------------------------- */
.lpo_anker_link {
	background-color: #333;
}
.lpo_anker_link ul {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.lpo_anker_link ul li {
	width: 50%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	&:last-child, &:nth-child(2) {
		border-right: 0px solid #fff;
	}
	&:nth-child(1), &:nth-child(2) {
		border-bottom: 1px solid #fff;
	}
}
.lpo_anker_link ul li a {
	display: block;
	width: 100%;
	color: #fff;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	&:hover {
		text-decoration: underline;
	}
}
.lpo_anker_link ul li a:after {
	content: "";
	right: 10px;
	top: 45%;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 6px solid transparent;
	border-left: 7px solid #fff;
	transform: rotate(90deg);
	position: absolute;
}
.search_fav_wrap {
	background-color: #f4efe3;
}
.search_fav_ti {
	background-color: #beaf87;
	text-align: center;
	padding: 20px 10px 30px;
	position: relative;
}
.search_fav_ti h3 {
	margin: 0;
}
.search_fav_wrap ul {
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 0;
	padding: 30px 0 30px;
	& li {
		width: 49%;
		& a {
			display: block;
			width: 100%;
			border: 3px solid #beaf87;
			background-color: #fff;
			border-radius: 5px;
			font-size: 15px;
			line-height: 1.5;
			color: #333;
			text-decoration: none;
			font-weight: bold;
			position: relative;
			transition: 0.3s;
			padding: 10px;
			box-sizing: border-box;
			& img {
				display: block;
				margin: 0 auto 10px;
			}
			& p {
				font-weight: bold;
			}
			&:after {
				content: "";
				right: 5px;
				bottom: 5px;
				box-sizing: border-box;
				width: 4px;
				height: 4px;
				border: 6px solid transparent;
				border-left: 7px solid #beaf87;
				transform: rotate(45deg);
				position: absolute;
			}
			&:hover {
				transform: translateY(3px);
			}
		}
	}
}
.city_link_wrap {
	background-color: #fff9da;
	width: 100%;
	margin: 40px auto;
	padding: 30px 20px;
	box-sizing: border-box;
	& h3 {
		text-align: center;
	}
	&>p {
		font-size: 13px;
		line-height: 2;
		margin: 30px 0 40px;
		letter-spacing: -1px;
		font-weight: bold;
	}
	& ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 2%;
		& li {
			width: 49%;
			& a {
				transition: 0.3s;
				display: block;
				&:hover {
					transform: translateY(3px);
				}
			}
		}
	}
}
.side_fix {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 1;
	display: none;
}
.bukkensuu {}
.ippan {
	position: absolute;
	bottom: 8px;
	font-size: 22px;
	font-weight: bold;
	left: 0;
	right: 130px;
	text-align: center;
	&:after {
		content: "件";
		font-size: 12px;
	}
}
.kaiin {
	position: absolute;
	bottom: 8px;
	font-size: 22px;
	font-weight: bold;
	left: 80px;
	right: 0;
	text-align: center;
	color: #ea3d3f;
	&:after {
		content: "件";
		font-size: 12px;
	}
}
/* 縦のふわふわ指定 */
.fuwafuwa01 {
	animation: fuwafuwa01 2s infinite ease-in-out;
}
/* 縦のふわふわの動き */
@keyframes fuwafuwa01 {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
}
/* --------フリーワード検索-------- */
.se_free {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 50px;
}
.se_free .search_space {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.se_free .search_window {
	width: 570px;
	height: 60px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 5px;
	border: 3px solid #beaf87;
	box-shadow: none !important;
	font-size: 12px;
	border-radius: 8px 0 0 8px;
}
.se_free .free_btn {
	width: 53px;
	height: 60px;
	font-size: 20px;
	border: 2px solid #414042;
	background: #414042;
	color: #fff;
	cursor: pointer;
	border-radius: 0 8px 8px 0;
}
.se_free .free_btn:hover {
	background: #fff;
	color: #414042;
}