@charset "UTF-8";
/* CSS Document */

/* 提携事業者マップ */
#localGovMap {
  width: 100%;
  height: 440px;
  background: #D9D9D9;
}

@media screen and (max-width: 834px) {
    #localGovMap {
        height: 400px;
    }
}

/* 提携事業者マップ　情報ウィンドウ */
.gm-style-iw-chr{
  display: none;
}

.gm-style-iw-d{
  padding: 0 !important;
  overflow: hidden !important;
}

.gm-style-iw{
  padding: 0 !important;
}

/* チェックボックス */
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #00A68C;
  appearance: none;
}

input[type="checkbox"]:checked {
  background: #00A68C;
}

input[type="checkbox"]:checked::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: '';
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 検索エリア */
.keywordSearch,
.areaSearch,
.businessTypeSearch{
  width: 26%;
}

.areaSearchContainer,
.businessTypeContainer {
  position: relative;
  display: inline-block;
  width: 100%;
}

.areaSearchToggle,
.businessTypeToggle {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f9fa;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  transition: background-color 0.3s;
  height: 44px;
  box-sizing: border-box;
}

.areaSearchToggle:hover,
.businessTypeToggle:hover {
  background-color: #e9ecef;
}

.businessTypeLabel,
.prefectureLabel,
.codeLabel{
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  height: 62px;
  padding: 0 30px;
  font-size: 20px;
}

.keywordSearch input{
  outline: none;
}

.keywordSearch input::placeholder{
  color: #000;
}


.keywordSearch input:disabled::placeholder {
  opacity: 0.5;
}

.areaSearch .areaSearchContainer button{
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px 0 15px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition: 0.2s ease;
  appearance: none;
  outline: none;
}

.areaSearch .areaSearchContainer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/arrow_down_grn.png) no-repeat center center;
  background-size: 24px auto;
  pointer-events: none;
  transition: 0.2s ease;
}

.expanded.areaSearchContainer::after {
  transform: translateY(-50%) rotate(180deg);
}

.expanded .areaSearchToggle:after{
  content: "";
  position: absolute;
  top: auto;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-bottom: 48px solid #fff;
  border-top: 0;
}

.prefectureSelect,
.businessTypeSelect {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  border-top: none;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 0;
}

.prefectureSelect {
  max-height: 520px;
  overflow-y: auto;
}

.prefectureCheckbox {
  margin: 0 15px 0 0;
}

.prefectureName {
  flex-grow: 1;
  user-select: none;
}

.codeLabel {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 30px 0 65px;
    border-radius: 3px;
    position: relative;
}

.codeCheckbox {
  margin: 0 15px 0 0;
}

.toggleCitiesBtn{
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 92px;
  height: 62px;
}

.toggleCitiesBtn:after{
  content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/arrow_down_grn.png) no-repeat center center;
    background-size: 24px auto;
    pointer-events: none;
    transition: 0.2s ease;
}

.toggleCitiesBtn.expanded:after{
  transform: translateY(-50%) rotate(180deg);
}


.businessTypeSearch .businessTypeContainer button{
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px 0 15px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition: 0.2s ease;
  appearance: none;
  outline: none;
}

.businessTypeSearch .businessTypeContainer::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/arrow_down_grn.png) no-repeat center center;
  background-size: 24px auto;
  pointer-events: none;
  transition: 0.2s ease;
}

.expanded.businessTypeContainer::after {
    transform: translateY(-50%) rotate(180deg);
}

.businessTypeCheckbox {
  margin: 0 15px 0 0;
}

.businessTypeName {
  flex-grow: 1;
}

.expanded .businessTypeToggle:after{
  content: "";
  position: absolute;
  top: auto;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-bottom: 48px solid #fff;
  border-top: 0;
}

.searchBtnContainer{
    width: 135px;
    height: 62px;
}

.searchBtnContainer button{
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition: 0.2s ease;
  appearance: none;
  outline: none;
}

.searchBtnContainer button:hover{
  opacity: 0.8;
}

.customPagerNav .customPagerList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.customPagerNav .customPagerList li{
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;
  
}

.customPagerNav .customPagerList li a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000; 
  text-decoration: none;
  width: 30px;
  height: 30px;
}

.customPagerNav .customPagerList li.active a {
  color: #00A68C;
}

.customPagerNav .customPagerList li.prev,
.customPagerNav .customPagerList li.next{
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 48px;
  height: 48px;
  background: url(../images/arrow_circle_down.png) center center/contain no-repeat; 
}

.customPagerNav .customPagerList li.prev.disabled,
.customPagerNav .customPagerList li.next.disabled{
  opacity: 0.8;
  pointer-events: none;
}

.customPagerNav .customPagerList li.prev{
  transform: rotate(90deg);
}

.customPagerNav .customPagerList li.next{
  transform: rotate(-90deg);
}

.bizTagList .categoryLabel {
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #00A68C;
    border: #00A68C 1px solid;
    padding: 0 15px;
    margin-right: 15px;
    border-radius: 30px;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
}

@media screen and (max-width: 834px) {
.keywordSearch,
.areaSearch,
.businessTypeSearch{
  width: 100%;
  margin: 0 0 15px;
}

.businessTypeSearch{
  margin: 0 0 30px;
}

.searchBtnContainer{
  width: 100%;
}

.areaSearch .areaSearchContainer button,
.businessTypeSearch .businessTypeContainer button{
  font-size: 16px;
}

.businessTypeLabel,
.prefectureLabel,
.codeLabel{
  font-size: 16px;
}

.expanded .areaSearchToggle:after,
.expanded .businessTypeToggle:after{
  z-index: 10;
  bottom: -50px;
}

.prefectureSelect,
.businessTypeSelect{
  top: 35px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}

.businessTypeLabel,
.prefectureLabel,
.codeLabel{
  padding: 0 20px;
}

.codeLabel{
  padding: 0 40px;
}

.toggleCitiesBtn:after{
  right: 10px;
}

/* キャッシュ情報を非表示にする */
.cache-info {
    display: none;
}
}

.gm-style .gm-style-iw-c{
  outline: none;
  font-size: 12px;
}