.disN {
    display: none;
}

/* ラジオボタン */
.area-select_btn {
  height: 52px;
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.radio-input{
  display: none;
}
.radio-input_n{
  display: none;
}
.radio-input + label {
  cursor: pointer;
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input_n + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  border-radius: 50%;
}
.radio-input:checked + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #003894;
  border-radius: 50%;
}
.radio-input + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #bbb;
  border-radius: 50%;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #003894;
  border-radius: 50%;
}

/* 見出し */
.search__title {
  color: #003894;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  line-height: 27px;
  padding-bottom: 3px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 27px;
}
.search__title::before {
  background-color: #003894;
  bottom: 0;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

/* 検索ボックス */
.js-search02 {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}
#contentMain_index_top_search_YMD_text__02 {
  display: inline-block;
  font-weight: normal;
}
.colSp {
  font-weight: bold;
  margin: 15px 0;
}
.colSp span {
  width: 20%;
  display: inline-block;
}
#contentMain_index_top_search_CATE__okinawa, 
#contentMain_index_top_search_AREA__okinawa, 
#contentMain_index_top_search_CATE__hokkaido, 
#contentMain_index_top_search_AREA__hokkaido {
  border-radius: 4px;
  border: 2px solid #bbb;
  cursor: pointer;
  height: 35px;
  width: 75%;
}
.search_btn02 {
  background-color: #F08300;
  margin: 30px auto 0;
  border-radius: 4px;
}
.search_btn02 a {
  cursor: pointer;
  border-radius: 4px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
}
.search_btn02 a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/common/images/icon/white/common_icon_find_24.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}

/* 検索チェックボックス */
.search__checkbox {
	width: 100%;
  text-align: left;
  margin-top: 65px;
}
.search__checkbox ul {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.search__checkbox .list_item {
	margin: 0 0 15px 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  flex-wrap: wrap;
  width: 50%;
}
.search__checkbox label {
	cursor: pointer;
}

.search__checkbox label span {
  margin-left: 23px;
}

.search__checkbox .option-input {
	position: relative;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.search__checkbox .option-input:before {
	position: absolute;
	z-index: 1;
	top: 0.125rem;
	left: 0.1875rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #003894;
	border-top-style: none;
	border-right-style: none;
}
.search__checkbox .option-input:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.search__checkbox .option-input:after {
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 2px solid #ddd;
  background: #ffffff;
  border-radius: 4px;
}

/* マップ */
.search__map {
  width: 60%;
  display: inline-block;
  margin-left: 4%;
}
.search__map .search__map_okinawa {
  position: relative;
}
.search__map .search__map_okinawa a {
  padding: 6px 24px 6px 10px;
  background-color: #003894;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: absolute;
}
.search__map .search__map_okinawa a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  margin-left: 5px;
}
.search__map .search__map_okinawa .ishigaki_link {top: 10px; left: 25px;}
.search__map .search__map_okinawa .iriomote_link {top: 119px; left: 25px;}
.search__map .search__map_okinawa .miyako_link {top: 235px; left: 50px;}
.search__map .search__map_okinawa .kume_link {top: 335px; left: 50px;}
.search__map .search__map_okinawa .minna_link {top: 21px; left: 195px;}
.search__map .search__map_okinawa .onna_link {top: 119px; left: 210px;}
.search__map .search__map_okinawa .kerama_link {top: 335px; left: 195px;}
.search__map .search__map_okinawa .yanbaru_link {top: -28px; right: -15px;}
.search__map .search__map_okinawa .nago_link {top: 160px; right: -18px;}
.search__map .search__map_okinawa .middle_link {top: 240px; right: -27px;}
.search__map .search__map_okinawa .south_link {top: 285px; right: -3px;}
.search__map .search__map_okinawa a span {font-size: 10px;}
.search__map .search__map_okinawa .search__map_toplink {background-color: transparent; color: #003894; bottom: 0; right: -30px;}
.search__map .search__map_okinawa .search__map_toplink::after {display: none;}

.search__map .search__map_hokkaido {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.search__map .search__map_hokkaido.a_hokkaido a {
  padding: 6px 24px 6px 10px;
  background-color: #003894;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: absolute;
}
.search__map .search__map_hokkaido.a_hokkaido a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  margin-left: 5px;
}
.search__map .search__map_hokkaido.a_hokkaido .sapporo_link {top: 16px; left: 20px;}
.search__map .search__map_hokkaido.a_hokkaido .otaru_link {top: 119px; left: 20px;}
.search__map .search__map_hokkaido.a_hokkaido .niseko_link {top: 235px; left: 43px;}
.search__map .search__map_hokkaido.a_hokkaido .hakodate_link {top: 347px; left: 53px;}
.search__map .search__map_hokkaido.a_hokkaido .noboribetsu_link {top: 380px; left: 148px;}
.search__map .search__map_hokkaido.a_hokkaido .asahikawa_link {top: -15px; right: 155px;}
.search__map .search__map_hokkaido.a_hokkaido .abashiri_link {top: 58px; right: 23px;}
.search__map .search__map_hokkaido.a_hokkaido .kushiro_link {top: 150px; right: 15px;}
.search__map .search__map_hokkaido.a_hokkaido .tokachi_link {top: 225px; right: 21px;}
.search__map .search__map_hokkaido.a_hokkaido .furano_link {top: 313px; right: 17px;}
.search__map .search__map_hokkaido.a_hokkaido .hidaka_link {top: 333px; right: 214px;}
.search__map .search__map_hokkaido.a_hokkaido a span {font-size: 10px;}
.search__map .search__map_hokkaido.a_hokkaido .search__map_toplink {background-color: transparent; color: #003894; bottom: -35px; right: -6px;}
.search__map .search__map_hokkaido.a_hokkaido .search__map_toplink::after {display: none;}