@charset "UTF-8";
#page {
  padding-top: 100px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  #page {
    padding-top: 64px;
  }
}
.wrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

#page.search .header-btm {
  background-color: unset;
}
#page.search .header-btm .header-flex {
  display: block;
}
#page.search .header-btm .header-btm-info {
  display: none;
}
#page.search .header-btm .header-btm-tel {
  display: none;
}
#page.search .header-btm .header-btm-link {
  display: block;
}
#page.search .header-btm .header-btm-line {
  height: 70px;
  max-width: 145px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #page.search .header-btm {
    display: none;
  }
}
#page.search {
  background-image: url(../../../../../../common/img/parts-common/dots-bg.png);
  background-size: 50px 44px;
  background-repeat: repeat;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  #page.search {
    background-image: url(../../../../../../common/img/parts-common/dots-bg-sp.png);
    background-size: 35px 42px;
  }
}
#page.search .c-mainvisual {
  background-image: url(../../../../../../common/img/two-column-layout/archive-title-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
}
#page.search .c-mainvisual p {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  background-color: #053864;
  color: #fff;
  padding: 9px 20px;
  border-radius: 50px;
  margin-bottom: 35px;
  position: relative;
}
#page.search .c-mainvisual p::after {
  content: "";
  background: #053864;
  width: 6px;
  height: 15px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -12px;
}
#page.search .c-mainvisual h1 {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page.search .c-mainvisual {
    height: 210px;
    background-image: url(../../../../../../common/img/two-column-layout/archive-title-bg-sp.png);
    background-size: 100% 100%;
    margin-bottom: 15px;
  }
  #page.search .c-mainvisual p {
    font-size: 14px;
    letter-spacing: 0.03em;
    margin: 0 auto 30px auto;
    padding: 6px 18px;
    border-radius: 26px;
  }
  #page.search .c-mainvisual p::after {
    width: 5px;
    height: 15px;
    border-radius: 20px;
    bottom: -8px;
  }
  #page.search .c-mainvisual h1 {
    font-size: 25px;
    letter-spacing: 0.03em;
  }
}
#page.search .white-bk {
  background-color: #fff;
  height: 135px;
  width: 100%;
  position: absolute;
  top: -44px;
  left: 0;
  z-index: 0;
}
#page.search .c-breadcrumb {
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}
#page.search .c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page.search .c-breadcrumb li {
  position: relative;
  font-weight: 400;
}
#page.search .c-breadcrumb li:not(:last-child)::after {
  content: "＞";
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  margin: auto;
  color: #053864;
}
#page.search .c-breadcrumb a {
  color: #053864;
  font-weight: 400;
}
#page.search .c-breadcrumb span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #page.search .c-breadcrumb {
    padding: 0 15px;
    margin-bottom: 35px;
  }
  #page.search .c-breadcrumb ul {
    gap: 15px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  #page.search .c-breadcrumb li {
    font-size: 11px;
  }
  #page.search .c-breadcrumb li:not(:last-child)::after {
    font-size: 10px;
    right: -13px;
  }
}
#page.search .search-contant .access-pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  margin-bottom: 75px;
}
#page.search .search-contant .access-pagelink-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #053864;
  border-radius: 30px;
  width: 100%;
  max-width: 250px;
  height: 56px;
  font-size: 15px;
  font-weight: 600;
  color: #053864;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.search .search-contant .access-pagelink-btn::after {
  content: "";
  display: block;
  background-image: url(../img/search/page-link-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.search .search-contant .access-pagelink-btn:hover {
  background-color: #053864;
  color: #fff;
}
#page.search .search-contant .access-pagelink-btn:hover::after {
  background-image: url(../img/search/page-link-icon-over.png);
}
#page.search .search-contant .wrap2 {
  width: 100%;
  max-width: 1113px;
  margin: 0 auto;
}
#page.search .search-contant .access-list {
  padding-bottom: 95px;
}
#page.search .search-contant .access-bubble {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 auto 45px auto;
  text-align: center;
  width: 100%;
  max-width: 205px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  background-color: #053864;
  color: #fff;
  padding: 9px 20px;
  border-radius: 50px;
}
#page.search .search-contant .access-bubble::after {
  content: "";
  background: #053864;
  width: 7px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -16px;
}
#page.search .search-contant .access-list-ttl {
  background-color: #3cd0d9;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 0px 0 0px 23px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
#page.search .search-contant .access-list-ttl.shiga {
  background-color: #d584f6;
}
#page.search .search-contant .access-list-ttl.osaka {
  background-color: #ff725c;
}
#page.search .search-contant .access-list-ttl.hyogo {
  background-color: #3acd55;
}
#page.search .search-contant .access-list-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page.search .search-contant .access-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 20px;
}
#page.search .search-contant .access-list-item-top {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 57px;
  padding: 0 20px 0 28px;
  border-top: 1px solid #3cd0d9;
  border-bottom: 1px solid #3cd0d9;
}
#page.search .search-contant .access-list-item-top.shiga {
  border-top: 1px solid #d584f6;
  border-bottom: 1px solid #d584f6;
}
#page.search .search-contant .access-list-item-top.osaka {
  border-top: 1px solid #ff725c;
  border-bottom: 1px solid #ff725c;
}
#page.search .search-contant .access-list-item-top.hyogo {
  border-top: 1px solid #3acd55;
  border-bottom: 1px solid #3acd55;
}
#page.search .search-contant .access-list-item-top h3 {
  font-size: 15px;
  font-weight: 400;
  color: #053864;
  letter-spacing: 0.05em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.search .search-contant .access-list-item-top h3::before {
  content: "";
  background-color: #3cd0d9;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -12px;
}
#page.search .search-contant .access-list-item-top h3.shiga::before {
  background-color: #d584f6;
}
#page.search .search-contant .access-list-item-top h3.osaka::before {
  background-color: #ff725c;
}
#page.search .search-contant .access-list-item-top h3.hyogo::before {
  background-color: #3acd55;
}
#page.search .search-contant .access-list-item-top .place {
  font-size: 19px;
  font-weight: 600;
  color: #053864;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 8px;
}
#page.search .search-contant .access-list-item-top .access-phone {
  font-size: 28px;
  font-weight: 600;
  color: #053864;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
}
#page.search .search-contant .access-list-item-top .access-phone::before {
  content: "";
  display: block;
  background-image: url(../img/search/access-phone-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -28px;
}
#page.search .search-contant .access-list-item-bottom {
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 23px 15px 28px;
  height: 75px;
}
#page.search .search-contant .access-list-item-bottom .access-in {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #053864;
  letter-spacing: 0.05em;
}
#page.search .search-contant .access-list-item-bottom .access-link {
  background-image: url(../img/search/access-link-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.search .search-contant .access-list-item-bottom .access-link:hover {
  background-image: url(../img/search/access-link-icon-over.png);
}
#page.search .search-contant .access-list-item-bottom .access-link.shiga {
  background-image: url(../img/search/access-link-icon2.png);
}
#page.search .search-contant .access-list-item-bottom .access-link.shiga:hover {
  background-image: url(../img/search/access-link-icon2-over.png);
}
#page.search .search-contant .access-list-item-bottom .access-link.osaka {
  background-image: url(../img/search/access-link-icon3.png);
}
#page.search .search-contant .access-list-item-bottom .access-link.osaka:hover {
  background-image: url(../img/search/access-link-icon3-over.png);
}
#page.search .search-contant .access-list-item-bottom .access-link.hyogo {
  background-image: url(../img/search/access-link-icon4.png);
}
#page.search .search-contant .access-list-item-bottom .access-link.hyogo:hover {
  background-image: url(../img/search/access-link-icon4-over.png);
}
#page.search .search-contant .access-list-item-link {
  background-color: #fff;
  border: 1px solid #3cd0d9;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #053864;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 40px;
  padding: 0 20px 0 0;
  margin: 0 0 35px auto;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.search .search-contant .access-list-item-link::after {
  content: "";
  display: block;
  background-image: url(../img/search/yazi-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.search .search-contant .access-list-item-link:hover {
  background-color: #3cd0d9;
  color: #fff;
  font-weight: 500;
}
#page.search .search-contant .access-list-item-link:hover::after {
  background-image: url(../img/search/yazi-icon-over.png);
}
#page.search .search-contant .access-list-item-link.shiga {
  border: 1px solid #d584f6;
}
#page.search .search-contant .access-list-item-link.shiga:hover {
  background-color: #d584f6;
}
#page.search .search-contant .access-list-item-link.osaka {
  border: 1px solid #ff725c;
}
#page.search .search-contant .access-list-item-link.osaka:hover {
  background-color: #ff725c;
}
#page.search .search-contant .access-list-item-link.hyogo {
  border: 1px solid #3acd55;
  margin-bottom: 0;
}
#page.search .search-contant .access-list-item-link.hyogo:hover {
  background-color: #3acd55;
}
@media screen and (max-width: 1200px) {
  #page.search .search-contant .wrap2 {
    padding: 0 30px;
  }
  #page.search .search-contant .access-list-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.search .search-contant .access-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  #page.search .search-contant .access-list-item-top {
    padding: 0 15px 0 23px;
  }
  #page.search .search-contant .access-list-item-top h3 {
    font-size: 12px;
  }
  #page.search .search-contant .access-list-item-top .place {
    font-size: 15px;
  }
  #page.search .search-contant .access-list-item-top .access-phone {
    font-size: 18px;
  }
  #page.search .search-contant .access-list-item-bottom {
    padding: 15px 15px 15px 23px;
  }
  #page.search .search-contant .access-list-item-bottom .access-in {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #page.search .search-contant .access-pagelink {
    gap: 13px;
    margin-bottom: 56px;
    padding: 0 15px;
  }
  #page.search .search-contant .access-pagelink-btn {
    border-radius: 30px;
    max-width: 161px;
    height: 48px;
    font-size: 14px;
    padding-left: 25px;
  }
  #page.search .search-contant .access-pagelink-btn::after {
    background-image: url(../img/search/page-link-icon-sp.png);
    width: 28px;
    height: 28px;
  }
  #page.search .search-contant .wrap2 {
    padding: 0 15px;
  }
  #page.search .search-contant .access-bubble {
    font-size: 14px;
    margin: 0 auto 34px auto;
    padding: 6px 18px 7px 18px;
    border-radius: 26px;
    background-color: #053864;
    max-width: 156px;
  }
  #page.search .search-contant .access-bubble::after {
    width: 6px;
    height: 20px;
    bottom: -13px;
  }
  #page.search .search-contant .access-list-ttl {
    font-size: 17px;
    padding: 0 0 0 23px;
    height: 45px;
    margin-bottom: 0;
    margin-top: 30px;
    position: relative;
  }
  #page.search .search-contant .access-list-ttl::before,
  #page.search .search-contant .access-list-ttl::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    margin: auto;
    background-color: #fff;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #page.search .search-contant .access-list-ttl::before {
    top: 2px;
    bottom: 0;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  #page.search .search-contant .access-list-ttl::after {
    top: 0;
    bottom: 0;
    right: 15px;
  }
  #page.search .search-contant .access-list-ttl.open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    top: 1px;
    opacity: 0;
  }
  #page.search .search-contant .access-list-wr {
    display: none;
  }
  #page.search .search-contant .access-list-item {
    margin-bottom: 0;
  }
  #page.search .search-contant .access-list-item:first-child .access-list-item-top {
    border-top: unset;
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 15px 28px;
  }
  #page.search .search-contant .access-list-item:first-child .access-list-item-top .access-link {
    top: 10px;
    bottom: 0;
    margin: auto;
    right: 15px;
  }
  #page.search .search-contant .access-list-item:last-child .access-list-item-top {
    padding: 15px 20px 20px 28px;
  }
  #page.search .search-contant .access-list-item-top {
    display: block;
    height: unset;
    padding: 15px 20px 15px 28px;
    position: relative;
    border-top: 2px solid #3cd0d9;
  }
  #page.search .search-contant .access-list-item-top.shiga {
    border-top: 2px solid #d584f6;
  }
  #page.search .search-contant .access-list-item-top.osaka {
    border-top: 2px solid #ff725c;
  }
  #page.search .search-contant .access-list-item-top.hyogo {
    border-top: 2px solid #3acd55;
  }
  #page.search .search-contant .access-list-item-top h3 {
    font-size: 14px;
  }
  #page.search .search-contant .access-list-item-top .place {
    font-size: 22px;
    letter-spacing: 0.02em;
  }
  #page.search .search-contant .access-list-item-top .access-phone {
    font-size: 26px;
    margin-left: 23px;
  }
  #page.search .search-contant .access-list-item-top .access-phone::before {
    width: 18px;
    height: 18px;
    left: -23px;
  }
  #page.search .search-contant .access-list-item-top .access-link {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    background-image: url(../img/search/access-link-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.search .search-contant .access-list-item-top .access-link:hover {
    background-image: url(../img/search/access-link-icon-over.png);
  }
  #page.search .search-contant .access-list-item-top .access-link.shiga {
    background-image: url(../img/search/access-link-icon2.png);
  }
  #page.search .search-contant .access-list-item-top .access-link.shiga:hover {
    background-image: url(../img/search/access-link-icon2-over.png);
  }
  #page.search .search-contant .access-list-item-top .access-link.osaka {
    background-image: url(../img/search/access-link-icon3.png);
  }
  #page.search .search-contant .access-list-item-top .access-link.osaka:hover {
    background-image: url(../img/search/access-link-icon3-over.png);
  }
  #page.search .search-contant .access-list-item-top .access-link.hyogo {
    background-image: url(../img/search/access-link-icon4.png);
  }
  #page.search .search-contant .access-list-item-top .access-link.hyogo:hover {
    background-image: url(../img/search/access-link-icon4-over.png);
  }
  #page.search .search-contant .access-list-item-bottom {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 15px 23px 0 28px;
    height: 75px;
  }
  #page.search .search-contant .access-list-item-bottom .access-in {
    font-size: 14px;
    line-height: 1.643;
    letter-spacing: 0.06em;
  }
  #page.search .search-contant .access-list-item-link {
    font-size: 12px;
    letter-spacing: 0.02em;
    max-width: 325px;
    height: 40px;
    padding: 0 20px 0 0;
    margin: 30px auto 0 auto;
  }
  #page.search .search-contant .access-list-item-link::after {
    content: "";
    display: block;
    background-image: url(../img/search/yazi-icon-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    right: 15px;
  }
  #page.search .search-contant .access-list-item-link.shiga {
    border: 1px solid #d584f6;
  }
  #page.search .search-contant .access-list-item-link.shiga:hover {
    background-color: #d584f6;
  }
  #page.search .search-contant .access-list-item-link.osaka {
    border: 1px solid #ff725c;
  }
  #page.search .search-contant .access-list-item-link.osaka:hover {
    background-color: #ff725c;
  }
  #page.search .search-contant .access-list-item-link.hyogo {
    border: 1px solid #3acd55;
  }
  #page.search .search-contant .access-list-item-link.hyogo:hover {
    background-color: #3acd55;
  }
}
#page.search #map-list {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #page.search #map-list {
    margin-top: -20px;
    padding-top: 20px;
  }
}
#page.search .c-find-clinic {
  padding-top: 0;
  padding-bottom: 95px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #page.search .c-find-clinic {
    padding-top: 0;
    padding-bottom: 44px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: -30px;
  }
}