@charset "UTF-8";

/* ----------------------------------------------------------
section
---------------------------------------------------------- */
.sec-info-01 {
	padding: 33px 0 40px;
	background-color: #ededed;
}
	.sec-info-01-in {
		width: 988px;
		margin: 0 auto;
	}
		.sec-info-01 .btn-info-01 {
			display: block;
			width: 143px;
			margin: 0 auto;
		}
@media screen and (max-width: 768px){
.sec-info-01 {
	margin: 0;
	padding: 15px 15px 20px;
	background-color: #ededed;
}
	.sec-info-01-in {
		width: 100%;
		margin: 15px 0 20px;
	}
		.sec-info-01 .btn-info-01 {
			overflow: hidden;
			width: 108px;
		}
			.sec-info-01 .btn-info-01 .img {
				float: left;
				width: 108px;
			}
				.sec-info-01 .btn-info-01 .img img {
					width: 108px;
				}
}
/* ----------------------------------------------------------
hero-01
---------------------------------------------------------- */
.hero-01 {
	display: none;
}
@media screen and (max-width: 768px){
.hero-01 {
	display: block;
	padding: 15px 20px;
	background-color: #a03049;
}
	.hero-01 .box-select {
		width: 100%;
	}
		.hero-01 .box-select select {
			width: 100%;
			height: 35px;
			padding: 0 7px;
			background: #fff url(../../img/ico_select_01_pc.png) right center / 25px 17px no-repeat;
		}
}
/* ----------------------------------------------------------
 search-result
---------------------------------------------------------- */
.txt-search-result {
	position: relative;
	z-index: 1;
	margin: 0 5px 30px 5px;
	color: #555;
	font-size: 22px;
	text-align: left;
}
.txt-search-result::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	margin-top: 17px;
	content:'';
	display: inline-block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #999;
}
	.txt-search-result > .line {
		padding: 0 16px 0 0;
	}
		.txt-search-result > .line .num {
			display: inline-block;
			font-weight: bold;
			padding-right: 5px;
		}
	.txt-search-result > .line.s-bg-grey-01 {
		background-color: #ededed;
	}
	.txt-search-result > .line.s-bg-grey-02 {
		background-color: #ededed;
	}
.area-search-result {
	position: relative;
}
.list-display-01 {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	margin-top: -16px;
	background-color: #ededed;
}
	.list-display-01 li {
		display: inline-block;
	}
	.list-display-01 li:first-child,
	.list-display-01 li + li {
		margin-left: 10px;
	}
		.list-display-01 li a {
			display: block;
			padding: 5px 20px;
			background-color: #000;
			color: #fff;
			border-radius: 20px;
		}
		.list-display-01 li a:hover {
			text-decoration: none;
		}
		.list-display-01 li.is-current a {
			background-color: #a03049;
		}
/* ----------------------------------------------------------
sec-detail
---------------------------------------------------------- */
.sec-detail {
	margin-top: 60px;
}
.sec-detail.noImage{
	margin-top: 0;
}

@media screen and (max-width: 768px){
	.sec-detail {
		margin-top: 90px;
	}
}
	.sec-detail .list-data {
		width: 988px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
		.sec-detail .list-data li {
			display: block;
			width: 50%;
			padding: 10px;
			background-color: #fff;
			border-bottom: 1px solid #bbb;
		}
		.sec-detail .list-data li.right {
			border-left: 1px solid #bbb;
		}
		.sec-detail .list-data li.s-wide {
			border-left: none;
		}
		.sec-detail .list-data li.s-wide {
			width: 100%;
		}
			.sec-detail .list-data li .ttl {
				display: table-cell;
				width: 110px;
				padding: 0 10px;
				font-weight: bold;
				color: #666;
			}
			.sec-detail .list-data li .txt {
				display: table-cell;
				overflow: hidden;
			}

.area-document-btn {
	margin-top: 30px;
}
	.area-document-btn li {
		overflow: hidden;
	}
		.area-document-btn .prev a,
		.area-document-btn .next a {
			display: inline-block;
			width: 144px;
			height: 30px;
			background-color: #000;
			padding: 4px 20px;
			border-radius: 20px;
			text-align: center;
			font-size: 14px;
			border: 1px solid #000;
		}
	.area-document-btn .prev {
		display: table-cell;
		float: left;
	}
	.area-document-btn .next {
		display: table-cell;
		float: right;
	}
	.area-document-btn .back {
		text-align: center;
	}
		.area-document-btn .back a {
			display: inline-block;
			width: 144px;
			height: 30px;
			background-color: #999;
			padding: 4px 20px;
			border-radius: 20px;
			text-align: center;
			font-size: 14px;
			border: 1px solid #999;
		}
			.area-document-btn li a {
				color: #fff;
			}
			.area-document-btn li a:hover {
				background-color: #a03049;
				border: 1px solid #fff;
				transition: all 0.2s linear;
				text-decoration: none;
			}
	
	.area-document-btn .no-disp {
		opacity: 0;
	}
		.area-document-btn .no-disp a {
			pointer-events: none;
		}
	
	
	
	
@media screen and (max-width: 768px){
.sec-detail .list-data {
	width: 100%;
}
	.sec-detail .list-data li {
		float: none;
		width: 100%;
		padding: 9px 15px;
		background-color: #fff;
		font-size: 11px;
	}
	.sec-detail .list-data li ,
	.sec-detail .list-data li.right{
		border-left: none;
	}
	.sec-detail .list-data li.s-wide {
		padding-right: 15px;
	}
		.area-document-btn .prev a,
		.area-document-btn .next a,
		.area-document-btn .back a  {
			display: inline-block;
			width: 105px;
			height: 25px;
			padding: 2px 0;
			border-radius: 20px;
			font-size: 12px;
		}
.txt-tac-sp {
	display: inline-block;
	width: 2em;
	text-align: center;
}
}

/* ----------------------------------------------------------
 slider custom
---------------------------------------------------------- */
.bx-wrapper {
	margin: 0 auto;
}
.pager-box{
	width: 100%;
}
.bx-pager {
	text-align: center;
	background-color: #a03049;
	position: absolute;
	margin: 0;
	padding: 6px 0;
	left: 0;
	right: 0;
}
	.bx-pager a {
		display: inline-block;
		width: 104px;
		height: 104px;
		background-color: #000;
		border: 2px solid #a03049;
	}
	.bx-pager .contain {
		display: inline-block;
		background-color: #000;
		background-position: center center;
		background-repeat: no-repeat;
		width: 100px;
		height: 100px;
		background-size: contain;
	}
	.bx-pager a.active {
		border: 2px solid #fff;
	}
.area-slider {
	position: relative;
}
	.area-slider .list-zoom-01 {
		position: absolute;
		top: 0;
		right: 230px;
	}
.list-slider-01 {
	overflow: hidden;
}
.mod-slider {
	width: 900px;
}
@media screen and (max-width: 768px){
.bx-pager {
	padding: 18px 0;
}
	.bx-pager a {
		width: 65px;
		height: 65px;
		border: 2px solid #a03049;
	}
	.bx-pager .contain {
		width: 60px;
		height: 60px;
	}
}
.viewer {
	width: 100%;
	height: 700px;
	position: relative;
	margin: 0 auto;
}
.mod-detail .bx-wrapper .bx-viewport{
  border: none !important;
}
.mod-viewer-wrap{
  padding: 5px;
}
.mod-detail .bx-wrapper img{
  margin: 0 !important;
}
	.viewer img {
		width: auto;
		height: auto;
	}
.mod-slider {
	width: 100%;
	margin: 0 auto;
}
