@charset "UTF-8";

/* ------------------------------------------------------
	utility
------------------------------------------------------ */
.spBr {
	display: none;
}
.activeBr,
.active .activeBr {
	display: none;
}
/* ------------------------------------------------------
	section
------------------------------------------------------ */
.section {
	font-size: 12px;
}
.form {
	position: relative;
}
.section h1 {
	font-size: 30px;
    padding: 30px 0;
    color: #333;
    letter-spacing: 1.5px;
}
.form:before,
.form:after,
.section h1:before,
.section h1:after {
	content: '';
	position: absolute;
	top: 0;
	width: 1000%;
	height: 100%;
}
.section h1:before,
.section h1:after {
	background: #fff none;
	z-index: 10;
}
.form:before,
.section h1:before {
	right: 100%;
}
.form:after,
.section h1:after {
	left: 100%;
}
.sectionInner {
	width: 600px;
	margin: 0 auto;
}
.section h2 {
	font-size: 24px;
    border-bottom: solid 4px #db0007;
    padding-bottom: 5px;
    display: inline;
    line-height: 2.4;
    text-align: center;
    font-weight: bold;
}
.centerHl{
	text-align: center;
	margin: 0 auto;
}
.note {
	font-size: 20px;
	text-align: center;
}
.note_tel {
	z-index: 1;
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 24px;
}
.note_tel:before,
.note_tel:after {
	content: '';
	position: absolute;
	top: 0;
	z-index: 10;
	width: 1000%;
	height: 100%;
}
.note_tel:before {
	right: 600px;
}
.note_tel:after {
	left: 600px;
}
.note_tel a {
	margin: 10px 0 0;
	font-size: 24px;
	vertical-align: bottom;
	text-decoration: none;
	pointer-events: none;
}
.note_tel a:before {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    -webkit-background-size: 36px 36px;
    background-size: 28px 28px;
    vertical-align: bottom;
}
.errMes {
	font-size: 16px;
	text-align: center;
	letter-spacing: -0.08em;
}
.results .errMes {
	padding: 50px 0;
}

/* ------------------------------------------------------
	searchByWrap etc
------------------------------------------------------ */
.searchByWrap {
	margin: 20px 0 0;
	height: 100px;
	border-width: 4px;
	border-radius: 16px;
}
.searchByWrap.smaller {
	height: 80px;
}
.searchKeyBtn {
	font-size: 24px;
	cursor: pointer;
}
.searchKeyBtn:hover {
	opacity: 0.9;
}
.active .searchKeyBtn {
	width: 42.5%;
	font-size: 24px;
	line-height: 1.25;
}
.searchKeyBtn p.note {
	margin: 10px 0 0;
	font-size: 14px;
}
.active .searchDetail {
	width: 57.5%;
	margin: 0 0 0 42.5%;
	padding: 0 10px;
}
.selectItem {
	margin: 5px 0 0;
	font-size: 18px;
}
.selectItem:first-child {
	margin-bottom: 5px;
}

/* pref */

.searchByPref.active {
	height: 148px;
}
.searchByPref .searchKeyBtn p:before {
	width: 19px;
	height: 26px;
}
.searchByPref .searchDetail {
	height: 140px;
}

/* name */

.searchByName.active {
	height: 100px;
}
.searchByName .searchKeyBtn p:before {
	width: 24px;
	height: 22px;
}
.searchByName .searchDetail {
	height: 92px;
}
.searchByName .selectItem dt:before {
	color: #000;
}

/* time */

.searchByTime.active {
	height: 148px;
}
.searchByTime .searchKeyBtn p {
	letter-spacing: -0.03em;
}
.searchByTime .searchKeyBtn p:before {
	width: 24px;
	height: 22px;
}
.searchByTime .searchDetail {
	height: 140px;
}

/* form elements */
label:after {
	width: 21px;
	height: 32px;
	background-image: url(../img/search/bg_select_pc.png)
}
select {
	width: 320px;
	height: 32px;
}
label,
input[type="text"],
input[type="date"] {
	height: 32px;
	margin: 4px 0;
	font-size: 16px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	right: 1px;
	top: 1px;
	width: 21px;
	height: 30px;
	background-image: url(../img/search/bg_select_pc.png);
	cursor: pointer;
}

/* ------------------------------------------------------
	input type="date" by JQuery UI
------------------------------------------------------ */
.ui-datepicker {
	width: 320.4px !important;
	padding: 0 5px 3px !important;
}

/* ------------------------------------------------------
	btnSubmitWrap
------------------------------------------------------ */
.btnSubmitWrap {
	margin: 30px 0 0;
}
.btnSubmitWrap p {
	width: 306px;
	border-radius: 5px;
	-webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, -0.3);
	box-shadow: -1px -1px 2px rgba(0, 0, 0, -0.3);
}
.btnSubmitWrap button,
.btn {
	height: 63px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 61px;
}
.btnSubmitWrap button:hover,
.btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	transition: all .3s;
}
.btnSubmitWrap button:before,
.btn:before {
	width: 19px;
	height: 19px;
	margin: 0 6px 0 0;
	vertical-align: -0.1em;
}

/* ------------------------------------------------------
	results
------------------------------------------------------ */
.results {
	background: #fff none;
}
.results .sectionInner {
	width: 980px;
}
.results h2 {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0;
}
.results h2:before {
	width: 6px;
	height: 26px;
}

/* resultsList */
.resultsList > li {
	position: relative;
	padding: 10px 0 12px;
}
.storeName {
	font-size: 25px;
}
.date {
	margin: 8px 0 0;
	font-size: 18px;
}
.dateIcon {
	margin: 0 5px 0 0;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.5625;
	vertical-align: 0.1em;
}
.linkList {
	position: absolute;
	right: 0;
	top: 12px;
	width: 451px;
	margin: 0;
}
.linkList li:first-child {
	width: 133px;
	border-radius: 6px;
}
.linkList li:first-child a {
	height: 58px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 58px;
}
.linkList li:last-child {
	width: 301px;
	margin: 0 0 0 15px;
	border-radius: 6px;
}
.linkList li:last-child button,
.linkList li:last-child a {
	height: 60px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}
.linkList li:first-child a:hover,
.linkList li:last-child button:hover,
.linkList li:last-child a:hover {
	opacity: 0.8;
}
.linkList li:last-child button:before,
.linkList li:last-child a:before {
	right: 14px;
	width: 13px;
	height: 19px;
	margin: -9.5px 0 0;
}

/* pager */
.pager {
	margin: 50px auto 0;
	font-size: 20px;
}
.toPrev,
.toNext,
.pager ul li {
	margin: 0 10px;
}
.toPrev a,
.toNext a,
.pager ul a {
	width: 30px;
	border-radius: 3px;
}
.toPrev a:hover,
.toNext a:hover,
.pager ul a:hover {
	opacity: 0.65;
}

/* btnToTopWrap */
.btnToTopWrap {
	display: block;
	margin: 10px 0 0;
}
.btnToTopWrap a {
	display: inline-block;
	height: auto;
	border: none;
	line-height: 1.5;
}
.btnToTopWrap a:hover {
	text-decoration: underline;
}

.form_wrapper{
	background: #ffbc0d;
	padding: 50px 0;
	position: relative;
	margin: 60px 0;
}

.form_wrapper:before, .form_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 10;
    width: 1000%;
    height: 100%;
    background: #ffbc0d none;
}
.form_wrapper:before {
	right: 600px;
}
.form_wrapper:after {
	left: 600px;
}

/* pagetop */
#pagetop {
	margin: -20px auto 0;
}
#pagetop p {
	width: 490px;
	margin: 0 0 0 490px;
}


/*footer*/
.brcmb_nav {
    width: 860px;
    margin: 0 auto;
    padding: 0 60px;
}
.brcmb_nav_wp {
    padding: 4px 5.333333333333333% 5px;
    background: #dedbce none;
    font-size: 12px;
    letter-spacing: .1em;
}
.brcmb_nav_item {
    display: inline-block;
}
.link_pagetop_wrap {
    padding: 19px 0 18px;
    background: #ffbc0d none;
    text-align: center;
}
.link_pagetop {
    display: inline-block;
    width: auto;
    margin: 0 44px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}
.link_pagetop_txt {
    position: relative;
    display: inline-block;
    padding: 0 28px 0 0;
    letter-spacing: .1em;
}
.icon:before {
    position: static;
    display: inline-block;
    background: url(../img/search/icon.png) left top no-repeat;
    background-size: 15px auto;
    vertical-align: middle;
}
.link_pagetop_txt.icon:before {
    right: -30px;
    width: 32px;
    height: 32px;
    margin: -17px 0 0;
    background-position: left -300px;
    transform: scale(.5);
}
footer {
    background: #ffbc0d none;
    border-top: 2px solid #000;
    letter-spacing: .1em;
}
.footer_navi {
    display: flex;
    justify-content: center;
    width: 900px;
    margin: 39px auto 0;
    padding: 0 40px;
}
.fn_cat {
    width: 215px;
    padding: 0 10px 0 0;
}
.fn_item {
    margin: 0 0 10px;
}
.fn_it_l {
    color: #000;
    font-size: 12px;
    line-height: 1.083333333333333;
}

.footer_link {
    width: 900px;
    margin: 60px auto 0;
    padding: 0 40px;
    border: none;
    text-align: right;
}
.footer_link_item {
    display: inline-block;
    margin: 0 0 0 51px;
    border: none;
}
.footer_link_item {
    padding: 8px 0;
    color: #000;
    font-size: 12px;
}
.footer_copyright {
    padding: 20px 0 14px;
    border-top: none;
}
.footer_copyright {
    padding: 14px 0;
    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;
}
.brcmb_nav_item::after {
    content: '＞';
	margin: 0 0 0 7px;
}
li.brcmb_nav_item:last-child:after {
    content: '';
}
.btnSubmitWrap button:before, .btn:before {
    width: 19px;
    height: 19px;
    margin: 0 6px 0 0;
    vertical-align: -0.1em;
}
.searchByList .searchByWrap:hover{
	border: solid 4px #db0007;
}
.attention{
	border: solid 2px #db0007;
	padding: 40px;
	margin: 100px 0 40px;
}
.attention p{
	color: #db0007;
	font-size: 14px;
}
.spbr{
	display: none;
}
.results .sectionInner h2.resultH{
	border-bottom: none;
}
ul.resultsList{
	margin-top: 30px;
}


/* ------------------------------------------------------
	results --> 開催内容
------------------------------------------------------ */

dl.taikenkaiDetail {
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 8px;
}

dt.taikenkaiType {
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  padding: 0 5px;
  background: #ffbc00;
  border-radius: 5px;
}

dd.taikenkaiClass {
  font-size: 14px;
  font-weight: normal;
  border-radius: 16px;
  border: 2px solid #ffbc00;
  background: #fff;
  padding: 3px 8px;
}


/* ------------------------------------------------------
	開催内容で探す検索ボタン
------------------------------------------------------ */

.searchByTaiken.active {
	height: 100px;
}
.searchByTaiken .searchKeyBtn p:before {
	width: 20px;
	height: 26px;
}
.searchByTaiken .searchDetail {
	height: 92px;
}


