@charset "UTF-8";
/* -----------------------
目次
1.はまれぽCSSリセット
2.観光ガイドトップページ
3.エリアガイド
4.家系ラーメン固有コンテンツ
   -----------------------*/

/* -----------------------
   1.はまれぽCSSリセット
   -----------------------*/
#contents ul {
	padding-left: 0px;
}
#contents .hamarepo_body{
	background-color: #fff;
	padding:1px 0px;
	width: 100%;
}
#contents * {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
	list-style-type: none;
	padding:0;
	margin:0;
}
main{
	padding: 0px 0 0 !important;
	background: #fff !important;
}
main h1{
	margin: 0px 0px !important;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border-bottom: 0px solid #444 !important;
}
a,
a:visited {
	color: inherit;
	outline: none;
  	text-decoration: none;
}
p {
	margin: 0;
}
h2 {
	color: inherit;
	background: transparent;
	font-size: inherit;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
img {
	border: none;
	height: auto;
	max-width: 100%;
}
/*はまれぽCSS　打ち消しここまで*/

/* -----------------------
   2.観光ガイドトップページ
   -----------------------*/
/*共通*/
.sp {
	display: none;
}
.sp480 {
	display: none;
}
.sp600 {
	display: none;
}
.inner {
	width: 92%;
	margin: 0 auto;
}
.main-warp{
  	width: 990px;
	margin: 0 auto;
 	font-size: 14px;
	font-family: "KozGoPr6N","ヒラギノ角ゴ Pro W3", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", 'Hiragino Kaku Gothic Pro', 'sans-serif';
	background: #fff;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
}
#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #278cf5;
	opacity: 0.6;
	border-radius: 50%;
	z-index: 30;
}
#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page-top a::before {
	content: "";
	background: url(../image/pagetop.png) no-repeat;
	position: absolute;
	background-size: contain;
	width: 24px;
	height: 24px;
	top: 0px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/* 横浜観光ガイドヘッダー */
#header .header_title {
	background-image: url(../image/header_bg.png);
	background-repeat: no-repeat;
	background-position: bottom -1px center;
	background-size: 100%;
	background-color: #278cf5;
  	padding: 32px 0 54px;
}
.header_title .inner {
	width: 65%;
	margin: 0 0 0 3%;
}
#header > img {
	vertical-align: top;
}
.header_breadcrumb {
  	width: 100%;
	letter-spacing: 0;
}
.breadcrumb_item {
	font-size: 12px;
  	font-weight: bold;
	color: #fff;
	padding: 10px 13px 10px 0;
	display: inline-block;
}
.breadcrumb_item::before {
	content: ">";
	font-size: 12px;
	padding: 0 13px 0 0;
}
.breadcrumb_item:first-child::before {
	content: "";
	padding: 0;
}
.breadcrumb_item a:hover {
	opacity: 1.0;
	text-decoration: underline;
}

/* マップ */
.map {
	width: 100%;
	position: relative;
}
.map_area {
	position: absolute;
}
.map_area img {

}
.map_area.yokohama {
	top: 38px;
	left: 68px;
	width: 233px;
}
.map_area.minatomirai {
	top: 69px;
	left: 324px;
	width: 291px;
}
.map_area.sakuragicho {
	top: 304px;
	left: 197px;
	width: 233px;
}
.map_area.isezakicho {
	bottom: 52px;
	left: 400px;
	width: 233px;
}
.map_area.motomachi {
	bottom: 34px;
	right: 30px;
	width: 291px;
}
.map_area.others {
	bottom: 31px;
	left: 52px;
	width: 193px;
}
.map_area.iekei {
	top: 103px;
	right: 58px;
	width: 160px;
}

/* リード文 */
.lead {
	padding-top: 60px;
}
.lead_title {
	text-align: center;
	font-size: 30px;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-feature-settings: "palt" 1;
	line-height: 1.2;
}
.lead_title img {
  /* width: 858px; */
}
.lead_desc {
	padding-top: 40px;
	font-size: 16px;
	text-align: justify;
}

/* エリアナビ 各エリア共通*/
.nav_list {
	margin-bottom: 50px;
}
.nav_list_item {
	color: #fff;
	margin-top: 40px;
	transition: all 0.25s;
}
.upper {
	padding: 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.3);
}
.nav_txt {
	width: 60%;
	padding-top: 10px;
}
.nav_title {
	font-size: 30px;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-feature-settings: "palt" 1;
	line-height: 1.2;
}
.nav_desc {
	font-size: 16px;
	padding-top: 20px;
  	text-align: justify;
}
.nav_img {
	width: 37%;
	margin-right: auto;
}
.lower {
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #fff;
}
.lower p {
	position: relative;
	padding-right: 40px;
	transition: all 0.25s;
}

/* 三角矢印マーク */
.lower p::before,
.lower p::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.lower p::before {
	width: 27px;
	height: 27px;
	background: #fff;
}
.lower p::after {
	right: -12px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-top: 10px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid;
}

/* hover効果 */
.nav_list_item a {
	display: block;
}
.nav_list_item a:hover {
	opacity: 1.0;
}
.nav_list_item a:hover .lower p {
  	transform: translateX(5px);
}

/* エリアナビ エリア個別カラー設定*/
.nav_list_item.yokohama {
	background-color: #2855ca;/*ベースカラー*/
}
.nav_list_item.yokohama:hover {
	background-color: #5e88f2;/*hover時のベースカラー*/
}
.nav_list_item.yokohama .lower p::after {
	border-left-color: #2855ca;/*三角矢印カラー*/
}
.nav_list_item.minatomirai {
	background-color: #1297ca;
}
.nav_list_item.minatomirai:hover {
	background-color: #5ecef9;
}
.nav_list_item.minatomirai .lower p::after {
	border-left-color: #1297ca;
}
.nav_list_item.sakuragicho {
	background-color: #c14382;
}
.nav_list_item.sakuragicho:hover {
	background-color: #e696bc;
}
.nav_list_item.sakuragicho .lower p::after {
	border-left-color: #c14382;
}
.nav_list_item.isezakicho {
	background-color: #40a34d;
}
.nav_list_item.isezakicho:hover {
	background-color: #7bce86;
}
.nav_list_item.isezakicho .lower p::after {
	border-left-color: #40a34d;
}
.nav_list_item.motomachi {
	background-color: #e09d0d;
}
.nav_list_item.motomachi:hover {
	background-color: #f1ca42;
}
.nav_list_item.motomachi .lower p::after {
	border-left-color: #e09d0d;
}
.nav_list_item.others {
	background-color: #71422e;
}
.nav_list_item.others:hover {
	background-color: #bc8e7a;
}
.nav_list_item.others .lower p::after {
	border-left-color: #71422e;
}
.nav_list_item.iekei {
	background-color: #151515;
}
.nav_list_item.iekei:hover {
	background-color: #4b4a4a;
}
.nav_list_item.iekei .lower p::after {
	border-left-color: #151515;
}
/* 観光コンテンツトップページここまで */

/* -----------------------
   3.エリアガイド
   -----------------------*/
/* 共通 */
#areaguide .header_title {
	background-color: #fff;
}
.header_subtitle {
	padding: 15px 0;
	text-align: left;
	line-height: 1.2;
	color: #fff;
	font-style: normal;
	font-feature-settings: "palt" 1;
}
#header .subtitle_jp {
	font-size: 34px;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	letter-spacing: 5px;
}
#header .subtitle_en {
	font-size: 16px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
  	letter-spacing: 2px;
}
.section_title {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 28px;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	margin: 40px 0 30px;
}
.section {
	margin-bottom: 50px;
}
#googlemap .lead_desc {
	padding-top: 0;
	margin-bottom: 20px;
}

/* ページ内ナビゲーション */
.anker_list {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-top: 20px;
}
.anker_item {
	background: url(../image/area_nav_arrow.png) no-repeat center left 4px;
	background-size: 7%;
	border: 2px solid #fff;
	border-radius: 3px;
	width: 22%;
	text-align: center;
}
.anker_item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px 10px 7px 23px;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}
.anker_item a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

/* 観光スポットカード */
.spot_item {
	position: relative;
	background-color: #ebf9ff;
	width: 100%;
	min-height: 300px;
	padding: 20px 20px 20px 320px;
	margin-bottom: 30px;
}
.spot_txt {
	color: #474747;
}
.spot_title {
	font-size: 26px;
	letter-spacing: 0em;
	line-height: 1.1;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #444444;
	background: none;
}
.spot_desc {
	font-size: 16px;
	text-align: justify;
	padding-top: 10px;
}
.spot_btn {
	text-align: right;
	margin-top: 20px;
}
.spot_btn_inner {
	display: inline-block;
	background: url("../image/area_btn_icon.png") no-repeat center right 10px;
	background-size: 28px;
	border-radius: 3px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 46px 10px 10px;
	transition: all 0.3s ease;
}
.spot_btn a {
	display: block;
	padding: 10px 50px 10px 10px;
 	margin: -10px -50px -10px -10px;
}
.spot_btn span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.spot_btn_inner:hover {
	transform: translateY(-2px);
}
.spot_btn:hover a {
	opacity: 1.0;
}
.spot_img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.spot_img img {
	width: 300px;
	height: 300px;
}
/* 施設基本情報へのリンクボタン */
.info_btn {
	text-align: right;
	margin-top: 20px;
}
.info_btn_inner {
	display: inline-block;
	background: url("../image/info_btn_icon.png") no-repeat center right 10px;
	background-size: 28px;
	border-radius: 3px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 46px 10px 10px;
	transition: all 0.3s ease;
}
.info_btn a {
	display: block;
	padding: 10px 50px 10px 10px;
 	margin: -10px -50px -10px -10px;
}
.info_btn span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.info_btn_inner:hover {
	transform: translateY(-2px);
}
.info_btn:hover a {
	opacity: 1.0;
}
/* フッター 他エリアへのリンクカード */
#areaguide #footer .section_title {
	margin-bottom: 0;
}
#areaguide .footer_list {
	display: flex;
  	flex-wrap: wrap;
}
#areaguide .footer_item {
	width: 50%;
	height: 300px;
  	position: relative;
	overflow: hidden;
	transition: all .8s ease-out;
}
#areaguide .footer_item::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all 1s ease-out;
	background-size: cover;
	background-repeat: no-repeat;
}
#areaguide .footer_item .nav_title {
  	color: #fff;
	font-size: 26px;
  	padding: 10px 0;
	position: relative;
}
#areaguide .footer_item a {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	position: relative;
	z-index: 10;
}
#areaguide .footer_item:hover::after {
	transform: scale(1.2);
}
#areaguide .footer_item:hover {
	opacity: 0.8;
}

/* 以下、下層ページごとのカラー・スタイル設定 */
/* 横浜駅周辺 */
.areaguide_yokohama #header .header_title {
	background-image: url("../image/yokohama/header_bg.png");
}
.areaguide_yokohama #header .header_subtitle,
.areaguide_yokohama .header_breadcrumb,
.areaguide_yokohama .anker_list {
	background-color: #5e88f2;
}
.areaguide_yokohama .section_title {
	background-color: #4f4f4f;
}
.areaguide_yokohama .spot_btn_inner {
	background-color: #5e88f2;
	box-shadow: 0 0 5px rgba(50, 72, 130, 0.5);
	text-shadow: 1px 1px 2px rgba(83, 101, 146, 1.0);
}
.areaguide_yokohama .spot_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(83, 101, 146, 0.4);
}
#areaguide .footer_item.yokohama::after {
	background-image: url("../image/nav_yokohama.jpg");
}
.areaguide_yokohama .info_btn_inner {
	background-color: #5e88f2;
	box-shadow: 0 0 5px rgba(50, 72, 130, 0.5);
	text-shadow: 1px 1px 2px rgba(83, 101, 146, 1.0);
}
.areaguide_yokohama .info_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(83, 101, 146, 0.4);
}
#areaguide .footer_item.yokohama .nav_title {
	background-color: rgba(94, 136, 242, 0.8);
}

/* みなとみらい */
.areaguide_minatomirai #header .header_title {
	background-image: url("../image/minatomirai/header_bg.png");
}
.areaguide_minatomirai #header .header_subtitle,
.areaguide_minatomirai .header_breadcrumb,
.areaguide_minatomirai .anker_list {
	background-color: #5ecef9;
}
.areaguide_minatomirai .section_title {
	background-color: #4f4f4f;
}
.areaguide_minatomirai .spot_btn_inner {
	background-color: #5ecef9;
	box-shadow: 0 0 5px rgba(69, 144, 173, 0.5);
	text-shadow: 1px 1px 2px rgba(69, 144, 173, 1.0);
}
.areaguide_minatomirai .spot_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(69, 144, 173, 0.4);
}
.areaguide_minatomirai .info_btn_inner {
	background-color: #5ecef9;
	box-shadow: 0 0 5px rgba(69, 144, 173, 0.5);
	text-shadow: 1px 1px 2px rgba(69, 144, 173, 1.0);
}
.areaguide_minatomirai .info_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(69, 144, 173, 0.4);
}
#areaguide .footer_item.minatomirai::after {
	background-image: url("../image/nav_minatomirai.jpg");
}
#areaguide .footer_item.minatomirai .nav_title {
	background-color: rgba(94, 206, 249, 0.8);
}

/* 桜木町 */
.areaguide_sakuragicho #header .header_title {
	background-image: url("../image/sakuragicho/header_bg.png");
}
.areaguide_sakuragicho #header .header_subtitle,
.areaguide_sakuragicho .header_breadcrumb,
.areaguide_sakuragicho .anker_list {
	background-color: #e696bc;
}
.areaguide_sakuragicho .section_title {
	background-color: #4f4f4f;
}
.areaguide_sakuragicho .spot_btn_inner {
	background-color: #e696bc;
	box-shadow: 0 0 5px rgba(150, 109, 132, 0.5);
	text-shadow: 1px 1px 2px rgba(150, 100, 124, 1.0);
}
.areaguide_sakuragicho .spot_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(150, 100, 124, 0.4);
}
.areaguide_sakuragicho .info_btn_inner {
	background-color: #e696bc;
	box-shadow: 0 0 5px rgba(150, 109, 132, 0.5);
	text-shadow: 1px 1px 2px rgba(150, 100, 124, 1.0);
}
.areaguide_sakuragicho .info_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(150, 100, 124, 0.4);
}
#areaguide .footer_item.sakuragicho::after {
	background-image: url("../image/nav_sakuragicho.jpg");
}
#areaguide .footer_item.sakuragicho .nav_title {
	background-color: rgba(230, 150, 188, 0.8);
}

/* 伊勢佐木町/関内 */
.areaguide_isezakicho #header .header_title {
	background-image: url("../image/isezakicho/header_bg.png");
}
.areaguide_isezakicho #header .header_subtitle,
.areaguide_isezakicho .header_breadcrumb,
.areaguide_isezakicho .anker_list {
	background-color: #7bce86;
}
.areaguide_isezakicho .section_title {
	background-color: #4f4f4f;
}
.areaguide_isezakicho .spot_btn_inner {
	background-color: #7bce86;
	box-shadow: 0 0 5px rgba(92, 125, 97, 0.5);
	text-shadow: 1px 1px 2px rgba(74, 123, 81, 1.0);
}
.areaguide_isezakicho .spot_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(74, 123, 81, 0.4);
}
#areaguide .footer_item.isezakicho::after {
	background-image: url("../image/nav_isezakicho.jpg");
}
#areaguide .footer_item.isezakicho .nav_title {
	background-color: rgba(123, 206, 134, 0.8);
}

/* 元町/中華街/山下 */
.areaguide_motomachi #header .header_title {
	background-image: url("../image/motomachi/header_bg.png");
}
.areaguide_motomachi #header .header_subtitle,
.areaguide_motomachi .header_breadcrumb,
.areaguide_motomachi .anker_list {
	background-color: #f1ca42;
}
.areaguide_motomachi .section_title {
	background-color: #4f4f4f;
}
.areaguide_motomachi .spot_btn_inner {
	background-color: #f1ca42;
	box-shadow: 0 0 5px rgba(136, 120, 65, 0.5);
	text-shadow: 1px 1px 2px rgba(150, 126, 41,1.0);
}
.areaguide_motomachi .spot_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(150, 126, 41,0.4);
}
#areaguide .footer_item.motomachi::after {
	background-image: url("../image/nav_motomachi.jpg");
}
#areaguide .footer_item.motomachi .nav_title {
	background-color: rgba(241, 202, 66, 0.8);
}

/* その他 */
.areaguide_others #header .header_title {
	background-image: url("../image/others/header_bg.png");
}
.areaguide_others #header .header_subtitle,
.areaguide_others .header_breadcrumb,
.areaguide_others .anker_list {
	background-color: #bc8e7a;
}
.areaguide_others .section_title {
	background-color: #4f4f4f;
}
.areaguide_others .spot_btn_inner {
	background-color: #bc8e7a;
	box-shadow: 0 0 5px rgba(105, 90, 84, 0.5);
	text-shadow: 1px 1px 2px rgba(105, 79, 68, 1.0);
}
.areaguide_others .spot_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(105, 79, 68, 0.4);
}
.areaguide_others .info_btn_inner {
	background-color: #bc8e7a;
	box-shadow: 0 0 5px rgba(105, 90, 84, 0.5);
	text-shadow: 1px 1px 2px rgba(105, 79, 68, 1.0);
}
.areaguide_others .info_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(105, 79, 68, 0.4);
}
#areaguide .footer_item.others::after {
	background-image: url("../image/nav_others.jpg");
}
#areaguide .footer_item.others .nav_title {
	background-color: rgba(188, 142, 122, 0.8);
}

/* 家系ラーメン */
.areaguide_iekei #header .header_title {
	background-image: url("../image/iekei/header_bg.png");
}
.areaguide_iekei #header .header_subtitle,
.areaguide_iekei .header_breadcrumb,
.areaguide_iekei .section_title,
.areaguide_iekei .anker_list {
	background-color: #4b4a4a;
}
.areaguide_iekei .spot_btn_inner {
	background-color: #4b4a4a;
	box-shadow: 0 0 5px rgba(37, 37, 37, 0.5);
	text-shadow: 1px 1px 2px rgba(33, 33, 33, 1.0);
}
.areaguide_iekei .spot_btn_inner:hover {
	box-shadow: 0 6px 14px rgba(33, 33, 33, 0.4);
}
.areaguide_iekei .breadcrumb_item {
	color: #eee;/* パンくずの色 */
}
#areaguide .footer_item.iekei::after {
	background-image: url("../image/nav_iekei.jpg");
}
#areaguide .footer_item.iekei .nav_title {
	background-color: rgba(75, 74, 74, 0.8);
}

/* -----------------------
   4.家系ラーメン固有コンテンツ
   -----------------------*/
.note {
	margin: 10px 0;
	text-align: right;
}
.iekei_list {
	display: flex;
	flex-wrap: wrap;
}
.iekei_img img {
	width: 100%;
}
.iekei_item {
	width: calc(33.3333% - 10px);
	background-color: #fffcd6;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
.iekei_txt {
	padding: 10px;
	min-height: 250px;
}
.iekei_name {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0em;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	margin-bottom: 10px;
	line-height: 1.2;
}
.iekei_info {
	margin-bottom: 5px;
	font-size: 16px;
}
.iekei_info dt {
	font-weight: bold;
	color: #ffa726;
}
.iekei_map_wrapper {
	padding: 10px;
}
.iekei_map {
	position: relative;
	padding-top: 50%;
}
.iekei_map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.iekei_link {
	margin-bottom: 15px;
}
.iekei_link a {
	font-size: 20px;
	color: #42A5F5;
}
.iekei_link img {
	width: 100%;
}

/* 絞り込みUI */
.sortControl_wrapper {
	margin-bottom: 30px;
}
.sortControl {
	width: 100%;
	/* display: flex; */
	/* background-color: #fffcd6; */
}
.sort_title {
	/* border-bottom: 2px dotted #999999; */
	/* color: #666666; */
	font-weight: bold;
	/* padding: 0px 0px 3px 10px; */
	position: relative;
	padding: 0.25em 20px;
}
.sort_title::before {
	content: '';
	display: inline-block;
	vertical-align: -1px;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background-image: url(../image/square.png);
	background-position: center center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}
.sort_title::after {
	content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}
.sortControl .flex {
	display: flex;
}
.sortControl .cond1,
.sortControl .cond2 {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.sortControl .cond1 {
	width: 50%;
}

.sortControl .cond1:first-of-type {
	padding: 20px 5px 20px 20px;
}
.sortControl .cond1:nth-of-type(2) {
	padding: 20px 20px 20px 5px;
}
.sortControl li:not(.blank) {
	box-shadow: 2px 2px 4px #DDDDDD;
}
.sortControl .cond1 li {
	width: 20%;
}
.sortControl .cond2 li {
	width: 20%;
}
.sortControl .m_radio {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.sortControl label{
	/* display: inline-block; */
	display: flex;
    justify-content: center;
    align-items: center;
 	cursor: pointer;
	width: 100%;
	height: 100%;
 	padding: 10px 0;
	background-color: #e1e1e1;
	color: #000;
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #fff;
 	 border-bottom: 1px solid #fff;
	/* border: 1px solid #434343; */
	/* border-radius: 5px; */
}
label:hover {
	background-color: #fffcd6;
}
.m_radio input{
	display: none;
}
.sortControl .checkbox:checked + label {
	background-color: #ffa726;
}
.m_radio input[disabled] + label {
	cursor: default;
    background-color: #ccc;
    color: #b6b1af;
}
.clear_btn_wrapper {
	text-align: center;
	margin: 5px 0;
}
.clear_btn {
	display: inline-block;
	margin: 0 20px;
	padding: 7px 10px;
	border: 1px solid #555;
	border-radius: 5px;
	font-weight: bold;
	transition: none;
}
.clear_btn:hover {
	background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
	color: #fff;
	opacity: 1.0;
}
