@charset "shift_jis";
/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
body {
	color: #333333;
	background: #fdfaf4;
	font-size: 12px;
	line-height: 18px;
	margin: 35px 0 0 0;
	padding: 0;
	font-family: "Zen Kaku Gothic Antique", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
H1 {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.head_title {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.login_show {
	display: none;
}
.logout_show {
	display: none;
}
.pc_off {
	display: none !important;
}
.toushi_mode {
	display: none !important;
}
.font_poppin {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.container {
	background: #FFF;
	padding: 30px;
	border-radius: 10px;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* H1 */
.rhs_title_h1 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #ddd;
	width: auto !important;
	float: none;
	color: #333 !important;
	z-index: 0;
	overflow: initial;
	white-space: normal;
	text-overflow: clip;
}
.rhs_title_h1:after {
	position: absolute;
	content: " ";
	border-bottom: solid 3px #c8ba8d;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
.container .rhs_title_h1 {
	margin-top: 20px;
}
/* H2 */
.rhs_title_h2 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #ddd;
}
.rhs_title_h2:after {
	position: absolute;
	content: " ";
	border-bottom: solid 3px #c8ba8d;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
.container .rhs_title_h2 {
	margin-top: 20px;
}
/* 物件詳細のH3 */
.rhs_title_h3 {
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #ddd;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.rhs_title_h3:after {
	position: absolute;
	content: " ";
	border-bottom: solid 2px #c8ba8d;
	bottom: -2px;
	width: 50px;
	display: block;
	left: 0px;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 720px;
	margin: 0 auto;
}
.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 18px;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.rental_inq a:after {
	position: absolute;
	bottom: -5px;
	content: "";
	vertical-align: middle;
	right: -5px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	transform: rotate(45deg);
}
.rental_inq a:hover {
	background: #fff;
	color: #ff7f00;
}
.rental_inq a:hover:after {
	border-left: 10px solid #ff7f00;
}
/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
	margin: 0 0 30px 0;
}
.main_mypage_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 382px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #c8ba8d;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #c8ba8d;
	font-weight: bold;
	text-decoration: none;
}
.main_mypage_menu ul li a {
	padding: 26px 12px 24px 20px;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
	padding: 27px 12px 23px 20px;
	background: #c8ba8d;
	color: #fff;
}
.main_mypage_menu ul li a {
	color: #c8ba8d;
	transition: all 0.2s;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
	font-size: 22px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
	font-size: 16px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a.mypage_menu_ac i.fa-angle-right {
	color: #c8ba8d;
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
	padding: 0 20px 0 0;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.8px;
}
.main_mypage_menu ul li a:hover {
	transform: translateY(2px);
	box-shadow: 0px 0px 0px 0px #c8ba8d;
	background: #c8ba8d;
	color: #fff;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
	transform: translateY(0px);
	box-shadow: 0px 2px 0px 0px #c8ba8d;
}
h2.mp_title {
	background: #c8ba8d;
}
input.member_add_btn {
	background-color: #c8ba8d;
	border: 1px solid #c8ba8d;
}
input.member_add_btn:hover {
	color: #c8ba8d;
}
input.member_add_btn:focus {
	color: #c8ba8d;
}
#mp_bukken .mp_oshirase2 ul.mp_oshirase2_inner .osusume_list .shosai_link_box .shosai_link_tl:after {
	background: #c8ba8d;
}
#mp_bukken .osusume_more a {
	border: 1px solid #c8ba8d;
	box-shadow: 0px 2px 0px 0px #c8ba8d;
	color: #c8ba8d;
}
#mp_bukken .osusume_more a:hover {
	box-shadow: 0px 0px 0px 0px #c8ba8d;
	background: #c8ba8d;
}
.mem_match_conf .line-bg .selbg-title {
	background-color: #c8ba8d;
}
.mp_side h2 {
	background-color: #c8ba8d;
}
.mp_side ul li {
	border-bottom: 1px solid #c8ba8d;
}
.mp_side ul li a {
	color: #c8ba8d;
}
.mp_side ul li a:hover {
	background: #c8ba8d;
}
.mp_side {
	background: #fdfaf4;
}
.mp_side h3 {
	color: #c8ba8d;
}
.mp_side ul li a:after {
	border-left: 4px solid #c8ba8d;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/
/* ----------------------------------------
　スポット情報　表示・非表示（物件詳細・マンションカタログ）
---------------------------------------- */
/*
.catalog_spot_wrap, .shosai_spot_wrap{
	display:none;
}
*/
/* ----------------------------------------
　来店予約システム
---------------------------------------- */
/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */
.on_raiten {
	display: none !important;
}
/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/
/* ----------------------------------------
2023.05 お気に入り関連項目
---------------------------------------- */
.maincontents .fav_checkbtn input[type="button"] {
	font-family: "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/* ----------------------------------------
　header 固定
---------------------------------------- */
.new_header {
	background-color: #c8ba8d;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 100;
}
.new_header_inner {
	width: calc(100% - 20px);
	margin: 0 auto;
	overflow: auto;
}
.new_header_icon {
	float: left;
	margin: 8px 0 0 0;
}
.new_header_menu {
	float: right;
	margin-top: 6px;
}
.new_header_menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.new_header_menu li {
	list-style-type: none;
	background-color: #fdfdfd;
	border-radius: 3px;
	float: left;
	padding: 0;
	margin-right: 6px;
	text-align: center;
}
.new_header_menu li:nth-child(5),
.new_header li:nth-child(6) {
	background-color: #d33f0e;
}
.new_header_menu li:nth-child(5) a,
.new_header li:nth-child(6) a {
	color: #ffffff;
}
.new_header_menu a {
	color: #303030;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}
.new_header_menu a i {
	margin: 0 5px 0 0;
}
.new_header_menu a img {
	float: left;
}
#header_home {
	width: 40px !important;
	background: none !important;
}
#header_home a {
	padding: 0px !important;
	height: 22px !important;
	width: 100% !important;
}
#header_home a img {
	margin: 0px auto;
	float: none;
}
.new_header_icon:hover,
.new_header_menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.new_header_home {
	width: 75px !important;
}
.new_header_home a {
	padding: 3px 5px;
}
/* --　ここから下は削除してOK　-- */
/* ----------------------------------------
　header
---------------------------------------- */
#h_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 clamp(20px, 1.4vw, 25px);
	& ul {
		list-style: none;
	}
	& ul, li, p {
		margin: 0;
		padding: 0;
	}
	& img {
		max-width: 100%;
	}
	& a {
		text-decoration: none;
		color: #333333;
	}
	>a {
		display: block;
		width: clamp(180px, 12vw, 220px);
	}
	>div {
		display: flex;
		align-items: center;
		gap: 0 45px;
		.h_nav {
			display: flex;
			gap: 0 clamp(45px, 3vw, 55px);
			>li {
				>a {
					text-align: center;
					line-height: 1;
					transition: all 0.2s;
					.h_nav_en {
						margin: 0 0 clamp(10px, 1.3vh, 13px) 0;
						font-size: clamp(17px, 1.15vw, 21px);
						letter-spacing: 0.05em;
					}
					.h_nav_ja {
						font-size: clamp(10px, 0.66vw, 12px);
						letter-spacing: 0.1em;
					}
					&:hover {
						color: #bdac6f;
					}
				}
			}
		}
		.h_btn {
			display: flex;
			>li {
				>a {
					display: block;
					width: clamp(165px, 11vw, 200px);
					padding: clamp(12px, 1.5vh, 15px) 0 clamp(16px, 2vh, 20px) 0;
					font-size: clamp(13px, 0.89vw, 16px);
					letter-spacing: 0.1em;
					color: #FFF;
					text-align: center;
					transition: all 0.2s;
					>img {
						margin: 0 0 10px 0;
						width: clamp(30px, 2vw, 36px);
					}
				}
			}
			>li:first-child {
				>a {
					background-color: #c8ba8d;
					&:hover {
						background-color: #767676;
					}
				}
			}
			>li:not(:first-child) {
				>a {
					background-color: #333333;
					&:hover {
						background-color: #767676;
					}
				}
			}
		}
	}
}
/* ----------------------------------------
　footer
---------------------------------------- */
#f_wrap {
	margin-top: 180px;
	padding: 70px 0 0 0;
	background: #efecdf;
	& ul {
		list-style: none;
	}
	& ul, li, p {
		margin: 0;
		padding: 0;
	}
	& img {
		max-width: 100%;
	}
	& a {
		text-decoration: none;
		color: #333333;
	}
	.f_conts {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 0 60px 0;
		padding: 0 clamp(50px, 4.2vw, 75px);
		.f_box {
			>a {
				display: block;
				margin: 0 0 35px 0;
				width: clamp(300px, 20vw, 365px);
			}
			.f_box_txt {
				margin: 0 0 25px 0;
				font-size: clamp(13px, 0.89vw, 16px);
				line-height: 1.875;
			}
			.f_tel {
				display: flex;
				align-items: baseline;
				gap: 0 10px;
				margin: 0 0 20px 0;
				font-size: clamp(27px, 1.8vw, 32px);
				line-height: 1;
				color: #bdac6f;
				letter-spacing: 0.05em;
				&:before {
					content: "";
					width: 24px;
					height: 24px;
					background-image: url(/img/common/footer/f_tel_icon.webp);
					background-repeat: no-repeat;
					background-size: cover;
				}
			}
			.f_access {
				margin: 0 0 20px 0;
				font-size: clamp(10px, 0.7vw, 12px);
				line-height: 1.8;
			}
			>ul {
				display: flex;
				gap: 0 10px;
				>li {
					width: clamp(170px, 12.5vw, 220px);
					>a {
						display: flex;
						align-items: center;
						justify-content: space-between;
						padding: 15px 15px 15px 18px;
						border-radius: 25px;
						font-size: clamp(10px, 0.75vw, 13px);
						line-height: 20px;
						color: #FFF;
						transition: all 0.2s;
						&:after {
							content: "";
							width: 8px;
							height: auto;
							aspect-ratio: 1 / 1;
							background-image: url(/img/top/more_ar.webp);
							background-repeat: no-repeat;
							background-size: cover;
						}
					}
					&:nth-child(1) a {
						background-color: #333333;
						&:hover {
							background-color: #bdac6f;
						}
					}
					&:not(:nth-child(1)) a {
						background-color: #bdac6f;
						&:hover {
							background-color: #333333;
						}
					}
				}
			}
		}
		.f_link {
			display: flex;
			align-items: flex-start;
			>nav {
				padding: 0 clamp(35px, 2.8vw, 50px) 0 0;
				>ul {
					>li {
						display: flex;
						align-items: center;
						gap: 0 clamp(10px, 0.78vw, 14px);
						&:before {
							content: "";
							display: block;
							width: clamp(9px, 0.6vw, 11px);
							aspect-ratio: 1 / 1;
							background-image: url(/img/common/footer/f_plus_icon.webp);
							background-repeat: no-repeat;
							background-position: center;
							background-size: cover;
						}
						&:not(:last-child) {
							margin: 0 0 25px 0;
						}
						>a {
							font-size: clamp(12px, 0.89vw, 16px);
							line-height: 1.2;
							position: relative;
							&:before {
								position: absolute;
								left: 0;
								content: '';
								width: 100%;
								height: 2px;
								background: #bdac6f;
								bottom: -5px;
								transform: scale(0, 1);
								transform-origin: left top;
								transition: transform 0.3s;
							}
							&:hover {
								&:before {
									transform: scale(1, 1);
								}
							}
						}
					}
				}
			}
			.f_link_box {
				display: flex;
				gap: 0 clamp(35px, 2.8vw, 50px);
				padding: 0 0 0 clamp(45px, 3.4vw, 60px);
				border-left: 1px solid #bdac6f;
				.f_link_part {
					>div {
						margin: 0 0 20px 0;
						.f_link_name {
							font-size: clamp(14px, 1vw, 18px);
							line-height: 1;
							margin: 0 0 8px 0;
						}
						.f_link_en {
							font-size: clamp(10px, 0.7vw, 12px);
							line-height: 1.5;
							letter-spacing: 0.1em;
							color: #bdac6f;
							font-weight: 600;
						}
					}
					>ul {
						>li {
							display: flex;
							align-items: center;
							gap: 0 10px;
							&:before {
								content: "";
								width: 4px;
								height: 8px;
								background: #333;
								clip-path: polygon(0 0, 0% 100%, 100% 50%);
							}
							>a {
								font-size: clamp(11px, 0.8vw, 14px);
								line-height: 1.2;
								position: relative;
								&:before {
									position: absolute;
									left: 0;
									content: '';
									width: 100%;
									height: 2px;
									background: #bdac6f;
									bottom: -5px;
									transform: scale(0, 1);
									transform-origin: left top;
									transition: transform 0.3s;
								}
								&:hover {
									&:before {
										transform: scale(1, 1);
									}
								}
							}
							&:not(:last-child) {
								margin: 0 0 18px 0;
							}
						}
					}
				}
			}
		}
	}
	.f_c21 {
		margin: 0 0 20px 0;
		padding: 0 25px;
		font-size: clamp(10px, 0.7vw, 11px);
		line-height: 1;
		text-align: right;
	}
	.f_copy {
		font-size: clamp(10px, 0.7vw, 11px);
		line-height: 25px;
		background: #222222;
		text-align: center;
		color: #FFF;
	}
}
/* ----------------------------------------
　side
---------------------------------------- */
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: left;
	margin-right: 20px;
}
.l-sidenavi,
.side {
	width: 300px;
	float: right;
}
.side {
	.font_blue {
		color: #5075bb;
	}
	.font_gold {
		color: #bdac6f;
	}
	.font_gray {
		color: #878787;
	}
	& p, ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	& a {
		color: #333;
		text-decoration: none;
	}
	.side_tl {
		margin: 0 0 20px 0;
		.side_tl_en {
			margin: 0 0 7px 0;
			font-size: 30px;
			line-height: 1;
			letter-spacing: 0.1em;
		}
		.side_tl_ja {
			font-size: 13px;
			line-height: 1;
			color: #767676;
			letter-spacing: 0.1em;
		}
	}
	.side_img {
		width: 270px;
		height: 150px;
		object-fit: cover;
		margin: 0 0 15px 0;
		border-radius: 15px;
	}
	.side_txt {
		margin: 0 0 15px 0;
		font-size: 12px;
		line-height: 1.5;
	}
	.side_catch {
		margin: 0 0 20px 0;
		font-size: 20px;
		line-height: 1.5;
		color: #bdac6f;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.side_btn_list {
		>li:not(:last-child) {
			margin: 0 0 10px 0;
		}
	}
	.side_btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 260px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 20px 15px 20px 20px;
		background: #333333;
		border-radius: 35px;
		font-size: 13px;
		line-height: 20px;
		color: #FFF;
		letter-spacing: 0.1em;
		transition: all 0.2s;
		&:after {
			content: "";
			width: 12px;
			height: auto;
			aspect-ratio: 1 / 1;
			background-image: url(/img/top/more_ar.webp);
			background-repeat: no-repeat;
			background-size: cover;
		}
		&:hover {
			background: #bdac6f;
			color: #FFF;
		}
	}
	.side_mem {
		margin: 0 0 35px 0;
		padding: 30px 15px 25px 15px;
		background: #efecdf;
		>ul {
			margin: 0 0 10px 0;
			>li:not(:last-child) {
				margin: 0 0 10px 0;
				border-bottom: 1px solid #bdac6f;
			}
			>li {
				padding-bottom: 24px;
				padding-right: 8px;
				padding-left: 8px;
				position: relative;
				z-index: 1;
				&:before {
					content: "";
					width: 100%;
					height: calc(100% - 20px);
					background: #FFF;
					border-radius: 10px;
					position: absolute;
					left: 0;
					top: 8px;
					z-index: -1;
				}
				.side_merit_num {
					display: flex;
					justify-content: space-between;
					margin: 0 0 10px 0;
					>p {
						font-size: 13px;
						color: #bdac6f;
						font-weight: bold;
						letter-spacing: 0.1em;
					}
				}
				.side_merit_box {
					display: flex;
					align-items: center;
					gap: 0 10px;
					>img {
						width: 56px;
					}
					.side_merit_name {
						margin: 0 0 5px 0;
						padding: 0 0 15px 0;
						font-size: 16px;
						line-height: 1;
						color: #bdac6f;
						position: relative;
						&:after {
							content: "";
							width: 40px;
							height: 0;
							border-bottom: 2px dashed #bdac6f;
							position: absolute;
							left: 0;
							bottom: 0;
						}
					}
					.side_merit_txt {
						font-size: 11px;
						line-height: 1.3;
					}
				}
			}
		}
	}
	.side_nav {
		margin: 0 0 20px 0;
		padding: 20px 15px;
		background: #fdfaf4;
		border-radius: 20px;
		>ul {
			display: flex;
			flex-wrap: wrap;
			gap: 25px 10px;
			>li {
				width: 130px;
				>a {
					display: block;
					>div {
						width: 100%;
						height: 100px;
						border-radius: 10px;
						margin: 0 0 10px 0;
						overflow: hidden;
						>img {
							width: 100%;
							height: 100%;
							object-fit: cover;
							transition: all 0.2s;
						}
					}
					>p {
						display: flex;
						align-items: center;
						gap: 0 8px;
						font-size: 16px;
						line-height: 1;
						letter-spacing: 0.05em;
						&:before {
							content: "";
							width: 18px;
							height: auto;
							aspect-ratio: 1 / 1;
							background-image: url(/img/top/nav_ar.webp);
							background-repeat: no-repeat;
							background-size: cover;
						}
					}
					&:hover {
						>div {
							>img {
								transform: scale(1.1);
							}
						}
					}
				}
			}
		}
	}
	.side_box {
		margin: 0 0 30px 0;
		padding: 30px 15px 0 15px;
		border-top: 2px solid #bdac6f;
	}
	.side_company {
		margin: 0 0 40px 0;
		.side_com_table {
			>li:not(:last-child) {
				margin: 0 0 12px 0;
			}
			>li {
				border-bottom: 1px solid #333;
				padding-bottom: 12px;
				.side_com_table_item {
					display: inline-block;
					margin: 0 0 8px 0;
					padding: 3px 5px 4px 5px;
					border: 1px solid #333;
					font-size: 12px;
					line-height: 1;
				}
				.side_com_table_txt {
					font-size: 14px;
					line-height: 1.4;
					letter-spacing: 0.05em;
				}
			}
		}
	}
	.side_com_nav {
		padding: 10px;
		background: #efecdf;
		>ul {
			padding: 15px;
			background: #FFF;
			border-radius: 15px;
			>li {
				>a {
					display: flex;
					align-items: center;
					gap: 0 20px;
					>img {
						width: 60px;
					}
					.side_com_nav_item {
						font-size: 18px;
						line-height: 1;
						margin: 0 0 6px 0;
						transition: all 0.2s;
					}
					.side_com_nav_txt {
						font-size: 11px;
						line-height: 1.3;
						color: #878787;
					}
					&:hover {
						.side_com_nav_item {
							color: #bdac6f;
						}
					}
				}
				&:not(:first-child) {
					>a {
						padding-top: 15px;
					}
				}
				&:not(:last-child) {
					>a {
						padding-bottom: 15px;
						border-bottom: 1px solid #bdac6f;
					}
				}
			}
		}
	}
}
/* ----------------------------------------
サイドバーを200pxで利用する場合は
下記のコメントアウトを外してください。
---------------------------------------- */
/*--side-200px用---
.container,
.lpo_container,
.lpo_main {
  width: 1000px !important;
}

.l-sidenavi,
.side,
.lpo_m_regist {
  width: 200px !important;
}

.l-sidewaku {
	padding: 15px 5px;
}

.l-sidewaku h4 {
	font-size: 13px;
	text-align: center;
}

.list_side_kensaku input {
	    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin: 10px 0;
}

.l-sidewaku h5 {
	font-size: 14px;
}

.list_side_shubetsu label,
.list_side_area .line_a2 label {
	font-size: 12px;
    padding: 5px;
}

.list_side_shubetsu label input,
.list_side_area .line_a2 label input {
	width: 13px;
	height: 13px;
}

.list_side_area input.pop_btn {
	    display: block;
    width: 80%;
}

.side_kakaku select {
	width: 82px;
	font-size: 13px;
}

.list_side_kodawari label {
	font-size: 12px;
}

.shosai_side_wrap {
    width: 194px !important;
	padding: 15px 5px !important;
}

.shosai_side_wrap h3 {
    font-size: 12px !important;
    line-height: 1.4 !important;
	padding: 10px 5px !important;
}

.shosai_side_tel_btn {
	font-size: 20px !important;
}

.shosai_side_tel_btn i {
    font-size: 16px !important;
    margin-right: 5px !important;
}

.shosai_side_cv ul li a {
	padding: 12px 0 !important;
	font-size: 13px !important;
}

.shosai_side_tel p br {
	display: block !important;
}
.shosai_side_con ul {
	display: block !important;
}
.shosai_side_con ul li:first-child {
	margin-right: 0 !important;
}

.shosai_side_con ul li a {
	width: 100% !important;
    box-sizing: border-box !important;
	text-align: center !important;
}

--side-200px用---*/
/*検索 共通*/
.s_search {
	box-sizing: border-box;
	margin: 0 auto 20px;
	border: 1px solid #cccccc;
}
.s_search h2 {
	color: #ffffff;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #c8ba8d;
	/*★見出し背景色*/
}
.s_search ul {
	margin: 8px 5px;
	padding: 0;
	list-style: none;
}
.s_search ul li {
	line-height: 35px;
	margin-bottom: 3px;
	background: #f0f0f0;
	/*★以下、背景色 #F5F5F5→#F0F0F0 を各ブラウザで指定*/
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#f5f5f5),
			to(#f0f0f0));
	/* Webkit系 */
	background: -moz-linear-gradient(top, #f5f5f5, #f0f0f0);
	/* Mozilla系 */
	background: -ms-linear-gradient(top, #f5f5f5, #f0f0f0);
	/* IE10+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0)";
	/* IE8-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0);
	/* IE5.5-7 */
}
.s_search ul li a {
	width: 99%;
	margin: auto;
	display: block;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	/* text-indent: 30px; */
	text-decoration: none;
	background: url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
}
.s_search ul li a:hover {
	color: #000000;
	background: #dddddd url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
	/*★hover背景色・アイコン画像*/
}
.s_search_txt {
	margin: 5px;
	font-size: 10px;
	line-height: 14px;
}
/*店舗情報*/
.s_company {
	box-sizing: border-box;
	margin: 15px 0;
	border: 1px solid #cccccc;
}
.s_company h2 {
	color: #ffffff;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #c8ba8d;
	/*★見出し背景色*/
}
.s_company_inner {
	margin: 5px;
}
.s_company_inner p {
	clear: both;
}
.s_company_inner p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.s_company_btn-l,
.s_company_btn_r {
	margin-bottom: 10px;
}
.s_company_btn-l {
	float: left;
}
.s_company_btn_r {
	float: right;
}
.mp_side ul {
	margin: 0 auto;
}