b{
	font-weight: bold;
}


#container-search {
	background: #eee;
	margin-left: 280px;
	position: relative;
	-moz-transition: margin-left .25s linear;
	-webkit-transition: margin-left .25s linear;
	transition: margin-left .25s linear;
}

@media screen and (max-width: 440px) {
	#container-search {
		margin-left: 0;
	}
}

/*-----------------------------------------*/
/*グローバルメニュー(検索用)*/
/*-----------------------------------------*/
#global-head {
	position: fixed;
	color: #000000;
	width: 100%;
	padding: 10px 30px;
	background: #fff;
	display: -webkit-grid;
	display: -webkit-flex;
	display: -ms-inline-grid;
	display: flex;
	height: 70px;
	border-bottom: solid 1px #ddd;
	z-index: 900;
}

#global-head p.company-name {
	bottom: 0;
	font-size: 16px;
	font-weight: bold;
	padding-top: 34px;
	padding-left: 1em;
  color: #000;
}

#global-head #brand-logo {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

@media screen and (max-width: 440px) {
	#global-head #brand-logo {
		margin-left: 50px;
	}
}

#global-head select {

	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

#global-head .custom {
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	position: relative;
	border-radius: 0.2em;
	background-color: #f1f1f1;
	font-size: 16px;
}

#global-head .custom > select {
	width: 100%;
	padding: 15px;
	line-height: 1em;
}

#global-head .custom:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1.8em;
	display: block;
	content: "";
	pointer-events: none;
}

#global-head .sort {
	position: absolute;
	width: 240px;
	right: 300px;
}

#global-head img.header-logo {
	width: 200px;
	float: left;
	display: block;
	margin-top: 25px;
}

@media screen and (max-width: 440px) {
	#global-head img.header-logo {
		width: 20%;
		float: left;
		display: block;
		top: 12%;
		position: absolute;
	}

	#global-head p.company-name {
		bottom: 0;
		font-size: 12px;
		font-weight: bold;
		padding-top: 34px;
		padding-left: 68px;
		display: none;
	}

	#global-head .sort {
		position: absolute;
		width: 47%;
		left: 50%;
		top: 14px;
	}

}

/*-----------------------------------------*/
/*サイドバー*/
/*-----------------------------------------*/

#sidebar .cd-search input[type="search"] {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #333333;
	color: #b3b3b3;
	border: none;
	border-radius: 5px;
	margin: 13px 0 0 0;
}

#sidebar .cd-search input[type="search"]::-webkit-input-placeholder {
	color: #ffffff;
}

#sidebar .cd-search input[type="search"]::-moz-placeholder {
	color: #ffffff;
}

#sidebar .cd-search input[type="search"]:-moz-placeholder {
	color: #ffffff;
}

#sidebar .cd-search input[type="search"]:-ms-input-placeholder {
	color: #ffffff;
}

#sidebar .cd-search input[type="search"]:focus {
	background: #5db1b0;
	color: #ffffff;
	outline: none;
}

#sidebar .cd-search input[type="search"]:focus::-webkit-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

#sidebar .cd-search input[type="search"]:focus::-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

#sidebar .cd-search input[type="search"]:focus:-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

#sidebar .cd-search input[type="search"]:focus:-ms-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
	#sidebar .cd-search input[type="search"] {
		background-color: #ebebeb;
	}

	#sidebar .cd-search input[type="search"]::-webkit-input-placeholder {
		color: #b3b3b3;
	}

	#sidebar .cd-search input[type="search"]::-moz-placeholder {
		color: #b3b3b3;
	}

	#sidebar .cd-search input[type="search"]:-moz-placeholder {
		color: #b3b3b3;
	}

	#sidebar .cd-search input[type="search"]:-ms-input-placeholder {
		color: #b3b3b3;
	}
}

/* main-visual */
#sidebar {
	padding-top: 0;
	padding-bottom: 230px;
	width: 280px;
	height: 100%;
	position: fixed;
	color: #333;
	background-color: #fff;
	border-right: solid 1px #ddd;
}

#sidebar #side-dummy {
	width: 100%;
	height: 250px;
	background-color: #FFF;
	float: left;
}

#sidebar #global-nav p {
	float: left;
	line-height: 42px;
	text-align: center;
	width: 10%;
}

#sidebar #global-nav a {
	color: #333333;
	background-color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	line-height: 30px;
}

#sidebar #global-nav a:hover {
	color: #5db1b0;
	/*background: #fff;*/
}

@media screen and (max-width: 440px) {
	#sidebar {
		width: 90%;
		left: -768px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		border-right: 0px;
		box-shadow: 0 1px 4px rgba(41, 51, 57, .5);
	}
}

#sidebar .search-side-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 2em;
	margin: 30px 0 10px 0;
	padding: 0 0 0 5%;
	border-left: solid 2px #333333;
	float: left;
	width: 100%;
	background-color: #fafafa;
}

#sidebar .search-side-searchbtn {
	/* display: flex; */
    display: inline-block;
    bottom: 0;
    background-color: #333;
    width: 280px;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    bottom: 81px;
    left: 0px;
    position: fixed;
    margin-top: 60px;
}

@media screen and (max-width: 440px) {
	#sidebar .search-side-searchbtn {
		display: flex;
		display: -webkit-flex;
		background-color: #333333;
		width: 90%;
		padding: 25px 0;
		text-align: center;
		color: #fff;
		float: left;
		margin: 20px 0 0 0;
		bottom: 0px;
		left: 0px;
		position: fixed;
		width: 90%;
		left: -768px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		border-right: 0px;
		box-shadow: 0 1px 4px rgba(41, 51, 57, .5);
	}

	#sidebar {
		width: 90%;
		left: -768px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		border-right: 0px;
		box-shadow: 0 1px 4px rgba(41, 51, 57, .5);
	}

	.close #sidebar .search-side-searchbtn {
		left: 0;
	}
}

#sidebar button[type="submit"] {
	font-size: 23px;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    display: block;
    background: #b8aa80;
    border: 0;
    border-radius: 4px;
    width: 90%;
    color: #FFF;
    /* float: left; */
    cursor: pointer;
}

#sidebar .checkbox04-input {
	display: none;
}

#sidebar .checkbox04-parts {
	width: 90%;
	position: relative;
	padding: 15px 20px 15px 53px;
	transition: .3s;
	color: #444;
	border-radius: 6px;
	background-color: #f1f1f1;
	display: inline-block;
	line-height: 1;
	margin: 4px 5%;
}

#sidebar .checkbox04-input:checked + .checkbox04-parts {
	background: #64CE7C;
	color: #fff;
}

#sidebar .checkbox04-parts::before {
	content: "";
	display: block;
	left: 9px;
	width: 33px;
	height: 17px;
	border-radius: 15px;
	border: 1px solid #aaa;
	background: #fff;
	position: absolute;
}

#sidebar .checkbox04-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 11px;
	width: 13px;
	height: 13px;
	background: #aaa;
	border-radius: 50%;
	transition: .2s;
	display: block;
}

#sidebar .checkbox04-input:checked + .checkbox04-parts::before {
	border: 1px solid #64CE7C;
}

#sidebar .checkbox04-input:checked + .checkbox04-parts::after {
	left: 26px;
	background: #64CE7C;
}

/**/
#sidebar .checkbox04-parts2 {
    width: 46%;
    position: relative;
    padding: 15px 20px 15px 53px;
    transition: .3s;
    float: left;
    color: #444;
    border-radius: 6px;
    background-color: #f1f1f1;
    display: inline-block;
    line-height: 1;
    margin: 4px 2%;
}

#sidebar .checkbox04-input:checked + .checkbox04-parts2 {
	background: #64CE7C;
	color: #fff;
}

#sidebar .checkbox04-parts2::before {
	content: "";
	display: block;
	left: 9px;
	width: 33px;
	height: 17px;
	border-radius: 15px;
	border: 1px solid #aaa;
	background: #fff;
	position: absolute;
}

#sidebar .checkbox04-parts2::after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 11px;
	width: 13px;
	height: 13px;
	background: #aaa;
	border-radius: 50%;
	transition: .2s;
	display: block;
}

#sidebar .checkbox04-input:checked + .checkbox04-parts2::before {
	border: 1px solid #64CE7C;
}

#sidebar .checkbox04-input:checked + .checkbox04-parts2::after {
	left: 26px;
	background: #64CE7C;
}
/**/

#sidebar select {

	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

#sidebar .custom {
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	position: relative;
	border-radius: 0.2em;
	background-color: #f1f1f1;
	font-size: 16px;
}

#sidebar .custom > select {
	width: 100%;
	padding: 15px;
	line-height: 1em;
}

#sidebar .custom:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1.8em;
	display: block;
	content: "";
	pointer-events: none;
}

#sidebar .search-side-content {
	width: 90%;
	margin: 6px 5% 0;
	float: left;
}

#sidebar .search-side-content-sort {
	width: 45%;
	margin: 0;
	float: left;
}

@media screen and (max-width: 440px) {
	#sidebar .cd-search input[type="search"] {
		width: 76%;
		float: right;
		height: 50px;
		padding: 0 20px;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
		background-color: #333333;
		color: #b3b3b3;
		border: none;
		border-radius: 5px;
		margin: 2%;
	}

}

/*-----------------------------------------*/
/*メイン 検索レコード*/
/*-----------------------------------------*/

#main {
	background: #eee;
	padding-top: 100px;
	padding-bottom: 80px;
	height: 100%;
	min-height: 1400px;
	font-size: 14px;
	font-family: sans-serif;
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#main p {
	/*margin-bottom: 1em;*/
	/*ine-height: 1.9;*/
}

#main .inner {
	padding: 0;
}

.paging1 {
	text-align: left;
	border-top: solid 1px #ddd;
	padding: 20px;
	color: #888;
}

#main #bm-time {
	height: 40px;
	line-height: 40px;
}

#main #bm-time .bm {
	float: right;
	margin: 0 20px 0 0;
	font-size: 14px;
	background-image: url("/m/cmn_files/img_rwd/icon-heart-blk.svg");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 14px;
	padding-left: 50px;
}

#main #bm-time .bm a {
	color: #333;
	display: block;
}

#main #bm-time .time {
	float: right;
	margin: 0 20px 0 0;
	font-size: 14px;
	background-image: url("/m/cmn_files/img_rwd/icon-time-blk.svg");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 14px;
	padding-left: 50px;
}

#main #bm-time .time a {
	color: #333;
	display: block;
}
#bm-time {
	width:100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	margin-top: 70px;
}
#bm-time .time a {
	color: #333;
	display: block;
}
#bm-time .home {
	float: right;
	margin: 0 20px 0 0;
	font-size: 14px;
	font-weight: bold;
	background-color: #797979;
    padding: 0px 5px;
    border-radius: 5px;
	/*background-image: url("/m/cmn_files/img_rwd/icon-time-blk.svg");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 14px;
	padding-left: 50px;*/
}
#bm-time .home a {
	color: #FFF;
	display: block;
}

#bm-time .bm {
	float: right;
	margin: 0 20px 0 0;
	font-size: 14px;
	background-image: url("/m/cmn_files/img_rwd/icon-heart-blk.svg");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 14px;
	padding-left: 50px;
}

#bm-time .bm a {
	color: #333;
	display: block;
}

#bm-time .time {
	float: right;
	margin: 0 20px 0 0;
	font-size: 14px;
	background-image: url("/m/cmn_files/img_rwd/icon-time-blk.svg");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 14px;
	padding-left: 50px;
}

#bm-time .time a {
	color: #333;
	display: block;
}

#main #bukkenlist {
	min-width: 980px;
	max-width: 1360px;
	height: 260px;
	padding: 10px;
	margin: 10px 20px 20px 30px;
	background-color: #fff;
	position: relative;
	box-shadow: 0 1px 4px rgba(41, 51, 57, .5);
}

#main #bukkenlist .thum {
	width: 360px;
	float: left;
}

#main #bukkenlist img {
	width: 360px;
	height: 240px;
}

#main #bukkenlist .name {
	width: 100%;
	font-size: 18px;
	line-height: 1.8em;
	float: left;
}

#main #bukkenlist .cate-tag {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	padding: 10px;
	border-radius: 0 0 6px 0;
}

#main #bukkenlist .item {
	max-width: 1020px;
	min-width: 580px;
	margin: 0 20px 0 380px;
	float: left;
	position: absolute;
}

#main #bukkenlist .left {
	float: left;
	font-size: 15px;
	color: #888888;
	line-height: 1.5em;
	width: 33.33333%;
	padding-left: 1%;
	border-right: solid 1px #ddd;
	margin: 20px 0;
}

#main #bukkenlist .right {
	float: left;
	width: 33.33333%;
	padding-left: 1%;
	margin: 20px 0 -10px;
}

#main #bukkenlist .tag {
	width: 100%;
	float: left;
	margin: 8px 0;
}

.bm-response-box{
		display: none;
}

.bm-pc-box{
		display: initial;
}

#main #bukkenlist .bm {
	width: 160px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ea3232;
	background-image: url(/m/cmn_files/img_rwd/icon-heart.svg);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: 10px;
	padding-left: 2em;
	margin: 10px 5px;
	border: solid 1px;
	border-radius: 3px;
	display: block;
}

#main #bukkenlist .bm a {
	color: #ea3232;
	display: block;
}

#main #bukkenlist .contact {
	width: 130px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #2ea7e0;
	background-image: url(/m/cmn_files/img_rwd/icon-contact.svg);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: 10px;
	padding-left: 2em;
	margin: 10px 5px;
	border: solid 1px;
	border-radius: 3px;
	display: block;
}

#main #bukkenlist .contact a {
	color: #2ea7e0;
	display: block;
}

#main #bukkenlist .update {
	font-size: 10px;
	color: #c1c1c1;
	line-height: 1.5em;
	float: right;
	margin: 20px 0;
}

#main #bukkenlist .syosai {
	width: 130px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #333333;
	margin: 10px 5px;
	border: solid 1px;
	border-radius: 3px;
	display: block;
	text-align: center;
}

#main #bukkenlist .syosai a {
	color: #333333;
	display: block;
}

#main #bukkenlist .osusume {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 1px;
	display: block;
	width: auto;
	text-align: center;
	float: left;
	background-color: #3ed06a;
}

#main #bukkenlist .genchi {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 1px;
	display: block;
	width: auto;
	text-align: center;
	float: left;
	background-color: #774a96;
}

#main #bukkenlist .openhouse {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 1px;
	display: block;
	width: auto;
	text-align: center;
	float: left;
	background-color: #7b93f9;
}

#main #bukkenlist .replice {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 1px;
	display: block;
	width: auto;
	text-align: center;
	float: left;
	background-color: #C7BA8C;
}

#main #bukkenlist .syoudan {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 1px;
	display: block;
	width: auto;
	text-align: center;
	float: left;
	background-color: #ff6d6d;
}

#main #bukkenlist .seiyaku {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 1px;
	display: block;
	width: auto;
	text-align: center;
	float: left;
	background-color: #ea3232;
}

#main #bukkenlist .movie {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 1px;
	display: block;
	width: auto;
	text-align: center;
	float: left;
	background-color: #ea3232;
}

#main #bukkenlist .panorama {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 1px;
	display: block;
	width: auto;
	text-align: center;
	float: left;
	background-color: #4dec69;
}

#main .address {
	width: 100%;
	font-size: 14px;
	color: #888888;
	line-height: 1.5em;
	padding-left: 20px;
	float: left;
	background-image: url("/m/cmn_files/img_rwd/icon-list-map.svg");
	background-repeat: no-repeat;
}

#main #bukkenlist .price {
	font-size: 24px;
	color: #ea3232;
}

#main #bukkenlist .by {
	font-size: 12px;
	line-height: 2.5em;
	color: #888888;
	width: 100%;
}

#main .paging {
	max-width: 1430px;
	width: 48%;
	height: 50px;
	text-align: center;
}

#main ul.paging_link {
	border-top: 0;
	width: 711px;
	margin: auto;
}

#main ul.paging_link li {
	float: left;
	width: 50px;
	padding: 10px;
	font-size: 14px;
	color: #989898;
	border-left: solid 1px #ddd;
	text-align: center;
}

#main li.cur {
	background: #333;
	border-radius: 3px;
	color: #fff !important;
}

#main ul.paging_link li a {
	text-decoration: none;
	color: #989898;
}

#main li.first_link {
	border-radius: 6px 0 0 6px;
}

#main li.last_link {
	border-radius: 0 6px 6px 0;
	border-right: solid 1px #ddd;
}

#main .ribbon13-2 {
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 10px;
	margin: 0;
	padding: 10px 0 7px;
	z-index: 2;
	width: 40px;
	text-align: center;
	color: white;
	font-size: 13px;
	background: #ff0000;
	border-radius: 2px 0 0 0;
}

#main .ribbon13-2:before {
	position: absolute;
	content: '';
	top: 0;
	border: none;
}

#main .ribbon13-2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #ff0000;
}

@media screen and (max-width: 440px) {
	#main {
		background-color: #ffffff;
		padding-top: 130px;
		padding-bottom: 20px;
	}

	.paging1 {
    text-align: center;
    border-top: solid 1px #ddd;
    padding: 20px;
    color: #888;
}

	#main #bukkenlist {
		max-width: 100%;
		min-width: 100%;
		height: 500px;
		padding: 10px 0;
		margin: 0;
		box-shadow: none;
		border-top: solid 1px #ddd;
	}

	#main #bukkenlist .thum {
		width: 100%;
		height: auto;
		float: left;
	}

	#main #bukkenlist .item {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin: 210px 0px;
		float: left;
		position: absolute;
	}

	#main #bukkenlist .cate-tag {
		position: absolute;
	}

	#main #bukkenlist img {
		width: auto;
		height: 200px;
		object-fit: cover;
	}

	#main #bukkenlist .name {
		font-size: 4vw;
		font-weight: bold;
		line-height: 1.5em;
		float: left;
		color: #333333;
		margin: 2%;
		width: 96%;
	}

	#main #bukkenlist .address {
		width: 96%;
		margin: 0 2%;
		font-size: 4vw;
		color: #888888;
		line-height: 1.5em;
		padding-left: 20px;
		float: left;
		background-image: url(/m/cmn_files/img_rwd/icon-list-map.svg);
		background-repeat: no-repeat;
	}

	#main #bukkenlist .left {
		display: none;
	}

	#main #bukkenlist .right {
		float: left;
		text-align: right;
		width: 96%;
		padding-left: 1%;
		margin: 0 2%;
	}

	#main #bukkenlist .by {
		font-size: 12px;
		line-height: 2.5em;
		color: #888888;
		width: 100%;
	}

	#main #bukkenlist .tag {
		width: 93%;
		float: left;
		margin: 0 2% 15px;
	}

	#main #bukkenlist .update {
		font-size: 10px;
		color: #c1c1c1;
		line-height: 1.5em;
		float: right;
		margin: 10px;
	}

	#main #bm-time {
		width: 100%;
		height: 60px;
		line-height: 40px;
		position: fixed;
	}

	#main #bm-time .bm {
		float: left;
		width: 50%;
		margin: 0;
		font-size: 12px;
		line-height: 60px;
		text-align: center;
		background-color: #333;
		color: #fff;
		background-image: url("/m/cmn_files/img_rwd/icon-heart-wht.svg");
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: 20px;
		padding-left: 20px;
	}

	#main #bm-time .bm a {
		color: #fff;
		display: block;
	}

	#main #bm-time .time {
		float: left;
		margin: 0;
		font-size: 12px;
		line-height: 60px;
		width: 50%;
		text-align: center;
		background-color: #333;
		color: #fff;
		background-image: url("/m/cmn_files/img_rwd/icon-time-wht.svg");
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: 20px;
		padding-left: 20px;
	}

	#main #bm-time .time a {
		color: #fff;
		display: block;
	}
#bm-time {
		width: 100%;
		height: 60px;
		line-height: 40px;
		z-index: 900;
		position: fixed;
	}

#bm-time .bm {
		float: left;
		width: 33.333%;
		margin: 0;
		font-size: 12px;
		line-height: 60px;
		text-align: center;
		background-color: #333;
		color: #fff;
		background-image: url("/m/cmn_files/img_rwd/icon-heart-wht.svg");
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: 20px;
		padding-left: 20px;
	}

#bm-time .bm a {
		color: #fff;
		display: block;
	}

#bm-time .time {
		float: left;
		margin: 0;
		font-size: 12px;
		line-height: 60px;
		width: 33.333%;
		text-align: center;
		background-color: #333;
		color: #fff;
		background-image: url("/m/cmn_files/img_rwd/icon-time-wht.svg");
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: 20px;
		padding-left: 20px;
	}

#bm-time .time a {
		color: #fff;
		display: block;
	}
	#bm-time .home {
		float: left;
		margin: 0;
		font-size: 12px;
		line-height: 60px;
		width: 33.333%;
		text-align: center;
		background-color: #b8aa80;
		color: #fff;
		background-image: none;
		border-radius: 0px;
		/*background-repeat: no-repeat;
		background-size: 24px;
		background-position: 20px;
		padding-left: 20px; */
	}

#bm-time .home a {
		color: #fff;
		display: block;
	}



	.bm-response-box{
		/*	display: inherit;
			font-size: 14px;*/
			width: 115px;
			line-height: 48px;
			float: left;
			color: #ea3232;
			background-repeat: no-repeat;
			background-size: 2em;
		/*	background-position: center;*/
			margin: 0;
			border: solid 1px;
			border-radius: 3px 0 0 3px;
			border-color: #333;
			display: block;
			border-right: 0px;
			/*padding-left: 0;*/
			text-align: center;;
	}

.bm-response-img{
	width: 25% !important;
	text-align: center;
	height: 25px !important;
	margin: 1px 1px -7px 1px;
	object-fit: fill !important;
}

	.bm-pc-box{
		display: none;
	}

	#main #bukkenlist .bm {
		width: 30%;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		float: left;
		color: #ea3232;
		background-image: url(/m/cmn_files/img_rwd/icon-heart.svg);
		background-repeat: no-repeat;
		background-size: 2em;
		background-position: center;
		text-indent: -9999px;
		margin: 0;
		border: solid 1px;
		border-radius: 3px 0 0 3px;
		border-color: #333;
		display: block;
		border-right: 0px;
		padding-left: 0;
	}

	#main #bukkenlist .bm a {
		color: #ea3232;
	}

	#main #bukkenlist .contact {
		width: 30%;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		float: left;
		color: #2ea7e0;
		background-image: url(/m/cmn_files/img_rwd/icon-contact.svg);
		background-repeat: no-repeat;
		background-size: 2em;
		background-position: center;
		text-indent: -9999px;
		margin: 0;
		border: solid 1px;
		border-color: #333;
		border-radius: 0px;
		display: block;
		padding-left: 0;
	}

	#main #bukkenlist .contact a {
		color: #2ea7e0;
	}

	#main #bukkenlist .syosai {
		width: 30%;
		height: 50px;
		line-height: 50px;
		float: left;
		color: #ffffff;
		margin: 0;
		border: solid 1px;
		border-radius: 0 3px 3px 0;
		border-left: 0px;
		border-color: #333;
		background-color: #333333;
		display: block;
		text-align: center;
	}

	#main #bukkenlist .syosai a {
		color: #ffffff;
		display: block;
	}

	#main #bukkenlist .btn {
		margin: 5%;
		width: 95%;
	}

	#main .paging {
		max-width: 1430px;
		width: 100%;
		height: 50px;
		margin: 0px;
	}

	#main ul.paging_link {
		border-top: 0;
		width: 100%;
		margin: auto;
	}

	#main ul.paging_link li {
		float: left;
		width: 10%;
		line-height: 50px;
		height: 50px;
		padding: 0;
		font-size: 12px;
		color: #989898;
		border-left: solid 0px #ddd;
		text-align: center;
	}

	#main li.cur {
		border-radius: 0px;
	}

	#main ul.paging_link li a {
		text-decoration: none;
		color: #989898;
	}

	#main li.first_link {
		border-radius: none;
		border-left: 0px;
	}

	#main li.last_link {
		border-radius: 0px;
		border-right: 0px;
	}

}

#main #bukkenlist .login-right {
	width: 130px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ff0000;
	margin: 10px 5px;
	border: solid 1px;
	border-radius: 3px;
	display: block;
	text-align: center;
}

#main #bukkenlist .login-right a {
	color: #ff0000;
	display: block;
}

#main #bukkenlist .login-left {
	width: 130px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ff0000;
	margin: 10px 5px;
	border: solid 1px;
	border-radius: 3px;
	display: block;
	text-align: center;
}

#main #bukkenlist .login-left a {
	color: #ff0000;
	display: block;
}

@media screen and (max-width: 440px) {
	#main #bukkenlist .login-right {
		width: 45%;
		height: 50px;
		line-height: 50px;
		float: left;
		color: #ffffff;
		margin: 0;
		border: solid 1px;
		border-radius: 0 3px 3px 0;
		border-left: 0px;
		background: #ea3232;
		border: #ff6d6d solid 1px;
		display: block;
		text-align: center;
	}

	#main #bukkenlist .login-right a {
		color: #ffffff;
		display: block;
	}

	#main #bukkenlist .login-left {
		width: 45%;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #ffffff;
    margin: 0;
    border: solid 1px;
    border-radius: 3px 0px 0px 3px;
    background: #02007b;
    border: #5a57ff solid 1px;
    display: block;
    text-align: center;
	}

	#main #bukkenlist .login-left a {
		color: #ffffff;
		display: block;
	}
}

#nav-toggle {
	background-image: url(/m/cmn_files/img_rwd/icon-sort.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	background-color: #ffffff;
	height: 70px;
	padding: 20px 10px 10px 10px;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	position: fixed;
	cursor: pointer;
}

#nav-toggle > div {
	position: relative;
	width: 40px;
	font-size: 10px;
	padding-top: 34px;
}

/* close */
.close #container {
	margin-left: 0;
}

.close #brand-logo {
	margin-left: 50px;
}

.close #nav-toggle span {
	background: #333333;
}

#overlay {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 440px) {
	#nav-toggle {
		z-index: 1000;
	}

	#sidebar {
		width: 90%;
		left: -768px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		border-right: 0px;
		box-shadow: 0 1px 4px rgba(41, 51, 57, .5);
	}

	#sidebar {
		width: 90%;
		left: -768px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		border-right: 0px;
		box-shadow: 0 1px 4px rgba(41, 51, 57, .5);
	}

	.close #sidebar {
		left: 0;
	}
}

#gloval-nav .search-side-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 2em;
	margin: 30px 0 10px 0;
	padding: 0 0 0 5%;
	border-left: solid 2px #333333;
	float: left;
	width: 100%;
	background-color: #fafafa;
}

#gloval-nav .search-side-searchbtn {
	display: flex;
	display: -webkit-flex;
	bottom: 0;
	background-color: #333;
	width: 280px;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	bottom: 81px;
	position: fixed;
}

@media screen and (max-width: 440px) {
	#gloval-nav .search-side-searchbtn {
		display: flex;
		display: -webkit-flex;
		background-color: #333333;
		width: 90%;
		padding: 25px 0;
		text-align: center;
		color: #fff;
		float: left;
		margin: 20px 0 0 0;
		bottom: 0px;
		left: 0px;
		position: fixed;
	}

	#gloval-nav input[type="submit"] {
		font-size: 23px;
		margin: 0px 13px;
		padding: 20px 0;
		text-align: center;
		display: block;
		background: #5db1b0;
		border: 0;
		border-radius: 4px;
		width: 100%;
		color: #FFF;
		float: left;
	}

	#gloval-nav .checkbox04-input {
		display: none;
	}

	#gloval-nav .checkbox04-parts {
		width: 90%;
		position: relative;
		padding: 15px 20px 15px 53px;
		transition: .3s;
		color: #444;
		border-radius: 6px;
		background-color: #f1f1f1;
		display: inline-block;
		line-height: 1;
		margin: 4px 5%;
	}

	#gloval-nav .checkbox04-input:checked + .checkbox04-parts {
		background: #64CE7C;
		color: #fff;
	}

	#gloval-nav .checkbox04-parts::before {
		content: "";
		display: block;
		left: 9px;
		width: 33px;
		height: 17px;
		border-radius: 15px;
		border: 1px solid #aaa;
		background: #fff;
		position: absolute;
	}

	#gloval-nav .checkbox04-parts::after {
		content: "";
		display: block;
		position: absolute;
		top: 17px;
		left: 11px;
		width: 13px;
		height: 13px;
		background: #aaa;
		border-radius: 50%;
		transition: .2s;
		display: block;
	}

	#gloval-nav .checkbox04-input:checked + .checkbox04-parts::before {
		border: 1px solid #64CE7C;
	}

	#gloval-nav .checkbox04-input:checked + .checkbox04-parts::after {
		left: 26px;
		background: #64CE7C;
	}

	#gloval-nav select {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 0;
		border: 0;
		margin: 0;
		padding: 0;
		background: none transparent;
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		box-sizing: content-box;
	}

	#gloval-nav .custom {
		*display: inline;
		*zoom: 1;
		overflow: hidden;
		position: relative;
		border-radius: 0.2em;
		background-color: #f1f1f1;
		font-size: 16px;
	}

	#gloval-nav .custom > select {
		width: 100%;
		padding: 15px;
		line-height: 1em;
	}

	#gloval-nav .custom:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 1.8em;
		display: block;
		content: "";
		pointer-events: none;
	}

	#gloval-nav .default .custom > select {
		width: auto;
	}

	#gloval-nav .overflow .custom {
		overflow: visible;
	}

	#gloval-nav .overflow .custom select {
		outline: 2px dotted rgba(255, 255, 0, 0.5);
	}

	#gloval-nav .search-side-content {
		width: 90%;
		margin: 6px 5% 0;
		float: left;
	}

	#gloval-nav .search-side-content-sort {
		width: 45%;
		margin: 0;
		float: left;
	}

}
