@charset "shift_jis";
@media screen and (min-width: 769px) {
	/* CSS Document */
	/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */
	body {
		color: #000000;
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		text-align: left;
		background: #FFFFFF;
		margin: 35px 0px 0px 0px;
		padding: 0;
		font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	a {}
	ul {
		margin: 0;
		padding: 0;
	}
	li {
		list-style: none;
	}
	.container {
		padding-top: 10px;
	}
	/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */
	h1 {
		color: #fff;
		font-size: 11px;
		text-align: left;
		max-width: 960px;
		width: 70%;
		line-height: 35px;
		padding-left: 10px;
		float: left;
		position: fixed;
		top: 0;
		z-index: 150;
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		box-sizing: border-box;
		text-overflow: ellipsis;
	}
	.new_header {
		background-color: #042455;
		width: 100%;
		height: 35px;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	.new_header_inner {
		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: 122px;
		list-style-type: none;
		background-color: #EEEEEE;
		float: left;
		padding: 0;
		margin-right: 6px;
	}
	.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 img {
		float: left;
		margin: 0px 10px 0px 0px;
	}
	.new_header_icon:hover, .new_header_menu li:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
	/*-------------------------------------------------------------------
  ここから下を全削除後、各サイトの共通テンプレート
  ヘッダーフッターサイドバーなどで使用するcssを記載してください
  サイドバーのcssをそのまま使いたいとかであればうまく利用してください。
-------------------------------------------------------------------*/
	/* HEADER
-----------------------------------------------------------------*/
	.header_wrap {
		border-bottom: 1px solid #1D3A5F;
		padding-top: 20px;
	}
	#header {
		width: 980px;
		background: url(../img/h_bg.gif) no-repeat;
		background-position: 120px 15px;
		overflow: hidden;
		margin: 0 auto;
		font-size: 12px;
		padding: 00px 0 20px;
	}
	#header .h-logo {
		float: left
	}
	#header .h-navi {
		float: left;
		margin-left: 20px;
		margin-top: 67px;
	}
	#header .h-navi ul li {
		float: left;
		width: 140px;
		background: url(../img/h-border.gif) no-repeat;
	}
	#header .h-navi ul li a {
		width: 100%;
	}
	#header .h-navi ul li a:hover {
		width: 100%;
		background: #003366;
		color: #FFF;
		display: block;
	}
	#header .h-navi ul li:last-child {
		width: 150px;
		background: url(../img/h-border2.gif) no-repeat;
	}
	/*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;
		text-align: center;
	}
	.h_nav01 .h_nav ul li a:hover {
		color: #CCCCCC;
		/*★メニューhover文字色*/
		background: #021735;
		/*★メニューhover背景色*/
	}
	.f_nav01 {
		width: 100%;
		margin: 40px 0 0 0;
		border-top: 5px solid #042455;
		clear: both;
	}
	.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;
	}
	div.navi {
		width: 100%;
		height: 45px;
		background: #FFE8C4;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	div.navi ul {
		width: 800px;
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
	}
	div.navi ul li {
		list-style: none;
		float: left;
	}
	div.navi ul li a {
		color: #402000;
		width: 195px;
		line-height: 45px;
		text-decoration: none;
		text-align: center;
		display: block;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	div.navi ul li a:hover {
		background: #FFC977;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	/* FOOTER
-----------------------------------------------------------------*/
	#footer {
		width: 100%;
		background: #FFF;
		color: #1D3A5F;
		clear: both;
		overflow: hidden;
		border-top: 2px solid #1D3A5F;
	}
	#footer .f-contents {
		width: 1200px;
		min-width: 1200px;
		margin: 0 auto;
		margin-top: 50px;
		overflow: hidden;
	}
	#footer .f-contents .footer_l {
		float: left;
		border-right: 1px solid #DDD;
		padding-right: 20px;
		padding-left: 20px;
		margin-right: 20px;
		text-align: center;
	}
	#footer .f-contents .footer_l .f_mobile {
		margin-bottom: 40px;
	}
	#footer .f-contents .footer_l .f_bnr img {
		margin-bottom: 10px;
	}
	#footer .f-contents .footer_r {
		float: right;
		font-size: 12px;
	}
	#footer .f-contents .footer_r h3 {
		color: #1D3A5F;
		font-weight: bold;
		border-bottom: 2px solid #1D3B60;
		margin-bottom: 5px;
		text-align: left;
	}
	#footer .f-contents .footer_r .f_link {
		float: left;
		margin-right: 15px;
	}
	#footer .f-contents .footer_r .f_link ul {
		margin-right: 30px;
		float: left;
	}
	#footer .f-contents .footer_r .f_link ul li a {
		color: #333;
		text-decoration: none;
		line-height: 24px;
		font-size: 13px;
	}
	#footer .f-contents .footer_r .f_link ul li {
		line-height: 17px;
		text-align: left;
	}
	#footer .f-contents .footer_r .f_link ul li a:hover {
		text-decoration: underline;
	}
	#footer .f-contents .footer_r .f_link ul li.title {
		margin-top: 5px;
		text-align: left;
	}
	#footer .f-contents .footer_r .f_link ul li.title span {
		color: #B20000;
		font-weight: bold;
	}
	#f_list_last {
		float: none !important;
	}
	#f_list_last {
		float: none !important;
	}
	#pagetop {
		float: right;
		margin-top: 20px;
		clear: both;
		line-height: 0;
	}
	.footer {
		font-size: 12px;
		line-height: 30px;
		color: #1D3C61;
		background-color: #F0F0F0;
		text-align: center;
		height: 30px;
		margin-top: 20px;
		clear: both;
	}
	/* ----------------------------------------
　side
---------------------------------------- */
	/*検索 共通*/
	.s_search {
		width: 196px;
		margin: 0 auto 20px;
	}
	.s_search h2 {
		color: #FFFFFF;
		/*★見出し文字色*/
		margin: 2px;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		background: #555;
		/*★見出し背景色*/
	}
	.s_search ul {
		margin: 8px 5px;
		padding: 0;
		list-style: none;
	}
	.s_search ul li {
		line-height: 35px;
		margin-bottom: 3px;
		text-indent: 10px;
		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 */
		border-radius: 5px;
	}
	.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;
		border-radius: 5px;
	}
	.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 {
		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: #555;
		/*★見出し背景色*/
	}
	.s_company_inner {
		margin: 5px;
	}
	.s_company_inner p {
		clear: both;
	}
	.s_company_inner p span {
		display: block;
		font-size: 13px;
		font-weight: bold;
	}
	.s_company_btn-l,
	.s_company_btn_r {
		margin-bottom: 10px;
		width: 48%;
	}
	.s_company_btn-l {
		float: left;
	}
	.s_company_btn_r {
		float: right;
	}
	.s_company_btn-l img,
	.s_company_btn_r img {
		max-width: 100%;
	}
	.s_company_img img {
		max-width: 100%;
	}
	/* 20170508 NEWヘッダー */
	.head_nav_new {
		width: 858px;
		margin-top: 52px;
		float: right;
	}
	.head_nav_new ul {
		overflow: hidden;
	}
	.head_nav_new ul li {
		height: 38px;
		float: left;
	}
	.head_nav_new ul li a {
		text-indent: -9999px;
		display: block;
		line-height: 37px;
	}
	.head_nav_new ul li.bg01 {
		width: 125px;
		background: url(../img/head_bg.jpg) no-repeat;
	}
	.head_nav_new ul li.bg02 {
		width: 125px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -125px 0px;
	}
	.head_nav_new ul li.bg03 {
		width: 125px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -250px 0px;
	}
	.head_nav_new ul li.bg04 {
		width: 102px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -375px 0px;
	}
	.head_nav_new ul li.bg05 {
		width: 102px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -476px 0px;
	}
	.head_nav_new ul li.bg06 {
		width: 102px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -577px 0px;
	}
	.head_nav_new ul li.bg07 {
		width: 88px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -678px 0px;
	}
	.head_nav_new ul li.bg08 {
		width: 88px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -766px 0px;
	}
	.head_nav_new ul li.bg01:hover {
		width: 125px;
		background: url(../img/head_bg.jpg) no-repeat;
	}
	.head_nav_new ul li.bg02:hover {
		width: 125px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -125px -37px;
	}
	.head_nav_new ul li.bg03:hover {
		width: 125px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -250px -37px;
	}
	.head_nav_new ul li.bg04:hover {
		width: 102px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -375px -37px;
	}
	.head_nav_new ul li.bg05:hover {
		width: 102px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -476px -37px;
	}
	.head_nav_new ul li.bg06:hover {
		width: 102px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -577px -37px;
	}
	.head_nav_new ul li.bg07:hover {
		width: 88px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -678px -37px;
	}
	.head_nav_new ul li.bg08:hover {
		width: 88px;
		background: url(../img/head_bg.jpg) no-repeat;
		background-position: -766px -37px;
	}
	/*紹介ページ*/
	.f14_blackb_inq {
		font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 18px;
	}
	.f14_blackb_inq a {
		color: #333;
		text-decoration: none;
	}
	.shosai_side_wrap img {
		max-width: 100%;
		max-height: 200px;
	}
	.col {
		width: 13%;
	}
}
/* 消さない */
.s_blog_box {
	width: 180px;
	margin: 0 auto;
}
.s_blog_box ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.s_blog_box ul li {
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid #343e77;
	position: relative;
	padding: 6px 5px;
}
.s_blog_box_img {
	width: 50px;
	float: left;
}
.s_blog_box_img img {
	max-width: 100%;
	height: auto;
}
.s_blog_txt p {
	/*width: 105px; */
	margin: 0;
	/* padding: 0; */
	/* color: #65b820; */
	text-decoration: underline;
	font-size: 12px;
}
.s_blog_com {
	font-size: 12px;
	clear: both;
	text-decoration: none;
	color: #000;
	padding-top: 5px;
}
.s_blog_box ul li a {
	display: block;
	/* position: absolute; */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* padding: 10px; */
	box-sizing: border-box;
}
.s_blog_box ul li:hover {
	background: #f7f8ff;
}
.s_blog_box ul li p.ttl {
	margin: 3px 0px;
}
.s_blog_box ul li:nth-child(1) p.ttl::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 15px;
	background-image: url(../img/rankcrown_no1.png);
	background-size: cover;
	vertical-align: middle;
}
.s_blog_box ul li:nth-child(2) p.ttl::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 15px;
	background-image: url(../img/rankcrown_no2.png);
	background-size: cover;
	vertical-align: middle;
}
.s_blog_box ul li:nth-child(3) p.ttl::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 15px;
	background-image: url(../img/rankcrown_no3.png);
	background-size: cover;
	vertical-align: middle;
}
.s_blog_date {
	font-size: 12px;
	color: #ccc !important;
	display: block;
	margin: 0 0 3px 0;
}
.s_blog_more {}
.s_blog_more a {
	border: 2px solid #000;
	font-size: 15px;
	color: #000;
	letter-spacing: 2px;
	padding-bottom: 10px;
	background: url(/img/more_yazirusi.png)no-repeat 90% 60%;
	padding: 10px 5px 10px;
	width: 190px;
	margin: 0 auto;
	display: block;
	line-height: 20px;
	text-indent: 10px;
	box-sizing: border-box;
	font-weight: bold;
}
.s_blog_more a:hover {
	color: #7ec135;
	border: 2px solid #7ec135;
	background: url(/img/more_yazirusi_on.png)no-repeat 90% 60%;
}
.list_tower_comment {
	margin: 10px 10px 0px 10px;
	padding: 1em;
	overflow: hidden;
	background-color: #f0f0f0;
}
.l_c_wrap {
	width: 940px;
	margin: 20px auto;
	padding: 10px;
	background: #1d3c61;
	border-radius: 5px;
}
.l_c_wrap h3 {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
}
.l_c_wrap p {
	background: #FFF;
	padding: 1em;
	margin: 10 auto;
	font-size: 14px;
}
.l_c_search {}
.l_c_search h3 {}
.l_c_search ul {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.l_c_search ul li {
	margin: 10px 10px 0px 0px;
	text-align: center;
}
.l_c_search ul li a {
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 40px;
	padding: 0 10px;
}
/* ----- リストカスタマイズ強化版 ----- */
.l_c_new_wrap {}
.l_c_main {
	background-color: #042455;
	padding: 40px 0;
}
.l_c_main_inner {
	width: 1100px;
	margin: 0 auto;
}
.l_c_main h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #fff;
}
.l_c_main h2 span {
	font-size: 25px;
	font-weight: bold;
}
.l_c_main_inner>div {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.l_c_main_link {}
.l_c_main_link p {
	font-size: 15px;
	margin: 10px 0;
	font-weight: bold;
	color: #fff;
}
.l_c_main_link ul {
	display: flex;
	gap: 10px;
}
.l_c_main_link ul li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
	width: 100px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.l_c_main_link ul li a:hover {
	background-color: #fff;
	color: #042455;
}
.l_c_town {
	width: 1000px;
	margin: 20px auto 0;
	background-color: #eee;
	padding: 20px 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.l_c_town_txt h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.l_c_town_txt p {
	margin: 0 30px 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.l_c_town_photo {}
/* --------- リストカスタマイズ下部 --------- */
.l_c_bottom {
	width: 735px;
	float: right;
}
.l_c_b_link {
	background-color: #042455;
	padding: 20px 30px;
}
.l_c_b_souba {
	color: #fff;
}
.l_c_b_souba h3,
.l_c_b_eki h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #fff;
}
.l_c_b_souba p {
	font-size: 14px;
	line-height: 1.5;
}
.l_c_b_souba ul {
	display: flex;
	margin-bottom: 20px;
}
.l_c_b_souba ul li {
	background-color: #fff;
	border-right: 1px solid #042455;
	flex: 1;
}
.l_c_b_souba li p:first-child {
	background-color: #eee;
}
.l_c_b_souba li p {
	color: #042455;
	margin: 0;
	text-align: center;
	padding: 10px 0;
}
.l_c_b_eki ul {
	display: flex;
	gap: 10px 5px;
	flex-wrap: wrap;
}
.l_c_b_eki ul li a {
	display: block;
	background-color: #fff;
	border-radius: 100px;
	color: #042455;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
}
.l_c_b_eki ul li a:hover {
	background-color: #e5eff9;
}
.l_c_b_support {
	margin: 20px 0;
}
.l_c_b_manual {
	background-color: #e5eff9;
	padding: 20px 30px;
}
.l_c_b_manual h3 {
	color: #042455;
	font-size: 18px;
	margin-bottom: 10px;
}
.l_c_b_manual ul {
	display: flex;
	justify-content: space-between;
}
.l_c_b_manual ul li {
	width: 23%;
}
.l_c_b_manual ul li a {
	display: block;
	text-decoration: none;
}
.l_c_b_manual ul li img {
	width: 100%;
}
.l_c_b_manual ul li p {
	font-size: 12px;
	color: #333;
	margin: 10px 0 0;
	line-height: 1;
}
/* sidefixed */
.fix_side_bnr {
	position: fixed;
	bottom: 50px;
	right: 0;
	width: 15vw;
	& img {
		max-width: 100%;
	}
}
/* -------------------
物件一覧 list
--------------------- */
ul.list_side_furiwake {
	width: 220px;
	margin-left: 10px;
	display: flex;
	justify-content: space-between;
}
ul.list_side_furiwake li {
	text-align: center;
	width: 49%;
	background-color: #eb6100;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
ul.list_side_furiwake li:last-child {
	background-color: #ccc;
	&:hover {
		background-color: #1d3c61;
	}
}
ul.list_side_furiwake li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.shosai_wrap1 th {
	border: 0px solid #000;
	padding: 10px 0;
}
.shosai_h2 {
	background-color: #e6ecf5;
	padding: 10px 0;
	margin-bottom: 30px;
	border-left: 0px solid #000;
}