.page-visual .visual-img {
	background: url(../img/page-visual-1.jpg) no-repeat center center;
	background-size: cover;

}

.page-header {
	margin-top: 0;
	padding-top: 6px;
}

.service-intro, .service-content, .ending-content {
	/*	margin-left: 10%;
		margin-right: 10%;
	*/
	position: relative;

	margin-left: auto;
	margin-right: auto;
	/*width: 1400px;*/
}

@charset "utf-8";
/* CSS Document */
.container {
	height: inherit !important;
	background-repeat: repeat-y !important;
}

.ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main_contents {
	height: inherit !important;
	padding: 32px 0;
}

#stock_box {
}

#stock-list-area {
	/*background-image: url('../img/map2.jpg');*/
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-color-1 {
	background-color: #FCB28F;
}

.top-decoration-1 {
	background: repeating-linear-gradient(
			45deg,
			#ffffff,
			#ffffff 10px,
			#ffd2b7 10px,
			#ffd2b7 20px
	);
}

.content-color {
	/* 各ページのコンテンツ色 */
	background: #ceceaa;
}

/* 在庫リスト */
.pad-8 {
	padding-left: 8px;
	padding-right: 8px;
}

.stock-info {
}

.form-wrap {
	text-align: center;
}

.form-wrap select {
	max-width: 200px;
	margin: 0 auto;
}

.paging-wrap {
	max-width: 500px;
	margin: 16px auto;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}

.paging-wrap a {
	color: #666;
}

.paging-wrap .prev {
	text-align: right;
	font-size: 50px;
}

.paging-wrap .next {
	text-align: left;
	font-size: 50px;
}

.paging-wrap .total {
	text-align: center;
	font-size: 18px;
	color: #222;
	padding-top: 24px;
}

.stock-list {
	padding: 0;
	list-style: none;
}

.stock-list li {
	margin-bottom: 16px;
}

.stock-list a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.stock-list .stock-wrap {
	overflow: hidden;
}

.stock-list .stock-img {
	position: relative;
	overflow: hidden;
}

.stock-list .stock-img img {
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.stock-list .stock-txt {
	/* position: absolute; */
	/* left: 0; */
	/* bottom: 0; */
	height: auto;
	width: 100%;
	padding: 16px;
	color: #fff;
	background-color: #999;
	/*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);*/
	/* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); */
	/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.stock-list .stock-txt .name {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	line-height: 1.5;
}

.stock-list .stock-txt .grade {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.stock-list .stock-txt p {
	margin: 0;
	line-height: 1.5;
}

.stock-list .stock-txt .year {
	font-size: 14px;
	line-height: 1.5;
}

.stock-list .stock-txt .distance {
	line-height: 1.5;
}

.stock-list .stock-txt .price {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.mark {
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 30px solid transparent;
	border-right: 30px solid transparent;
}

.mark-new {
	border-left: 30px solid #C00;
}

.mark-renew {
	border-left: 30px solid #06C;
}

.mark-txt {
	position: absolute;
	left: 3px;
	top: 0;
	color: #00;
	font-weight: bold;
	font-size: 15px;
}

/* 詳細ページ */

.stock-dtl-wrap {
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.back-btn {
	text-align: left;
}

.back-btn a {
	display: inline-block;
	background-color: #999;
	color: #fff;
	padding: 16px;
	border-radius: 5px;
	font-size: 12px;
}

.back-btn a i {
	padding-right: 8px;
}

.cnt-btn {
	text-align: right;
}

.cnt-btn a {
	display: inline-block;
	background-color: #C30;
	padding: 16px;
	color: #FFF;
	border-radius: 5px;
	font-size: 12px;
}

.stock-dtl-wrap .name-grade {
	margin: 24px 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #999;
	font-size: 28px;
	font-weight: bold;
}

.stock-dtl-wrap .price {
	margin: 24px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 25px;
}

.st-img-wrap {
	background: #333;
	margin: 24px auto 0;
}

.st-img-wrap .main-img {
	max-width: 640px;
	margin: 0 auto;
}

.st-img-wrap .main-img img {
	width: 100%;
}

.st-img-wrap .thumb-list {
	max-width: 640px;
	margin: 0 auto;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.st-img-wrap .thumb-list li {
	float: left;
	width: 10%;
}

.st-img-wrap .thumb-list li img {
	width: 100%;
	cursor: pointer;
}

.st-img-wrap .thumb-list li img:hover {
	opacity: 0.8;
}

.st-content-ttl {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #727272;
	margin: 48px 0 0;
	padding-bottom: 8px;
	color: #000;
}

.stock-table {
	margin: 16px 0 0;
	width: 100%;
}

.stock-table tbody {
}

.stock-table tbody tr {
}

.stock-table tbody tr th {
	font-weight: bold;
	padding: 8px;
	border-bottom: dotted 1px #727272;
}

.stock-table tbody tr td {
	padding: 8px;
	border-bottom: dotted 1px #727272;
}

.stock-table tbody tr td .fa {
	font-size: 20px;
}

.st-box {
	padding: 16px;
}

.st-comment {
	line-height: 1.8em;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

.st-bg-color {
	background-color: #fff;
}

.mark {
	background: none;
	padding: 0;
}

.point-font02 {
	font-family: 'Bevan', cursive;
}

#bnr-area {
	margin: 0 0 20px 0;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #034058;
	color: #fff;
}

#bnr-area .txt {
	padding: 0 0 0 0px;
}

#bnr-area .bnr {
	max-width: 100%;
	height: auto;
}

#bnr-area .bnr:hover {
	opacity: .8;
}

@media (max-width: 639px) {
	#bnr-area {
		margin: 0 15px 15px 15px;
	}

	#bnr-area .txt {
		margin: 0 0 15px 0;
		padding: 0;
		text-align: center;
	}
}


/* 総額表示レイアウト調整　20230731 */

.list_price_separate{
	font-size: 6px;
    margin: 0;
    line-height: 1;
    letter-spacing: -1px;
    padding: 5px 5px 0 5px;
    line-height: 1.3;
}
.price_additional_desc{
	font-size: 6px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -1px;
    text-align: left;
    padding: 5px;
    padding: 5px;
}
.price-color{
	color: #fff!important;
}

@media (max-width: 768px) {
	.mt-2 .stock-list .col-xs-6 {
		width: 100%;
	}
	.list_price_separate{
		text-align: left;
		font-size: 14px !important;
	}
	.price_additional_desc{
		text-align: left;
		font-size: 14px !important;
	}
}