@charset "shift_jis";
/* CSS Document */

/*---------------------
基本
---------------------*/
* {margin:0;padding:0;}

p {
	color: #222;
}
.br-smp {
	display: none;
}
.closs-pc {
	display: inline-block;
	margin: 0 10px;
}
.text-mar {
	margin-right: 2px;
}

#cleaner_mtx {
    width: 100%;
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 3%;
    box-sizing: border-box;
    border: 3px solid #47a2d3;
}

/* ================================
   大見出し ここから
===================================*/

.content-title {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #47a2d3;
    color: #FFF;
}

.content-title .logo {
	width: 170px;
	transform: translateY(5px);
}

.content-title h1 {
	font-size: 1.7rem;
	padding: 0.3em;
}

/* ================================
   大見出し ここまで
===================================*/

/* ================================
   チェックリスト ここから
===================================*/

/* チェックリスト切り替え */
#cleaner_mtx .item {
	width: 50%;
	display: block;
}
#cleaner_mtx .item.is-hide {
	display: none;
}

.search-box_label {
	/* font-weight: bold; */
}
.is-hide {
	display: none;
}
  
.list{
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
  
.list_item{
	width: 250px;
	margin-bottom: 1em;
	margin-right: 1em;
	padding: 15px;
	background: #ddd;
}

.search-form {
	width: 100%;
	margin-bottom: 2%;
}
.search-content {
	border: 1px solid #bfbfbf;
	border-bottom: none;
	box-sizing: border-box;
}
.search-box__wrap{
	width: 78%;
    display: flex;
    flex-wrap: wrap;
	padding: 1.5% 0;
	padding-left: 2%;
	background-color: #fbfbfb;
}
.search_cal {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #bfbfbf;
}
.search-title {
	width: 20%;
	font-size: 1rem;
    box-sizing: border-box;
    /* padding-left: 2%; */
    /* padding-top: 1.2%; */
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #bfbfbf;
}

.search-box,
.search-box2{
	width: 50%;
	display: flex;
	align-items: center;
	line-height: 1;

	input[type="checkbox"],
	input[type="radio"]{
		inline-size: 1.2rem;
		block-size: 1.2rem;
		&:checked + label{
		}
	}
	label{
		margin-left: 1.5%;
		font-size: 1rem;

		&:hover{
			cursor: pointer;
		}
	}
}
.disnone {
	width: 100%;
    height: 100%;
	font-size: 1rem;
}

/* ================================
   チェックリスト ここまで
===================================*/
	
/* スライダー部分 */
.swiper-container_cl {
	box-sizing: border-box;
	/* font-size: 12px; */
	letter-spacing: 1.2px;
    margin-left: 115px;
	overflow-x: scroll;
	background-color: #FFF;
	height: auto;
	padding-bottom: 0;
}
.swiper-container_cl::-webkit-scrollbar{
	display: none;
}
.slidefilter-list {
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}
.tab_content .slidefilter-list {
	position: relative;
}
/* 枚数表示 */
.pagination_cl {
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
	/* 固定バー */
    width: 110px;
}
.pagination_cl__num {
	font-size: 1.5rem;
}
.pagination_cl__tit {
	font-size: 1rem;
}
/* 固定サイドバー */
.tab_content .hyo_title {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	width: 115px;
	z-index: 10;
}
.tab_content .hyo_title ul {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}
.tab_content .hyo_title li, .iteminfo p {
	position: relative;
}
.tab_content .hyo_title li {
	list-style-type: none;
	text-align: center;
}

/* ================================
  サムネ＋詳細はこちら ここから
===================================*/
.tab_content .iteminfo p, 
.tab_content .hyo_title li {
	border-bottom: 1px solid#c3b6a8;
	font-size: 0.8rem;
	margin: 0;
	letter-spacing: 0rem;
}
.tab_content .iteminfo p{
	background-color: #FFF;
}
	
.tab_content .hyo_title li span, 
.tab_content .iteminfo p .line {
    font-size: 1rem;
}

.tab_content .iteminfo {
	text-align: center;
	border-right: 1px solid #c3b6a8;
}

/* サムネイル */
.tab_content .iteminfo .photo {
	height: 170px;
}
.tab_content .iteminfo .photo a {
	width: 100%;
	display: block;
	/* background-color: #000;
    outline: solid 5px #fff;
    outline-offset: -1px; */
	margin-bottom: 10px;
}
.tab_content .iteminfo .photo img {
	width: 100%;
	opacity: .98;
	/* margin-bottom: 10px; */
}
.tab_content .iteminfo .photo.min img {
	width: 68px;
	margin-bottom: 3px;
	margin-top: 6%;
}

/* 詳細はこちらボタン */
.tab_content .iteminfo .photo .item-button {
	display: block;
    background-color: #222;
    color: #Fff;
	font-size: .9rem;
    border-radius: 100px;
    text-decoration: none;
    width: 80%;
	padding: .3em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
}
.tab_content .iteminfo .photo .item-button:hover {
	color: #FFF !important;
}

/* ================================
  サムネ＋詳細はこちら ここまで
===================================*/
	
/* 表の色指定 */
.tab_content .hyo_title li:nth-of-type(1){
	border-bottom: 1px solid#bfbfbf;
}
/* .tab_content .hyo_title li:nth-of-type(2) {
	border-top: 1px solid #bfbfbf;
} */
.tab_content .iteminfo p, 
.tab_content .hyo_title li {
	border-bottom: 1px solid#bfbfbf;
}
.tab_content .iteminfo > .star {
	border-bottom: 1px solid#bfbfbf;
}
.tab_content .hyo_title {
	border-right: 1px solid#bfbfbf;
}
	
/* ================================
  表の高さ指定 ここから
===================================*/

/* 要素1 */
.tab_content .hyo_title li:nth-of-type(1) {
	/* border: none; */
}
.tab_content .iteminfo p, .tab_content .hyo_title li {
	height: 30px;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1rem;
}
.tab_content .iteminfo p, .tab_content .hyo_title li span {
	font-size: .9rem;
    letter-spacing: .5px;
}
.tab_content .iteminfo p:nth-of-type(1), .tab_content .hyo_title li:nth-of-type(1) {
    height: auto;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-top: 0;
	justify-content: start;
}	 

/* 要素8 */
.tab_content .iteminfo p:nth-of-type(8), .tab_content .hyo_title li:nth-of-type(8) {
	height: 30px;
	display: grid;
    align-items: center;
	line-height: 1px;
	padding: 6px 0;
	text-align: center;
}

/* 要素9 */
.tab_content .iteminfo p:nth-of-type(9), .tab_content .hyo_title li:nth-of-type(9) {
	height: 30px;
	display: grid;
    align-items: center;
	line-height: 1px;
	padding: 6px 0;
	text-align: center;
}

/* 要素10 */
.tab_content .iteminfo > .star, .tab_content .hyo_title li:nth-of-type(10) {
	height: 30px;
	display: grid;
    align-items: center;
	line-height: 1px;
	padding: 6px 0;
	text-align: center;
}
.tab_content .iteminfo .star a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ================================
  表の高さ指定 ここまで
===================================*/

/* スクロールヒント */
.scroll-hint-icon-wrap {
    z-index: 100;

}
.scroll-hint-icon {
	transition: .3s;
	width: 175px !important;
    height: 110px !important;
	top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 100;
	opacity: 1 !important;
}
.scroll-hint-text {
	font-size: 14px !important;
}
.scroll-hint-icon:before {
	margin-top: 10px !important;
}
.scroll-hint-icon:after  {
	opacity: 1 !important;
}
.scroll-hint-icon.none {
	opacity: 0 !important;
}