@charset "utf-8";

/*=====================================
common
=====================================*/
ul li {
    list-style-type: none;
}

section {
  margin-top: 120px;
}

#main ul li a {
  color: #333;
}

a:hover {
    color: #0096ff;
    text-decoration: none;
}
/*=====================================
header
=====================================*/
.evt_ttlarea {
  text-align: center;
  font-size: 24px;
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN","Ÿà–¾’©", YuMincho, "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-weight: 600;
  margin-top: 50px;
}

.evt_ttl {
  margin-bottom: 10px;
}

.evt_ttl span {
  color: #0096ff;
  font-size: 40px;
}

.sec_ttl {
    font-size: 14px;
    font-family: "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
    color: #8C8C8C;
    text-align: center;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 50px;
    padding-bottom: 30px;
    line-height: 1;
}
.sec_ttl span{
    color: #0096ff;
    font-size: 40px;
    font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN","Ÿà–¾’©", YuMincho, "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    padding-bottom: 20px;
    display: block;
    font-weight: bold;
}


/*=====================================
Search from location
=====================================*/
.mapArea {
	background: url(/oc2021/map.gif) no-repeat center top;
	position: relative;
	height: 500px;
}
.mapArea > ul {
	position: absolute;
	width: 160px;
	overflow: hidden;
}
.mapArea ul li ul li {
	float: left;
	margin-right: 12px;
}
.mapArea ul li ul li a {
	font-size: 14px;
}

/*========== pref position ==========*/

.mapArea > ul:nth-child(1) {
	top: 10px;
  right: 120px;
}
.mapArea > ul:nth-child(2) {
	top: 120px;
  right: 180px;
}
.mapArea > ul:nth-child(3) {
	top: 230px;
  right: 150px;
}
.mapArea > ul:nth-child(4) {
	top: 70px;
  left: 390px;
  width: 120px;
}
.mapArea > ul:nth-child(5) {
  top: 180px;
  left: 350px;
  width: 120px;
}
.mapArea > ul:nth-child(6) {
	bottom: 120px;
	left: 510px;
  width: 120px;
}
.mapArea > ul:nth-child(7) {
	bottom: 20px;
	left: 370px;
	width: 140px;
}
.mapArea > ul:nth-child(8) {
	top: 120px;
	left: 140px;
}
.mapArea > ul:nth-child(9) {
	bottom: 140px;
	left: 140px;
	width: 130px;
}


/*========== pref colour ==========*/

.mapArea > ul p {
	margin-bottom: 10px;
	width: 100%;
	font-size: 14px;
	position: relative;
}
.mapArea > ul p::before,
.mapArea > ul p::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid transparent;
  right: 0;
}
.mapArea > ul p::before {
	width: 20px;
  bottom: 10px;
}
.mapArea > ul p::after {
  width: 6px;
  bottom: 12px;
  transform: rotate(45deg);
}
.mapArea > ul:nth-child(1) p {
	border-bottom: 3px solid #F59795;
	width: 100px;
}
#main .mapArea > ul:nth-child(1) p a {
	color: #F59795;
}
.mapArea > ul:nth-child(2) p {
	border-bottom: 3px solid #F9A75D;
}
#main .mapArea > ul:nth-child(2) p a {
	color: #F9A75D;
}
.mapArea > ul:nth-child(3) p {
	border-bottom: 3px solid #D4E05A;
}
#main .mapArea > ul:nth-child(3) p a {
	color: #D4E05A;
}
.mapArea > ul:nth-child(4) p {
	border-bottom: 3px solid #FFDE4E;
}
#main .mapArea > ul:nth-child(4) p a {
	color: #FFDE4E;
}
.mapArea > ul:nth-child(5) p {
	border-bottom: 3px solid #A9DBF7;
}
#main .mapArea > ul:nth-child(5) p a {
	color: #A9DBF7;
}
.mapArea > ul:nth-child(6) p {
	border-bottom: 3px solid #9CD19C;
}
#main .mapArea > ul:nth-child(6) p a {
	color: #9CD19C;
}
.mapArea > ul:nth-child(7) p {
	border-bottom: 3px solid #61A9C9;
}
#main .mapArea > ul:nth-child(7) p a {
	color: #61A9C9;
}
.mapArea > ul:nth-child(8) p {
	border-bottom: 3px solid #F9B9F7;
}
#main .mapArea > ul:nth-child(8) p a {
	color: #F9B9F7;
}
.mapArea > ul:nth-child(9) p {
	border-bottom: 3px solid #C797C4;
}
#main .mapArea > ul:nth-child(9) p a {
	color: #C797C4;
}

/* arrow colour */
.mapArea > ul:nth-child(1) p::before, .mapArea > ul:nth-child(1) p::after {border-color: #F59795;}
.mapArea > ul:nth-child(2) p::before, .mapArea > ul:nth-child(2) p::after {border-color: #F9A75D;}
.mapArea > ul:nth-child(3) p::before, .mapArea > ul:nth-child(3) p::after {border-color: #D4E05A;}
.mapArea > ul:nth-child(4) p::before, .mapArea > ul:nth-child(4) p::after {border-color: #FFDE4E;}
.mapArea > ul:nth-child(5) p::before, .mapArea > ul:nth-child(5) p::after {border-color: #A9DBF7;}
.mapArea > ul:nth-child(6) p::before, .mapArea > ul:nth-child(6) p::after {border-color: #9CD19C;}
.mapArea > ul:nth-child(7) p::before, .mapArea > ul:nth-child(7) p::after {border-color: #61A9C9;}
.mapArea > ul:nth-child(8) p::before, .mapArea > ul:nth-child(8) p::after {border-color: #F9B9F7;}
.mapArea > ul:nth-child(9) p::before, .mapArea > ul:nth-child(9) p::after {border-color: #C797C4;}


/*=====================================
Search by date
=====================================*/

.caleArea {
	padding: 0 70px;
}

.caleArea .css_schoolapi {
	overflow: hidden;
	display: flex;
	justify-content: space-around;
}

/* .caleArea .css_schoolapi .calender_wrap {
	float: left;
} */

.caleArea .calender_head {
	text-align: center;
	margin-bottom: 32px;
}

.caleArea .calender_head .this_month {
	font-size: 15px;
	font-family: "Hiragino Mincho Pro W6", "ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho ProN","Ÿà–¾’©", YuMincho, "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	border-bottom: 2px dotted #1981E8;
	display: inline-block;
	background: none;
	width: auto;
}

.caleArea .calender_head .this_month a,
.caleArea .calender_head .this_month a:hover {
	color: #333;
}

.caleArea .calender_head .this_month span {
	font-size: 24px;
}

.caleArea .calender_content table {
	width: 300px;
	text-align: center;
	color: #333;
	border: none;
	background: #F8F8F8;
}

.caleArea .calender_content table .saturday {
	color: #1981E8;
}

.caleArea .calender_content table .sunday {
	color: #FF0000;
}

.caleArea .calender_content table .week {
	font-size: 15px;
}

.caleArea .calender_content table .week .past {
	color: #C7C7C7;
	font-size: 15px;
	background: #F8F8F8;
}

.caleArea .calender_content table td {
	padding: 9px 0 !important;
	line-height: 1.2;
	border: none;
	position: relative;
	cursor: pointer;
}

.caleArea .calender_content table td.day {
	background: #F8F8F8;
}

.caleArea .calender_content table td.future {
	color: #333;
	font-size: 15px;
	background: #F8F8F8;
}

.caleArea .calender_content table td.future:hover::after {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 1px;
	top: 3px;
	background: #F9DBE8;
	border-radius: 50%;
	mix-blend-mode: multiply;
	pointer-events : none;
}

.searchMainArea .caleArea .calender_content table td.future a:hover {
	color: #333;
}

.caleArea .calender_content table .week td span {
	font-size: 12px;
}

.caleArea .calender_content table .week td span span {
	font-size: 10px;
}

/*---------- bx-slider ----------*/

.bx-wrapper {
	border: 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 60%;
	width: 50px;
	height: 50px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper {
	box-shadow: none;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	background: #98A8C4CC;
	border-radius: 50%;
	position: relative;
}

.bx-wrapper .bx-prev {
	left: -55px;
}

.bx-wrapper .bx-next {
	right: -55px;
}

.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-next::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border: 3px solid transparent;
}

.bx-wrapper .bx-prev::after {
	border-left-color: white;
	border-bottom-color: white;
	top: 16px;
	left: 20px;
	transform: rotate(45deg);
}

.bx-wrapper .bx-next::after {
	border-right-color: white;
	border-bottom-color: white;
	top: 16px;
	right: 20px;
	transform: rotate(-45deg);
}

ul.month_links {
  display: none;
}

/*=====================================
Search by type
=====================================*/
.type ul {
    padding: 0 90px;
    display: flex;
    justify-content: space-evenly;
}
.type ul li {
    width: 160px;
    text-align: center;
    list-style-type: none;
}
.type ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.type ul li a img {
    filter: drop-shadow(2px 2px 5px);
}
.type ul li p {
    width: 100%;
    font-size: 18px;
    font-family: "Hiragino Mincho Pro W6", "ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho ProN","Ÿà–¾’©", YuMincho, "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    letter-spacing: -1px;
    padding-top: 10px;
    color: #333;
}
.type {
  margin-bottom: 60px;
}
/*=====================================
LINE
=====================================*/
#snsFrame {
    margin-top: 100px;
    margin-bottom: 20px;
}

.lineBtn {
    text-align: center;
    font-size: 16px;
}
.lineBtn a {
    display: block;
    margin-top: 10px;
}
.lineBtn a img {
    height: 30px;
}
