@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
#project main,
#favorite main,
#history main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #project main,
  #favorite main,
  #history main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-search {
  padding: 1px 0 2rem;
}
@media only screen and (max-width: 768px) {
  .p-search {
    padding: 1px 0 0;
  }
}
.p-search__ttl {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-search__ttl {
    margin-top: 8rem;
  }
}
.p-search__keyword {
  margin: 4rem auto 3rem;
  border: solid 1px #D7D7D7;
  display: flex;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-search__keyword {
    display: block;
    margin: 4rem auto 1.6rem;
  }
}
.p-search__keyword .keywordTtl {
  width: 20%;
  max-width: 200px;
  background: #F1EDEF;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-search__keyword .keywordTtl {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-search__keyword .keywordTtl {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-search__keyword .keywordTtl {
    width: 100%;
    max-width: 100%;
    padding: 1.1rem;
  }
}
.p-search__keyword .keywordBox {
  width: 80%;
  padding: 1.2rem 2rem;
}
@media only screen and (max-width: 768px) {
  .p-search__keyword .keywordBox {
    width: 100%;
    padding: 1.2rem 1.4rem;
  }
}
.p-search__keyword .keywordBox dl {
  line-height: 1.57;
}
.p-search__keyword .keywordBox dl:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-search__keyword .keywordBox dl:not(:first-of-type) {
    margin-top: 1.2rem;
  }
}
.p-search__keyword .keywordBox dl dd {
  display: inline-block;
  color: #6E356B;
  font-weight: 700;
}
.p-search__keyword .keywordBox dl dd:not(:last-child)::after {
  content: ",";
}
.p-search__btnlist {
  border: 1px solid #222B3C;
  background: #fff;
}
.p-search__btnlist__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222B3C;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-search__btnlist__btn {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-search__btnlist__btn {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-search__btnlist__btn {
    padding: 1.15rem;
  }
}
.p-search__btnlist__con .p-search__btn > .u-btn-tog {
  font-weight: 500;
  cursor: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-search__btnlist__con .p-search__btn > .u-btn-tog {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-search__btnlist__con .p-search__btn > .u-btn-tog {
    font-size: 1.5rem;
  }
}
.p-search__btnlist__con .p-search-area .c-s-area__btnlist {
  margin-bottom: 0;
}
.p-search__btnlist__con .p-search-type {
  border-top: solid 1px #D7D7D7;
}
@media only screen and (max-width: 768px) {
  .p-search__btnlist__con .p-search-type {
    border-top: none;
  }
}
.p-search__btnlist__con .p-search-type .obj--topsb .c-s-area__cont__check {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-search__btnlist__con .p-search-type .obj--topsb .c-s-area__cont__check {
    padding-bottom: 1.4rem;
  }
}
.p-search__btnlist__con .p-search-submitBtn {
  padding: 2rem;
  border-top: solid 1px #D7D7D7;
  background: #fff;
}
.p-search__btnlist__con .p-search-submitBtn a {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-search__btnlist__con .p-search-submitBtn a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-search__btnlist__con .p-search-submitBtn a {
    font-size: 1.5rem;
  }
}
.p-search .c-s-area {
  border: none;
}

.p-sarea {
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-sarea {
    max-width: 49rem;
  }
}
.p-sarea__option {
  display: flex;
  align-items: end;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-sarea__option-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-sarea__option {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-sarea__option {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sarea__option {
    font-size: min(3.6vw, 1.3rem);
  }
}
.p-sarea__option form {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: -8px;
}
@media only screen and (max-width: 768px) {
  .p-sarea__option form {
    gap: 0.6rem;
  }
}
.p-sarea__option form select {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background-color: #f8f8f8;
  border: 1px solid #D7D7D7;
  padding: 2px 4px;
}
@media (max-width: 768px) {
  .p-sarea__option form select {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-sarea__option form select {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sarea__option form select {
    font-size: min(3.6vw, 1.3rem);
    padding: 2px;
  }
}
.p-sarea__count {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: end;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sarea__count {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-sarea__count {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sarea__count {
    font-size: min(3.6vw, 1.3rem);
  }
}
.p-sarea__count em {
  font-size: 30px;
  font-size: 3rem;
  color: #6E356B;
  font-weight: 700;
  margin-right: 2px;
  margin-bottom: -4px;
}
@media (max-width: 768px) {
  .p-sarea__count em {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-sarea__count em {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sarea__count em {
    margin-bottom: -2px;
  }
}
.p-sarea__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-fav-area legend {
  display: none;
}
.p-fav-area__siryo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}
.p-fav-area__btn {
  max-width: 26rem;
}
.p-fav-area__btn .u-btn-next {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
}
@media (max-width: 768px) {
  .p-fav-area__btn .u-btn-next {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-fav-area__btn .u-btn-next {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-fav-area__btn .u-btn-next {
    line-height: 1.5rem;
    text-align: center;
  }
}
.p-fav-area__btn__last {
  display: flex;
  justify-content: flex-end;
}
.p-fav-area__btn--last {
  margin-top: 1.6rem;
}
.p-fav-area input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-fav-area .checkmark {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 8px;
  position: relative;
  transition: background-color 0.2s ease;
}
.p-fav-area .checkmark:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0; /* 非チェック時は非表示 */
  transition: opacity 0.2s ease;
}
.p-fav-area .checkmark-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1lh;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-fav-area .checkmark-wrap {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-fav-area .checkmark-wrap {
    font-size: 1.3rem;
  }
}
.p-fav-area input:checked + .checkmark {
  background-color: #6E356B; /* チェック時の色 */
  border-color: #6E356B;
}
.p-fav-area input:checked + .checkmark:after {
  opacity: 1;
}
.p-fav-area input:checked ~ .checkmark-wrap .checkmark {
  background-color: #6E356B; /* チェック時の色 */
  border-color: #6E356B;
}
.p-fav-area input:checked ~ .checkmark-wrap .checkmark:after {
  opacity: 1;
}
.p-fav-area__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-fav-area__list__item {
  display: grid;
  grid-template-columns: min-content 1fr;
}
@media only screen and (max-width: 768px) {
  .p-fav-area__list__item {
    grid-template-columns: 1fr;
  }
}
.p-fav-area__list__item label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  width: 3.6rem;
  background-color: rgba(34, 43, 60, 0.09);
}
@media only screen and (max-width: 768px) {
  .p-fav-area__list__item label {
    width: 100%;
    padding: 0.9rem;
    justify-content: start;
  }
}

.p-msg {
  display: none;
}

@media only screen and (max-width: 768px) {
  .noList .p-sarea {
    max-width: 100%;
  }
}
.noList .p-sarea__listWrap {
  display: none;
}
.noList .p-msg {
  display: block;
  background-color: #f8f8f8;
  text-align: center;
  padding: 7rem 4rem;
  margin-bottom: 10rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .noList .p-msg {
    padding: 5rem 2rem;
    margin-bottom: 8rem;
  }
}
.noList .p-msg__notice {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .noList .p-msg__notice {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .noList .p-msg__notice {
    font-size: 1.6rem;
  }
}
.noList .p-msg__txt {
  margin-top: 2rem;
}
.noList .p-msg__btn {
  width: 100%;
  max-width: 640px;
  margin: 5rem auto 0;
}
.noList .p-msg__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9C4998;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .noList .p-msg__btn a:hover {
    opacity: 0.7;
  }
}

.p-map-search {
  margin: 4rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .p-map-search {
    margin: 3rem 0 8rem;
  }
}
.p-map-search__nav {
  padding: 0;
  background-color: #fff;
  border-bottom: 4px solid #6E356B;
}
.p-map-search__nav__list {
  margin-bottom: -1px;
  gap: 0;
}
.p-map-search__wrap {
  background-color: #f4f4f4;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-map-search__wrap {
    padding: 2rem 5%;
  }
}
.p-map-search__inner {
  display: grid;
  grid-template-columns: auto 35rem;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-map-search__inner {
    display: block;
  }
}
.p-map-search__mapArea {
  position: relative;
  height: 680px;
}
@media only screen and (max-width: 768px) {
  .p-map-search__mapArea {
    height: 580px;
  }
}
.p-map-search__mapArea__gmap {
  width: 100%;
  height: 100%;
}
.p-map-search__itemArea {
  height: 680px;
  overflow-y: auto;
  padding: 2rem;
  background-color: #fff;
}
.p-map-search__itemArea .gmap-trigger {
  cursor: pointer;
}
.p-map-search__cap {
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-map-search__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-map-search__cap {
    font-size: 1rem;
  }
}/*# sourceMappingURL=project.css.map */