@charset "shift_jis";
/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
body {
	background: url(/img/body_bg.jpg);
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	margin: 35px 0 0 0 !important;
	padding: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
H1 {
	color: #FFF;
	font-size: 11px;
	text-align: left;
	width: 55%;
	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;
}
li {
	list-style-type: none;
}
.login_show {
	display: none;
}
.logout_show {
	display: none;
}
.container {
	background: rgb(255, 255, 255);
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/
/* ----------------------------------------
　header 固定
---------------------------------------- */
.new_header {
	background: rgb(88, 44, 24);
	/*IE用*/
	background: rgb(88, 44, 24);
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 100;
}
.new_header_inner {
	width: 1200px;
	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 {
	width: 110px;
	list-style-type: none;
	background-color: #EEEEEE;
	float: left;
	padding: 0;
	margin-right: 6px;
}
.new_header_menu li:nth-child(4),
.new_header li:nth-child(5) {
	background-color: #D33F0E;
}
.new_header_menu li:nth-child(4) a,
.new_header li:nth-child(5) 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;
	text-align: center;
}
.new_header_menu a img {
	float: left;
}
.new_header_icon:hover,
.new_header_menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* ----------------------------------------
　header
---------------------------------------- */
/*********************************************
　　h_nav01
*********************************************/
.h_nav01 .header_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.h_nav01 .h_logo {
	width: 210px;
	float: left;
}
.h_nav01 .h_info {
	width: 610px;
	margin-left: 10px;
	float: left;
}
.h_nav01 .h_inq {
	width: 160px;
	float: right;
}
/*navi*/
.h_nav01 .h_nav {
	width: 100%;
	background: #042455;
	/*★メニュー背景色*/
}
.h_nav01 .h_nav ul {
	width: 1000px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border-right: 1px solid #777777;
}
.h_nav01 .h_nav ul li {
	float: left;
	width: 141px;
	/*★メニュー項目横幅（項目数により変更）*/
	font-weight: bold;
	border-left: 1px solid #777777;
}
.h_nav01 .h_nav ul li:first-child {
	width: 147px !important;
	/*★1番目の項目横幅（項目数により調節）*/
}
.h_nav01 .h_nav ul li span {
	display: block;
	color: #CCCCCC;
	/*★メニュー文字色*/
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}
.h_nav01 .h_nav ul li a {
	display: block;
	color: #FFFFFF;
	padding: 10px 0;
	text-decoration: none;
}
.h_nav01 .h_nav ul li a:hover {
	color: #CCCCCC;
	/*★メニューhover文字色*/
	background: #021735;
	/*★メニューhover背景色*/
}
/* ----------------------------------------
　footer
---------------------------------------- */
/*********************************************
　　f_navi01
*********************************************/
.f_nav01 {
	width: 100%;
	border-top: 5px solid #042455;
	/*★フッター上部の枠色*/
}
.f_nav01 .f_search_wrap {
	width: 1000px;
	margin: 10px auto;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.f_nav01 .f_search {
	float: left;
}
.f_nav01 .f_search_ti {
	/*★検索タイトル文字指定*/
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.f_nav01 .f_search ul {
	width: 166px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.f_nav01 .f_search ul li {
	text-align: left;
	margin: 5px 0;
}
.f_nav01 .f_search ul li a {
	display: block;
	color: #333333;
	/*★項目リストの文字色*/
	text-indent: 15px;
	text-decoration: none;
	background: url(/tool/sample/footer/img/list_icon.png) left 50% no-repeat;
	/*★項目リストのアイコン画像*/
}
.f_nav01 .f_search ul li a:hover {
	color: #D90000;
	/*★項目リストのhover文字色*/
	text-decoration: underline;
	background: url(/tool/sample/footer/img/list_icon_on.png) left 50% no-repeat;
	/*★項目リストのhoverアイコン画像*/
}
.f_nav01 .f_company {
	clear: both;
	padding: 10px 0;
}
.f_nav01 .f_tx {
	text-align: left;
	margin: 10px 0;
}
.f_nav01 .f_copyright {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	line-height: 25px;
	background: #042455;
	/*★コピーライト背景色*/
}
/* ----------------------------------------
　side
---------------------------------------- */
.side {
	float: right;
	width: 200px;
}
/*検索 共通*/
.s_search {
	width: 200px;
	margin: 15px 0;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
.s_search h2 {
	color: #FFFFFF;
	/*★見出し文字色*/
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 10px;
	background: #DB6D00;
	/*★見出し背景色*/
}
.s_search ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.s_search ul li {
	line-height: 40px;
	margin-bottom: 0px;
	background: #FFF;
	border-top: solid 1px #ccc;
}
.s_search ul li a {
	width: 100%;
	margin: auto;
	display: block;
	color: #0059B2;
	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;
	text-align: left;
	text-indent: 15px;
	letter-spacing: 2px;
}
.s_search ul li a:hover {
	color: #000000;
	background: #EEE 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 {
	width: 198px;
	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: #042455;
	/*★見出し背景色*/
}
.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;
}
/*********************************************
　　f_navi07   20181114追加
*********************************************/
.f_nav07_wrap {
	width: 100%;
	text-align: left;
	background: #F5F5ED;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.f_nav07 {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
	color: #6C5246;
	letter-spacing: 1px;
}
.f_nav07 a {
	color: #6C5246;
	text-decoration: none;
	font-size: 12px;
}
.f_nav07 a:hover {
	color: #59B200;
	text-decoration: underline;
}
.f_nav07 .f_company {
	float: left;
	width: 220px;
	padding-top: 50px;
}
.f_nav07 .f_company strong {
	font-size: 20px;
	display: block;
	margin-bottom: 30px;
}
.f_nav07 .f_company p {
	line-height: 30px;
	font-size: 15px;
}
.f_nav07 .f_contents {
	float: left;
	/* height:280px; */
	margin: 0px 22px 0px 0px;
	padding: 10px 0 10px 30px;
	font-size: 13px;
	line-height: 27px;
	text-align: left;
}
.f_nav07 .f_contents p:first-child {
	margin: 0px 0px 10px 0px;
}
.f_nav07 .f_contents p a {
	font-weight: bold;
}
.f_nav07 .f_contents ul {
	text-align: left;
	margin-top: 20px;
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 27px;
	color: #6C5246;
	letter-spacing: 1px;
}
.f_nav07 .f_page {
	border-left: 1px solid #6C5246;
}
.f_nav07 .f_list {
	padding-left: 0px;
}
.f_nav07 .f_link {
	width: 1000px;
	border-top: 1px solid #fff;
	padding-top: 30px;
	clear: both;
}
.f_nav07 .f_link ul {
	overflow: hidden;
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.f_nav07 .f_link li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	font-size: 13px;
}
.f_nav07 .f_link li:after {
	content: "|";
}
.f_nav07 .f_link li:last-child:after {
	content: "";
}
.f_nav07 .f_link a {
	margin-right: 5px;
	text-decoration: none;
}
.copy_nav07 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(/img/footer_bottom.jpg);
	background-color: #000;
	color: #fff;
	overflow: hidden;
	background-size: cover;
}
.copy_nav07 a {
	margin: 60px auto;
	display: block;
}
.copy_nav07 a:hover img {}
.f_fc_txt p {
	clear: both;
	padding-top: 30px;
}
/*20181115追加*/
.header {}
.header_inner {
	width: 1200px;
	margin: 20px auto 22px auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.header_l {
	margin-top: 4px;
}
.h_middle {
	font-size: 26px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
}
.h_middle div {
	margin-bottom: 10px;
}
.h_middle span {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 8px 10px 7px 10px;
	border-radius: 5px;
	margin-right: 5px;
}
.h_middle span:nth-child(1) {
	background: linear-gradient(#44750e, #649c28);
}
.h_middle span:nth-child(2) {
	background: linear-gradient(#95520d, #c46b10);
}
.h_middle span:nth-child(3) {
	background: linear-gradient(#9d1717, #bc1e1e);
}
.header_r {
	margin-top: 8px;
}
.h_menu {
	background-color: #582c18;
	height: 50px;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 3px #a9a9a9;
}
.h_menu li:after {
	content: url(/img/menu_line.png);
}
.h_menu ul:before {
	content: url(/img/menu_line.png);
	float: left;
	padding-top: 5px;
}
.h_menu ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
.h_menu li {
	float: left;
	padding: 5px 0;
}
.h_menu li a {
	font-size: 13px;
	font-weight: normal;
	float: left;
	display: block;
	padding: 0px 14px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}
.h_menu li a:hover span {
	color: #FF8000;
	transition: 0.4s;
}
.h_menu li span {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}
.side_info {
	border: solid 2px #401000;
	box-sizing: border-box;
	background-color: #FFF;
}
.side_info img {
	margin-top: 0 !important;
}
.side_info_article_wrap {
	padding: 10px 10px 0px;
	text-align: left;
}
.side_info_article_wrap iframe {
	width: 100%;
	height: 340px;
}
.side_info_article_inner .day {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
}
.side_info_article_inner .title {
	font-size: 13px;
	font-weight: bold;
	color: #006CD8;
	text-decoration: underline;
	letter-spacing: 1px;
}
.side_info_article_inner ul {
	padding: 0;
}
.side_info_article_inner li {
	padding: 10px 0;
	text-align: center;
}
.side_info_article_inner li:first-child {
	border-bottom: dotted 1px #999;
}
.side_info_btn a {
	display: block;
	width: 180px;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-color: #401000;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 10px;
}
.side_info_btn a:hover {
	background-color: #006DD9;
	transition: 0.4s;
	color: #fff;
	text-decoration: none;
}
.side img {
	margin-top: 10px;
}
.side_company {
	border: solid 1px #353526;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
}
.side_company img {
	margin-top: 0;
}
.side_company h2 {
	background-color: #353526;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-indent: 10px;
	margin: 0;
}
.s_company_con {
	padding: 15px 10px;
}
.s_company_txt p {
	margin: 5px 0;
}
.s_company_btn p {
	margin-bottom: 0;
}
.s_company_btn a {
	background-color: #FFBF00;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: block;
	border: solid 1px #FFBF00;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
}
.s_company_btn a:hover {
	text-decoration: none;
	color: #FFBF00;
	border: solid 1px #FFBF00;
	box-sizing: border-box;
	background-color: #fff;
	transition: 0.4s;
}
.pankuzu {
	text-align: left;
}
.staff_ma_photo {
	max-height: none !important;
}
/*20190312追加(list無理やり変更)*/
.s-searchtitle-change {
	line-height: 55px;
	font-size: 16px;
	background: #eee;
	border: solid 3px;
}
.list_h2 h2 {
	margin: 15px 0 10px 0;
	line-height: 40px;
	font-size: 20px;
	letter-spacing: 1px;
}
.s-search label {
	display: block;
}
/* --- 物件詳細 --- */
/* ------shosai------- */
.shosai_bnr {
	clear: both;
}
.shosai_bnr ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
	padding: 0;
}
.shosai_bnr ul li {
	width: 49%;
}
.shosai_bnr ul li img {
	width: 100%;
}
.shosai_bnr ul li a:hover {
	opacity: 0.8;
}