@charset "UTF-8";
/*========================================
  support common
========================================*/
main._support > section {
  max-width: 1366px;
  margin: 0 auto;
}

/* -----  header ----- */
.gnav-list li {
  position: relative;
}
.gnav-list li.gnav-now > a {
  background: #e7f5fc;
  pointer-events: none;
}
.gnav-sublist {
  position: relative;
  overflow: hidden;
  height: 0;
}
.gnav-sublist a {
  padding-right: 1em;
  padding-left: 32px;
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gnav-sublist a:before {
  content: "\02022";
  margin-right: 0.3em;
}
.gnav-check {
  display: none;
}
.gnav-open {
  display: block;
  width: 2.5em;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.gnav-open:before, .gnav-open:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gnav-open:after {
  transform: rotate(90deg);
}
.gnav-check:checked + .gnav-open:after {
  display: none;
}
.gnav-check:checked ~ a {
  background: #f6f6f6;
}
.gnav-check:checked ~ .gnav-sublist {
  height: auto;
}

/* -----  breadcrumbs ----- */
.breadcrumbs {
  display: table;
  position: absolute;
  top: 16px;
}
@media screen and (max-width: 1180px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs p {
  display: table-cell;
  font-size: 0.85rem;
  color: #777;
}
.breadcrumbs p a {
  color: #777;
  position: relative;
  padding-right: 2em;
}
.breadcrumbs p a:after {
  width: 0.5em;
  height: 0.5em;
  content: '';
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #6c7378;
  border-top: 2px solid #6c7378;
  border-top-color: #ccc;
  border-right-color: #ccc;
  margin-left: 0.5em;
}

/* -----  pagemark ----- */
.conthead {
  position: relative;
}

@media screen and (max-width: 768px) {
  .conthead-pagemark {
    position: absolute;
    top: -32px;
    margin-left: -16px;
    left: 0;
    width: calc(100% + 32px);
    padding: 0.2em;
    background: #6c7378;
    text-align: center;
  }
  .conthead-pagemark a {
    color: #fff;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .conthead-pagemark {
    position: absolute;
    top: 0em;
  }
  .conthead-pagemark a {
    pointer-events: none;
    font-size: 0.85rem;
    color: #6c7378;
  }
}
.conthead-pagemark ~ .conthead-ttl {
  width: 100%;
  margin-top: 1em;
}

/* -----  support-back ----- */
.support-back {
  margin-top: 64px;
}
.support-back a {
  color: #777;
  font-size: 0.85rem;
  position: relative;
  padding-left: 1em;
}
.support-back a:before {
  width: 0.5em;
  height: 0.5em;
  content: '';
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #6c7378;
  border-top: 2px solid #6c7378;
  border-top-color: #ccc;
  border-left-color: #ccc;
}

/*========================================
  search-form
========================================*/
.search-form-title{
    position: relative;
    text-align: left;
    width:100%;
    background: linear-gradient(#fca5ba,#e5478a);
    color: white;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
	margin-bottom:12px;
	vertical-align: top;
}

.search-form-title-25{
    position: relative;
    text-align: left;
    width:25%;
    background: linear-gradient(#fca5ba,#e5478a);
    color: white;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
	margin-bottom:12px;
	display:inline-block;
	vertical-align: top;
}

.search-form-title-25-null{
    position: relative;
    text-align: left;
    width:25%;
    text-align: center;
    padding: 10px 0;
	display:inline-block;
}

.search-form-img-wrap{
	text-align:center;
	padding-bottom:10px;
}
.search-form-img-wrap img{
	vertical-align:middle;
}

#area-clear{
	display:inline-block;
	text-align:right;
	width:100%;
	text-decoration:underline;
	cursor:pointer;
	vertical-align:top;
}

#date-clear{
	display:inline-block;
	text-align:right;
	width:100%;
	text-decoration:underline;
	cursor:pointer;
	vertical-align:top;
}

#weekday-clear{
	display:inline-block;
	text-align:right;
	min-width:100%;
	max-width:800px;
	text-decoration:underline;
	cursor:pointer;
}

#ampm-clear{
	display:inline-block;
	text-align:right;
	min-width:100%;
	max-width:800px;
	text-decoration:underline;
	cursor:pointer;
}

#q-age-clear{
	display:inline-block;
	text-align:right;
	min-width:100%;
	max-width:800px;
	text-decoration:underline;
	cursor:pointer;
}

#remain-num-clear{
	display:inline-block;
	text-align:right;
	min-width:100%;
	max-width:800px;
	text-decoration:underline;
	cursor:pointer;
}

.event-info-wrapper{
	border:solid 1px #000;
    border-radius: 5px;
	padding:10px;
	margin-bottom:10px;
	background:#fff;
}

.event-info-wrapper a{
	color:blue;
	cursor:pointer;
	text-decoration:underline;
}

.dtl-open-link{
	width:100%;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	text-align:center;
}

.event-dtl{
	width:100%;
}

.dtl-close-link{
	width:100%;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	text-align:center;
}

.apply-button{
	border:solid 2px #fba4b9;
    border-radius: 5px;
	padding:10px;
	background:#e85298;
	margin:10px auto;
	text-align:center;
	width:30%;
	min-width:200px;
	color:white;
}
.apply-button-full{
	border:solid 1px #000;
    border-radius: 5px;
	padding:10px;
	background:white;
	margin:10px auto;
	text-align:center;
	width:30%;
	min-width:200px;
	color:red;
}

.event-date{
	width:100%;
	display:table;
	background:#eb3c83;
	padding:5px 10px;
	border-style:solid;
	border-width:1px 1px 0 1px;
	border-color:#000;
}

.event-date-title{
	width:100px;
	display:table-cell;
	color:#eb3c83;
	background:white;
	text-align:center;
}

.event-date-info{
	padding-left:10px;
	display:table-cell;
	color:white;
}

.event-info-top-bottom{
	width:100%;
	display:table;
	border-style:solid;
	border-width:1px 0 0 0;
	border-color:#000;
}

.event-info-row{
	width:100%;
    clear:both;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#000;
}

.event-info-title{
	width:120px;
	background:#ffcccc;
/*
	color:white;
	background:linear-gradient(#ff823f,#ff4500);
	border-radius:5px;
*/
	padding:1px 5px;
	display:table-cell;
	text-align:center;
	text-justify:auto;
	border-style:solid;
	border-width:0 1px 0 0;
	border-color:#000;
}

.event-info{
	width:calc(100% - 140px);
	background:#fff;
	padding:1px 5px;
	display:table-cell;
	text-align:left;
	text-justify:auto;
}
.online-5{
	width:100%;
}
.online-5-1{
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
}
