/* --- 実施会場一覧 --- */

/* 検索 */
h2.h2-search {
	text-align: left;
	color: #333333;
	font-size: 18px;
}
h2.h2-search::before {
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../img/icon_search.svg) no-repeat;
	background-size:contain;
	vertical-align: middle;
	margin-right: 5px;
}
.search .tab-group{
	display: flex;
	justify-content: center;
	margin-top: 0;
}
.search .tab{
    flex-grow: 1;
    padding:10px 0;
    list-style:none;
    text-align:center;
    cursor:pointer;
    font-size: 20px;
    background:#999999;
    position: relative;
    color:#FFF;
    font-weight: normal;
}
.search .tab:first-child{
	margin-right: 2px;
}
.search .tab:nth-child(2){
	margin-left: 2px;
}
.search .panel-group{
    height:auto;
    padding: 20px;
    border:solid 2px #2bbfce;
    background:#FFF;
    margin-bottom: 60px;
}
.search .panel{
    display:none;
}
.search .panel table{
    border:none;
}
.search .panel table th{
	width: 20%;
    border:none;
    background:none;
    font-weight:normal;
    font-size: 14px;
    vertical-align: middle;
}
.search .panel table td{
	width: 20%;
    border:none;
    background:none;
    font-weight:normal;
    padding:10px 5px;
    font-size: 14px;
    vertical-align: middle;
}
.search .panel table td input[type="text"]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: calc(100% - 20px);
	height: 30px;
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #999;
	border-radius: 5px;
	font-size: 14px;
}
.search .panel table td select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    max-width: 500px;
    float: right;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999;
    -ms-word-break: normal;
    word-break: normal;
    background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px);
    background-size:5px 5px, 5px 5px;
	background-repeat: no-repeat;
}
.search .panel table td select::-ms-expand {
	display: none;
}

.search .panel table td .checkbox-input{
  display: none !important;
}
.search .panel table td .checkbox-parts{
  padding-left: 30px;
  position:relative;
}
.search .panel table td .checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.search .panel table td .checkbox-input:checked + .checkbox-parts{
  color: #333;
}
.search .panel table td .checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}

.search .tab.is-active{
    background:#2bbfce;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.search .tab.is-active::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #2bbfce transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}
.search .panel.is-show{
    display:block;
}

.search .search-button {
	margin:20px auto 10px;
	text-align: center;
}
.search .search-button button{
	padding:15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #2bbfce;
	border-radius: 40px;
	min-width: 280px;
	border: none;
}
.search .search-button button:hover{
	opacity: 0.7;
}

.search .search-button button:focus {
	outline:0;
}
area:focus {
	outline:0;
}

p.search_message {
      margin: -2.25em 0 10px;
			color: #333333;
      font-size: 100%;
      line-height: 1.5;
      text-align: right;
}

/* 会場リスト */
.result_list {
	margin-bottom: -140px; /* 検索し直すボタンの高さ分のネガティブマージン */
	padding-bottom: 140px; /* 打ち消し用のパディング */
 }

.list h3 {
	width: calc(100% - 20px);
	background-color: #dbdbdb;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	padding: 10px;
	margin-top: 20px;
}
.list .tutor {
	display: block;
	border: solid 1px #999;
	padding: 12px 20px;
	box-sizing: border-box;
	margin: 10px 0;
}
.list .tutor .tutor-name {
	display: block;
	position: relative;
	border-bottom: solid 2px #9a9a9a;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list .tutor h4 {
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
	display: inline-block;
	color: #333;
	margin: 0;
	padding: 0;
	max-width: 430px;
}
.list .tutor h4 .attention {
    color: #FF3366;
}
.list .tutor .target {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: 27px;
    font-size: 12px;
}
.list .tutor .target span {
	background-color: #5e5e5e;
	padding: 3px 10px;
	border-radius: 20px;
	vertical-align: middle;
	color: #FFF;
	margin-left: 5px;
}
.list .tutor .info{
	display: block;
	width: 100%;
}
.list .tutor .info .address{
	width: calc(75% - 40px);
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
	margin-right: 40px;
}
.list .tutor .info .inquiry{
	width: 25%;
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.list .tutor .info .inquiry li {
	line-height: 1.2;
	margin-bottom: 8px;
}
.list .tutor .info .inquiry li.url {
	margin-bottom: 0;
}
.list .tutor .info .inquiry li::before{
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background-size:20px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: -25px;
}
.list .tutor .info .inquiry li.mail::before{
	background:url(../img/icon_mail.svg) no-repeat;
	background-size:20px;
}
.list .tutor .info .inquiry li.tel::before{
	background:url(../img/icon_tel.svg) no-repeat;
	background-size:20px;
}
.list .tutor .info .inquiry li.url::before{
	background:url(../img/icon_url.svg) no-repeat;
	background-size:20px;
}

.list .tutor .info .inquiry li a{
	color: #333;
}
.list .tutor .info .inquiry li a:hover{
	color: #999;
}

.search-again-button {
	position: fixed;
	bottom: 0px;
	width: 700px;
	height: 140px;
	text-align: center;
	background-color: #FFF;
}
.search-again-button a{
	margin: 40px auto;
	padding:15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #999999;
	border-radius: 40px;
	border: none;
	width: 328px;
	display: block;
	text-decoration: none;
}
.search-again-button a:hover {
	opacity: 0.7;
}

/* 北海道カラー */
.list .hokkaido h3{
	background-color: #ff9933;
}
.list .hokkaido .tutor .target span {
	background-color: #ff9933;
}
.list .hokkaido .tutor .tutor-name {
	border-color: #ff9933;
}
/* 東北カラー */
.list .tohoku h3{
	background-color: #ef87b4;
}
.list .tohoku .tutor .target span {
	background-color: #ef87b4;
}
.list .tohoku .tutor .tutor-name {
	border-color: #ef87b4;
}
/* 関東カラー */
.list .kantou h3{
	background-color: #ff6633;
}
.list .kantou .tutor .target span {
	background-color: #ff6633;
}
.list .kantou .tutor .tutor-name {
	border-color: #ff6633;
}
/* 中部カラー */
.list .chubu h3{
	background-color: #3499cd;
}
.list .chubu .tutor .target span {
	background-color: #3499cd;
}
.list .chubu .tutor .tutor-name {
	border-color: #3499cd;
}
/* 関西カラー */
.list .kansai h3{
	background-color: #8ec31f;
}
.list .kansai .tutor .target span {
	background-color: #8ec31f;
}
.list .kansai .tutor .tutor-name {
	border-color: #8ec31f;
}
/* 中国カラー */
.list .chugoku h3{
	background-color: #ef848c;
}
.list .chugoku .tutor .target span {
	background-color: #ef848c;
}
.list .chugoku .tutor .tutor-name {
	border-color: #ef848c;
}
/* 四国カラー */
.list .shikoku h3{
	background-color: #bb78b1;
}
.list .shikoku .tutor .target span {
	background-color: #bb78b1;
}
.list .shikoku .tutor .tutor-name {
	border-color: #bb78b1;
}
/* 九州カラー */
.list .kyushu h3{
	background-color: #f7ad3c;
}
.list .kyushu .tutor .target span {
	background-color: #f7ad3c;
}
.list .kyushu .tutor .tutor-name {
	border-color: #f7ad3c;
}

/* 検索結果なし */
.list.no-result {
	width: 100%;
	display: block;
}
.no-result p {
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	padding: 40px;
}
