@charset "UTF-8";

body.menu_open {
  height: 100%;
  overflow: hidden;
}
#page {
  overflow-x: hidden;
}
body.fontLarge #agfHouse #main {
  font-size: 20px;
}
.mod_breadcrumb {
  border-bottom: 1px solid #dadce0;
}
.holdings-footer__pagetop {
  display: none !important;
}
h2.agf_title {
  font-size: 26px;
  font-weight: bold;
}
h2.agf_title.__green_bar {
  position: relative;
  padding-bottom: 18px;
}
h2.agf_title.__green_bar::after {
  position: absolute;
  display: block;
  content: '';
  width: 80px;
  height: 3px;
  background-color: #14993b;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* header */
#header {
  background-image: none;
  background-color: #fff;
  position: relative;
}
#header .container {
  box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
}
.size_changer {
  margin-right: 10px;
}
.switchFontSize {
  display: none;
}
.size_changer_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.size_changer_box span {
  font-size: 16px;
  font-weight: bold;
}
.size_changer_box div {
  display: flex;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  overflow: hidden;
}
.size_changer_box label {
  width: 30px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  transition: background-color .3s ease;
}
.size_changer_box label:hover {
  background-color: #efefef;
}
.size_changer_box label:first-child {
  border-right: 1px solid #dcdcdc;
}
#rdoFontSizeMiddle:checked ~ .size_changer_box label[for="rdoFontSizeMiddle"],
#rdoFontSizeLarge:checked ~ .size_changer_box label[for="rdoFontSizeLarge"] {
  background-color: #262626;
  color: #fff;
  pointer-events: none;
}
.header_buttons {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.header_buttons > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 87.5%;
  padding: 6px 12px;
  transition: filter .3s ease;
}
.header_buttons > a:hover {
  filter: brightness(1.05);
}
.header_buttons > a.__reserve {
  background-color: #e38535;
}
.header_buttons > a.__contact {
  background-color: #14993b;
}
.row.header_nav_row {
  position: static;
}
.header_nav {
  width: 100%;
}
.switchHeaderChild {
  display: none;
}
.header_nav_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  border-left: 1px solid #dcdcdc;
  align-items: center;
}
.header_nav_list > li {
  border-right: 1px solid #dcdcdc;
  font-size: 87.5%;
  font-weight: 500;
  text-align: center;
  height: 3em;
}
.header_nav_list > li > a,
.header_nav_list > li > label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
}
.header_nav_list > li.__current > a,
.header_nav_list > li.__current > label {
  color: #14993b;
}
.header_nav_list > li:hover > a,
.header_nav_list > li:hover > label {
  color: #14993b;
}
.header_nav_list > li > label {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.header_nav_child {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_nav_child > .row {
  border-top: 1px solid #dadce0;
}
@media (any-hover: none) {
  #openService:checked ~ .header_nav_list .header_nav_child.__service,
  #openLiving:checked ~ .header_nav_list .header_nav_child.__living,
  #openAbout:checked ~ .header_nav_list .header_nav_child.__about {
    display: block;
  }
  #openService:checked ~ .header_nav_list label[for="openService"]::after,
  #openLiving:checked ~ .header_nav_list label[for="openLiving"]::after,
  #openAbout:checked ~ .header_nav_list label[for="openAbout"]::after {
    position: absolute;
    display: block;
    content: '';
    width: 4em;
    height: 2px;
    background-color: #14993b;
    left: calc(50% - 2em);
    bottom: 0;
  }
}
@media (any-hover: hover) {
  .header_nav_list > li:hover .header_nav_child {
    display: block;
  }
}

.header_nav_child_list {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.header_nav_child_list a {
  display: grid;
  grid-template-columns: 1fr 125px;
  align-items: center;
  background-color: #f6f5f0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  height: 100%;
  transition: background-color .3s ease;
}

.header_nav_child_list a img {
  transition: filter .3s ease;
}
.header_nav_child_list a > span {
  display: flex;
  padding: 5px 10px 5px 15px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  transition: color .3s ease;
}
.header_nav_child_list a > span::after {
  flex-shrink: 0;
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 10px;
  background: url(../images/common/icon_right_arrow01.svg) no-repeat center center #898989;
  background-size: 18px auto;
  transition: background-color .3s ease;
}
.header_nav_child_list a:hover > span {
  color: #14993b;
}
.header_nav_child_list a:hover > span::after {
  background-color: #14993b;
}


#footer {
  background-color: #f4efeb;
  padding: 40px 10px;
}
.footer_link {
  text-align: center;
}
.footer_link > div + div {
  margin-top: 80px;
}
.footer_link_text {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  margin-top: 3em;
  margin-bottom: 2.375em;
}
.footer_link_box {
  width: 80%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer_link_box > a {
  display: block;
  border-radius: 6px;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  transition: filter .3s ease;
}
.footer_link_box > a:hover {
  filter: brightness(1.05);
}
.footer_link_box > a.__reserve {
  background-color: #e38535;
}
.footer_link_box > a.__contact {
  background-color: #14993b;
}
.footer_link_linktext {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  gap: 10px;
  padding-right: 40px;
}
.footer_link_linktext img {
  width: 64px;
}
.footer_link_linktext span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.footer_link_linktext::after {
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  background: url(/agefree/facility_care/agefree-house/assets/images/common/icon_arrow03.svg) no-repeat center center;
  background-size: contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.footer_search_box {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer_search_box > button {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  gap: 10px;
  border-radius: 4px;
  overflow: hidden;
  transition: filter .3s ease;
  cursor: pointer;
}
.footer_search_box > button:hover {
  filter: brightness(1.05);
}
.footer_search_box > button img {
  width: 27px;
}
.footer_search_box > button.__area {
  border: none;
  background-color: #14993b;
  color: #fff;
  padding-right: 40px;
}
.footer_search_box > button.__area::after {
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  background: url(/agefree/facility_care/agefree-house/assets/images/common/icon_arrow03.svg) no-repeat center center;
  background-size: contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.footer_search_box > button.__detail {
  border: 1px solid #007626;
  background-color: #fff;
  border-radius: 6px;
  color: #007626;
  transition: background-color .3s ease;
}
.footer_search_box > button.__detail:hover {
  filter: brightness(1);
  background-color: #efefef;
}
.footer_search_box > button.__detail .__plus {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.footer_search_box > button.__detail .__plus::before,
.footer_search_box > button.__detail .__plus::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #007626;
}
.footer_search_box > button.__detail .__plus::before {
  width: 2px;
  height: 100%;
  left: 9px;
  top: 0;
}
.footer_search_box > button.__detail .__plus::after {
  width: 100%;
  height: 2px;
  left: 0;
  top: 9px;
}
.footer_search_box > button span {
  font-size: 16px;
  font-weight: bold;
}

.footer_nav {
  margin-top: 80px;
  text-align: center;
  color: #441b00;
}
.footer_nav .agf_title {
  line-height: 1.2;
}
.footer_nav .agf_title span {
  display: inline-block;
}
.footer_nav_row {
  margin-top: 20px;
}
.footer_nav_column {
  padding: 15px 20px;
  text-align: left;
}
.footer_nav_list p,
.footer_nav_list a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #441b00;
}
.footer_nav_list a {
  transition: filter .3s ease;
}
.footer_nav_list a:hover {
  filter: brightness(2);
}
.footer_nav_list > li > ul {
  list-style: disc;
  padding-inline-start: 1.5em;
}
.footer_nav_list > li > ul > li {
  margin-top: 0.5em;
}

@media screen and (max-width: 400px) {
  .footer_nav .agf_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #header .container {
    background-color: #fff;
  }
  #header .size_changer {
    display: none;
  }
  #btnNavi {
    width: 40px;
    height: 42px;
    overflow: visible;
    text-align: center;
  }
  #btnNavi button {
    position: relative;
    margin-inline: auto;
    width: 38px;
    height: 38px;
    background-color: #14993b;
    border-radius: 50%;
    margin-bottom: 3px;
  }
  #btnNavi button span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transition: all 0.2s ease;
  }
  #btnNavi button span:nth-child(1) {
    margin-top: -5px;
  }
  #btnNavi button span:nth-child(2) {
    margin-top: -1px;
  }
  #btnNavi button span:nth-child(3) {
    margin-top: 4px;
  }
  #btnNavi button.active span:nth-child(1) {
    margin-top: -1px;
    transform: rotate(45deg);
  }
  #btnNavi button.active span:nth-child(2) {
    opacity: 0;
  }
  #btnNavi button.active span:nth-child(3) {
    margin-top: -1px;
    transform: rotate(-45deg);
  }
  #btnNavi p {
    color: #14993b;
    font-size: 10px;
  }
  #spNav {
    position: fixed;
    z-index: 2;
    transform: translateX(100%);
    transition: transform 0.3s;
    width: 100%;
    margin: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  body.menu_open #spNav {
    transform: translateX(0);
  }
  .sp_header_nav_body {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background-color: #fff;
    padding-bottom: 200px;
    border-top: 1px solid #dadce0;
  }
  .sp_header_nav_list > li > div {
    background-color: #f6f6f6;
    font-size: 18px;
    padding: 20px 15px 18px;
    border-bottom: 1px solid #dadce0;
  }
  .sp_header_nav_child_list > li {
    border-bottom: 1px solid #dadce0;
  }
  .sp_header_nav_child_list > li a {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
    color: inherit;
  }
  .sp_header_nav_child_list > li a > img {
    width: 125px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .sp_header_nav_child_list > li a > span {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 10px;
    font-size: 18px;
    color: inherit;
    line-height: 1.25;
  }
  .sp_header_nav_child_list > li a > span::after {
    flex-shrink: 0;
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 10px;
    background: url(../images/common/icon_right_arrow01.svg) no-repeat center center #898989;
    background-size: 18px auto;
  }
  .sp_header_asset_nav_list {
    border-top: 1px solid #dadce0;
  }
  .sp_header_asset_nav_list > li {
    border-bottom: 1px solid #dadce0;
  }
  .sp_header_asset_nav_list > li > a {
    position: relative;
    display: block;
    padding: 20px;
    color: inherit;
  }
  .sp_header_asset_nav_list > li > a::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/common/icon_external_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    right: 15px;
    top: calc(50% - 10px);
  }
  .sp_header_nav_btn_area {
    padding: 15px;
    text-align: center;
  }
  .sp_header_nav_btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    width: 80%;
    padding: 15px;
    background-color: #898989;
    border-radius: 40px;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  .sp_header_nav_btn.__top::after {
    position: relative;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 12px;
    background: url(../images/common/icon_right_arrow01.svg) no-repeat center center;
    background-size: 18px auto;
    vertical-align: middle;
    top: -2px;
  }
  .sp_header_nav_btn.__close::after {
    position: relative;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 12px;
    background: url(../images/common/icon_close.svg) no-repeat center center;
    background-size: 18px auto;
    vertical-align: middle;
    top: -2px;
  }
  .sp_header_nav_footer {
    height: 200px;
  }
  .header_buttons {
    margin-right: 5px;
  }
  .header_buttons > a.__reserve {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2px;
  }
  .header_buttons > a.__contact {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 2px;
  }
  .header_buttons > a.__contact > span:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .header_buttons > a.__contact > span:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .header_buttons > a.__contact > span:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  .header_buttons > a.__contact > span:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  .header_buttons > a.__contact > span:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }
  #header .row.header_nav_row {
    padding-left: 0;
    padding-right: 0;
  }

  #pagetop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
  }
  #pagetop button,
  #pagetop a {
    background-color: #FFF;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 55px;
    display: block;
    border-radius: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #818181;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #pagetop a:hover {
    opacity: .8;
  }
  #pagetop button.__top {
    color: #007626;
  }
  #pagetop a.__home {
    background-color: #736a6a;
    color: #fff;
    text-align: center;
  }
  #pagetop a.__home img {
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 641px) {
  h2.agf_title {
    font-size: 33px;
  }
  h2.agf_title.__green_bar {
    padding-bottom: 24px;
  }
  h2.agf_title.__green_bar::after {
    width: 100px;
    height: 4px;
  }
  #header,
  #header.is-fixed {
    z-index: 9900;
  }
  #header .container {
    background-color: #fff;
    padding-bottom: 0;
  }
  #spNav {
    display: none;
  }
  #header .mod_breadcrumb .mod_breadcrumb_inner {
    width: 100%;
    max-width: 1280px;
  }
  #header .row {
    position: static;
    max-width: 1280px;
    margin-top: 0;
    padding: 11px 20px;
    align-items: center;
  }
  #header .row .left {
    width: 26.25%;
    max-width: 336px;
  }
  #header #logo {
    width: 100%;
    height: auto;
    top: 0;
  }
  #header #btnNavi {
    display: none;
  }
  .header_buttons > a {
    font-weight: bold;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .header_nav_list {
    max-width: 840px;
    grid-template-columns: repeat(4, auto);
  }
  .header_nav_list > li {
    font-size: 100%;
    font-weight: bold;
    height: 36px;
  }
  .header_nav_list > li > label br {
    display: none;
  }
  .header_nav_list > li > label span {
    position: relative;
    display: inline-block;
  }
  .header_nav_list > li > label:hover span::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #14993b;
    left: 0;
    bottom: 0;
    transform: translateY(10px);
  }
  .header_nav_child {
    border-top: 11px solid #fff;
  }
  .header_nav_child::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dadce0;
    left: 0;
    top: 5px;
  }
  .header_nav_child > .row {
    border-top: none;
  }
  .header_nav_child_list {
    box-sizing: border-box;
    max-width: 440px;
    margin-inline: auto;
    padding: 10px 30px;
    column-gap: 20px;
    row-gap: 30px;
  }
  .header_nav_child_list a {
    grid-template-columns: 1fr 150px;
  }
  .header_nav_child_list a > span {
    font-weight: 600;
  }

  #footer {
    padding: 60px 20px;
  }
  #footer .row {
    max-width: 1280px;
    margin-inline: auto;
  }

  #pagetop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80px;
    height: 180px;
  }
  #pagetop button,
  #pagetop a {
    background-color: #FFF;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 80px;
    display: block;
    border-radius: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #818181;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #pagetop button i {
    font-size: 28px;
  }
  #pagetop a:hover {
    opacity: .8;
  }
  #pagetop button.__top {
    color: #007626;
  }
  #pagetop a.__home {
    background-color: #736a6a;
    color: #fff;
    text-align: center;
  }
  #pagetop a.__home img {
    width: 39px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .footer_link > div + div {
    margin-top: 100px;
  }
  .footer_link_text {
    font-size: 18px;
    text-align: center;
  }
  .footer_link_box {
    width: 100%;
    max-width: 800px;
    flex-direction: row;
    gap: 5%;
  }
  .footer_link_box > a {
    flex: 1;
  }
  .footer_link_linktext {
    height: 75px;
    gap: 15px;
    padding-right: 50px;
  }
  .footer_link_linktext span {
    font-size: 18px;
  }
  .footer_link_linktext::after {
    right: 15px;
  }
  .footer_search_box {
    max-width: 700px;
    margin-top: 60px;
    margin-inline: auto;
    align-items: center;
  }
  .footer_search_box > button {
    gap: 15px;
  }
  .footer_search_box > button.__area {
    padding-right: 50px;
  }
  .footer_search_box > button.__area::after {
    right: 15px;
  }
  .footer_search_box > button.__detail {
    width: 72%;
    max-width: 500px;
  }
  .footer_search_box > button span {
    font-size: 18px;
  }

  .footer_nav {
    margin-top: 100px;
  }
  .footer_nav_row {
    margin-top: 40px;
    display: flex;
  }
  .footer_nav_column {
    flex: 1;
    border-left: 1px solid #441b00;
    padding: 20px 30px;
    text-align: left;
  }
  .footer_nav_list p,
  .footer_nav_list a {
    font-size: 16px;
  }
}
@media screen and (min-width: 981px) {
  .header_nav_child_list {
    max-width: unset;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1051px) {
  .size_changer {
    margin-right: 40px;
  }
  .header_buttons > a {
    font-size: 112.5%;
    padding: 15px 15px 14px 30px;
  }
  .header_buttons > a:first-child {
    padding-left: 50px;
  }
  .header_buttons > a::after {
    display: inline-block;
    content: '';
    width: 21px;
    height: 21px;
    background: url(/agefree/facility_care/agefree-house/assets/images/common/icon_arrow03.svg) no-repeat center center;
    background-size: contain;
    margin-left: 45px;
  }
  .header_nav_child_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .header_nav_child_list a > span {
    padding-left: 20px;
  }
  .header_nav_child_list a > span::after {
    width: 34px;
    height: 34px;
    background-size: 21px auto;
  }
}

/* 検索関連 */
button.lity-close {
  display: none;
}
.lity-wrap {
  height: 100%;
}
.lity-container {
  max-height: 100%;
}
.lity-content {
  max-height: 100%;
}
.lity.__overflow .lity-container,
.lity.__overflow .lity-content {
  height: 100%;
}
.lity-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#areaSearch, #detailSearch {
  height: 100%;
  position: relative;
}
.search_popup_wrapper {
  width: 90vw;
  max-width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search_popup_close {
  text-align: right;
}
.search_popup_close button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.search_popup_close button i {
  width: 39px;
  height: 39px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239px%22%20height%3D%2239px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M38.019%2C35.434%20L35.435%2C38.019%20L19.500%2C22.084%20L3.565%2C38.019%20L0.981%2C35.434%20L16.916%2C19.500%20L0.981%2C3.565%20L3.565%2C0.981%20L19.500%2C16.916%20L35.435%2C0.981%20L38.019%2C3.565%20L22.084%2C19.500%20L38.019%2C35.434%20Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 100% 100%;
}
.search_popup_close button span {
  font-size: 13px;
}
.search_popup_body {
  max-height: calc(100% - 61px);
  overflow-y: auto;
  background-color: #fff;
}
#areaSearch .search_popup_body {
  padding-bottom: 110px;
}
.area_search_header {
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.area_search_area_box {
  padding: 20px 40px;
}
.area_search_area_list > div + div {
  margin-top: 20px;
}
.area_search_area_list input {
  display: none;
}
.area_search_area_list label {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  border: 1px solid #14993b;
  border-radius: 21px;
  font-size: 112.5%;
  color: #14993b;
  line-height: 2;
}
.area_search_area_list input:checked + label {
  background-color: #d4e5d3;
}
.area_search_button_box {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 30px 20px 20px;
}
.area_search_button_box button {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  transition: filter .3s ease;
  color: #fff;
  border: none;
  font-size: 100%;
  cursor: pointer;
}
.area_search_button_box button:hover {
  filter: brightness(1.05);
}
.area_search_button_box button[type="submit"] {
  width: 80%;
  max-width: 500px;
  margin-inline: auto;
  background-color: #14993b;
  flex-grow: 1;
  gap: 10px;
  padding-right: 40px;
}
.area_search_button_box button[type="submit"]::after {
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  background: url(/agefree/facility_care/agefree-house/assets/images/common/icon_arrow03.svg) no-repeat center center;
  background-size: contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.area_search_button_box button span {
  font-size: 100%;
  font-weight: bold;
}
.search_condition_box {
  margin-top: 25px;
  margin-bottom: 40px;
}
.search_condition_list > div + div {
  margin-top: 20px;
}
.search_condition_list dt .agf_text18 {
  line-height: 1.66666667;
  padding-left: 1em;
  border-left: 3px solid #14993b;
}
.search_condition_area_selected {
  display: flex;
  background-color: #faf8f5;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.search_condition_area_selected > p:first-child {
  border-right: 2px solid #dcdcdc;
  color: #14993b;
  line-height: 1.8888889;
  font-weight: bold;
  margin-right: 20px;
  padding-right: 25px;
}
.btn_search_area {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  gap: 10px;
  border-radius: 4px;
  overflow: hidden;
  transition: filter .3s ease;
  background-color: #14993b;
  color: #fff;
  padding-right: 40px;
  border: none;
  font-size: 100%;
  cursor: pointer;
}
.btn_search_area:hover {
  filter: brightness(1.05);
}
.btn_search_area img {
  width: 27px;
}
.btn_search_area::after {
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  background: url(/agefree/facility_care/agefree-house/assets/images/common/icon_arrow03.svg) no-repeat center center;
  background-size: contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_search_area span {
  font-size: 100%;
  font-weight: bold;
}
.search_condition {
  box-sizing: border-box;
  max-width: 1200px;
  margin-inline: auto;
  background-color: #fff;
  padding: 25px 10px 40px;
}
.search_condition_fee {
  display: grid;
  grid-template-columns: 1fr 2.5em 1fr;
  align-items: center;
}
.search_condition_fee > p {
  text-align: center;
}
.search_condition_fee > select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 12px 45px 12px 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216px%22%20height%3D%228px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(240%2C%20131%2C%200)%22%20d%3D%22M15.986%2C-0.004%20L7.1000%2C7.982%20L0.014%2C-0.004%20L15.986%2C-0.004%20Z%22%2F%3E%3C%2Fsvg%3E');
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.search_condition_keyword_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.search_condition_keyword_list li {
  flex-shrink: 1;
}
.search_condition_keyword_list li > input[type="checkbox"] {
  display: none;
}
.search_condition_keyword_list li > label {
  display: inline-block;
  border: 1px solid #bfbfbf;
  background-color: #f5f7fa;
  cursor: pointer;
  border-radius: 14px;
  padding: 5px 13px;
  user-select: none;
  font-size: 87.5%;
}
.search_condition_keyword_list li > input[type="checkbox"]:checked + label {
  color: #14993b;
  border-color: #14993b;
  background-color: #d4e5d3;
}
.search_condition_series_list li {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
}
.search_condition_series_list li + li {
  margin-top: 5px;
}
.search_condition_series_list li > input[type="checkbox"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.search_condition_series_list li > input[type="checkbox"]:checked {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5px%22%20height%3D%2215.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(240%2C%20131%2C%200)%22%20stroke-width%3D%223px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M14.214%2C3.083%20L7.085%2C10.211%20L3.521%2C6.646%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.search_condition_series_list li > label {
  cursor: pointer;
  user-select: none;
  line-height: 1.25;
}
.detail_search_message {
  text-align: center;
  margin-bottom: 20px;
}
.detail_search_message p {
  line-height: 1;
}
.detail_search_message p span {
  font-size: 200%;
  vertical-align: sub;
}
.search_button_box {
  max-width: 710px;
  margin-inline: auto;
  display: flex;
  gap: 10px;
}
.search_button_box button {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  transition: filter .3s ease;
  color: #fff;
  border: none;
  font-size: 100%;
  cursor: pointer;
}
.search_button_box button:hover {
  filter: brightness(1.05);
}
.search_button_box button[type="reset"] {
  width: 120px;
  flex-shrink: 0;
  background-color: #bfbfbf;
}
.search_button_box button[type="submit"] {
  background-color: #14993b;
  flex-grow: 1;
  gap: 10px;
  padding-right: 40px;
}
.search_button_box button[type="submit"]::after {
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  background: url(/agefree/facility_care/agefree-house/assets/images/common/icon_arrow03.svg) no-repeat center center;
  background-size: contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.search_button_box button span {
  font-size: 100%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .area_search_area_list dd {
    margin-top: 10px;
  }
  .area_search_area_list li {
    width: 100%;
  }
  .area_search_area_list li + li {
    margin-top: 10px;
  }
  .area_search_area_list label {
    width: 100%;
    text-align: center;
  }
  .search_condition_list dd {
    margin-top: 15px;
  }
}
@media screen and (min-width: 641px) {
  #areaSearch .search_popup_body {
    padding-bottom: 140px;
  }
  .area_search_header {
    padding: 40px;
  }
  .area_search_area_box {
    padding: 60px 60px 40px;
  }
  .area_search_area_list > div + div {
    margin-top: 28px;
  }
  .area_search_area_list > div {
    display: grid;
    grid-template-columns: 130px auto;
  }
  .area_search_area_list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 8px;
  }
  .area_search_area_list label {
    padding: 0 20px;
  }
  .area_search_area_list li:first-child label {
    width: 220px;
    text-align: center;
  }
  .area_search_button_box {
    padding: 40px 60px;
  }
  .area_search_button_box button[type="submit"]::after {
    gap: 15px;
    padding-right: 50px;
    right: 15px;
  }
  .area_search_button_box button span {
    font-size: 112.5%;
  }
  .search_condition {
    padding: 35px 85px 60px;
  }
  .search_current {
    margin-top: 60px;
  }
  .search_condition_box {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .search_condition_list > div {
    display: flex;
  }
  .search_condition_list > div.__align-center {
    align-items: center;
  }
  .search_condition_list dt {
    width: 150px;
    flex-shrink: 0;
  }
  .search_condition_list dd {
    flex-grow: 1;
  }
  .btn_search_area {
    gap: 15px;
  }
  .btn_search_area {
    padding-right: 50px;
  }
  .btn_search_area::after {
    right: 15px;
  }
  .btn_search_area span {
    font-size: 112.5%;
  }
  .search_condition_fee > select {
    font-size: 112.5%;
  }
  .search_condition_keyword_list li > label {
    font-size: 100%;
  }
  .search_condition_series_list li {
    grid-template-columns: 40px auto;
  }
  .search_condition_series_list li > input[type="checkbox"] {
    justify-self: center;
  }
  .search_condition_series_list li > label {
    font-size: 112.5%;
  }
  .search_button_box button[type="reset"] {
    width: 200px;
  }
  .search_button_box button[type="submit"]::after {
    gap: 15px;
    padding-right: 50px;
    right: 15px;
  }
  .search_button_box button span {
    font-size: 112.5%;
  }
}
@media screen and (min-width: 1001px) {
  .area_search_area_list ul {
    padding-left: 230px;
  }
  .area_search_area_list ul > li:first-child {
    margin-left: -230px;
  }
}
@media screen and (min-width: 1201px) {
  .area_search_area_box {
    padding: 60px 150px 40px 90px;
  }
}