@charset "utf-8";
/* CSS Document */

body { font-family: 'Noto Sans Japanese',sans-serif,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic" ; }

body.max992 .container,
body.max992 .container-fluid{
	min-width:992px;	
}

body.max769 .container,
body.max769 .container-fluid{
	min-width:769px;	
}

a{color:#23527c}
a:hover{color:#23527c}

label {
    font-weight: normal;
}

.navbar-inverse {
	background-color: #eee;
	border-color: #eee;
}
footer {
	padding-top: 1em;
	background-color: #ccc;
	padding-bottom:100px;
}
footer .copyright { font-size: 0.8em;
text-align:right; }

footer #footerContact{
	position:relative;
	max-width:320px;
}
footer #footerContact img{
	width:100%;
}
footer #footerContact span{
	display:block;

}
footer #footerContact .logomark{
	width:20%;
	position:absolute;
}
footer #footerContact .logo1,
footer #footerContact .logo2{
	width:60%;
	margin-left:20%;
}
footer #footerContact ul{
	list-style:none;
}
footer .freedial{
	background-image:url(/common/images/freedial.png);
	background-size:2em auto;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:2.25em;
}

footer .footerMenu{
	margin:0.5em 0;
	padding:0;
}
footer .footerMenu li{
	display:inline-block;
}

footer .footerMenu li:before{
	content:"｜ ";	
}
footer .footerMenu li:last-child:after{
	content:" ｜";		
}

@media (min-width: 769px) {
.navbar { border-radius: 0px; }
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0px 10px 5px;
	position: relative;
	display: inline-block;
	max-width: 240px;
}
.navbar-brand span { display: block; }
.navbar-brand span img {
	width: 100%;
	max-width: 180px;
	height: auto;
}
.navbar-brand .logomark {
	height: 50px;
	position: absolute;
	padding-top: 5px;
	top: 0;
	left: 0;
	display: none;
}
.navbar-brand .logo1 {
	margin-top: 7px;
	margin-left: 0px;
}
.navbar-brand .logo2 {
	margin-top: 0;
	margin-left: 0px;
}

@media (min-width: 301px) {
.navbar-brand .logomark { display: block; }
.navbar-brand .logomark img {
	width: auto;
	margin-top: 9px;
	max-height: 32px;
}
.navbar-brand .logo1 { margin-left: 44px; }
.navbar-brand .logo2 { margin-left: 44px; }
}

@media (min-width: 361px) {
.navbar-brand span img {
	max-width: 220px;
	height: auto;
}
}

@media (min-width: 641px) {
.navbar-brand { max-width: 590px; }
.navbar-brand .logomark { left: 0.5em; }
.navbar-brand .logomark img { margin-top: 5px; }
.navbar-brand .logo1 {
	margin-top: 14px;
	float: left;
}
.navbar-brand .logo2 {
	margin-top: 14px;
	float: left;
	margin-left: 20px;
}
}

@media (min-width: 769px) {
.navbar-brand .logomark img {
	width: auto;
	max-height: 36px;
}
.navbar-brand .logo1 {
	margin-top: 7px;
	float: none;
	margin-left: 64px;
}
.navbar-brand .logo2 {
	margin-top: 0px;
	float: none;
	margin-left: 64px;
}
}

@media (min-width: 992px) {
.navbar-brand { max-width: 720px; }
.navbar-brand span img {
	max-width: 240px;
	height: auto;
}
.navbar-brand .logo1 {
	margin-top: 14px;
	float: left;
	margin-left: 64px;
}
.navbar-brand .logo2 {
	margin-top: 14px;
	float: left;
	margin-left: 2em;
}
}
/*下▼*/
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -0.25em;
	margin-left: 0.5em;
	vertical-align: middle;
	border-top: 0.5em solid;
	border-right: 0.5em solid transparent;
	border-left: 0.5em solid transparent;
}
/*---------------------------------
header
---------------------------------*/
h1 {
	font-size: 1em;
	margin: 0 0 0.5em;
}
p { }





#breadcrumb{white-space:nowrap;margin-bottom:0.5em;}

#breadcrumb ul{
	white-space:nowrap;
	margin: 0;
	padding: 0;
	list-style:none;
	overflow:auto;
}

#breadcrumb ul li{
	margin: 0;
	padding: 0;
	float:left;
}
#breadcrumb ul li:after{
	content:">";
	margin:auto 0.5em;
}
#breadcrumb ul li:last-child:after{
	content:none;
}




/*---------------------------------
フリーダイヤル
---------------------------------*/
#freedial {
	display: block;
	float: right;
	font-size: 1.8em;
	text-shadow: 1px 1px 2px rgbargba(0, 0, 0, 0.25);
	background-color: #eee;
	padding: 0.25em 0.5em;
	border-radius: 0.5em;
	margin-bottom: 0.5em;
}
#freedial .head {
	font-size: 0.6em;
	line-height: 100%;
	display: block;
	font-weight: bold;
	margin-right: 1em;
}

@media (min-width: 992px) {
#freedial .head { display: inline-block; }
}
#freedial .phone-num {
	display: inline-block;
	font-weight: bold;
	line-height: 100%;
	margin-top: 0em;
	vertical-align: middle;
}
#freedial img {
	display: inline-block;
	width: auto;
	height: 1.0em;
}
.carousel-indicators { bottom: 0px; }
.carousel-caption {
	font-size: .75em;
	color: #000;
	text-align: left;
	background-color: rgba(255,255,255,0.50);
	padding: 0.5em;
	border-radius: 0.5em;
	text-shadow: 1px 1px 2px rgba(128,128,128, .25);/*-1px -1px 2px rgba(255,255, 255, .6),*/
	bottom: 30px;
}

@media (min-width: 769px) {
.carousel-caption { font-size: 1em; }
}

@media (min-width: 992px) {
.carousel-caption { font-size: 1.1em; }
}

#opening{}

#opening .bx-wrapper .bx-viewport {

    border: none;
    left: 0;
    background: #fff;

}

#opening .bx-wrapper .bx-controls-direction a {
    top: auto;
		bottom:-36px;
}
#opening ..bx-wrapper .bx-prev {
    left: 0;
}
#opening ..bx-wrapper .bx-next {
    right: 0;

}

#opening ul li p.caption{
	position:absolute;
	z-index:5;
	top:50%;
	display:block;
	width:100%;
	margin:auto;
	text-align:center;
}

#opening ul li p.caption span{
	display:inline-block;
	padding:1em;
	background-color:rgba(255,255,255,0.5);
	margin:-2em 1em;
	text-align:left;
	border-radius:0.5em;
	text-shadow:-1px -1px 0px #fff,1px 1px 0px #fff;
	font-size:1.1em;
	/*font-weight:bold;*/
}



.column-header {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 1em;
	border: 1px solid #ccc;
	border-left: 5px solid #286090;
	border-right: none;
	padding: 0.5em 0.5em  0.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}






.row-inner{margin-left:15px;margin-right:15px;}



.BukkenSearch {
	margin: 0;
	padding: 0;
}
.BukkenSearch>.BukkenSearch { margin-top: 0em; }
.BukkenSearch li {
	margin: 0 0 0.25em;
	list-style: none;
}
.BukkenSearch li a {
	display: block;
	padding: 1em;
	padding-left: 5em;
	background-color: #aaa;
	color: #fff;
	border-radius: 1em;
	border: 2px solid #999;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
.BukkenSearch li a:hover { text-decoration: none; }
.BukkenSearch li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -1.5em;
	background-image: url(/common/images/menu-icon-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 3em;
	height: 3em;
}
.BukkenSearch li a h3 {
	line-height: 1.1em;
	margin: 0.5em 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.BukkenSearch li a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.BukkenSearch.baibai li a {
	background-color: #f00;
	border: 2px outset #f00;
}
.BukkenSearch.chintai li a {
	background-color: #093;
	border: 2px outset #093;
}
.BukkenSearch li a.menu1:before { background-image: url(/common/images/menu-icon-1.png); }
.BukkenSearch li a.menu2:before { background-image: url(/common/images/menu-icon-2.png); }
.BukkenSearch li a.menu3:before { background-image: url(/common/images/menu-icon-3.png); }
.BukkenSearch li a.menu4:before { background-image: url(/common/images/menu-icon-4.png); }
.BukkenSearch li a.menu5:before { background-image: url(/common/images/menu-icon-5.png); }
.BukkenSearch li a.menu6:before { background-image: url(/common/images/menu-icon-6.png); }

@media (min-width: 481px) {
.BukkenSearch li {
	width: 50%;
	float: left;
}
.BukkenSearch li a {
	padding: 1em;
	padding-top: 2.5em;
	text-align: center;
	margin: 0.25em;
}
.BukkenSearch li a:before {
	left: 50%;
	top: 0;
	margin-top: 0em;
	margin-left: -1.5em;
}
}

@media (min-width: 992px) {
.BukkenSearch li {
	width: 50%;
	float: left;
}
}
#news { display: block; }
#news dt {
	float: none;
	clear: left;
	font-weight: normal;
}
#news dt:before {
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	background-image: url(/common/images/arrow1-1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 0.75em;
	vertical-align: baseline;
}
#news dd {
	display: block;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
}

#news dd .icon{
	float:right;
	margin-left:0.5em;
}
#news dd .icon img{
width:64px;	
}


@media (min-width: 641px) {
#news dt { float: left; }
#news dt:before { background-image: url(/common/images/arrow1-2.png); }
#news dd {
	display: block;
	clear: right;
	padding-left: 10em;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em
}
}


.banners{
	margin:0;
	padding:0;
	list-style:none;
}

.banners li{
	width:48%;
	margin:1%;

	padding:0;
	list-style:none;float:left;
}

.banners li img{width:100%;
border:1px solid #999;

}
@media (min-width: 641px) {
.banners li{
	width:23%;
	margin:1%;
}}

.items {
	overflow:hidden;
	padding:0.25em;
}
.items .item {
	font-size: 0.9em;
	width: 48%;
	margin: auto 1%;/**/
	margin-bottom: 0.5em;
	float: left;
	position: relative;
	background-color: #eee;
	border: 1px solid #fff;
	border-radius: 0.5em;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.items.baibai .item:nth-child(3),
.items.chintai .item:nth-child(3) {
/*display:none;*/
}
/*.items .item:nth-child(odd) { clear: left; }*/
.items .item div {
	clear: both;
	overflow: hidden;
}
.items .item .add {
	width: 100%;
	padding: 0.25em 0.5em;
	color: #fff;
	border-radius: 0.5em;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.items.baibai .item .add { background-color: #f00; }
.items.chintai .item .add { background-color: #093; }
.items .item .head,
.items .item .bottom {
	overflow: hidden;
	padding: 0.1em 0.5em;
	border-bottom: 1px solid #bbb;
}
.items .item .bottom {/* background-color: #fff;*/ }
.items .item .head .type {
	float: left;
	margin-right: 1em;
}
.items .item .head .floor { float: right; }
.items .item .bottom .price-label {
	display: inline-block;
	float: left;
	font-size: 0.8em;
	padding: 0.2em 0.25em 0em;
	color: #fff;
	border-radius: 0.5em;
}
.items.baibai .item .bottom .price-label { background-color: #093; }
.items.chintai .item .bottom .price-label { background-color: #f00; }
.items .item .bottom .price {
	float: right;
	font-weight: bold;
	color: #c7254e;
}
.items .item .p_pic_waku { /*position:absolute;*/
	margin: 0.5em auto;
	max-width: 160px;/**/
}
.items .item .p_pic_waku .p_pic {
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.items .item .comment {
	font-size:0.9em;
	margin: 0.25em 0.5em;/**/
	padding: 0.25em 0.5em;
	background-color: #fff;
	border-radius: 0.5em;
}
.items .item .detail {
	font-size: 0.8em;
	display: block;
	width:10em;
	background-color: #2a6496;
	border: 2px outset #2a6496;
	color: #fff;
	padding: 0.2em 0.5em 0em;
	border-radius: 0.5em;
	margin:0.1em auto 0.25em;
	text-align:center;
}
@media (min-width: 541px) {
	.items .item {
/*	width: 31.333333%;
	margin: auto 1%;*/
	
}
.items.baibai .item:nth-child(3),
.items.chintai .item:nth-child(3) {
display:block;
}
}
@media (min-width: 641px) {
.items .item { font-size: 1em; }

}


@media (min-width: 641px) {
.items .item { font-size: 1em; }
.items .item .head {
	width: 55%;
	float: left;
}
.items .item .bottom {
	width: 45%;
	float: left;
	text-align: right;
	clear: right;
}
.items .item .head .type,
.items .item .head .floor,
.items .item .bottom .price-label,
.items .item .bottom .price { float: none; }
.items .item .article-2 {min-height:8em;}
.items .item .p_pic_waku { /*position:absolute;*/
	margin: 0.5em 1% 0.5em 3%;
	max-width: 36%;
	width: 36%;
	float: left;
	clear: left;
	box-sizing: border-box;
}
.items .item .comment {
	margin: 0.5em 3% 0 1%;
	width: 56%;
	float: left;
	clear: right;
	box-sizing: border-box;
}
.items .item .detail {
	position: absolute;
	bottom: 0.25em;
	right: 0.25em;
}
}
.link-banners{	margin:2em 0 0 0;
	padding:0;list-style:none;}
.link-banners li{
	padding:0;
	float:left;
	width:48%;
	margin:0 1% 0.5em ;
		
}
.link-banners li a{}
.link-banners li a img{width:100%;
border:1px solid #999;}

@media (min-width: 992px) {
	
	.link-banners li{float:none;	width:100%;}

}


.tbl-1{width:100%;
box-sizing:border-box;}


.tbl-1 th,
.tbl-1 td{
	padding:0.5em;
	display:block;
	float:none;
	border-bottom:none;
}
.tbl-1 th{
	padding-bottom:0.25em;
	white-space:nowrap;
}

.tbl-1 th:before{
	content:" ";
	background-image:url(/common/images/arrow1-1.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:0.75em;
	width:1em;
	height:1em;
	display:inline-block;
	vertical-align:middle;
	margin-right:0.25em;
}


.tbl-1 td{
	padding-top:0.25em;
	border-bottom:1px dotted #aaa;	
}


.tbl-1 td ul{padding-left:1.5em;}


@media (min-width: 541px) {
.tbl-1 th,
.tbl-1 td{
	padding:0.5em;	
	border-bottom:1px dotted #aaa;
	display:table-cell;
}
.tbl-1 th:before{
		background-image:url(/common/images/arrow1-2.png);
}
}
/*---------------------------------
会社概要
---------------------------------*/

#aboutus{}
#aboutus .photo-box{margin:0;padding:0;
list-style:none;}
#aboutus .photo-box li{margin:0;padding:0;width:48%;margin:1%;float:left;}
#aboutus .photo-box li img{width:100%;}

/*---------------------------------
お問い合せ
---------------------------------*/

#contact{}
#contact ul.caption{
	padding-left:1.5em;	
}
#contact h3{

	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 1em;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0.5em  0.5em 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);

}


#contact h3:before{
content:"";
display:inline-block;
background-image:url(/common/images/contact-phone.png);
background-position:center center;
background-size:contain;
background-repeat:no-repeat;
width:1.8em;
height:1.8em;
vertical-align:middle;
margin-right:0.5em;
}
#contact h3.mail:before{
background-image:url(/common/images/contact-mail.png);	
}

#contact h3.phone:before{
background-image:url(/common/images/contact-phone.png);	
}

#contact h4{

	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 1em;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 0.5em  0.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);

}


#contact .caption{}
#contact .caption{}
#contact .required{
	color:#f00;	
}
#contact table th{
width:11.5em;
}

#contact table td{
	box-sizing:content-box;	
}
#contact table td input[type="text"],
#contact table td textarea{
width:100%;	
}

#contact table td label{
	margin-right:1em;
}


#contact table td.err span.err{
	display:inline-block;
	color:#f00;	
}

#contact table td input[type="text"],
#contact table td textarea{
width:100%;	
}

#contact table td input[type="text"],
#contact table td textarea,
#contact table td select {
    font-size: 1.1em;
    padding: 0.3em 0.5em 0.2em;
    border-radius: 0.3em;
    margin-bottom: 0.2em;
    box-sizing: border-box;
    border: 1px solid #888;
}

#contact table td.err input[type="text"]{
	background-color:	#FFDDDD;
}

#contact #formfoot{
padding:0.5em;
}
#contact #formfoot button{
	padding:1em;
}

@media (min-width: 541px) {
#contact #formfoot{
padding:1em;
padding-left:12em;
}
}

#contact #phone{
	list-style:none;
	font-size:1.2em;
	font-weight:bold;
	padding-left:1em;
	overflow:hidden;
}
#contact #phone li{
	display:block;
	float:left;
	margin-right:2em;
	margin-top:1em; 
}
#contact #phone li.freedial{
	font-size:1.5em;
	margin-top:0; 
}
#contact #phone li.freedial img{
	width:1.5em;
	height:auto;
	vertical-align:middle;
}

#contact #phone li.tel{	
	clear:left;
}
#contact #phone li.fax{
	

}

#contact #phone li.hour{	
	clear:left;
}
#contact #phone li.fax{
	

}
/*---------------------------------
ニュース
---------------------------------*/
#newsbn{
	
}

#newsbn dl{
	display:block;
}

#newsbn dl dt{
	display:block;
	border-top:1px solid #ccc;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	padding:0.5em;

}

#newsbn dl dt span.title{
	font-size:1.1em;
	
}

#newsbn dl dt span.title:before {
    content: " ";
    background-image: url(/common/images/arrow1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.75em;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25em;
}
#newsbn dl dt span.title a{
	text-decoration:none;
	cursor:default;
	
}

#newsbn dl dt span.icon{
	float:right;
}

#newsbn dl dt span.date{
	text-indent:1.5em;
	
	clear:both;
	display:block;
}


#newsbn dl dt span.icon img{
	width:64px;	
	height:auto;
}



#newsbn dl dd{
	display:block;
	overflow:hidden;
	padding:0.5em;
	margin-bottom:2em;
}


#newsbnlist h3{

	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 1em;
	padding: 0.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background-color:#eee;
	border-radius:0.5em;
}

#newsbnlist ul {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    line-height: 1.3em;
}

#newsbnlist ul li {
    padding: 0.25em 2px  0.25em 3em;
    background: url(/common/images/arrow1-2.png);
    background-position: 1.5em center;
    background-repeat: no-repeat;
    background-size: 0.75em;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0px;
}	

#newsbnlist ul li.YearIndex {
    padding:  0.25em 2px  0.25em 1.8em;
    background: url(/common/images/arrow1-1.png) ;
		    background-position: 0.5em center;
    background-repeat: no-repeat;
    background-size: 0.75em;
    cursor: pointer;
    font-weight: bold;
}


/*---------------------------------
プライバシーポリシー
---------------------------------*/

#privacy{
	
}

#privacy ol {padding-left: 1.5em;}

#privacy ol li .p_tt{
	font-weight:bold;	
}

#privacy  ol ul.inner{
	list-style:none;
	padding-left: 1.5em;
	text-indent:-1.5em;
	margin-bottom:1.5em;
}

#privacy h3{

	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 1em;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0.5em  0.5em 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);

}
/*---------------------------------
ページトップ
---------------------------------*/
#sitemap{
	
}
#sitemap > ul{
	margin:0;
	
	padding:0;
	padding-left:1.5em;
	list-style:none;
}

#sitemap > ul>li{
	margin:0;
	padding:0;
}
#sitemap > ul>li>a,
#sitemap > ul>li>.anchor{
	  padding: 0.25em 2px  0.25em 1.5em;
    background: url(/common/images/arrow1-1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.75em;
    margin: 0;
		margin-left:-1.5em;
		display:block;
}

#sitemap > ul>li>a:before{
	

}

#resring{
	
}
#resring table{
	
}
#resring table tr{
	border-bottom:1px dotted #ccc;
}
#resring table tr th,
#resring table tr td{
	padding: 0.25em 1em 0.25em 1em;

}

#resring table tr td:first-child,
#resring table tr th{
	  padding: 0.25em 0.5em  0.25em 1.5em;
    background: url(/common/images/arrow1-2.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.75em;
}

#resring table tr th{
	display:none;
}
@media (min-width: 481px) {
#resring table tr th{
	display:table-cell;
}

#resring table tr td{
	padding: 0.25em 1em 0.25em 1em;

}
}
/*---------------------------------
ページトップ
---------------------------------*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 1em;
	z-index: 10;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 120px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	font-weight: bold;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}