@charset "UTF-8";
.search h1.h-ttl i {
	color: #ffb400;
}
.search h1.h-ttl:before{
	background-position:0px 0;
}
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}
.nav-horizontal input[type="text"],.nav-horizontal input[type="button"],.nav-horizontal textarea,.nav-horizontal select {
	outline: none;
}
.search .global-main {
	padding: 0 0 0;
}

/**
 * --------------------------------------------------
 * search box
 * --------------------------------------------------
 */
.search .search-box {
	margin-bottom: 20px;
}

/*img
--------------------------------*/
@media (-ms-high-contrast:none) {
	.sl-spot figure .img img,
	.search .content .kuchikomi-list li .box .photo img {
		font-family: 'object-fit: contain;';
	}
}

/*tabs
--------------------------------*/
.search .search-box ul#tab-L {
	display: table;
	table-layout: fixed;
	width:100%;
}
.search .search-box ul#tab-L li {
	display: table-cell;
	vertical-align: top;
	border-left: 1px solid #fff;
}
.search .search-box ul#tab-L li:first-child {
	border-left: none;
}
.search .search-box ul#tab-L li a {
	display: block;
	padding: 18px 0 15px;
	text-align: center;
	font-weight: bold;
	color: #666;
	background: #d6dbf0;
}
.search .search-box ul#tab-L li:first-child a {
	border-radius: 6px 0 0 0;
}
.search .search-box ul#tab-L li:last-child a {
	border-radius: 0 6px 0 0;
}
.search .search-box ul#tab-L li a:hover,.search .search-box ul#tab-L li a.active {
	text-decoration: none;
	color: #fff;
	background: #475ebe;
	background-image: -webkit-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: -moz-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: -ms-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: -o-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: linear-gradient(to bottom, #7a8bd0, #475ebe);
}

/* [ L ] tab / cont
--------------------------------*/
.search .search-box .search-cont,.search .search-box .mode-detail {
	position: relative;
	padding: 0 1% 1%;
	margin: 0 0;
	background: #f0f0f0;
	border-radius: 6px;
}
.search .search-box .search-cont {
}
.search .search-box .mode-detail {
	background: #f3f3f3;
	color: #555;
	display: none;
}

/* terms */
.search .search-box .search-cont #sb-terms {
	float: left;
	width: 100%;
}

/* submit */
.search .search-box .submit {
	float: right;
	width: 335px;
	padding: 0px;
}
.search .search-box #sb-submit,.search .search-box #sb-submit.static {
	width: 335px;
	position: static;
}
.search .search-box #sb-submit.absolute {
	position: absolute;
	bottom: 0;
}
.search .search-box #sb-submit.fixed {
	position: fixed;
	top: 60px;
}
.search .search-box #sb-submit > p {
	margin: 2px 0 0 0;
}
.search .search-box #sb-submit > p a {
	display: block;
	text-align: center;
	padding: 0.48em;
	color: #fff;
	background: #475ebe;
	font-weight: bold;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: 0 2px 0 #bfbfbf;
}
.search .search-box #sb-submit > p a.btn {
	padding-top: 0;
	padding-bottom: 0;
}
.search .search-box #sb-submit > p span {
	display: none;
	font-size: 11px;
	line-height: 1.3;
	margin: 10px 0 0;
}
.search .search-box #sb-submit > p i {
	display: block;
	width: auto;
}

/* select confirm */
.search .search-box #select-confirm {
	width: 280px;
	background-color: #ffffff;
	border: 1px solid #222;
	border-radius: 6px;
	color: #ddd;
	position: absolute;
	right: 0;
	z-index: 200;
	margin: 10px 0 0;
	display: none;
}
.search .search-box #select-confirm:after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #333 transparent;
	position: absolute;
	right: 30px;
	top: -10px;
}
.search .search-box #select-confirm-close {
	display: block;
	padding: 7px;
	background: #282828;
	border-top: 1px solid #222;
	color: #ddd;
	text-align: center;
}
.search .search-box #select-confirm-close i {
	display: inline-block;
}
.search .search-box #select-confirm > .inner {
	position: relative;
	padding: 15px 10px 10px;
}
.search .search-box #select-confirm > .inner p {
	text-align: center;
	margin: 0 0 5px;
}
.search .search-box #select-confirm > .inner span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1;
	background: #444;
	padding: 0.5em 0.5em 0.25em 1em;
	border-radius: 1em;
	margin: 0 5px 5px 0;
}
.search .search-box #select-confirm > .inner span a {
	color: #666;
}

/* selects */
.search .search-box .inputs {
	margin: 0 0 8px;
	text-align: center;
	padding: 0;
}
.search .search-box .inputs:first-child{
	border-top: none;
}
.search .search-box .inputs select:first-child {
	width: 40%;
	margin: 0 4.5%;
}
.search .search-box .inputs select:last-child {
}
.search .search-box .inputs input {
	width: 100%;
	margin: 0;
	padding: 22px 10px;
	border: none;
	border-radius: 0;
	font-size: 12px;
	line-height: 1.5em;
}
.search .search-box .inputs p.event-option {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	vertical-align: middle;
	float: right;
	width: 96.5%;
	line-height: 38px;
	padding: 10px 0;
	margin: 0 2.25%;
}
.search .search-box .inputs p.event-option .date {
	border: 1px solid #e0e0e0;
	width: 38px;
	min-height: 1em;
	padding: 0.25em;
}
.search .search-box .inputs p.event-option select {
	margin-left: 10px;
}
.search .search-box .inputs select.hide {
	display: none;
}

/* details */
.search .search-box #details {
	margin: 0 0 6px 0;
}
.search .search-box .details {
	display: none;
}
.search .search-box .cont-L {
	display: none;
	float:left;
	width:59%;
	margin-top: -2px;
}

/* [ M ] tab / cont
--------------------------------*/
.search .search-box ul.tab-M {
	display: table;
	table-layout: fixed;
	width:100%;
}
.search .search-box ul.tab-M li {
	display: table-cell;
	vertical-align: top;
}
.search .search-box ul.tab-M li:nth-of-type(2n) {
	/*border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;*/
}
.search .search-box ul.tab-M li:last-child {
	border-right: none;
}
.search .search-box ul.tab-M li a {
	position: relative;
	display: block;
	text-align: center;
	color: #666;
	background: #f3f3f3;
	font-weight: bold;
	padding: 5px;
	margin: 2px 5px 0px 5px;
	border-radius: 6px;
}
.search .search-box ul.tab-M li a:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #475ebe transparent transparent transparent;
	z-index: 0;
	display: none;
}
.search .search-box ul.tab-M li a:hover,.search .search-box ul.tab-M li a.active {
	border-top-color: #475ebe;
	color: #fff;
	background: #475ebe;
	text-decoration: none;
}
.search .search-box ul.tab-M li a.active:before,.search .search-box ul.tab-M li a.active:after {
	display: block;
}

/* detail */
.search .search-box .cont-M {
	overflow: hidden;
	padding: 15px;
	width: 100%;
}
.search .search-box .cont-M h3 {
	background: #475ebe;
	background-image: -webkit-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: -moz-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: -ms-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: -o-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: linear-gradient(to bottom, #7a8bd0, #475ebe);
	color: #fff;
	padding: 8px 10px 6px;
	margin-bottom: 10px;
	border-radius: 2px;
	position: relative;
}
.search .search-box .cont-M h3 > a {
	font-size: 24px;
	color: #bec3c6;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -0.5em 0 0;
}
.search .search-box .cont-M h3 > a:hover {
	color: #888;
	text-decoration: none;
}
.search .search-box .cont-M h3 > a.active i.ic-fa-plus-square,.search .search-box .cont-M h3 > a i.ic-fa-minus-square {
	display: block;
}
.search .search-box .cont-M h3 > a i.ic-fa-plus-square,.search .search-box .cont-M h3 > a.active i.ic-fa-minus-square {
	display: none;
}
.search .search-box .cont-M h3 label {
	display: block;
}
.search .search-box .cont-M h3 label a {
	color: #fff;
}

/* textarea */
.search .search-box #input_keywords {
	width:35%;
	float:right;
	padding:0;
}

/* 絞り込み */
.search .search-box #details_label {
	width:5%;
	float:left;
	font-size:10px;
	line-height:120%;
	padding:3px;
}
.search-box #details_label:hover{
	background: #4d4d4d;
	background-image: -webkit-linear-gradient(top, #818181, #4d4d4d);
	background-image: -moz-linear-gradient(top, #818181, #4d4d4d);
	background-image: -ms-linear-gradient(top, #818181, #4d4d4d);
	background-image: -o-linear-gradient(top, #818181, #4d4d4d);
	background-image: linear-gradient(to bottom, #818181, #4d4d4d);
	border: 1px solid rgba(0, 0, 0, .1);
}

/*checks
--------------------------------*/
.search .search-box dl.checks {
	line-height: 1;
	margin-bottom: 20px;
}
.search .search-box dl.checks dt {
	position: relative;
	border-bottom: 1px dotted #ddd;
}
.search .search-box dl.checks dt > a {
	font-size: 24px;
	color: #bec3c6;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -0.5em 0 0;
}
.search .search-box dl.checks dt > a:hover {
	color: #888;
	text-decoration: none;
}
.search .search-box dl.checks dt > a.active i.ic-fa-plus-square,.search .search-box dl.checks dt > a i.ic-fa-minus-square {
	display: none;
}
.search .search-box dl.checks dt > a i.ic-fa-plus-square,.search .search-box dl.checks dt > a.active i.ic-fa-minus-square {
	display: block;
}
.search .search-box dl.checks dt label {
	display: block;
	padding: 12px 0 10px;
	font-weight: bold;
	background: #fff;
	margin: 0 30px 0 0;
}
.search .search-box dl.checks dt label:hover {
	background-color: #eceff8;
}
.search .search-box dl.checks dt label.active,.search .search-box dl.checks dt label.active:hover {
	background-color: rgb(255, 251, 226);
}
.search .search-box .checks dd {
	display: none;
}
.search .search-box .checks dd ul {
}
.search .search-box .checks dd ul li {
	float: left;
	width: 50%;
	border-bottom: 1px dotted #ddd;
}
.search .search-box .checks dd ul li:nth-of-type(odd) {
	border-right: 1px dotted #ddd;
}
.search .search-box .checks dd ul li label {
	display: block;
	padding: 12px 0 10px 1em;
	background: #fff;
	color: #555;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search .search-box .checks dd ul li label:hover {
	background-color: #eceff8;
}
.search .search-box .checks dd ul li label.active,.search .search-box .checks dd ul li label.active:hover {
	background-color: rgb(255, 251, 226);
}

 /*tab-menu-l
--------------------------------*/

.search.content .search-wrap > div.search-area{
	display:none !important;
}
.search.content .search-wrap > div.active {
	display: block !important;
}
.search .content .search-wrap ul.tab-l{
	width:100%;
	display:flex;
	display: -webkit-box; /* Android 2~4 */
	-webkit-box-pack: justify; /* Android 2~4 */
	display: flex;
	display: -webkit-flex; /* Safari */
	 justify-content: space-around;
	-webkit-justify-content: space-around; /* Safari */
}
.search .content .search-wrap ul.tab-l li{
	width:100%;
	background:#d6dbf0;
	display:block;
	margin-right:1em;
	padding:15px 0;
	color:#7c7c7c;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	-webkit-box-flex: 1; /* Android 2~4 */
	flex: auto;
	-webkit-flex: auto;
	-moz-border-radius: 6px 6px 0 0 ;
	-webkit-border-radius: 6px 6px 0 0 ;
	border-radius: 6px 6px 0 0 ;
}
.search .content .search-wrap ul.tab-l li.active{
	background: #475ebe;
	background-image: -webkit-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: -moz-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: -ms-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: -o-linear-gradient(top, #7a8bd0, #475ebe);
	background-image: linear-gradient(to bottom, #7a8bd0, #475ebe);
	color:#fff;
}
.search .content .search-wrap ul.tab-l li:last-child{
	margin-right:0;
}


 /*search-l
--------------------------------*/

.search .content .search-area{
	width:100%;
	background:#fff;
	border:10px solid #475ebe;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	display:table;
}
.search .content.search-area .search-l{
	width:84%;
	border-right:1px solid #e0e1e3;
	display:table-cell;
	vertical-align:top;
}
.search .content .btnarea{
	width:16%;
	padding:10px 10px 0 10px;
	display:table-cell;
}
.search .content .search-l input[type="search"]{
	width:100%;
	margin:0;
	padding:20px;
	border:none;
	border-bottom:1px solid #e0e1e3;
	outline:none;
	-moz-border-radius: 0 ;
	-webkit-border-radius: 0 ;
	border-radius: 0 ;
	font-size:16px;
	line-height:1;
}
.search .content .search-l p.open-detail{
	width:100%;
	padding:13px;
	background:#f5f5f5;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}
.search .content .btnarea .btn-black{
	width:100%;
	margin-bottom:4px;
	padding-top:40px;
	font-weight:bold;
	font-size:13px;
}
.search .content .btnarea .btn-black span{
	font-size:10px;
}
.search .content .btnarea .btn{
	width:100%;
	height:13px;
	padding:0;
	line-height:0;
}

 /*search-m
--------------------------------*/

.search .content .search-m{
	width:100%;
	background:#fff;
	display:none;
}

 /*tab-menu-m
--------------------------------*/

.search .content .search-m > section.search-s{
	display:none !important;
}
.search .content .search-m > section.active{
	display:block !important;
}
.search .content .search-m .tab-m{
	width:100%;
	display:table;
	border-top:1px solid #e0e1e3;
	border-bottom:1px solid #e0e1e3;
	cursor:pointer;
}
.search .content .search-m ul.tab-m li{
	width:33%;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	border-right:1px solid #e0e1e3;
	text-align:center;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10 */
	cursor:pointer;
}
.search .content .search-m ul.tab-m li:last-child{
	width:34%;
	border-right:none;
}
.search .content .search-m ul.tab-m li.active{
	border-top:3px solid #475ebe;
	color:#475ebe;
	font-weight:bold;
	position: relative;
	min-width: 115px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	z-index: 1;
}
.search .content .search-m ul.tab-m li.active:before {
	content: "";
	position: absolute;
	bottom: -7px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}
.search .content .search-m ul.tab-m li.active:after {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #e0e1e3 transparent transparent transparent;
	z-index: 0;
}

/*search-s
--------------------------------*/
.search .content .search-s{
	width:100%;
	background:#eceff8;
}
/*tab-menu-s
--------------------------------*/
.search .content .search-xs div.check-wrap{
	display:none;
}
.search .content .search-xs > div.active{
	display:block !important;
}
.search .content .search-s .tab-s{
	width:14%;
	background:#eceff8;
	float:left;
}
.search .content .search-s .tab-s li{
	width:100%;
	background:#eceff8;
	border-bottom:1px solid #e0e1e3;
	padding:10px;
	position:relative;
	font-size:11px;
	text-align:center;
	line-height:2;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10 */
	cursor:pointer;
}
.search .content .search-s .tab-s li.active{
	background:#fff;
	border-right:none;
	padding:10px 0;
	box-sizing:content-box;
	border-right:1px solid #fff;
}

/**
 * --------------------------------------------------
 * common elements
 * --------------------------------------------------
 */

/*status
--------------------------------*/
.icon-new {
	margin: 0 0 0 5px;
	background: #ed1c24;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 30px;
	float: right;
}
.icon-up {
	margin: 0 0 0 5px;
	background: #f7931e;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 30px;
	float: right;
}

/*tag-colors
--------------------------------*/
.tag-spot{
	background:#F98500;
}
.tag-event{
	background:#41619E;
}
.tag-feature{
	background:#CA3B31;
}
.tag-plus{
	background:#D14145;
}
.tag-coupon{
	background:#e64c3c;
}
.tag-event-open{
	background:#00b06a;
}
.tag-chisan{
	background:#bf7731;
}
.tag-covid{
	background:#05b04d;
}
.tag-campaign{
	background:#bf7731;
}
.tag-point{
	background:#e64c3c;
}
.tag-qoopo{
	background:#bf7731;
}
.tag-event-notice{
	background:#AABF60;
}
.tag-event-today{
	background:#00b06a;
}
.tag-event-close{
	background:#e64c3c;
}
.tag-ticket{
	background:#EC5300;
}
.tag-ticket-sale{
	background:#EC5300;
}
.tag-ticket-reserve{
	background:#af7ac2;
}
.tag-ticket-sold{
	background:#e64c3c;
}
.tag-spot-reserve{
	background:#8cc63f;
}

/**
 * --------------------------------------------------
 * search header
 * --------------------------------------------------
 */
.search-header {
	position: relative;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 7px 0;
	margin: 15px 0;
}
.search-header ul {
	width: 100%;
}
.search-header ul li {
	position: relative;
	float: right;
	padding: 10px 0;
}
.search-header ul li a {
	color: #333;
}
.search-header ul li a i {
	color: #aaa;
}
.search-header ul li em {
	font-weight: bold;
}
.search-header .left {
	float: left;
}
.search-header .left li {
	margin: 0 1em 0 0;
}
.search-header .right {
	float: right;
}
.search-header .right li {
	margin-left: 1em;
	padding-left: 0.75em;
	border-left: 1px solid #eee;
}
.search-header .right li.spec {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
	width: 500px;
}
.search-header .right li.short {
	width: 400px;
}
.search-header .accord {
	white-space: nowrap;
	border: 1px solid #eee;
	background: #fff;
	position: absolute;
	right: 0;
	z-index: 100;
	margin: 20px 0 0;
	display:none;
	width: 120px;
}
.search-header.member-list .accord {
	width: 150px;
}
.search-header .accord li {
	float:none;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #eee;
}
.search-header .accord li:first-child {
	border-top: none;
}
.search-header .accord li a {
	display: block;
	padding: 0.75em 1em 0.75em 0.75em;
}
.search-header .accord li.active {
	font-weight:bold;
}

/**
 * --------------------------------------------------
 * search result list
 * --------------------------------------------------
 */

/*search list
--------------------------------*/
.search-list {
}
.search-list > li,.search-list > article {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
}
.search-list > article.noborder {
	border-bottom: 0px;
}

/*spot
--------------------------------*/
.sl-spot {
}
.sl-spot:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.sl-spot figure {
	float: left;
	width: 222px;
	overflow: hidden;
}
.sl-spot figure figure a {
	overflow: hidden;
	display: block;
}
.sl-spot figure .main {
	float: left;
	width: 212px;
	margin: 0 10px 5px 0;
}
.sl-spot figure .sub {
	float: left;
	width: 103px;
	margin: 0 5px 0 0;
}
.sl-spot figure .img {
	position: relative;
	padding: 100% 0 0;
}
.sl-spot figure .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.sl-spot .ttl,.sl-spot dl {
	float: right;
	width: 457px;
}
.sl-spot .ttl h2 {
	font-size:18px;
	font-weight:bold;
}
.sl-spot .ttl h2 span {
	font-size:12px;
	font-weight:normal;
}
.sl-spot dt {
	margin: 10px 0 5px;
}
.sl-spot dd{
	margin:5px 0;
	font-size: 12px;
}
.sl-spot dd.info {
}
.sl-spot dd.info li {
	margin: 2px 0 0;
	color: #666;
}
.sl-spot dd.info li i {
	color: #7586ce;
    margin-right: 5px;
}
.sl-spot dd.reserve {
}
.sl-spot dd.reserve .shop-reserve-ttl{
	margin: 20px 0 5px;
	font-size: 14px;
	font-weight: bold;
}
.sl-spot dd.reserve .shop-reserve-ttl .ic{
	margin-top: -2px;
}
.sl-spot dd.reserve th,
.sl-spot dd.reserve td {
	width: 14.285%;
	padding: 5px 3px;
	text-align: center;
	border: 1px solid #eceae2;
}
.sl-spot dd.reserve th {
	padding: 0 3px;
	font-size: 12px;
	background: #eceae2;
}
.sl-spot dd.reserve tr:nth-child(1) th{
	padding: 3px 3px 0;
}
.sl-spot dd.reserve tr:nth-child(2) th{
	padding: 0 3px 3px;
}
.sl-spot dd.reserve th.red {
	color: #f25b61;
}
.sl-spot dd.reserve th.blue {
	color: #2888c7;
}
.sl-spot dd.reserve .ic-fa-circle-o {
	color: #ffb400;
	font-size: 16px;
}
.sl-spot dd.reserve .ic-fa-times {
	color: #999;
	font-size: 16px;
}
.sl-spot dd.meta {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
.sl-spot dd.meta ul.category{
	float:left;
}
.sl-spot dd.meta ul.category li {
	float:left;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 10px;
	padding: 2px 6px;
	text-align: center;
}
.sl-spot dd.meta ul.category li:last-child {
	margin-right:0;
}
.sl-spot dd.meta ul.category li:first-child{
	border-left:none;
}
.sl-spot dd.meta ul.counter{
	float:right;
}
.sl-spot dd.meta ul.counter li {
	float:left;
	margin: 0 0 0 10px;
	font-weight: bold;
}
.sl-spot dd.meta ul.counter li:first-child {
	margin-left:0;
}
.sl-spot dd.meta ul.counter li i {
	color: #ffb400;
}
.sl-spot dd.meta ul.counter li i.p1 {
	color: #8cc63f;
}
.sl-spot dd.meta ul.counter li i.p2 {
	color: #FF7B23;
}
.sl-spot dd.meta ul.counter li i.p3 {
	color: #ff0000;
}
.sl-spot dd.news {
}
.sl-spot dd.news table {
	width: 100%;
}
.sl-spot dd.news table th,.sl-spot dd.news table td {
	border: 5px solid #fff;
	padding: 5px 10px;
	font-weight: normal;
}
.sl-spot dd.news table th {
	border-left: none;
	border-right: none;
	background: #7586ce;
	color: #fff;
	white-space: nowrap;
}
.sl-spot dd.news table td {
	border-left: none;
	border-right: none;
	background: #eceff8;
	width: 1000px;
}
.sl-spot dd.more {
	display: none;
}

.sl-spot.pr {
    border: 1px solid #e3d0d0;
    background: #fcf0f2;
    border-radius: 5px;
    padding: 10px;
    margin: 15px -10px 40px;
}
.sl-spot.pr .pr-title {
    font-weight: bold;
    color: #ff0000;
}
.sl-spot.pr .pr-box {
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
.sl-spot.pr .pr-box .ttl,
.sl-spot.pr .pr-box dl {
    float: right;
    width: 425px;
}
.sl-spot.pr .pr-box .pr-coupon table,
.sl-spot.pr .pr-box .pr-point table{
    position: relative;
}
.sl-spot.pr .pr-box .pr-coupon table th {
    border-top: 2px solid #f25f64;
    border-right: 1px solid #f25f64;
    border-bottom: 2px solid #f25f64;
    border-left: 2px solid #f25f64;
    color: #d31e30;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 10px 10px 15px;
    background: #fcf0f2;
    width: 90px;
    text-align: center;
}
.sl-spot.pr .pr-box .pr-coupon table th::after,
.sl-spot.pr .pr-box .pr-point table th::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 31px;
    background-image: url(../../spot/common/images/coupon-top.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.sl-spot.pr .pr-box .pr-coupon table td {
    border-top: 2px solid #f25f64;
    border-right: 2px solid #f25f64;
    border-bottom: 2px solid #f25f64;
    border-left: none;
    padding: 10px;
    background: #fcf0f2;
    width: auto;
    line-height: 14px;
}
.sl-spot.pr .pr-box .pr-point table th {
    border-top: 2px solid #fead71;
    border-right: 1px solid #fead71;
    border-bottom: 2px solid #fead71;
    border-left: 2px solid #fead71;
    color: #ff7200;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 10px 10px 15px;
    background: #fcf0f2;
    width: 90px;
    text-align: center;
}
.sl-spot.pr .pr-box .pr-point table td {
    border-top: 2px solid #fead71;
    border-right: 2px solid #fead71;
    border-bottom: 2px solid #fead71;
    border-left: none;
    padding: 10px;
    background: #fcf0f2;
    width: auto;
    line-height: 14px;
}
@media screen and (max-width: 693px){
.sl-spot .ttl h2 {
	font-size:18px;
	font-weight:bold;
	padding: 0 0 8px;
}
}


/*event
--------------------------------*/
.sl-event {
}
.sl-event:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.sl-event figure {
	float: left;
	width: 222px;
	overflow: hidden;
}
.sl-event figure figure a {
	display: block;
}
.sl-event figure img {
	float: left;
	margin: 0 10px 10px 0;
}
.sl-event .ttl,.sl-event dl {
	float: right;
	width: 457px;
}
.sl-event .ttl h2 {
	font-size:18px;
	font-weight:bold;
}
.sl-event .ttl h2 span {
	font-size:12px;
	font-weight:normal;
}
.sl-event dt {
	margin: 10px 0 5px;
}
.sl-event dt th,.sl-event dt td {
	border: 2px solid #888;
	padding: 5px 10px;
}
.sl-event dt th {
	background: #888;
	color: #fff;
	text-align: center;
}
.sl-event dt table.notice th{ border-color:#2980b9;background-color:#2980b9;}
.sl-event dt table.open th{ border-color:#187818;background-color:#187818;}
.sl-event dt table.today th{ border-color:#187818;background-color:#187818;}
.sl-event dt table.close th{ border-color:#7f8c8d;background-color:#7f8c8d;}
.sl-event dt table.only th{ border-color:#187818;background-color:#187818;}
.sl-event dt table.notice td{ border-color:#2980b9;}
.sl-event dt table.open td{ border-color:#187818;}
.sl-event dt table.today td{ border-color:#187818;}
.sl-event dt table.close td{ border-color:#7f8c8d;}
.sl-event dt table.only td{ border-color:#187818;}
.sl-event dd {
	margin:5px 0;
	font-size: 12px;
}
.sl-event dd.meta {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
.sl-event dd.meta ul.category{
	float:left;
}
.sl-event dd.meta ul.category li {
	float:left;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 10px;
	padding: 2px 6px;
	text-align: center;
}
.sl-event dd.meta ul.category li:last-child {
	margin-right:0;
}
.sl-event dd.meta ul.category li:first-child{
	border-left:none;
}
.sl-event dd.meta ul.counter{
	float:right;
}
.sl-event dd.meta ul.counter li {
	float:left;
	margin: 0 0 0 10px;
	font-weight: bold;
}
.sl-event dd.meta ul.counter li:first-child {
	margin-left:0;
}
.sl-event dd.meta ul.counter li i {
	color: #ffb400;
}
.sl-event dd.news {
}
.sl-event dd.news table {
	width: 100%;
}
.sl-event dd.news table th,.sl-event dd.news table td {
}
.sl-event dd.news table th {
	white-space: nowrap;
}
.sl-event dd.news table td {
	width: 1000px;
}
.sl-event dd.more {
	display: none;
}


/*hospital
--------------------------------*/
.sl-hosp {
}
.sl-hosp:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.sl-hosp figure {
	float: left;
	width: 222px;
	overflow: hidden;
}
.sl-hosp figure figure a {
	overflow: hidden;
	display: block;
}
.sl-hosp figure .main {
	float: left;
	width: 212px;
	margin: 0 10px 5px 0;
}
.sl-hosp figure .sub {
	float: left;
	width: 103px;
	margin: 0 5px 0 0;
}
.sl-hosp figure .img {
	position: relative;
	padding: 100% 0 0;
}
.sl-hosp figure .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.sl-hosp .ttl,.sl-hosp dl {
	float: right;
	width: 457px;
}
.sl-hosp .ttl h2 {
	font-size:18px;
	font-weight:bold;
}
.sl-hosp .ttl h2 span {
	font-size:12px;
	font-weight:normal;
}
.sl-hosp dt {
	margin: 10px 0 5px;
}
.sl-hosp dd {
	margin:5px 0;
	font-size: 12px;
}
.sl-hosp dd.more {
	display: none;
}


/*feat
--------------------------------*/
.sl-feat {
}
.sl-feat:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.sl-feat figure {
	float: left;
	width: 222px;
	overflow: hidden;
}
.sl-feat figure figure a {
	display: block;
}
.sl-feat figure img {
	float: left;
	margin: 0 10px 10px 0;
}
.sl-feat .ttl,.sl-feat dl {
	float: right;
	width: 457px;
}
.sl-feat .ttl h2 {
	font-size:18px;
	font-weight:bold;
}
.sl-feat .ttl h2 span {
	font-size:12px;
	font-weight:normal;
}
.sl-feat dt {
	margin: 10px 0 5px;
}
.sl-feat dd {
	margin:5px 0;
	font-size: 12px;
}
.sl-feat dd.meta {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
.sl-feat dd.meta ul.category{
	float:left;
}
.sl-feat dd.meta ul.category li {
	float:left;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 10px;
	padding: 2px 6px;
	text-align: center;
}
.sl-feat dd.meta ul.category li:last-child {
	margin-right:0;
}
.sl-feat dd.meta ul.category li:first-child{
	border-left:none;
}
.sl-feat dd.more {
	display: none;
}


/*kuchikomi
--------------------------------*/
.search-result .mypage-tag-area h2,
.search-result .kuchikomi-ttl-area h2 {
	color: #666;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}

.search-list > article.sl-kuchikomi{
	position: relative;
	margin: 0 0 20px;
	padding: 15px 10px;
	font-size: 12px;
	background: #fff4ce;
	border-bottom: none;
}
.sl-kuchikomi span{
	vertical-align: middle;
}
.sl-kuchikomi .user{
	float: left;
}
.sl-kuchikomi .date{
	float: right;
}
.sl-kuchikomi .date .new{
	margin-right: 10px;
	padding: 2px 5px;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #ed1c24;
}
.sl-kuchikomi .user span,.sl-kuchikomi .user img{
	vertical-align: middle;
}
.sl-kuchikomi .user-icon{
	position: absolute;
	top: -10px;
	left: 10px;
}
.sl-kuchikomi .user-icon img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff4ce;
}
.sl-kuchikomi .user-name{
	margin-left: 60px;
}
.sl-kuchikomi .rank-icon{
	margin: 0 10px;
}
.sl-kuchikomi .box{
	margin: 10px 0 5px;
	padding: 10px;
	font-size: 14px;
	background: #fff;
	overflow: hidden;
}
.sl-kuchikomi .box .photo{
	position: relative;
	float: right;
	margin-left: 15px;
}
.sl-kuchikomi .box .photo span{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.sl-kuchikomi .box .replay-list{
margin: 10px 0 0;
}
.sl-kuchikomi .box .replay-list .ic{
	margin-right: 5px;
}
.sl-kuchikomi .text{
	border-bottom: 1px solid #eee;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

/*kuchikomi photo
--------------------------------*/
.search-list > .sl-kuchikomi-ph{
	width: 24.4%;
    float: left;
    margin: 0 0.5% 0.5% 0;
    border-bottom: none;
    padding-bottom: 0;
}

.search-list > .sl-kuchikomi-ph .crop01 {
    width: 100%;
    height: calc(17vmin);
    overflow: hidden;
}
.search-list > .sl-kuchikomi-ph .crop img {
	position: relative;
	top: 50%;
	left: 50%;
	width: 130%;
	height: initial;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: inherit;
}
@media screen and (max-width: 693px){
	.search-list > .sl-kuchikomi-ph{
	    width: 32.5%;
	    float: left;
	    margin: 0 1% 1% 0;
	    padding-bottom: 0;
	}
	.search-list > .sl-kuchikomi-ph:nth-child(3n){
    	margin: 0 0 1% 0;
	}
	.search-list > .sl-kuchikomi-ph .crop01 {
	    width: 100%;
	    height: calc(25vmin);
	}
	.search-list > .sl-kuchikomi-ph .crop img {
		width: 130%;
	}
}

/*whats-new
--------------------------------*/
.content .whatsnew .title{
	background: #d7e9f4 none repeat scroll 0 0;
	color: #398fca;
	line-height: 25px;
	margin-bottom: 5px;
	width: 100%;
}
.content .whatsnew .title h2{
	background: #d7e9f4 none repeat scroll 0 0;
	color: #398fca;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	float: left;
}
.content .whatsnew .title　p{
	background: #d7e9f4 none repeat scroll 0 0;
	color: #398fca;
	line-height: 25px;
	margin-bottom: 5px;
	padding: 5px 10px;
	float: right;
}
.content .whatsnew {
	margin-bottom:40px;
	background: #f4fafd;
}
.content .whatsnew ul li{
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:1px dotted #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	overflow: hidden;
	width: 100%;
}
.content .whatsnew ul li:last-child{
	border-bottom:none;
}
.content .whatsnew ul li a{
	width: 570px;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content .whatsnew p{
	padding: 5px 10px;
	text-align: right;
}

/*pager*/
.search .content .search-result .pager {
	margin: 30px 0 0;
}
.search .content .search-result .pager ul {
	display: table;
	margin: 0 auto;
}
.search .content .search-result .pager ul li {
	display: table-cell;
	padding: 0 5px;
}
.search .content .search-result .pager ul li a {
	border-radius: 0;
}

/*caution*/
.search .content p.caution {
	text-align: center;
	font-size: 0.8em;
	color: #ed1c24;
}
/*featuredoc-ad*/
.search-result .ad{
	display: none;
}
@media screen and (max-width: 979px) {
	.search-result .ad{
		display:block;
		text-align: center;
	}
}
/*search_box*/
.search-detail-box {
	background: rgba(0,0,0,0.75);
	height: 100%;
	position: fixed;
	right: 0;
	bottom: -100%;
	transition: bottom 0.4s ease-in-out 0s;
	width: 100%;
	z-index: 4000;
}
.search-detail-box.open {
	bottom: 0;
	background: rgba(0,0,0,0.75);
}



.search-detail-box form{
	width: 40%;
	margin: 100px 30%;
	background: #fff;
}
.search-detail-box.open form{
    width: 40%;
    margin: 100px 30% 0;
    background: #fff;
}
.search-detail-box header {
	width: 100%;
	padding: 10px;
	background: #EBE9DF;
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
    width: 40%;
    margin: 90px 30% 0;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 0px 3px -1px #000000;
	-moz-box-shadow: 0px 0px 3px -1px #000000;
	-webkit-box-shadow: 0px 0px 3px -1px #000000;
}
.search-detail-box header a {
	display: block;
	padding: 10px;
	background: #01b169;
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 10px 0 0;
	background-image: -webkit-linear-gradient(top, #818181, #4d4d4d);
	background-image: -moz-linear-gradient(top, #818181, #4d4d4d);
	background-image: -ms-linear-gradient(top, #818181, #4d4d4d);
	background-image: -o-linear-gradient(top, #818181, #4d4d4d);
}
.search-detail-box .items {
	overflow-y: auto;
	padding: 50px 10px 10px;
}
.search-detail-box .items .foot{
	height: 110px;
	text-indent: -9999px;
}
.search-detail-box .submit {
	width: 100%;
	padding: 10px;
	background: rgba(255, 255, 255, 0.75);
	position: fixed;
	left: 0;
	bottom: -100%;
	transition: bottom 0.4s ease-in-out 0s;
	width: 40%;
	margin: 0 30%;
	box-shadow: 0px 0px 3px -1px #333;
	-moz-box-shadow: 0px 0px 3px -1px #333;
	-webkit-box-shadow: 0px 0px 3px -1px #333;
}
.search-detail-box .submit.open {
	bottom: 0;
}
.search-detail-box .submit ul,.search-box.mode-detail ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.search-detail-box .submit ul li,.search-box.mode-detail ul li {
	flex: 0 1 50%;
	max-width: 50%;
}
.search-detail-box .submit ul li:first-child,.search-box.mode-detail ul li:first-child {
	padding-right: 1%;
	float: left;
	display: block;
	width: 49%;
}
.search-detail-box .submit ul li:last-child,.search-box.mode-detail ul li:last-child {
	padding-right: 1%;
	float: left;
	display: block;
	width: 49%;
}
.search-detail-box .submit ul li .cmn-btn-sub.tiny,.search-box.mode-detail ul li .cmn-btn-sub.tiny {
	padding: 0.75em 0.5em;
}
.search-detail-box .submit ul li .cmn-btn-sub,.search-box.mode-detail ul li .cmn-btn-sub {
	background: #445BA7 none repeat scroll 0 0;
	border-radius: 10px;
}
.search-detail-box .submit ul li a,.search-box.mode-detail ul li a {
	background: #01b169 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	line-height: 1;
	padding: 1em 0.5em;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.search-detail-box .items h2 ~ h2 {
	margin-top: 30px;
}
.search-detail-box .items li {
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	padding: 10px 0;
}
.search-detail-box .items li span::after {
	/* background-image: url("/common/images/sp/sprites.png"); */
	background-position: -46px -144px;
	background-repeat: no-repeat;
	background-size: 76px auto;
	content: "";
	display: block;
	height: 7px;
	margin-top: -3px;
	overflow: hidden;
	position: absolute;
	right: 7px;
	text-indent: -9999px;
	top: 50%;
	white-space: nowrap;
	width: 13px;
}
.search-detail-box .items li span {
	display: block;
}
.search-detail-box .items li span a {
	font-size: 24px;
	margin: 0;
	float: right;
	display: block;
	top: 20%;
	text-decoration: none;
}
.search-detail-box .items li span a i.ic-fa-plus-square,.search-detail-box .items li span a.active i.ic-fa-minus-square {
	display: block;
}
.search-detail-box .items li span a.active i.ic-fa-plus-square,.search-detail-box .items li span a i.ic-fa-minus-square {
	display: none;
}
.search-detail-box .items li ul {
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
	display: none;
	margin: 10px 0 -10px;
}
.search-detail-box .items li ul.open {
	display: block;
}
.search-detail-box .items #f2 > ul > li > ul > li {
	padding-left: 15px;
}
.search-detail-box .items li {
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	padding: 10px 0;
	list-style: outside none none;
}
.search-detail-box .item-view span,.search-box .mode-detail .item-view span{
	background: #f93 none repeat scroll 0 0;
	border-radius: 1.5em;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin: 0 5px 10px 0;
	padding: 0.75em 34px 0.75em 15px;
	position: relative;
	vertical-align: middle;
}
.search-detail-box .item-view span a,.search-box .mode-detail .item-view span a {
	background-color: rgba(0, 0, 0, 0.2);
	background-position: -31px 0;
	background-repeat: no-repeat;
	background-size: 76px auto;
	border-radius: 12px;
	box-shadow: 0 1px 0 #017e4b;
	color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	margin: -5px 0 0;
	padding: 4px 0 0 4px;
	overflow: hidden;
	position: absolute;
	right: 4px;
	top: 35%;
	white-space: nowrap;
	text-decoration: none;
}
.search-box .mode-detail h1 {
	margin: 0 -7px 10px;
	background: #EBE9DF;
	color: #000;
	text-align: center;
	padding: 6px;
	font-size: 15px;
	border-radius: 3px 3px 0 0;
}
.search-box .mode-detail ul {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
}
.search-box .mode-detail ul li:first-child {
	padding-right: 5px;
}
.search-box .mode-detail ul li {
	flex: 0 1 50%;
	max-width: 50%;
	display: inline-block;
}
.search-box .mode-detail ul li .cmn-btn-sub.tiny {
	width: 100%;
	padding: 0.75em 0.5em;
}
.search-box .mode-detail ul li .cmn-btn-sub {
	width: 100%;
	background: #445BA7 none repeat scroll 0 0;
}
.no-scroll {
	height: 100% !important;
	overflow: hidden !important;
}
.nav-horizontal {
	height: 100%;
	width: 102%;
	margin: 0px -1% 12px;
	overflow: hidden;
}
.nav-horizontal .mask {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	background: #8a8a8a;
	border-radius: 4px 4px 0 0;　
	padding: 0;
}
.nav-horizontal .list {
	margin: 0 0 0 0;
	display: inline-table;
	max-width: 100%;
	width: 100%;
}
.nav-horizontal .list li {
	display: table-cell;
}
.nav-horizontal .list .active{
	background: #f93;
}
.search .search-box .inputs #list_C1 input {
	width: 100%;
	background: none;
	display: block;
	margin: 0;
	padding: 5px 8px 20px;
	color: #fff;
	border: none;
	border-radius: 0;
	font-size: 12px;
	font-weight: bold;
}
#sb-terms #details input{
	width: 100%;
	margin: 5px 0 0 0;
}
#view_search_form #sb-terms select,#view_search_form select{
	text-indent: .01px;
	text-overflow: '';
	color: #666;
	background: #fff;
	-moz-box-shadow: 0 2px 0 #a5a5a5;
	-webkit-box-shadow: 0 2px 0 #a5a5a5;
	box-shadow: 0 2px 0 #a5a5a5;
	padding: 0.3em 153px 0.3em 0.5em;
	min-width: 100px;
	background-image: url(/common/images/sp/form_select.png);
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 3px;
}
#view_search_form .inputs select{
	text-indent: .01px;
	text-overflow: '';
	color: #666;
	background: #fff;
	-moz-box-shadow: 0 2px 0 #a5a5a5;
	-webkit-box-shadow: 0 2px 0 #a5a5a5;
	box-shadow: 0 2px 0 #a5a5a5;
	padding: 0.3em 1.8em 0.3em 0.3em;
	width: 240px;
	font-size: 98%;
	background-image: url(/common/images/sp/form_select.png);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#view_search_form .inputs p.event-option .days select {
	width: 10%;
	min-width: 10%;
	margin: 0 5px;
}
#view_search_form .inputs p.event-option select{
	width: 17%;
	min-width: 17%;
	margin: 0 5px;
}
.triangle {
	margin: 27px auto -40px;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid #ffffff;
	border-right: 4px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 4px solid transparent;
}
.global-main > .content .nav-horizontal {
	line-height: 0;
}
.imakoko-pc-display{
	display: block;
}
.imakoko-sp-display{
	display: none;
}
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100% !important;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.5;
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.search-detail-box .submit ul li a, .search-box .mode-detail ul li a {
    background: #01b169 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 1;
    padding: 1em 0.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
}
li .cmn-btn-sub, .search-box .mode-detail ul li .cmn-btn-sub {
    background: #445BA7 none repeat scroll 0 0;
    border-radius: 10px;
}


@media screen and (max-width: 1299px){
.search-detail-box form{
	width: 70%;
	margin: 100px 15%;
	background: #fff;
}
.search-detail-box.open form{
	width: 70%;
	margin: 100px 15% 0;
	background: #fff;
}
.search-detail-box header {
	width: 100%;
	padding: 10px;
	background: #EBE9DF;
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 70%;
	margin: 90px 15% 0;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 0px 3px -1px #000000;
	-moz-box-shadow: 0px 0px 3px -1px #000000;
	-webkit-box-shadow: 0px 0px 3px -1px #000000;
}
.search-detail-box .submit {
	width: 100%;
	padding: 10px;
	background: rgba(255, 255, 255, 0.75);
	position: fixed;
	left: 0;
	bottom: -100%;
	transition: bottom 0.4s ease-in-out 0s;
	width: 70%;
	margin: 0 15%;
	box-shadow: 0px 0px 3px -1px #333;
	-moz-box-shadow: 0px 0px 3px -1px #333;
	-webkit-box-shadow: 0px 0px 3px -1px #333;
}
}




@media screen and (max-width: 693px) {
	.search .global-main {
		padding: 50px 0 0;
	}
	.search .search-box ul#tab-L li a {
		font-size: 12px;
		padding: 2em 0 0;
		height: 60px;
	}
	.search .search-box ul#tab-L li:first-child a {
		padding: 1em 0 0;
		height: 60px;
	}
	.search .search-box ul#tab-L li a span {
		display: none;
	}
	.search .search-box .search-cont,.search .search-box .mode-detail {
		position: relative;
		padding: 0 1% 1%;
		margin: 0 -4%;
		background: #f0f0f0;
		border: none;
		border-radius: 0;
	}
	.search .search-box .search-cont #sb-terms {
		float: left;
		width: 92%;
		margin: 0 4% 4px;
	}
	.search .search-box #sb-submit > p {
		margin: 7px 0 0 0;
	}
	.search .search-box .submit {
		float: right;
		width: 32%;
		margin: -5px 0 0 0;
	}
	.search .search-box #sb-submit > p a {
		display: block;
		padding: 11px 0;
	}
	.search .search-box #sb-submit > p i {
		margin: 0;
		display: inline-block;
		font-size: 14px;
	}
	.search .search-box #sb-submit > p span {
		display: none;
	}
	.search .search-box #sb-submit,.search .search-box #sb-submit.static {
		width: auto;
	}
	.search .search-box #sb-submit.absolute {
		width: 11.8%;
		margin: 0 0 6px 0;
	}
	.search .search-box #sb-submit.fixed {
		width: 11%;
	}
	.search .search-box .inputs {
		margin: 0 0 5px 0;
	}
	.search .search-box .inputs select,.search .search-box #details select {
		width: 98%;
	}
	.search .search-box .inputs p.event-option span {
		display: block;
	}
	.search .search-box .cont-L {
		display: none;
		float:left;
		width:89%;
		margin: 5px 0 5px 12%;
	}
	.search .search-box ul.tab-M li a {
		padding: 5px 2px;
		background: #f3f3f3;
	}
	.search .search-box .cont-M {
		padding: 10px;
	}
	.search .search-box #input_keywords {
		width:85%;
		float:right;
		padding:0;
	}
	.search .search-box #details_label {
		width:12%;
		float:left;
		font-size:10px;
		line-height:120%;
		padding:3px;
	}
	.search .search-box .checks dd ul li {
		float: none;
		width: auto;
	}
	.search .content .search-wrap ul.tab-l li{
		font-size:16px;
	}
	.search .content.search-area .search-l{
		width:100%;
		display:block;
	}
	.search .content .search-l p.open-detail{
		font-size:14px;
	}
	.search .content .btnarea{
		width:100%;
		display:block;
		text-align:center;
		border-top:1px solid #e0e1e3;
	}
	.search .content .btnarea .btn-black{
		width:400px;
		margin-bottom:4px;
		padding:20px 0;
		font-weight:bold;
		font-size:16px;
	}
	.search .content .btnarea .btn-black span{
		font-size:16px;
	}
	.search .content .btnarea .btn{
		width:200px;
	}
	.search .content .search-m ul.tab-m li{
		font-size:16px;
	}
	.search .content .search-s .tab-s{
		width:20%;
	}
	.search .content .search-s .tab-s li{
		font-size:14px;
	}
	.search-header {
	}
	.search-header .right li.spec {
		width: 100%;
		border-bottom: 1px solid #eee;
		margin-bottom: 10px;
	}
	.search-header .accord li {
		display: block;
	}
	.sl-spot .ttl,.sl-spot dl,.sl-spot figure {
		float: none;
		width: 100%;
	}
	.sl-spot figure .main {
		width: 30.3%;
		margin: 0 5px 5px;
	}
	.sl-spot figure .sub {
		width: 30.3%;
		margin: 0 5px 5px;
	}
	.sl-spot .bx-controls .bx-prev,
	.sl-spot .bx-controls .bx-next {
		display:none;
	}
	.sl-spot dd.more {
		display: block;
		margin: 20px 0 0;
	}
	.sl-spot dd.more a.btn {
		display: block;
	}
    .sl-spot.pr .pr-box .ttl,
    .sl-spot.pr .pr-box dl {
        float: none;
        width: 100%;
    }
	.sl-event .ttl,.sl-event dl,.sl-event figure {
		float: none;
		width: 100%;
	}
	.sl-event figure img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.sl-event dd.more {
		display: block;
		margin: 20px 0 0;
	}
	.sl-event dd.more a.btn {
		display: block;
	}
	.sl-hosp .ttl,.sl-hosp dl,.sl-hosp figure {
		float: none;
		width: 100%;
	}
	.sl-hosp figure .main {
		width: 30.3%;
		margin: 0 5px 5px;
	}
	.sl-hosp figure .sub {
		width: 30.3%;
		margin: 0 5px 5px;
	}
	.sl-hosp .bx-controls .bx-prev,
	.sl-hosp .bx-controls .bx-next {
		display:none;
	}
	.sl-hosp dd.more {
		display: block;
		margin: 20px 0 0;
	}
	.sl-hosp dd.more a.btn {
		display: block;
	}
	.sl-feat .ttl,.sl-feat dl,.sl-feat figure {
		float: none;
		width: 100%;
	}
	.sl-feat figure img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.sl-feat dd.more {
		display: block;
		margin: 20px 0 0;
	}
	.sl-feat dd.more a.btn {
		display: block;
	}
	.shop-detail .content .kuchikomi-photo .bx-wrapper .bx-prev{
		left: 10px;
	}
	.shop-detail .content .kuchikomi-photo .bx-wrapper .bx-next{
		right: 10px;
	}
	.sl-kuchikomi .user{
		float: none;
	}
	.sl-kuchikomi .date{
		float: none;
		margin-left: 60px;
	}
	.sl-kuchikomi .age{
		display: block;
		margin-left: 60px;
	}
	.content .whatsnew ul li a{
		width: 100%;
		display: block;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.search .content .search-result .pager ul {
		width: 100%;
		table-layout: fixed;
		text-align: center;
		/*border: 1px solid #dbdbdb;
		border: 1px solid rgba(0, 0, 0, .15);*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.search .content .search-result .pager ul li {
		display: inline-block;
		padding: 0;
		margin: 2px;
		font-size: 0.8rem;
	}
	.search .content .search-result .pager ul li a{
	    padding: 1em 1.3em;
	    border-radius: 3px;
	}
	.search .content .search-result .pager ul .next {
		display: none;
		padding: 0;
	}
	.search .content .search-result .pager ul .next a{
	    display: inline-block;
	    background-image: -moz-linear-gradient(top, #818181, #4d4d4d);
	    background-image: -ms-linear-gradient(top, #818181, #4d4d4d);
	    background-image: -o-linear-gradient(top, #818181, #4d4d4d);
	    border: 1px solid rgba(0, 0, 0, .2);
	    padding: .75em 0.2rem;
	    line-height: 1;
	    text-align: center;
	    text-decoration: none;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
	.search .content .search-result .pager ul li:first-child {
		/*border-right: 1px solid #dbdbdb;
		border-right: 1px solid rgba(0, 0, 0, .15);*/
	}
	.search .content .search-result .pager ul li.prev,.search .content .search-result .pager ul li.next {
		display: inline-block;
	}
	.search .content .search-result .pager ul li.prev a{
	    display: inline-block;
	    background-image: -moz-linear-gradient(top, #818181, #4d4d4d);
	    background-image: -ms-linear-gradient(top, #818181, #4d4d4d);
	    background-image: -o-linear-gradient(top, #818181, #4d4d4d);
	    border: 1px solid rgba(0, 0, 0, .2);
	    padding: .75em 0.2rem;
	    line-height: 1;
	    text-align: center;
	    text-decoration: none;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
	.search .content .search-result .pager ul li.prev a,.search .content .search-result .pager ul li.next a {
		display: block;
		background: #f2f2f2;
		background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
		background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
		background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
		background-image: -o-linear-gradient(top, #fff, #f2f2f2);
		background-image: linear-gradient(to bottom, #fff, #f2f2f2);
		color: #666666;
		padding: 1em 0.5em;
		text-align: center;
	}
	.search .content .search-result .pager ul li.prev a:hover,.search .content .search-result .pager ul li.next a:hover {
		background: #fefefe;
		background-image: -webkit-linear-gradient(top, #f2f2f2, #fff);
		background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
		background-image: -ms-linear-gradient(top, #f2f2f2, #fff);
		background-image: -o-linear-gradient(top, #f2f2f2, #fff);
		background-image: linear-gradient(to bottom, #f2f2f2, #fff);
		text-decoration: none;
	}
	.search .content p.caution {
		text-align: left;
	}
	/*search_box*/
	.search-detail-box {
		background: rgba(0,0,0,0.75);
		height: 100%;
		position: fixed;
		bottom: 0;
		top: 0;
		right: -100% !important;
		width: 100%;
		z-index: 4000;
		transition: right 0.2s ease-in-out 0s;
	}
	.search-detail-box.open {
		top: 0px !important;
		bottom: 0px !important;
		left: 0 !important;
		background: rgba(0,0,0,0.75);
		position: fixed;
		display: block;
	}
	.search-detail-box form{
		width: 100%;
		margin: 0;
		background: #fff;
	}
	.search-detail-box.open form{
		width: 100%;
		margin: 0 0% 0;
		background: #fff;
		height: 100vh;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		display: block;
	}
	.search-detail-box header {
		width: 100%;
		padding: 10px;
		background: #EBE9DF;
		color: #333;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 100%;
		margin: 0;
		border-radius: 0;
		box-shadow: 2px 0px 3px -1px #000000;
		-moz-box-shadow: 2px 0px 3px -1px #000000;
		-webkit-box-shadow: 2px 0px 3px -1px #000000;
	}
	.search-detail-box header a {
		display: block;
		padding: 10px;
		background: #01b169;
		color: #fff;
		text-decoration: none;
		position: absolute;
		right: 0;
		top: 0;
		border-radius: 0;
		background-image: -webkit-linear-gradient(top, #818181, #4d4d4d);
		background-image: -moz-linear-gradient(top, #818181, #4d4d4d);
		background-image: -ms-linear-gradient(top, #818181, #4d4d4d);
		background-image: -o-linear-gradient(top, #818181, #4d4d4d);
	}
	.search-detail-box .items {
		overflow-y: auto;
		padding: 50px 10px 0px;
	}
	.search-detail-box .items p{
		display: block;
	}
	.search-detail-box .items .foot{
		height: 10px;
		text-indent: -9999px;
		display: block;
	}
	.search-detail-box .submit {
		width: 100%;
		padding: 10px;
		background: rgba(255, 255, 255, 1);
		position: fixed;
		left: 0;
		bottom: -100%;
		transition: bottom 0.2s ease-in-out 0s;
		width: 100%;
		margin: 0;
		box-shadow: 0px 0px 3px -1px #333;
		-moz-box-shadow: 0px 0px 3px -1px #333;
		-webkit-box-shadow: 0px 0px 3px -1px #333;
	}
	.search-detail-box .submit.open {
		bottom: 0;
	}
	#sb-terms #details input{
		width: 100%;
		margin: 10px 0 0 0;
	}
	#view_search_form .inputs select{
		text-indent: .01px;
		text-overflow: '';
		color: #666;
		background: #fff;
		-moz-box-shadow: 0 2px 0 #a5a5a5;
		-webkit-box-shadow: 0 2px 0 #a5a5a5;
		box-shadow: 0 2px 0 #a5a5a5;
		padding: 0.6em 1.8em 0.6em 0.3em;
		width: 44.5%;
		font-size: 96%;
		background-image: url(/common/images/sp/form_select.png);
		background-size: 14px auto;
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-color: #fff;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 3px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#view_search_form .inputs p.event-option .days select {
		width: 20%;
		min-width: 20%;
		margin: 0 1%;
	}
	#view_search_form .inputs p.event-option select{
		width: 35%;
		min-width: 17%;
		margin: 0 1%;
	}
	.imakoko-pc-display{
		display: none;
	}
	.imakoko-sp-display{
		display: block;
		margin: 10px;
	}
	.nav-horizontal .mask {
		width: 100%;
		padding: 0;
		overflow-x: auto;
		background: #8a8a8a;
		-webkit-overflow-scrolling: touch;/* 慣性スクロール */
	}
	.nav-horizontal {
		height: 2.8rem;
		width: 100%;
		margin: 0 0% 10px;
		overflow: hidden;
	}
	.nav-horizontal .list {
		margin: 0;
		display: inline-table;
		max-width: 100%;
	}
	.search .search-box .inputs #list_C1 input {
		width: 100%;
		background: #8a8a8a;
		margin: 0px;
		padding: 0.7rem 0.6rem 0.8rem;
		color: #fff;
		border: none;
		border-radius: 0;
		font-size: 14px;
		font-weight: normal;
	}
	.search .search-box .inputs #list_C1 .active input{
		background: #f93;
	}
	#view_search_form #sb-terms select,#view_search_form select{
		text-indent: .01px;
		text-overflow: '';
		color: #666;
		background: #fff;
		-moz-box-shadow: 0 2px 0 #a5a5a5;
		-webkit-box-shadow: 0 2px 0 #a5a5a5;
		box-shadow: 0 2px 0 #a5a5a5;
		padding: .75em .5em;
		min-width: 100px;
		padding-right: 10px;
		background-image: url(/common/images/sp/form_select.png);
		background-size: 14px auto;
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-color: #fff;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 3px;
	}
	.triangle {
		display: none;
	}
	.txt-xxs,.icon-new,.icon-up{
		display: none;
	}
}




/**
 * --------------------------------------------------
 * kuchikomi
 * --------------------------------------------------
 */
.search .content .kuchikomi-photo{
	margin: 0 0 20px;
	overflow: hidden;
}
.search .content .kuchikomi-photo li .ic{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.search .content .kuchikomi-photo p{
	margin: 10px 0 0;
}
.search .content .kuchikomi-photo .bx-wrapper .bx-controls-direction a{
	z-index: 50;
}
.search .content .kuchikomi-photo .bx-wrapper .bx-prev{
	left: -40px;
}
.search .content .kuchikomi-photo .bx-wrapper .bx-next{
	right: -40px;
}
.search .content .kuchikomi-list li{
	position: relative;
	margin: 0 0 20px;
	padding: 15px 10px;
	font-size: 12px;
	background: #fff4ce;
}

.search .content .kuchikomi-list .user {
    position: relative;
	padding: 0 65px 0 54px;
    min-height: 40px;
}

.search .content .kuchikomi-list .user div {
    width: 52px;
    height: 52px;
    position: absolute;
    top: -25px;
    left: 0;
}
.search .content .kuchikomi-list .user div img {
    object-fit: cover;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 3px solid #fff4ce;
}
.search .content .kuchikomi-list .user p {
    font-size: 12px;
}
.search .content .kuchikomi-list .user p span {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #ea6a83;
    padding: 0px 3px 2px;
    margin: 0 0 0 10px;
}
.search .content .kuchikomi-list .user p span img {
    max-width: initial;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: -1px 3px 0 0;
}
.search .content .kuchikomi-list .user ul {
}
.search .content .kuchikomi-list .user li {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

.search .content .kuchikomi-list .user dl {
	position: relative;
	width: 62px;
	height: 80px;
	background: url(../img/ranking/badge.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: -5px;
	top: -26px;
	z-index: 2;
}
.search .content .kuchikomi-list .user dt {
	width: 100%;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.search .content .kuchikomi-list .user dd {
	width: 100%;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #ea6a83;
	position: absolute;
	left: 0;
	bottom: 24px;
}

.search .content .kuchikomi-list li .box{
	margin: 10px 0 5px;
    padding: 10px 10px 0;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
}
.search .content .kuchikomi-list li .box p{
    margin: 0;
    padding: 0 0 15px;
}
.search .content .kuchikomi-list li .box .new{
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1;
	background: #ed1c24;
	color: #fff;
	padding: 2px 5px;
	margin: 0 5px 0 0;
}
.search .content .kuchikomi-list li .box .photo-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
	padding: 0 0 10px;
	overflow: hidden;
}
.search .content .kuchikomi-list li .box .photo-list li{
	position: relative;
	width: 20%;
	margin: 0;
	padding: 3px;
	background: none;
}
.search .content .kuchikomi-list li .box .photo-list li a{
	display: block;
	width: 100%;
    height: 126px;
    overflow: hidden;
}
.search .content .kuchikomi-list li .box .photo-list li a img{
	position: relative;
	top: 50%;
	left: 50%;
	width: 130%;
	height: initial;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: inherit;
}
.search .content .kuchikomi-list li .box .photo-list li span{
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #ccc;
	font-size: 18px;
}
@media screen and (max-width: 693px) {
	.search .content .kuchikomi-list li .box .photo-list li{
		width: 33%;
	}
	.search .content .kuchikomi-list li .box .photo-list li a{
		width: 100%;
	    height: calc(25vmin);
	}
	.search .content .kuchikomi-list li .box .photo-list li a img{
		width: 130%;
	}
}
.search .content .kuchikomi-list li .box .replay-list{
	margin: 10px 0 0;
	padding: 10px 0;
	border-top: dotted 1px #989898;
}
.search .content .kuchikomi-list li .box .replay-list .ic{
	margin-right: 5px;
}
.search .content .kuchikomi-list li .box .replay{
	clear: both;
	margin: 10px 0 0;
	background: #fff4ce;
}
.search .content .kuchikomi-list li .box .replay .ttl{
	padding: 5px 10px;
	color: #fff;
	background: #ffb400;
}
.search .content .kuchikomi-list li .box .replay .ttl .ic{
	margin-right: 5px;
}
.search .content .kuchikomi-list li .box .replay .text{
	padding: 10px;
}
.search .content .kuchikomi-list li .target-info{
	clear: both;
	background: #f7f7f7;
	border-bottom: none;
	padding: 6px 0 6px !important;
	margin: 0 0 10px !important;
}
.search .content .kuchikomi-list li .display-date{
	display: block;
	clear: both;
	padding: 5px 0 0;
    color: #898989;
	font-size: 10px;
	border-top: dotted 1px #989898;
}


.search .content p.caution {
	text-align: center;
	font-size: 0.8em;
	color: #ed1c24;
	margin-bottom: 10px;
}

@media screen and (max-width: 693px) {
	.search .content .kuchikomi-photo .bx-wrapper .bx-prev{
		left: 10px;
		display: none;
	}
	.search .content .kuchikomi-photo .bx-wrapper .bx-next{
		right: 10px;
		display: none;
	}
	.search .content p.caution {
		text-align: left;
	}
}

.search .content .kuchikomi-photo ul li{
	display: inline-block;
    margin: 12px;
    width: 144px;
}
@media screen and (max-width: 693px) {
.search .content .kuchikomi-photo ul li {
    display: inline-block;
    margin: 2%;
    width: 19.5%;
}
}
