
/******** tit_area */
.tit_area-buy{
	margin: 0 auto 20px;
	padding: 9px 0 5px;
	overflow: hidden;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #fd6700;
	border-radius: 0;
	transform: skewX(-25deg);
	width:940px;
	position: relative;
}

.tit_area-buy:before,
.tit_area-buy:after{
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	background-color: red;
	top: 0;
	margin: 0;
	transition: .6s ease;
	z-index: 10;
}

.tit_area-buy:before{
	left: 0;
	border-right:2px solid #fff;
}

.tit_area-buy:after{
	right: 0;
	border-left:2px solid #fff;
}

.tit_area-buy.start:before,
.tit_area-buy.start:after{
	width: 6px;
}

.tit_area-buy h1{
	font-size: 30px;
	padding-left: 0;
	font-weight: bold;
	transform: skewX(25deg);
	letter-spacing: 0.05em;
}

.tit_area-buy h1 span{
	font-size: 20px;
}

.tit_area-buy p{
	margin-top: 0;
	float: right;
	font-size: 16px;
	padding-right: 20px;
}

.tit_area-buy strong{
	font-size: 28px;
	line-height: 1.0;
}


/******** tit_area */


#tit_area{
	margin: 0 0 20px;
	padding: 11px 0;
	overflow: hidden;
	color: #FFF;
	font-weight: bold;
	background: url(../img/bg_title.png) no-repeat left top;
}

#tit_area h1{
	float: left;
	font-size: 20px;
	padding-left: 55px;
}

#tit_area p{
	margin-top: 0;
	float: right;
	font-size: 16px;
	padding-right: 20px;
}

#tit_area strong{
	font-size: 28px;
	line-height: 1.0;
}



#click{
	height: 102px;
	background: url(../img/click.png) no-repeat left bottom;
}

#click p{
	padding-top: 40px;
	text-align: right;
}

#click p span{
	padding-left: 40px;
	background: url(../img/ico_new.png) no-repeat left center;
}



.search_nav{
	width: 941px;
	height: 50px;
	margin: 0 -1px 5px 0;
}

.search_nav li{
	margin: 0 1px 0 0;
	float: left;
}
.search_nav li img.on{
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

.box{
	margin: 0 0 15px;
	padding: 9px;
	background: url(../img/bg_box.png) repeat left top;
	cursor: default;
}

.box .map{
	border: 1px #FFFFFF solid;
	text-align: center;
}



.notice{
	font-size: 14px;
}





.tit_list_area_follow {
	background-color: #0a2370;
	padding: 0 20px 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 3px;
}

.tit_list_area_follow.bottom {
	padding: 20px;
}

.tit_list_area_follow h3 {
	font-weight: bold;
	color: #ffff00;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 8px;
}

.tit_list_area_follow h3 span {
	font-size: 44px;
}

.tit_list_area_follow .txt{
	font-size: 15px;
}

.tit_list_area_follow .kome{
	font-size: 13px;
}

#tit_list_area,
#tit_input_area,
#tit_input_area2 {
	margin: 0 0 0;
	padding: 11px 0 8px 0;
	overflow: hidden;
	color: #FFF;
	font-weight: bold;
	background: url(../img/bg_title2.png) no-repeat left center;
}

#tit_list_area h2,
#tit_input_area h2,
#tit_input_area2 h2 {
	float: left;
	font-size: 20px;
	padding-left: 70px;
}

#tit_list_area h2 a,
#tit_input_area h2 a,
#tit_input_area2 h2 a {
	color: #FFF;
	text-decoration: underline;
}

#tit_list_area select,
#tit_input_area select,
#tit_input_area2 select {
	margin-top: 5px;
	float: right;
	margin-right: 15px;
}



#search_area{
	margin: 0 0 15px;
	padding: 15px 20px;
	overflow: hidden;
	background: #FFEBF2;
}

#search_area select{
	margin: 0 5px 20px;
	padding: 8px;
	font-size: 12px;
}

#search_area ul{
	float: left;
}

#search_area li{
	display: inline-block;
	margin: 0 20px 0 5px;
}

#search_area input{
	margin-right: 5px;
	line-height: 1.0;
}

#search_area p{
	float: right;
}




/************************** objects-info */
.box .objects-info {
	width: 100%;
	color: #000;
	background-color: #FFF;
}
.box .objects-info-list {
	width: 100%;
	display: flex;
}
.box .objects-info-list-itemh {
	width: 4%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box .objects-info-list-item {
	vertical-align: top;
	padding: 8px;
}
.box .photo {
	width: 150px;
	cursor: pointer;
}
.box .objects-info-list-item > .flg_group {
	margin-top: 5px;
}
.box .objects-info-list-item > .flg_group li {
	font-size: 13px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #f00;
	color: #fff;
	padding: 5px 10px;
	margin: 0 2px 0 0;
}
.box .objects-info-list-item > .top_txt {
	margin-top: 5px;
}
.box .objects-info-list-item > em {
	display: block;
	margin-bottom: 10px;
	margin-left: 5px;
}
.box .objects-info-list-item span {
	display: block; 
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}
.box .objects-info-list-item.price {
	width: 120px;
	text-align: left;
	cursor: pointer;
}
.box .objects-info-list-item.lastChild {
	cursor: pointer;
}
.box .objects-info-list-item h3 {
	font-size: 18px;
	margin: 0 0 5px;
}
.objects-info-list-item-box {
	display: flex;
}







#btn_area{
	margin: 0 0 15px;
	padding: 15px;
	overflow: hidden;
	background-color: #333333;
}

#btn_area p{
	margin: 7px 10px 0 0;
	padding-left: 40px;
	font-size: 18px;
	float: left;
	color: #FFF;
	background: url(../img/ico02.png) no-repeat left center;
}

#btn_area ul {
	float: left;
}

#btn_area li {
	float: left;
}
#btn_area li:first-child {
	margin: 0 6px 0 0;
}
#btn_area li:last-child {
	margin: 0 10px 0 0;
}

#btn_area .map_back{
	margin: 12px 0 0 0;
	float: right;
}
#btn_area .btn_remove_check{
	display: block;
	margin: 7px 0 0 0;
	padding: 5px 10px;
	border: 1px solid #fff;
	float: right;
	color: #fff;
	text-decoration: none;
}
#btn_area .btn_remove_check:hover{
	background: #fff;
	color: #000;
}




.page_nav{
	overflow: hidden;
	text-align: center;
}
.page_nav li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	margin: 5px;
}
/*
.page_nav li.none{
	background: none;
}
.page_nav li.none a:hover{
	background: none;
	color: #f33e93;
}
*/
.page_nav li span{
	display: block;
	height:30px;
	line-height: 30px;
	min-width: 30px;
	padding: 0 5px;
	background: none repeat scroll 0 0 #FFEBF2;
}
.page_nav li a{
	display: block;
	text-decoration: none;
	height:30px;
	line-height: 30px;
	min-width: 30px;
	padding: 0 5px;
	background: none repeat scroll 0 0 #FFEBF2;
}
.page_nav li a:hover{
	color: #fff;
	background:#f33e93;
}
.page_nav li.active span{
	color: #fff;
	background:#f33e93;
	font-weight: bold;
}

/*
.page_nav p{
	width: 40px;
	float: left;
	font-weight: bold;
	text-align: center;
}

.page_nav ul#left{
	width: 400px;
	margin: 0 50px 0 0;
	float: left;
	text-align: left;
}

.page_nav ul#right{
	width: 400px;
	margin: 0 0 0 50px;
	float: right;
	text-align: right;
}

.page_nav li{
	display: inline;
	margin: 0 0 0 5px;
}
*/








.box .map{
	border: 1px #FFFFFF solid;
	text-align: center;
}


#gmaparea{
	position: relative;
	z-index: 100;
	width: 920px;
	height: 550px;
	background: #ccc;
	position: relative;
}





.box .column{
	overflow: hidden;
	color: #000;
	padding: 20px 27px;
	background-color: #FFF;
}

.box .column01{
	width: 450px;
	float: left;
}
.thing_img{
	width: 450px;
	min-height: 340px;
	/*background: #ccc;*/
	margin-bottom: 10px;
}

.layout_img{
	width: 450px;
	/*background: #ccc;*/
}

.thing_img{
	/*border: 5px #000000 solid;*/
	width: 435px;
	height: 340px;
}
.thing_img img{
	display: block;
	margin: 0 auto;
}

.comment_area{
	margin-top: 20px;
	height: 230px;
	padding-right: 20px;
	overflow: auto;
}

#slide_list{
	padding-bottom: 35px;
}

#slide_list li{
	width: 82px;
	height: 65px;
	margin-right: 6px;
	margin-bottom: 5px;
	float: left;
}
#slide_list li.disable{
	background: #fff;
}
#slide_list li a img{
	height: 63px;
	width: 80px;
}
#slide_list li a{
	border: 1px solid #fff;
	display: block;
}
#slide_list li a:hover,
#slide_list li.active a{
	border: 1px solid #f63893;
}
.box .column02{
	width: 400px;
	float: right;
}
.box .column02 .flg_group{
	margin-top: 5px;
}
.box .column02 .flg_group li{
	font-size: 13px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #f00;
	color: #fff;
	padding: 5px 10px;
	margin: 0 2px 0 0;
}

.box .column02 h3{
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

.box .column02 .price{
	padding: 10px 0;
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
}

.box .column02 .detail{
	margin: 0 0 15px;
	padding: 15px 0;
	border-top: 2px #DDDDDD solid;
	border-bottom: 2px #DDDDDD solid;
}
.box .column02 .detail span{
	/*white-space: nowrap;*/
}

.box .column02 h4{
	padding: 5px 0;
	font-size: 14px;
	color: #061F72;
	font-weight: bold;
}

.box .column02 li{
	margin-bottom: 10px;
}


.link_btn{
	padding: 10px 0;
	text-align: center;
}

.link_btn li{
	margin: 0 18px;
	display: inline;
}

.link_btn li .layout-pc {
	display: inline-block;
}


.gm-style-iw {
	overflow: hidden ! important;
}
.gm-style-iw > div {
	overflow: hidden ! important;
	text-align: left;
	height: auto !important;
}




/* ´µ¤­³ö¤· */
.windowArea{
	margin-bottom: 0px;
	line-height: 1.5em;
}
.windowHeader{
	white-space: nowrap;
	font-weight: bold;
	margin-bottom: 0;
}
.windowHeader strong{
	color:#f00;
}
.windowName{
	white-space: nowrap;
	font-size: 1.1em;
	margin-bottom: 0;
}
.windowAccess{
	white-space: nowrap;
	margin-bottom: 0;
}
.windowLink span{
	white-space: nowrap;
	font-size: 0.7em;
}
.windowLink{
	font-size: 0.9em;
}
.windowLink a{
	text-decoration: underline;
	color: #ff1e93;
}

.windowAttention{
	white-space: nowrap;
	font-size: 0.8em;
}

#gmaparea2{
	position: relative;
	z-index: 100;
	width: 400px;
	height: 360px;
}

#drop{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	background: #fff;
	z-index: 10000;
}

#facility_button li{
	position: relative;
}

li:hover #drop{
	display: block;
}

#drop li{
	background: #0a2370;
	color: #fff;
	line-height: 2em;
	width: 133px;
	text-align: center;
	display: block;
	float: none;
	margin-bottom: 1px;
}
#drop li a{
	display: block;
	height: 100%;
	color: #fff;
}
#drop li:hover{
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
#drop li.on{
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

.btn_09{
	text-align: right;
	margin-bottom: 20px;
}