@charset "utf-8";

/* ===========================================
 * All_common_START
 * ======================================== */

/*----------------- h2 tag ★アイコン -----------------*/
#feel_search h2 {
	background: url("feel_button_icn01.png") no-repeat 0 3px;
	border: none;
	padding: 6px 0 0 30px;
}
#feel_search h2 span {
	color: #333;
}
/*----------------- h3 tag 絞り込みアイコン -----------------*/
#feel_search .feelicon_01 {
	margin: 0;
	padding: 10px 0 8px 42px;
	font-size: 18px;
	color: #333;
	background: url("feel_button_icn02.png") no-repeat 12px 12px;
}
/*----------------- 感覚検索エリア調整 -----------------*/
#feel_search {
	margin-bottom: 40px;
}
#feel_search .feel_search_content {
	margin-bottom: 10px;
	/*border: 1px solid #d9d9d9;*/
}
.feel_search-20 {
	margin-top: -20px;
}
/*----------------- トグルデザイン -----------------*/
.toggle_title {
	position: relative;
	cursor: pointer;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #769E35;
	display: block;
	width: 28px;
	height: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn::after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 14px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 14px;
}
.toggle_title.selected .toggle_btn::before {
	content: normal;
}
.toggle_contents nav {
	display: none;
}
.toggle_contents:first-of-type nav {
	display: block;
}

/* ===========================================
 * All_common_END
 * ======================================== */

/* ===========================================
 * PARTS_START
 * ======================================== */
#feel_search nav {
	margin-bottom: 5px;
}
/* ナビゲーション基本 */
#feel_search .feel_search_nav02_new ul,
#feel_search .feel_search_nav03_new ul,
#feel_search .feel_search_nav04_new ul,
#feel_search .feel_search_nav05_new ul,
#feel_search .feel_search_nav06_new ul{
	display: flex;
	padding: 0;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	align-items: stretch;
	margin: 0;
}
#feel_search .feel_search_nav02_new ul li,
#feel_search .feel_search_nav03_new ul li,
#feel_search .feel_search_nav04_new ul li,
#feel_search .feel_search_nav05_new ul li,
#feel_search .feel_search_nav06_new ul li {
	display: flex;
	margin-bottom: 5px;
}

/* 2分割 */
#feel_search .feel_search_nav02_new ul li {width: calc((100% - 10px) / 2);}
/* 3分割 */
#feel_search .feel_search_nav03_new ul li {width: calc((100% - 10px) / 3);}
/* 4分割 */
#feel_search .feel_search_nav04_new ul li {width: calc((100% - 10px) / 4);}
/* 5分割 */
#feel_search .feel_search_nav05_new ul li {width: calc((100% - 10px) / 5);}
/* 6分割 */
#feel_search .feel_search_nav06_new ul li {width: calc((100% - 10px) / 6);}

/* btnデザイン基本 */
#feel_search .btn01 a,
#feel_search .btn02 a,
#feel_search .img_btn01 a {
	display: flex;
	flex-direction: column;
	color: #333;
	border: 1px solid #d9d9d9;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	background: #fff;
	flex-grow: 1;
}
#feel_search .btn01 a:hover,
#feel_search .btn02 a:hover,
#feel_search .img_btn01 a:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}

/* btnデザイン テキストのみ */
#feel_search .btn01 a {
	padding: 14px 10px;
}
#feel_search .btn01 a p {
	width: 100%;
	line-height: 20px;
	margin: 0;
	font-weight: bold;
	padding: 5px 0;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}


/* btnデザイン →付き */
#feel_search .btn02 a {
	font-weight: bold;
	padding: 5px 30px 5px 20px;
}
#feel_search .btn02 a:first-child::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;   /* arrow size */
  height: 0.4em;  /* arrow size */
  border-top: 2px solid #769E35;  /* thickness, color */
  border-right: 2px solid #769E35;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* btnデザイン 画像とテキスト */
#feel_search .img_btn01 a {
    padding: 5px;
}
#feel_search .img_btn01 a div {
	display: flex;
	flex-direction: column;
    align-items: center;
    text-align: center;
}
#feel_search .img_btn01 a div img {
	display: block;
	margin: 0 15px;
}
#feel_search .img_btn01 a p {
    font-weight: 600;
    margin: 0 0 3px 0;
    text-align: center;
}

@media (min-width: 1350px) {
	#feel_search .img_btn01 a div {
		flex-direction: unset;
		justify-content: start;
		align-items: center;
	}
	#feel_search .img_btn01 a p {
		padding-left: 3px;
	}
	#feel_search .img_btn01 a p {
		text-align: center;
	}
}
@media (max-width: 1040px) {
	#feel_search .img_btn01 a p {
		font-size: 12px;
	}
}

/* hoberデザイン表示 */
#feel_search .hover_active a:hover .size-box-area::before {
	opacity: 1;
	visibility: visible;
}
#feel_search .hover_active a:hover .size-box-area {
	opacity: 1;
	visibility: visible;
}
#feel_search .hover_active a .size-box-area {
	opacity: 0;
	transition: 0.5s;
	font-size: 12px;
	line-height: 1.25em;
	background: #fff;
	position: absolute;
	color: #333;
	padding: 3px;
	width: 100%;
	bottom: calc(100% + 10px);
	left:0;
	box-sizing: border-box;
	text-align: center;
	word-wrap: break-word;
	border-radius: 5px;
	visibility: hidden;
	pointer-events: none;
	display: inline-block;
	border: solid 2px #333; 
}
#feel_search .hover_active a .size-box-area::before{
	opacity: 0;
	transition: 0.5s;
	content: "";
	position: absolute;
	border: 7px solid transparent;
	border-top: 7px solid #333;
	bottom:-15px;
	left:calc(50% - 7px);
	visibility: hidden;
	pointer-events: none;
}

/* 右端固定表示 */
#feel_search .h_next_button_area {
	position: relative;
}
#feel_search .h_next_button_area .btn02 {
	position: absolute;
	top: 0; 
	right: 0;
}
#feel_search .h_next_button_area a {
	font-size: 14px;
	position: relative;
	display: inline-block;
	margin-right: 6px;
}
/* テキストの位置 */
#feel_search .text_left p {text-align: left;}
#feel_search .text_center p {text-align: center;}
#feel_search .text_right p {text-align: right;}

/* テキストの文字サイズ */
#feel_search .fz12 p {font-size: 0.75rem;}
#feel_search .fz14 p {font-size: 0.875rem;}
#feel_search .fz16 p {font-size: 1rem;}
#feel_search .fz18 p {font-size: 1.125rem;}
#feel_search .fz20 p {font-size: 1.25rem;}
#feel_search .fz24 p {font-size: 1.5rem;}

/* ===========================================
 * PARTS_END
 * ======================================== */
/* ===========================================
 * modal_START
 * ======================================== */
#feel_search .modal-open {
	cursor: pointer;
	display: inline-block;
}
#feel_search .modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 50%);
	padding: 30px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 9999;
}
#feel_search .modal-container:before {
	content: "";
	vertical-align: middle;
}
#feel_search .modal-container.active {
	opacity: 1;
	visibility: visible;
}
#feel_search .modal-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
#feel_search .modal-body {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	max-width: 860px;
	right: 0;
	left: 0;
	margin: 100px auto 0;
}
#feel_search .modal-close {
	position: absolute;
	display: flex;
	line-height: 43px;
	justify-content: center;
	bottom: -57px;
	right: 0;
	left: 0;
	width: 120px;
	margin: auto;
	height: 40px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 3px;
	color: #333;
	background: #fff;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}
#feel_search .modal-content {
	background: #fff;
	text-align: left;
	padding: 30px;
}
/* ===========================================
 * modal_END
 * ======================================== */