@charset "utf-8";

#formBox{
	position:relative;
	width:100%;
}

#formBox form{
	display:flex;
	border:2px solid #c90037;
	border-radius:5px;
	overflow:hidden;
}

#formBox form input,#formBox form select{
	line-height:45px;
}

#formBox form .srchtype{
	position:relative;
}

#formBox form .srchtype:after{
	content:"";
	position:absolute;
	top:calc(50% - 6px);
	right:10px;
	border:6px solid transparent;
	border-top:10px solid #333;
}

#formBox form select{
	width:150px;
	cursor:pointer;
}

#formBox form button[type="submit"]{
	width:65px;
	padding:0;
	background:#c90037 url('https://img.undernavi.com/front/pc/common/icon_search.png') no-repeat center center;
	border:none;
	cursor:pointer;
}

#formBox form button[type="button"]{
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	width:120px;
	height:100%;
	background:transparent;
	border:none;
}

#formBox #disappearBox_main{
	display:none;
	position:absolute;
	top:90px;
	right:0;
	z-index:999;
	width:400px;
	padding:40px;
	background:#fff;
	box-shadow:0 0 5px #999;
}

#formBox #disappearBox_main dl{
	margin:5px 0;
}

#formBox #disappearBox_main dt{
	font-weight:bold;
}

#formBox #disappearBox_main #disappearTop_main{
	display:flex;
}

#formBox #disappearBox_main #disappearTop_main dl{
	width:49%;
	margin-right:1%;
}

#formBox #disappearBox_main #disappearTop_main dl select{
	width:100%;
}

#formBox #disappearBox_main #disappearMiddle_main dd{
	display:flex;
	align-items:flex-end;
}

#formBox #disappearBox_main #disappearBottom_main p{
	text-align:center;
}

#formBox #disappearBox_main #disappearBottom_main p input{
	width:100%;
	background:#c80037;
	border-radius:5px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

#formBox #disappearBox_main span.triangle{
	position:absolute;
	right:90px;
	top:-20px;
	display:inline-block;
	width:40px;
	height:40px;
	background:#fff;
	transform:rotate(45deg);
	box-shadow:0 0 5px #999;
}

#formBox #disappearBox_main span.triangle:after{
	content:"";
	position:absolute;
	right:-22px;
	top:20px;
	display:inline-block;
	width:70px;
	height:30px;
	background:#fff;
	transform:rotate(-45deg);
}
/*========================ページャー用=======================*/

#modeChange ul{
	display:flex;
	justify-content:center;
	margin:30px 0;
}

#modeChange ul li{
	width:200px;
	margin:10px;
}

#modeChange ul li a{
	display:block;
	padding:15px 0;
	background:#eee;
	border-radius:5px;
	color:#ccc;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#modeChange ul li.active a{
	background:#c80037;
	color:#fff;
}

.ajax_pager{
	margin:20px 0;
}

ul.pager01{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

ul.pager01 li{
	margin:3px;
}

ul.pager01 li a{
	display:block;
	padding:10px;
	border:1px solid #999;
	border-radius:3px;
	color:#333;
}

ul.pager01 li span{
	display:block;
	padding:10px;
	background:#eee;
	border:1px solid #999;
	border-radius:3px;
}

ul.pager01 li.current a{
	background:#e1e1e1;
}

ul.pager01 li a:hover{
	color:#c90037;
}

.ajax_pager .now{
	margin:10px 0;
	font-size:16px;
}

.ajax_pager .now span{
	font-weight:bold;
}

.ajax_pager .now span.big{
	font-size:1.4em;
	color:#c90037;
}


/*========================メイン=======================*/

.shopList_Experience ul{
	border-top:1px solid #eee;
}

.shopList_Experience li a{
	display:flex;
	padding:20px;
	border-bottom:1px solid #eee;
}

.shopList_Experience li figure{
	width:100px;
	height:100px;
	overflow:hidden;
}

.shopList_Experience li .ex_wrap{
	width:720px;
	margin-left:15px;
}

.shopList_Experience li .ex_wrap h3{
	font-size:18px;
	font-weight:bold;
}

.shopList_Experience li .ex_wrap h4{
	font-weight:bold;
}

#shopCont li{
	display:flex;
	padding:10px 0;
	border-bottom:1px solid #999;
}

#shopCont li figure{
	width:10%;
}

#shopCont li .shopInfo{
	width:88%;
	margin-left:2%;
}

#shopCont li h3 a{
	color:#c80037;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

#shopCont li p.url{
	font-size:12px;
}

#shopCont li p.catchCopy{
	margin:10px 0;
}

#shopCont li p.catchCopy em {
	/*font-weight: bold;*/
    background: #fbfd0c;
}

p.noData{
	padding:10px 0;
	border:3px double #c80037;
	border-radius:5px;
	color:#c80037;
	font-size:20px;
	text-align:center;
}

h3 span {
    font-weight: normal;
}
.shopInfo_p {
    border-bottom: 1px dotted #999;
    padding: 3px 0;
    margin-bottom: 5px;
    font-size: 13px;
}
.shopInfo_p2 {
    font-size: 12px;
    padding-top: 3px;
}
.time {
    position: relative;
}
.time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://img.undernavi.com/front/pc/common/icon_clock.png);
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

/* hash
***********************************************************/
.hash_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.hash_box li.hash_area {
    width: 33%;
    border: 1px solid #CCC;
    box-sizing: border-box;
    padding: 10px 5px;
    margin-bottom: 5px;
    margin-right: 0.5%;
    position: relative;
}
.hash_box li.hash_area:nth-child(3n) {
    margin-right: 0;
}
.hash_box2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.hash_box2 > figure {
    width: 20%;
    height: 57px;
    overflow: hidden;
    border-radius: 50%;
}
.hash_box2 > .right {
    width: 78%;
}
.right .hash_time {
    font-size: 12px;
}
.right .hash_ladyname {
    font-weight: bold;
    color: #c90e37;
}
.right .hash_shopname {
    font-weight: normal;
    color: #c90e37;
    font-size: 12px;
}
.right .hash_ladyname a,
.right .hash_shopname a {
    color: #c90e37;
}
.hash_box li.hash_area .gals {
    width: 55%;
    height: 150px;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
}
.hash_box li.hash_area .gals img {
    /*border-radius: 15px;*/
}
.hash_txt {
    height: 36px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}
.hash_txt:after {
    content: "...";
    position: absolute;
    top: 18px;
    right: 0px;
    background: #fff;
}
.hash_tag {
    display: flex;
    flex-wrap: wrap;
    margin: 8px auto 0 auto;
}
.hash_tag > li {
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 99%;
    min-width: 10%;
    margin: 0 6px 3px 0;
}
.hash_tag > li > a {
    color: #0F56E7;
}

.srchtype_main2, .srchtype_main3 {
    width: 65px;
    cursor: pointer;
}
span.icon001 {
    color: #20b3d8;
}
span.icon002 {
    color: #ef3fb7;
}
span.icon003 {
    color: #1ccf00;
}
.srchtype_main2 img, .srchtype_main3 img {
    width: 45%;
    padding: 12px 0 0 6px;
    vertical-align: bottom;
}
.srchtype_main2 img.window_icon, .srchtype_main3 img.window_icon {
    width: 38%;
    padding: 12px 0 0 10px;
    vertical-align: bottom;
}
#disappearBox_main2, #disappearBox_main3 {
    position: absolute;
    bottom: -95px;
    left: 0px;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    z-index: 999;
}
#disappearBox_main2:before, #disappearBox_main3:before {
    content: '';
    position: absolute;
    left: 9px;
    top: -11px;
    display: block;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #ccc;
    border-left: 9px solid transparent;
}
#disappearBox_main2:after, #disappearBox_main3:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 10px;
  top: -10px;
  border-right: 8px solid transparent;
  border-bottom: 11px solid #fff;
  border-left: 8px solid transparent;
}
.sub_hash {
    padding-top: 5px;
}
.sub_hash li {
    margin: 0 0 5px 0;
}
.sub_hash img{
    width: 10%;
    padding-right: 5px; 
}
.posi_comment {
    position: absolute;
    top: 8px;
    right: 5px;
}
.posi_comment img {
    width: 18px;
    vertical-align: middle;
    padding-right: 5px;
}

main {
	padding-bottom: 20px;
}