@charset "UTF-8";

.g-popup__title {
  padding: 24px 0;
  border-bottom: 1px solid #E0DFDF;
  color: #3E2B21;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.g-popup__title--note {
  color: #A3A3A3;
  font-size: 1.2rem;
}
.g-popup__search--flex {
  display: flex;
  align-items: center;
}
.g-popup .g-user__searchElement:first-child {
  margin-bottom: 0;
}
.g-popup__searchTitle {
  padding-bottom: 8px;
  font-size: 14px;
}
@media screen and (min-width: 1080px) {
  .g-popup__searchTitle {
  }
}
.g-animalList {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-bottom: -16px;
  padding: 20px 20px 24px;
  background: #fff;
}
.g-animalList__btn {
  margin-left: 15px;
  margin-bottom: 16px;
  width: calc(50% - 15px);
}
.g-animalList__btn input[type="checkbox"],
.g-weekList__btn input[type="checkbox"] {
  display: none;
}
.g-animalList__checkBtn, .g-weekList__checkBtn {
  display: block;
  padding: 16px!important;
  background: #D6D6D6;
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem!important;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .g-animalList__checkBtn,
  .g-weekList__checkBtn {
    padding: 18px 20px 20px!important;
  }
}

.g-animalList__btn label input:checked + .g-animalList__checkBtn,
.g-weekList__btn label input:checked + .g-weekList__checkBtn {
  background: #53AA32;
}
.g-weekList {
  display: flex;
  flex-flow: row wrap;
  margin-left: -13px;
  margin-bottom: -14px;
  padding-bottom: 40px;
}
.g-weekList__btn {
  margin-left: 13px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1080px) {
  .g-weekList {
    justify-content: space-between;
    margin-left: 0;
    width: 564px;
  }
  .g-weekList__btn {
    margin-left: 0;
  }
}
.g-weekList__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #f7f7f7;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  color: #A3A3A3;
  font-size: 1.6rem;
  font-weight: bold;
}
.g-user__select--period {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  width: auto;
  font-size: 1.6rem;
}
.g-popup .g-user__searchElement:first-child {
  margin-right: 0;
}
.g-area__container,
.g-popup__container {
	padding-top:68px;
  min-height: 100vh;
	background:#FAF6EB !important;
}
.g-popup__container--white {
  padding: 20px 20px 40px;
  background: #fff;
}
@media (orientation: landscape) and (max-width: 767px){
  .g-popup__container--white {
    padding: 20px 20px 100px;
  }
}
@media screen and (min-width: 1080px) {
  .g-popup__container--white {
    padding: 50px 0 40px;
  }
}
.g-areaList {
  padding-bottom: 110px;
}
.g-areaList__checkbox {
  padding: 17.5px 16px;
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
}
.g-areaList__element {
  background: #fff;
  border-bottom: 1px solid #EFEFEF;
  font-size: 1.6rem;
  position: relative;
}
.g-areaList__element::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: solid 1px #53AA32;
  border-right: solid 1px #53AA32;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1080px) {
  .g-areaList__element::after {
    width: 6px;
    height: 6px;
  }
}
.g-areaList__element--btn {
  display: block;
  padding: 15.5px 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.g-areaList__checkbox::after {
  content: none;
}
.g-pooupList {
  padding-bottom: 29px;
  background: #fff;
  border-top: 1px solid #EFEFEF;
}
@media screen and (min-width: 1080px) {
  .g-pooupList {
    padding-bottom: 15px;
  }
  .g-areaList__element--btn {
    padding: 0;
  }
}
.g-areaList input {
  margin-top: -5px;
  margin-right: 8px;
}
.g-popup__container .g-popup__pdBox {
  padding: 20px 20px 33px;
  background:#FAF6EB;
}
.g-popup__pdBox {
  padding: 20px 20px 33px;
}
.g-popup__free input[type="text"] {
  width: 100%;
  /*height: 48px;*/
}
.g-pooupList__element {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16.5px 16px;
  border-bottom: 1px solid #E3E3E3;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
}
.g-pooupList__element::after {
  content: '';
  cursor: pointer;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: solid 1px #53AA32;
  border-right: solid 1px #53AA32;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.g-pooupList__element--title {
  /*width: 40%;*/ /* 20210415 delete */
  font-size: clamp(11px, 4.3vw, 16px);
  font-weight: bold;
  width: 34%;
}
@media screen and (min-width: 1080px) {
  .g-pooupList__element--title {
    font-size: 1.6rem;
  }
}
.g-side .g-pooupList__element--title {
  width: 85px;
}
.g-pooupList__text {
  padding-right: 24px;
  width: 60%;
  color: #6F6C66;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-side .g-pooupList__text {
  padding-right: 0;
}
.g-popup__container .g-popup__title--bg {
  padding: 8px 20px;
  font-weight: bold;
  background:#FAF6EB;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
.g-popup__container .g-popup__title--bg:first-child {
  border-top: none;
}
.g-popup__title--bg {
  padding: 5px 20px;
  font-weight: bold;
}
.g-popup__checkArea {
  padding: 16px 20px 24px;
  background: #fff;
}
.g-popup__checkList {
  display: flex;
  flex-flow: row wrap;
  margin-left: -12px;
  margin-bottom: -16px;
}
.g-popup__container > .g-popup__checkList {
  padding-bottom: 73px;
}
@media screen and (min-width: 1080px) {
  .g-popup__checkList.g-popup__checkList-animal {
    width: 754px;
    justify-content: space-between;
    margin-left: 0;
  }
  .g-side .g-popup__checkList.g-popup__checkList-animal {
    width: 280px;
    justify-content: space-between;
    margin-left: 0;
  }
  .g-popup__container .g-popup__title--bg {
    padding: 8px 24px;
    border-top: none;
    border-bottom: none;
  }
}
.g-popup__check--btn {
  pointer-events: none;
}
.g-popup__check--btn input[type="checkbox"] {
  display: none;
}
.g-popup__checkBtn {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 16px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #E0DFDF;
  border-radius: 19px;
  color: #6F6C66;
  cursor: pointer;
  font-size: 1.4rem;
  user-select: none;
  pointer-events: auto;
}
.g-popup__check--btn label input:checked + .g-popup__checkBtn {
  /*background: #53AA32;*/ /* 20210426 edit */
  background-color: #53AA32;
  border: 1px solid #53AA32;
  color: #fff;
}
.g-popup__closeModal {
  color: #B6B5B2;
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.container--pd {
  padding-bottom: 130px;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-popup__head {
    border-radius: 10px 10px 0 0;
  }
  .g-area__container {
	  margin-top:0px;
    padding: 84px 24px 104px 24px;
	  min-height: auto;
    height: auto;
	  background:#fff !important;
  }
  .g-areaList {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    /*margin-left: -16px;*/
    margin-bottom: -16px;
    padding-bottom: 0;
  }
  .g-areaList::before{
    content:"";
    display: block;
    width:177px;
    order:1;
  }
  .g-areaList::after{
    content:"";
    display: block;
    width:177px;
  }
  .g-area_municipality .g-areaList::before{
    content:"";
    display: block;
    width:188px;
    order:1;
  }
  .g-area_municipality .g-areaList::after{
    content:"";
    display: block;
    width:188px;
  }
  .g-areaList__element {
    /*margin-left: 16px;*/
    margin-bottom: 16px;
    padding: 8px 10px;
    width: calc(25% - 16px);
    background: #fff;
    border: 1px solid #007A48;
    border-radius: 8px;
    color: #007A48;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease;
	  text-align: center;
  }
  .g-areaList__element:hover {
    opacity: 0.7;
  }
  .g-areaList.checkBoxArea {
    margin: 0;
  }
  .g-areaList__checkbox {
    margin-bottom: 26px;
    padding: 0;
    width: calc(25%);
    border-bottom: none;
    cursor: pointer;
    font-size: 1.4rem;
    text-indent: -24px;
    padding-left: 2em;
  }
  .g-popup__container {
    padding: 24px 24px 44px;
    min-height: auto;
    background: #fff;
  }
  .g-popup__container--white {
    padding-bottom: 17px;
  }
  .g-animalList {
    padding: 0;
    margin: 0 auto;
    width: 752px;
  }
  .g-animalList__btn {
    margin-left: 15px;
    margin-bottom: 16px;
    width: calc(25% - 15px);
  }
  .g-weekList {
    padding-bottom: 0;
  }
  .g-popup__search--flex .g-user__searchElement,
  .g-popup__search--flex .g-user__select.g-user__select--design {
    width: 180px;
  }
  .g-popup__flexArea {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
  }
  .g-popup__flexArea .g-popup__searchTitle {
    margin-right: 16px;
  }
  .container--pd {
    padding: 0;
  }
  .g-pooupList__text {
    width: 170px;
  }
  .g-side .g-pooupList__text {
    width: 185px;
  }
  .container--pd .g-pooupList__text {
    width: 50%;
  }
}

/*===================================
検索フッター SP/PC
===================================*/
.g-popup__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #E3E3E3;
  position: fixed;
  left: 0;
  bottom: 0;
}
.g-popup__number {
  color: #3E2B21;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.g-popup__result {
  display: block;
  font-size: 1.2rem;
}
.g-popup__unit {
  font-size: 1.7rem;
}
.g-popup__footerList {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 19px;
}
@media screen and (min-width: 1080px) {
  .g-popup__footerList li:hover {
    opacity: 0.7 !important;
  }
  .g-popup__footerList li button:hover {
    opacity: 1 !important;
  }
}
.g-popup__footerList li:last-child{
  margin-left: 12px;
}
.g-popup__footerBtn {
  width: 50%;
  background: #fff;
  border: 1px solid #007A48;
  border-radius: 8px;
  color: #007A48;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.g-popup__footerBtn--search {
  width: 50%;
  background: #007A48;
  border: 1px solid #007A48;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .g-popup__footerBtn {
    font-size: 1.6rem;
  }
  .g-popup__footerBtn--search {
    font-size: 1.6rem;
  }
}
.g-popup__footerBtn button,
.g-popup__footerBtn--search button {
  width: 100%;
  padding: 5px 0;
}
.g-popup__footerList li.size--lg:last-child {
  margin-left: 0;
  width: 100%;
  font-size: 1.4rem;
}
.wrap-7 .g-popup__footerList li.size--lg:last-child {
  margin-left: 15px;
}
.g-popup__footerBtn--search.size--lg button {
  padding: 12.5px 0;
  font-size: 16px;
}

.g-popup__footerBtn--search.size--lg button:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/icon_search.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.g-popup__head {
	position: fixed;
	z-index: 200;
	width:100%;
  background: #fff;
}
.modal__arrowArea {
  width: 30px;
  height: 30px;
  position: relative;
}
.g-popup__arrow::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 23px;
  border-bottom: solid 1px #A3A3A3;
  border-left: solid 1px #A3A3A3;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.g-popup__footerBtn--label {
  padding: 5px 0;
  display: block;
}

/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-popup {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
  }
  .g-popup__footer {
    position: fixed;
    padding: 21px 0;
    width: 50%;
    background: #fff;
    box-shadow: none;
    left: auto;
    bottom:4%;
  	min-width: 800px;
    max-width: 800px;
    border-top: 1px solid #E3E3E3;
    border-radius: 0 0 10px 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .g-popup__number {
    position: absolute;
    left: 25px;
  }
  .g-popup__footerList {
    padding-right: 19px;
    width: auto;
  }
  .g-popup__footerBtn,
  .g-popup__footerBtn--search {
    width: 240px;
  }
  .g-popup__footerBtn button,
  .g-popup__footerBtn--search button {
    padding: 12px 0;
  }
  .g-popup__footerBtn--search.size--lg button {
    width: 240px;
    font-size: 16px;
  }
  .g-popup__head {
    position: fixed;
    top:4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:50%;
    min-width: 800px;
    max-width: 800px;
    background: #fff;
      border-radius: 10px 10px 0 0;
    z-index: 200;
  }
  .wrap-7 .g-popup__head {
    top: initial;
  }
  .g-popup__footerBtn {
  	padding:6px 0;
    border: 2px solid #007A48;
}
}

/*===================================
検索一覧サイドバー SP/PC
===================================*/

/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-side .g-popup__title {
    /*border-bottom: none;*/ /* 20210415 delete */
    font-size: 1.8rem;
  }
  .g-side .g-popup__pdBox {
    padding: 20px 20px 25px;
  }
  .g-side .g-pooupList {
    /*margin-bottom: 25px;*/ /* 20210415 delete */
  }
  .g-side .g-pooupList__text {
    color: #333;
    font-size: 1.4rem;
  }
  .g-side .g-pooupList__element {
    /*align-items: flex-start;*/
    align-items: center;
    padding: 20px;
  }
  .g-side .g-pooupList__elementContainer {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: space-between;
  }
  .g-side .g-popup__checkArea {
    border-bottom: 1px solid #EFEFEF; /* 20210415 add */
    margin-bottom: 13px; /* 20210415 add */
    padding: 0 13px 20px;
  }
  .g-side .g-popup__checkArea:last-child { /* 20210415 add */
    border-bottom: none;
  }
  .g-side .g-popup__checkList {
    margin-left: 0;
    margin-bottom: -12px;
  }
  .g-side .g-popup__checkBtn {
    margin-left: 7px;
    margin-bottom: 12px;
    padding: 9px 14px;
    font-size: 1.4rem;
  }
  .g-side .g-popup__checkList-animal .g-popup__checkBtn {
    margin-left: 0;
    margin-bottom: 12px;
    padding: 9px 14px;
    font-size: 1.4rem;
    font-weight: bold;
    width: 134px;
  }
  .g-side .g-popup__title--bg {
    font-size: 1.3rem;
    margin-bottom: 11px; /* 20210415 add */
  }
  .g-side .g-side__searchBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 77px;*/ /* 20210422 edit */
    width: 12px;
    /*height: 32px;*/ /* 20210422 edit */
    height: 18px;
    /*border: 1px solid #333;*/ /* 20210422 delete */
    border-radius: 3px;
    font-size: 1.2rem;
  }
	.g-popup__container {padding-top:50px;padding-bottom:100px;background:#fff !important;}
	.wrap-4 .g-popup__container {padding-top:82px;padding-bottom:0px;}
  .g-popup__container .g-animalList.g-popup__checkList.g-popup__checkList-animal::before{
    content:"";
    display: block;
    width:176px;
    order:1;
  }
  .g-popup__container .g-animalList.g-popup__checkList.g-popup__checkList-animal::after{
    content:"";
    display: block;
    width:176px;
  }

}


/* 20210604 追加 */
.g-pooupList__element {
  border-bottom: 1px solid #EFEFEF;
}
.g-popup__arrow::before {
  width: 13px;
  height: 13px;
  border-bottom: solid 2px #A3A3A3;
  border-left: solid 2px #A3A3A3;
}
.g-popup__title--bg {
  font-size:14px;
}
.g-popup__checkBtn {
  margin-bottom: 16px;
}
@media screen and (min-width: 1080px) {
  .g-pooupList li:hover,.g-popup__checkList li:hover,.g-weekList li:hover {opacity: 0.7;}
  .wrap-7 .g-popup__checkList li:hover  {opacity: 1.0;}
  .wrap-7 .g-popup__checkList li:hover input[type="checkbox"] + .g-popup__checkBtn {opacity: 0.7;}
  .wrap-7 .g-popup__checkList li:hover input[type="checkbox"]:disabled + .g-popup__checkBtn {
    opacity: 1.0;
    pointer-events: none;
  }
}
li.g-areaList__checkbox input[type="checkbox"] {
	  -webkit-appearance: none;
	padding:7px;
  font-weight: bold;border-radius: 4px;
  border: 1px solid #E0DFDF;
  background-color: #fff;
	cursor: pointer;
	position: relative;
}
li.g-areaList__checkbox input[type="checkbox"]:checked {
	padding:5px 3px;
	position: relative;
	border:none;
	background:#53AA32;
  border: 1px solid #53AA32;
}
li.g-areaList__checkbox input[type="checkbox"]:checked::after {
	content:"";
	display: block;
   width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.g-popup__title--bg {
  font-size:1.4rem;
}
@media screen and (min-width: 1080px) {
.g-popup__checkArea {
  padding:20px 24px 28px;
}
  .g-areaList__element {
    padding: 16px 26px;
    width: 23.4%;
  }
  .g-side .g-popup__title {
    font-size: 1.6rem;
	  letter-spacing: 0.03em;
  }
}

/* 20210610 add
--------------------------------------- */
@media screen and (min-width: 1080px) {
  .g-side .g-popup__title--bg {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  .g-side .g-popup__checkList {
    margin-left: -12px;
  }

  .g-side .g-popup__checkBtn {
    margin-left: 12px;
  }
}

/* 20210709 add
--------------------------------------- */
.wrap-7 .g-popup__check--btn {
  pointer-events: initial;
}
@media screen and (min-width: 1080px) {
  .wrap-7 .g-popup__check--btn {
    pointer-events: none;
  }
}