@charset "UTF-8";

/* ------------------------------------------------------
	utility
------------------------------------------------------ */
.spBr {
	display: block;
}
.activeBr {
	display: none;
}
.active .activeBr {
	display: block;
}
.taC {
	text-align: center !important;
}

/* ------------------------------------------------------
	section
------------------------------------------------------ */
.section {
	padding: 16px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.25;
}
.form {
	color: #000;
}
.centerHl{
	text-align: center;
	margin: 40px auto;
}
.section h2 {
	margin: 30px 0;
	font-size: 17px;
	line-height: 2;
	text-align: center;
	border-bottom: solid 2px #db0007;
    padding-bottom: 5px;
    display: inline;
}
.results .sectionInner h2.resultH{
	border-bottom: none;
}
.section h2 em {
	font-weight: bold;
}
.note_tel {
	position: relative;
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	text-align: center;
}
.note_tel a {
	display: inline-block;
	margin: 5px 0 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
}
.note_tel a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background: transparent url(../img/search/icon_tel.png) left top no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	vertical-align: bottom;
}
.errMes {
	margin: 10px 0;
	color: #ff0000
}
.results .errMes {
	padding: 16px 0;
}

/* ------------------------------------------------------
	searchByWrap etc
------------------------------------------------------ */
.searchByWrap {
	position: relative;
	margin: 12px 0 0;
	width: 100%;
	height: 66px;
	border-width: 2px;
	border-style: solid;
	border-radius: 8px;
	overflow: hidden;
}
.searchByWrap.smaller {
	height: 51px;
}
.searchKeyBtn {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: table;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1111111;
}
.active .searchKeyBtn {
	width: 32.2%;
}
.searchKeyBtn > div,
.searchKeyBtn > p {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.searchKeyBtn p:before {
	content: '';
	display: inline-block;
	-webkit-background-size: cover;
	background-size: cover;
}
.searchKeyBtn p.note {
	margin: 5px 0 0;
	font-size: 11px;
}
.searchKeyBtn p.note span {
	display: inline-block;
}
.searchKeyBtn p.note:before {
	display: none;
}
.active .searchKeyBtn {
	font-size: 16px;
	line-height: 1.25;
}
.searchDetail {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	align-content: center;
	width: 0%;
	margin: 0 0 0 100%;
	background: #fff none;
	border-radius: 0 6px 6px 0;
	overflow: hidden;
	opacity: 0;
}
.active .searchDetail {
	width: 67.8%;
	margin: 0 0 0 32.3%;
	padding: 0 8px;
	opacity: 1;
}
.selectItem {
	display: block;
	width: 100%;
	margin: 6px 0 0;
}
.selectItem:first-child {
	margin: 0;
}
.selectItem dt {
	color: #fff;
	font-weight: bold;
}
.active .selectItem dt {
	color: #000;
}
.selectItem dt:before {
	content: '▼';
	display: inline;
}

/* pref */
.searchByPref {
	background: #fff;
    border-color: #fff;
}
.searchByPref.active {
	height: 124px;
}
.searchByPref .searchKeyBtn {
	background: #fff none;
}
.searchByPref .searchKeyBtn p {
	letter-spacing: -0.03em;
}
.searchByPref .searchKeyBtn p:before {
	width: 16px;
	height: 22px;
	background-image: url(../img/search/icon_search_by_pref.png);
	vertical-align: -0.1em;
}
.searchByPref .searchDetail {
	height: 120px;
}
.searchByPref .selectItem dt:before {
	color: #000;
}

/* name */
.searchByName {
	background: #fff none;
	border-color: #fff;
}
.searchByName.active {
	height: 125px;
}
.searchByName .searchKeyBtn p:before {
	width: 20px;
	height: 18px;
	background-image: url(../img/search/icon_search_by_name.png);
}
.searchByName .searchDetail {
	height: 121px;
}
.searchByName .selectItem dt:before {
	color: #fff;
}

/* time */
.searchByTime {
	background: #fff none;
	border-color: #fff;
}
.searchByTime.active {
	height: 124px;
}
.searchByTime .searchKeyBtn p {
	letter-spacing: -0.03em;
}
.searchByTime .searchKeyBtn p:before {
	width: 20px;
	height: 18px;
	background-image: url(../img/search/icon_search_by_time.png);
}
.searchByTime .searchDetail {
	height: 120px;
}
.searchByTime .selectItem dt:before {
	color: #000;
}

/* flex items */
.searchByWrap,
.searchDetail {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
/* border-box items */
.searchByWrap,
.searchDetail,
.selectPref dt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* transition items */
.searchByWrap.animated,
.searchByPref.animated,
.searchKeyBtn.animated,
.searchDetail.animated {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/* form elements */
label {
	position: relative;
	display: block;
	margin: 2px 0;
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef1db',GradientType=0 );
	border-radius: 8px;
}
/* label:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 21.5px;
	height: 30px;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
} */
label.datePicker {
	margin: 2px;
	padding: 0;
	height: auto;
}
label.datePicker input[type="date"] + img {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 30px;
	border-radius: 0 7px 7px 0;
	cursor: pointer;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 30px;
	padding-left: 5px;
	padding-right: 25px;
	background: transparent url(../img/search/bg_select_sp.png) right top no-repeat;
	-webkit-background-size: 21.5px 30px;
	background-size: 21.5px 30px;
	border: 1px solid #5b483f;
	border-radius: 7px;
	outline: none;
}
select::-ms-expand {
	display: none;
}
input[type="text"],
input[type="date"] {
	border: 1px solid #5b483f;
	border-radius: 8px;
	padding: 3px 5px;
}
input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent url(../img/search/bg_select_sp.png) right top no-repeat;
	-webkit-background-size: 21.5px 30px;
	background-size: 21.5px 30px;
	cursor: default;
}
label,
input[type="text"],
input[type="date"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	margin: 2px 0;
}
label input[type="date"] {
	margin: 0;
}
input[type="date"]::-webkit-clear-button {
	margin: 0 22px 0 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	right: 1px;
	top: 1px;
	opacity: 1;
	color: transparent;
	width: 21.5px;
	height: 30px;
	padding: 0;
	background-image: url(../img/search/bg_select_sp.png);
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 0 7px 7px 0;
}

/* ------------------------------------------------------
	input type="date" by JQuery UI
------------------------------------------------------ */
.ui-datepicker {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60% !important;
	margin: 5px 0 0;
	padding: 0 5px 3px !important;
	background: #fff none;
	border: 1px solid #5b483f;
	border-radius: 8px;
	font-size: 14px;
	color: #5b483f;
}
.ui-datepicker-title {
	font-size: 16px;
	font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 8px 13px;
	background-size: 8px 13px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	top: 2px;
	opacith: 0.8;
}
.ui-datepicker .ui-datepicker-prev:hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next:hover {
	right: 2px;
}
.ui-datepicker-prev {
	background-image: url(../img/search/icon_datepicker_prev.png);
}
.ui-datepicker-next {
	background-image: url(../img/search/icon_datepicker_next.png);
}
.ui-datepicker-calendar {
}
.ui-datepicker-calendar td a {
	padding: 0.5px 0.2em !important;
	border: 1px solid #5b483f;
	text-align: center !important;
}
.ui-datepicker-week-end:first-child {
	color: #e85541;
}
.ui-datepicker-week-end:first-child a {
	border: 1px solid #e85541;
	color: #e85541;
}
.ui-datepicker-week-end:last-child {
	color: #26b4c4;
}
.ui-datepicker-week-end:last-child a {
	border: 1px solid #26b4c4;
	color: #26b4c4;
}
.ui-datepicker th {
	padding: 0 .3em !important;
}
.ui-datepicker td {
	padding: 1px 2px;
}
.ui-datepicker-today {
	background: #fecb00;
}

/* ------------------------------------------------------
	btnSubmitWrap
------------------------------------------------------ */
.btnSubmitWrap {
	display: none;
	margin: 16px 0 0;
}
.btnSubmitWrap.active {
	display: block;
}
.btnSubmitWrap p {
	display: block;
	width: 48.333333%;
	margin: 0 auto;
	border-radius: 4px;
	text-align: center;
}
.btnSubmitWrap button,
.btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	outline: none;
	background: #db0007;
	border: none;
	border-radius: 3px;

	box-shadow: none;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 40px;
}

/* ------------------------------------------------------
	results
------------------------------------------------------ */
.results {
	background: #fff none;
	padding: 16px 8px;
}
.results h2 {
	position: relative;
	margin: 0;
	padding: 0 0 10px 16px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
}
.results h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
	width: 5px;
	height: 22px;
	background: #c6141d none;
	vertical-align: middle;
}

/* resultsList */
.resultsList > li {
	padding: 6px 0 8px;
	border-bottom: 1px solid #ccc;
}
.storeName {
	font-size: 18px;
	font-weight: bold;
}
.date {
	margin: 5px 0 0;
	font-size: 12px;
}
.dateIcon {
	display: inline-block;
	background: #db0007 none;
	margin: 0 4px 0 0;
	padding: 0 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	line-height: 1.6;
	vertical-align: 0.1em;
}
.linkList {
	margin: 8px 0 0;
}
.linkList ul {
	width: 100%;
	text-align: center;
}
.linkList li:first-child {
	width: 30%;
	border: none;
	border-radius: 4px;
}
.linkList li:first-child a {
	display: block;
	height: 38px;
	background: #db0007;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	line-height: 38px;
	text-decoration: none;
}
.linkList li:last-child {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
	margin: 0 0 0 10px;
	border: none;
	border-radius: 3px;
}
.linkList li:last-child button,
.linkList li:last-child a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 98%;
	height: 40px;
	background: #db0007;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	line-height: 38px;
	text-decoration: none;
}
.linkList li:last-child button:before,
.linkList li:last-child a:before {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	display: block;
	width: 8px;
	height: 13px;
	margin: -6.5px 0 0;
	background-image: url(../img/search/icon_link_apply.png);
	-webkit-background-size: cover;
	background-size: cover;
}
/* flex items */
.linkList ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}

/* pager */
.pager {
	margin: 16px auto 14px;
	font-size: 12px;
	text-align: center;
}
.toPrev,
.toNext,
.pager ul li {
	margin: 0 6px;
}
.toPrev a,
.toNext a,
.pager ul a {
	display: block;
	width: 25px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #ccc;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}
.pager ul a {
	color: #333;
}
.pager ul li.current a {
	background: #dc0000 none;
	border-color: #dc0000;
	color: #fff;
	font-weight: bold;
}

/* flex items */
.pager,
.pager ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

/* btnToTopWrap */
.btnToTopWrap {
	margin: 14px 10px 30px;
}
.btnToTopWrap a {
	display: block;
	height: 28px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
}
.btnToTopWrap a:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 9px;
	margin: 0 9px 0 0;
	background-image: url(../img/search/icon_link_totop.png);
	-webkit-background-size: 6px 9px;
	background-size: 6px 9px;
	vertical-align: -0.1em;
}


.btnSubmitWrap button:before, .btn:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 4px 0 0;
    background-image: url(../img/search/icon_search_loupe.png);
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: -0.2em;
}


.form_wrapper{
	background: #ffbc0d;
	padding: 30px 10px;
}


.footer_navi {
    display: none;
}
.footer_link {
    padding: 4px 5.333333333333333% 6px;
    border-top: 1px solid #dedbce;
    letter-spacing: .1em;
}
.footer_link_item {
    padding: 8px 0;
    color: #000;
    font-size: 12px;
}
.footer_link_item a {
    color: #000;
    font-size: 12px;
}
.footer_copyright {
    padding: 14px 0;
    border-top: 1px solid #dedbce;
    border-bottom: 5px solid #000;
    font-family: "speedee bold",sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
	text-align: center;
}
button {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    background: 0 0;
    cursor: pointer;
}
.link_pagetop {
    display: block;
    width: 100%;
    padding: 11px 0;
    font-size: 12px;
    text-align: center;
    overflow: visible;
}
.link_pagetop_txt {
    position: relative;
    display: inline-block;
    padding: 0 28px 0 0;
    letter-spacing: .1em;
}
.link_pagetop_txt.icon:before {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    margin: -7.5px 0 0 0;
    background-position: left -150.5px;
}

.brcmb_nav_wp {
    padding: 9px 5.333333333333333%;
    background: #dedbce none;
    font-size: 12px;
    letter-spacing: .1em;
}
.brcmb_nav_item {
    display: inline-block;
}
.spHide {
    display: none;
}
.brcmb_nav_item::after {
    content: '>';
    margin: 0 0 0 7px;
}
.brcmb_nav_item:last-child::after {
    content: '';
    margin: 0;
}
.icon:before {
    position: static;
    display: inline-block;
    background: url(../img/search/icon.png) left top no-repeat;
    background-size: 15px auto;
    vertical-align: middle;
}
.ap_n_ls_it:before, .icon:before {
    content: '';
}
.attention{
	border: solid 2px #db0007;
	padding: 20px;
	margin: 60px 20px 40px;
	text-align: center;
	border-radius: 10px;
}
.attention p{
	color: #db0007;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}
.spbr{
	display: inline-block;
}
/**/


/* ------------------------------------------------------
	results --> 開催内容
------------------------------------------------------ */

dl.taikenkaiDetail {
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 6px;
}

dt.taikenkaiType {
  font-size: 10px;
  background: #ffbc00;
  padding: 0px 5px;
  border-radius: 4px;
  line-height: 1.6;
}

dd.taikenkaiClass {
  font-size: 10px;
  font-weight: normal;
  border: 2px solid #ffbc00;
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 3px 8px;
}

/* ------------------------------------------------------
	開催内容で探す検索ボタン
------------------------------------------------------ */
.searchByTaiken {
	background: #fff;
  border-color: #fff;
}
.searchByTaiken.active {
	height: 124px;
}
.searchByTaiken .searchKeyBtn {
	background: #fff none;
}
.searchByTaiken .searchKeyBtn p {
	letter-spacing: -0.03em;
}
.searchByTaiken .searchKeyBtn p:before {
	width: 17px;
	height: 22px;
	background-image: url(../img/search/icon_search_by_taiken.png);
	vertical-align: -0.1em;
}
.searchByTaiken .searchDetail {
	height: 120px;
}
.searchByTaiken .selectItem dt:before {
	color: #000;
}

