@charset "UTF-8";

/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'),
       url('../../fonts/NotoSansJP-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/NotoSansJP-Regular.woff') format('woff'); /* Modern Browsers */
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Japanese Bold'), local('NotoSansJapanese-Bold'),
       url('../../fonts/NotoSansJP-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/NotoSansJP-Bold.woff') format('woff'); /* Modern Browsers */
}
body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  padding-top: 0!important;
  word-break: break-word;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
::placeholder {
  color: #A3A3A3;
}
/***********/
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
.g-userArea {
  padding: 24px 10px 56px;
}

/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  .g-userArea {
    padding: 0;
  }
  .g-user__bgColor {
    margin-bottom: 40px;
    background: #FAF6EB;
  }
}

/*===================================
TOPページ検索関連 SP/PC
===================================*/
.g-user__search {
  margin-bottom: 47px;
  padding: 27px 20px 49px;
  background: #FAF6EB;
}
.g-user__searchTitle {
  margin-bottom: 20px;
  color: #3E2B21;
  font-size: 2.0rem;
  font-weight: bold;
}
.g-user__searchContainer {
  margin-bottom: 44px;
}
.g-user__searchArea {
  margin-bottom: 12px;
}
@media screen and (min-width: 1080px) {
  .g-user__searchArea {
    margin-bottom: 0;
  }
}
.g-user__searchContainer--btn {
  width: 100%;
  height: 48px;
  background: #007A48;
  border-radius: 8px;
  color: #fff;
  font-size: clamp(1.4rem, 4.5vw, 1.6rem);
  font-weight: bold;
  text-align: center;
}
.g-user__searchContainer--btn: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-user__searchList {
  margin-bottom: 20px;
}
.g-user__searchList input::placeholder {
  font-size: 16px;
}
.g-user__searchElement {
  width: 100%;
}
.g-user__searchElement input {
  font-size: 16px;
  width: 100%;
}
.g-user__searchElement input::-webkit-input-placeholder {
  padding-top: 0.1em;
}

.g-user__searchElement input,
.g-user__searchElement select {
  height: 48px;
}
.g-user__searchElement:first-child {
  margin-bottom: 12px;
}
.g-user__btnArea {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: -11px;
}
.g-user__searchBtn {
  margin-bottom: 11px;
  position: relative;
  width: 48%;
  background: #fff;
  border-radius: 6px;
  color: #3E2B21;
  font-weight: bold;
  line-height: 1.4;
}
.g-user__searchBtn--label {
  align-items: center; /* 20210430 add */
  display: flex;
  height: 100%;
  padding: 14px 2vw;
}
@media screen and (min-width: 1080px) {
  .g-user__searchBtn--label:hover {
    opacity: 0.7;
  }
}
.g-user__searchBtn--label .label__img { /* 20210430 add */
  margin-right: 2vw;
}
.g-user__searchBtn--label .label__text span { /* 20210505 add */
  display: inline-block;
}
.g-user__searchBtn--label img { /* 20210430 add */
  width: 11.5vw;
}
.g-user__searchBtn--label p { /* 20210430 add */
  font-size: clamp(11px, 3.4vw, 15px);
}
@media screen and (min-width: 1080px) { /* 20210430 add */
  .g-user__searchBtn--label {
    display: block;
    padding: 9px 12px;
    cursor: pointer;
  }
  .g-user__searchBtn--label .label__img {
    margin-bottom: 10px;
  }
  .g-user__searchBtn--label img {
    width: 40px;
  }
  .g-user__searchBtn--label p {
    font-size: 15px;
  }
}
.g-user__detail {
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1080px) {
  .g-user__detail {
    font-size: 1.6rem;
    width: 49%;
  }
}
.g-user__detail--btn {
  display: inline-block;
  /*padding: 13px 50px;*/ /* 20210430 edit */
  padding: 14px 20px 12px;
  width: 100%;
  height: 48px;
  background: #fff;
  border: 1px solid #007A48;
  border-radius: 8px;
  color: #007A48;
  font-weight: bold;
}
.g-user__detail--btn__sonysonpo {
  color: #022f6c;
  border-color: #022f6c;
}
@media screen and (min-width: 1080px) {
  .g-user__detail--btn {
    padding: 13px 40px;
  }
}
.g-user__plus {
  padding-right: 8px;
  color: #007A48;
}

/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-user__btnArea {
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .g-user__searchBtn--label .label__img {
    margin-right: 8px;
  }
  .g-user__headerContent {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/ /* 20210430 delete */
    margin: 0 auto;
    padding: 51px 0 80px;
    max-width: 1080px;
  }
  .g-user__search {
    margin-bottom: 86px;
    padding: 0;
    border: none;
  }
  .g-user__searchBtn {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    width: calc(25% - 9px);
    border: 1px solid #E0DFDF;
    text-align: center;
  }
  .g-user__searchContainer {
    margin: 0;
    padding: 20px 24px 28px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
  }
  .g-user__detailContainer {
    padding: 20px 24px 28px;
    width: 760px;
    background: #fff;
    border-radius: 10px;
  }
  .g-user__detail--btn {
    transition: all .3s ease;
  }
  .g-user__detail--btn:hover {
    opacity: 0.7;
  }
  .g-user__searchList {
    display: block;
    margin-bottom: 20px;
  }
  .g-user__searchElement:first-child {
    margin-bottom: 16px;
  }
  .g-user__searchElement input::placeholder {
    font-size: 16px;
  }
  .g-user__searchElement,
  .g-user__searchElement input {
    width: 100%;
  }
}

/*===================================
病院住所・対応動物 SP/PC
===================================*/
.g-user__address {
  padding-left: 20px;
  background: url(../../images/icon__address.svg)no-repeat left top /16px auto;
  color: #6F6C66;
  font-size: 1.4rem;
  line-height: 1.4;
  min-height: 25px;
}
.g-user__anicom {
  padding-left: 20px;
  background: url(../../images/icon_anicomCorrespondence.svg)no-repeat left 0px top 0px /16px auto;
  color: #6F6C66;
  font-size: 1.4rem;
  line-height: 1.4;
  min-height: 25px;
}
.g-user__animalList {
  padding-left: 20px;
  background: url(../../images/icon__animal.svg)no-repeat left 0px top 0px /16px auto;
  color: #6F6C66;
  font-size: 1.4rem;
  min-height: 25px;
}
.g-user__option {
  padding-left: 20px;
  background: url(../../images/icon__option.svg)no-repeat left 0px top 0px /16px auto;
  color: #6F6C66;
  font-size: 1.4rem;
  min-height: 25px;
}
.g-search__hospitalDetail .g-user__address,
.g-search__hospitalDetail .g-user__anicom,
.g-search__hospitalDetail .g-user__animalList,
.g-search__hospitalDetail .g-user__option {
  margin-bottom: 8px;
}
.g-search__hospitalDetail .g-user__address {
  background: url(../../images/icon__address.svg)no-repeat left center /20px auto;
  padding-left: 25px;
  word-break: break-word;
}
.g-search__hospitalDetail .g-user__animalList {
  background: url(../../images/icon__animal.svg)no-repeat left 1px center /16px auto;
  padding-left: 25px;
  margin-bottom: 15px;
}
.g-hospital .g-user__address {
  background: url(../../images/icon__address.svg)no-repeat left 0px center /16px auto;
}
.g-hospital .g-user__animalList {
  background: url(../../images/icon__animal.svg)no-repeat left 0px center /16px auto;
}
@media screen and (min-width: 1080px) {
  .g-user__address,
  .g-user__anicom,
  .g-user__animalList,
  .g-user__option {
    margin-bottom: 8px;
  }
  .g-search__hospitalDetail .g-user__animalList {
    margin-bottom: 20px;
  }
}
.g-user__animalList li {
  display: inline;
  margin-bottom: 8px;
  color: #6F6C66;
  font-size: 1.5rem;
  line-height: 1.3;
}
.g-user__animalList li label {
  cursor: default;
}
.g-user__animalList li::after {
  content: '｜';
}
.g-user__animalList li:last-child::before,
.g-user__animalList li:last-child::after {
  content: '';
}
.g-user__mark--round {
  /*color: #007A48;
  -moz-transform: scale(1.8);
  transform: scale(1.8);*/
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #007A48;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.g-user__mark--triangle {
  /*color: #6F6C66;
  -moz-transform: scale(1.2);
  transform: scale(1.2);*/
  border-bottom: 12px solid #6F6C66;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0;
  width: 0;
  margin: 0 auto;
}
.g-user__mark--hyphen {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #6F6C66;
  vertical-align: middle;
}
.g-user__mark--plus{
  display: inline-block;
  background: #007A48;
  margin: 0px 15px 0px 15px;
  position: relative;
  top: 2px;
  width: 2px;
  height: 14px;
}
.g-user__mark--plus::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -6px;
  width: 14px;
  height: 2px;
  background: #007A48;
}
@media screen and (min-width: 1080px) {
  .g-user__mark--plus {
    top: 1px;
  }
}
/*===================================
ユーザー画面 select SP/PC
===================================*/
.g-user__select {
  overflow: hidden;
  text-align: center;
}
.g-user__select select {
  width: 100%;
  background: #fff;
  cursor: pointer;
  text-indent: 0.01px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
}
@media screen and (max-width: 320px) {
  .g-user__select select {
    font-size: 14px;
  }
}
.g-user__select select::-ms-expand {
    display: none;
}
.g-user__select.g-user__select--design {
  position: relative;
}
.g-user__select.g-user__select--design::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 12px;
  border-top: solid 1px #53AA32;
  border-right: solid 1px #53AA32;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}
/*.g-user__select select option:first-child{
  display: none;
}*/

/*===================================
診療時間 SP/PC
===================================*/
.g-user__table {
  width: 100%;
  margin-bottom: 8px;
}
.g-user__table th,
.g-user__table td {
  text-align: center;
  border: 1px solid #E3E3E3;
}
.g-user__table th {
  padding: 6px 0;
  background: #FAFAFA;
  font-size: 1.4rem;
  font-weight: normal;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-user__table th {
    padding: 10px 8.9px;
  }
}
.g-user__table td {
  padding: 8px 0;
  background: #fff;
  font-weight: normal;
}
.g-user__table tbody tr td:first-child {
  width: 28%;
  padding: 8px 0;
  font-size: 1.3rem;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-user__table tbody tr td {
    padding: 10px 4px;
  }
  .g-user__table td {
    padding: 8px;
  }
}
.g-user__comment {
  color: #707070;
  font-size: 1.3rem;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-user__table tbody tr td:first-child {
    font-size: 1.4rem;
  }
}

/*===================================
ラベル関連 SP/PC
===================================*/
.g-user__labelList {
  margin: -6px 0 19px -3px;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-user__labelList {
    margin: -5px 0 20px -3px;
  }
}
.g-user__label {
  display: none;
  margin: 8px 0px 0 8px;
  margin-left: 4px;
  padding: 1px 4px 2px;
  color: #fff;
  background: #E0DFDF;
  border: 1px solid #E0DFDF;
  border-radius: 2px;
  font-size: 1.4rem;
}
.g-user__label.label-active {
  color: #53AA32;
  background: #fff;
  border: 1px solid #53AA32;
  display: inline-block;
}
.g-user__label.label-active--orange {
  color: #EB621D;
  border: 1px solid #EB621D;
}
.g-user__label.label-active--blue {
  color: #008ed8;
  border: 1px solid #008ed8;
}
.g-user__label.label-active--sonysonpo {
  color: #022f6c;
  border: 1px solid #022f6c;
}
.g-user__label.label-active--jarvis {
  color: #cc092f;
  border: 1px solid #cc092f;
}

/*===================================
ページネーション SP/PC
===================================*/
.g-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px 0px;
}
.g-pagination__number {
  font-weight: 1.4rem;
  font-weight: bold;
}
.g-pagination__pre a,
.g-pagination__next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  background: #fff;
  border: 1px solid #007A48;
  border-radius: 6px;
}
.g-pagination__pre.inactive a,
.g-pagination__next.inactive a {
  background: #E3E3E3;
  border: none;
  pointer-events: none;
}
.g-pagination__arrow--pre {
  display: inline-block;
  border-bottom: solid 2px #007A48;
  border-left: solid 2px #007A48;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
.g-pagination__arrow--next {
  display: inline-block;
  border-top: solid 2px #007A48;
  border-right: solid 2px #007A48;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
.g-pagination__pre.inactive .g-pagination__arrow--pre {
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
}
.g-pagination__next.inactive .g-pagination__arrow--next {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-pagination {
    padding: 8px 0 60px 0;
  }
  .g-pagination__number {
    font-weight: 1.8rem;
  }
}

/*===================================
modal 電話受付時の注意 SP/PC
===================================*/
.g-modal .modalWrapper {
  margin: 0 auto;
  padding: 0;
  width: calc(100vw - 40px);
}
/*.g-modal .closeModal {
  color: #A5A5A5;
  font-size: 2.6rem;
  top: 10px;
  right: 10px;
}*/
.g-modal .closeModal {
  /* ×ボタン */
  width: 30px;
  height: 30px;
  position: absolute;
  top: 11px;
  right: 17px;
  z-index: 103;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .g-modal .closeModal {
    top: 19px;
  }
  .g-modal.modalArea_toolTip .modalWrapper .g-user__telList {
    padding: 40px 40px 32px;
  }
}
.g-modal .closeModal::before, .g-modal .closeModal::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #A5A5A5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.g-modal .closeModal::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-modal .closeModal::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g-user__modalTitle {
  padding: 16px 40px 16px 24px;
  border-bottom: 1px solid #EFEFEF;
  color: #3E2B21;
  font-size: 1.7rem;
  font-weight: bold;
}
.g-user__modalTitle .title {
  margin-right: 5px;
}
.g-user__modalTitle .means {
  font-size: 14px;
}
.g-modal .modalContents {
  padding: 0;
}
.g-user__telList {
  padding: 24px 24px 20px;
  font-size: 15px;
  line-height: 1.6;
}
.g-user__telList li {
  padding-left: 14px;
  padding-bottom: 16px;
  line-height: 1.6;
  position: relative;
}
.g-user__telList li:last-child {
  padding-bottom: 0;
}
.g-user__telList li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #53AA32;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.g-user__modalLink {
  padding: 0 24px 24px;
  text-align: center;
}
.g-user__modalLink img {
  width: 100%;
  max-width: 360px;
}
.g-user__modalLink a {
  color: #007A48;
  font-size: 1.6rem;
  text-decoration: underline;
}
.g-user__modalBtn {
  padding-top: 12px;
  color: #007A48;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: underline;
}
.g-user__modalBtn--label {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px 2px 6px;
  background: #007A48;
  border-radius: 30px;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-modal .modalWrapper {
    max-width: 800px;
  }
  .g-user__modalLink {
    padding: 0 24px 40px;
  }
  .g-user__modalTitle {
    padding: 24px 0 24px;
    text-align: center;
  }
  .g-user__telList {
    padding: 40px 40px 32px;
  }
}

/*===================================
パンくずリスト SP/PC
===================================*/
.g-breadcrumb {
  display: flex;
  margin-bottom: 60px;
  padding: 20px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  font-size: 1.5rem;
  overflow-x: scroll;
  -ms-overflow-style: none; /* Edge */
  scrollbar-width: none; /* Firefox */
}
.g-breadcrumb::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.g-breadcrumb li {
  padding-right: 6px;
  color: #333;
  white-space: nowrap;
}
.g-breadcrumb li a {
  color: #007A48;
}
.g-breadcrumb li::after {
  content: '＞';
  color: #B6B5B2;
  padding-left: 6px;
}
.g-breadcrumb li:last-child::after {
  content: none;
  padding-left: none;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-breadcrumb {
    /* flex-wrap: wrap; */
    margin: 0 auto 80px;
    max-width: 1080px;
  }
}
/* tab調整 (1080px以上 1120px以下) */
@media screen and (min-width:1080px) and ( max-width:1120px) {
  .g-infoArea {
    padding: 0 20px 100px;
  }
}

/*===================================
TOPへ戻る SP/PC
===================================*/
.g-user #js-scrollToTop {
  margin: 0 auto 40px;
  width: 67px;
  height: 67px;
  background: #007A48;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  opacity: 1;
  position: static;
}
@media screen and (min-width: 1080px) {
  .g-user #js-scrollToTop:hover {
    opacity: 0.7;
  }
}
.g-user #js-scrollToTop::before {
  content: url(../../images/scroll_to_top--white.svg);
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .scrollToTop {
    margin: 0 auto;
    max-width: 1080px;
  }
  .g-user #js-scrollToTop {
    margin: 0 0 40px auto;
  }
}

/*===================================
お役立ち情報 SP/PC
===================================*/
.g-infoArea {
  margin: 0 auto;
  max-width: 800px;
}
.g-user__title {
  padding: 0 20px 8px;
  color: #3E2B21;
  font-size: 2.0rem;
  font-weight: bold;
}
.g-user__banner {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding: 20px;
  margin-bottom: 36px;
}
.g-user__bannerImage {
  border: 1px solid #E0DFDF;
  margin-bottom: 22px;
}
.g-user__bannerImage a {
  display: block;
}
.g-user__bannerImage img {
  max-width: 100%;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-infoArea {
    padding-bottom: 100px;
  }
  .g-user__title {
    padding: 0 0 34px;
    text-align: center;
  }
  .g-user__banner {
    flex-flow: row wrap;
    margin: 0 0 -20px -20px;
    padding: 0;
  }
  .g-user__bannerImage {
    margin-left: 20px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
}
/* tab調整 (1080px以上 1120px以下) */
@media screen and (min-width:1080px) and ( max-width:1120px) {
  .g-infoArea {
    padding: 0 20px 100px;
  }
}

/*==========================================
レイアウト関連　レスポンシブ用追加 SP/tab/PC
==========================================*/
.header {
  position: relative;
  z-index: 3;
}
.header__logo {
  margin: 0 auto;
}
.header__content {
  padding: 11px 11px 9px;
  width: 100%;
  max-width: 1080px;
  flex-flow: row wrap;
}
.g-userTop .header__content {
  padding: 28px 0 16px;
}
.header__text--top {
  padding: 15px 10px;
  background: #53AA32;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .header__text--top {
    font-size: 4vw;
  }
  /*.g-user__searchBtn--label p {
    font-size: 4vw;
  }*/
}
.header__read {
  display: none;
}
.header.g-userTop {
  background: #FAF6EB;
  border-bottom: none;
  box-shadow: none;
}
.wrapper {
  width: 100%;
  max-width: 1080px;
}
.footer {
  padding: 36px 20px 41px;
  position: static;
}
.footer__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 41px;
}
.footer__container img {
  width: 39vw;
  max-width: 144px;
}
.footer__element {
  margin-bottom: 16px;
  color: #007A48;
  font-size: 1.4rem;
}
.footer__element:last-child {
  margin-bottom: 0;
}
.footer__copy {
  color: #6F6C66;
  text-align: center;
}

/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .kanri .wrapper__head + .header__content,
  .hospital .wrapper__head + .header__content {
    padding-top: 47px;
  }
  .header__content {
    justify-content: flex-start;
    padding: 18px 0 19px;
  }
  .g-userTop .header__content.header__content-top {
    justify-content: flex-start;
    padding: 60px 0 52px;
  }
  .header__logo {
    margin: 0;
  }
  .header__text--top {
    padding: 16px 0;
    font-size: 1.6rem;
  }
  .header.g-userTop .header__content {
    justify-content: center;
  }
  .header__read {
    display: block;
    padding-left: 24px;
    color: #B6B5B2;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  .kanri.footerFixed,
  .hospital.footerFixed {
    padding-bottom: 0;
  }
  .footer {
    padding: 36px 20px 41px;
  }
  .footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1080px;
  }
  .footer__container img {
    margin-right: 10vw;
    width: 144px;
  }
  .footer__menu {
    display: flex;
    margin-top: 37px;
    margin-bottom: 22px;
  }
  .footer__element {
    margin-right: 32px;
  }
  .footer__element-login a:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 16px;/*画像の幅*/
    height: 16px;/*画像の高さ*/
    background-image: url(../../images/login.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
  }
  .footer__element:last-child {
    margin-right: 0;
  }
  .footer__copy {
    margin: 0 auto;
    width: 1080px;
    text-align: right;
  }
}
/* tab調整 (1080px以上 1120px以下) */
@media screen and (min-width:1080px) and ( max-width:1120px) {
  /*レスポンシブ用追加*/
  .wrapper {
    padding: 0 20px;
  }
  .header__content {
    padding: 12px 11px;
  }
  .footer__content {
    padding: 0 20px;
  }
}

/*===================================
アイコン設定 SP/PC
===================================*/
/* 設備・特徴 */
.g-user__icon--facility {
  padding-left: 50px!important;
  background: url(../../images/icon_facility.svg)no-repeat left 13px top 7px /28px auto;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-user__icon--facility {
    padding-left: 35px!important;
    background: url(../../images/icon_facility.svg)no-repeat left 7px /28px auto;
  }
}
/* 注釈 */
.g-user__icon--question-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.g-user__icon--question-inner img {
  cursor: pointer;
}
#features .itemName span {
  display: inline-block;
}
/* 基本情報 */
.g-user__icon--information {
  padding-left: 50px!important;
  background: url(../../images/icon_information.svg)no-repeat left 13px top 7px /28px auto;
}
@media screen and (min-width: 1080px) {
  .g-user__icon--information {
    padding-left: 35px!important;
    background: url(../../images/icon_information.svg)no-repeat left 7px /28px auto;
  }
}
/* 地図 */
.gMap {
  overflow: hidden;
}
.gMap iframe {
  height: 650px;
  margin-top: -200px;
}
.g-user__icon--map {
  padding-left: 50px!important;
  background: url(../../images/icon_map.svg)no-repeat left 13px top 7px /28px auto;
}
@media screen and (min-width: 1080px) {
  .g-user__icon--map {
    padding-left: 35px!important;
    background: url(../../images/icon_map.svg)no-repeat left 7px /28px auto;
  }
}
/* お役立ち情報 */
/*.g-user__icon--useful {
  font-size: 20px;
  padding: 3px 0;
  padding-left: 53px!important;
  background: url(../../images/icon_useful.svg)no-repeat 7px /40px auto;
  width: 180px;
}*/
.g-user__icon--useful {
  background: url(../../images/icon_useful.svg)no-repeat left center, 7px /40px auto;
  display: inline-block;
  padding-left: 48px;
  height: 25px;
}
@media screen and (min-width: 1080px) {
  /*.g-user__icon--useful {
    margin: 0 auto;
    padding-left: 23px!important;
    width: 200px;
  }*/
}
/* Web予約 */
.g-nav__contactBtn li.g-nav__contactBtn--web a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.g-nav__contactBtn li.g-nav__contactBtn--web img {
  padding-right: 10px;
}
/* 電話番号 */
.g-nav__contactBtn li.g-nav__contactBtn--tel .g-nav__tel--sp {
  align-items: center;
  display: flex;
  justify-content: center;
}
.g-nav__contactBtn li.g-nav__contactBtn--tel .g-nav__tel--sp img {
  padding-right: 10px;
}
/* 検索 */
.g-user__icon--search {
  padding-left: 35px!important;
  background: url(../../images/icon_search.svg)no-repeat 7px /28px auto;
  width: 180px;
  margin: 0 auto;
}
.g-nav__contactBtn li.g-nav__contactBtn--search img {
  padding-right: 10px;
}

@media screen and (min-width: 1080px) {
  .g-nav__contactBtn li.g-nav__contactBtn--tel .g-nav__tel--pc {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .g-nav__contactBtn li.g-nav__contactBtn--tel .g-nav__tel--pc img {
    padding-right: 10px;
  }
}

/*===================================
現在地から探す SP/PC
===================================*/
.g-search__btn.g-nav__contactBtn--web,
.g-search__btn.g-nav__contactBtn--tel-sp,
.g-search__btn.g-nav__contactBtn--tel-pc {
  font-size: 16px;
}
.g-search__btn.g-nav__contactBtn--web a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.g-search__btn.g-nav__contactBtn--tel-sp a {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  background: #007A48;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.g-search__btn.g-nav__contactBtn--tel-pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .g-search__btn.g-nav__contactBtn--tel-pc {
    display: block;
  }
  .g-search__btn.g-nav__contactBtn--tel-sp {
    display: none;
  }
  .g-search__btn.g-nav__contactBtn--tel-pc a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 7px 0;
    background: #fff;
    border: 1px solid #007A48;
    border-radius: 8px;
    color: #007A48;
    font-weight: bold;
    text-align: center;
    pointer-events: none;
  }
}
.g-search__btn img {
  padding-right: 10px;
}
.g-searchMap {
  margin: 0 -10px 0;
  padding-bottom: 56px;
  height: 520px;
}
@media screen and (min-width: 1080px) {
  .g-searchMap {
    margin: initial;
    padding-bottom: initial;
    height: 500px;
  }
  .g-search__container-searchMap .g-search__text--pd {
    text-align: right;
  }
}
.g-search__container-searchMap .g-search__conditions {
  margin-bottom: 20px;
}

.switchBtn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #E0DFDF;
  border-radius: 19px;
  color: #007A48;
  display: flex;
  margin: 0 auto 30px;
  padding: 8.5px 10px 8.5px 20px;
  width: 160px;
}
.switchBtn-list:before {
  content: '';
  display: inline-block;
  background-image: url(../../images/switchBtn-list.svg);
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
.switchBtn-map:before {
  content: '';
  display: inline-block;
  background-image: url(../../images/switchBtn-map.svg);
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
@media screen and (min-width: 1080px) {
  .switchBtn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.g-searchMap__range {
  height: 48px;
  background-image: url(../../images/allow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 15px 7px;
  padding: 15px 10px;
  width: 100%;
}
.g-side__searchMap {}
.g-side__searchMap .g-popup__title--bg {
  background-color: #FAFAFA;
  padding: 8px 15px;
}
.g-side__search .g-search__text--pd,
.g-side__searchMap .g-search__text--pd {
  font-weight: bold;
  padding: 16px 20px 12px;
  text-align: center;
}
.g-side__search .g-nav__contactBtn li a,
.g-side__searchMap .g-nav__contactBtn li a {
  display: block;
  padding: 14px 0;
  background: #007A48;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
}
.g-side__searchMap .g-popup__searchTitle {}
.g-searchMap__conditions {
  border-bottom: 1px solid #EFEFEF;
  padding: 0 20px 20px;
}
.g-searchMap__conditions:last-child {
  border-bottom: none;
}
.g-addressSearch {
  display: flex;
  margin-bottom: 20px;
}
.g-addressSearchBtn {
  border: 1px solid #007A48;
  border-radius: 5px;
  color: #007A48;
  font-size: 14px;
  margin-left: 15px;
  padding: 10px;
  white-space: nowrap;
}
.g-popup__checkList-animal {}
.g-popup__checkList-animal .g-popup__check--btn {
  width: 50%;
}
@media screen and (min-width: 1080px) {
  .g-animalList.g-popup__checkList-animal .g-popup__check--btn {
    width: 176px;
  }
  .g-popup__checkList-animal .g-popup__check--btn {
    width: 176px;
  }
  .g-side .g-popup__checkList-animal .g-popup__check--btn {
    width: 134px;
  }
}
.g-popup__checkList-animal .g-popup__checkBtn {
  background-color: #D6D6D6;
  background-repeat: no-repeat;
  background-position: right 4px bottom 4px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 56px;
  line-height: 52px;
  padding: 0 0 0 16px;
  width: 92%;
}
.g-animalList.g-popup__checkList.g-popup__checkList-animal .g-popup__checkBtn {
  line-height: 20px;
}

@media screen and (min-width: 1080px) {
  .g-popup__checkList-animal .g-popup__checkBtn {
    width: 176px;
    margin-left: 0;
  }
  .g-popup__checkList.g-popup__checkList-animal::before{
    content:"";
    display: block;
    width:176px;
    order:1;
  }
  .g-popup__checkList.g-popup__checkList-animal::after{
    content:"";
    display: block;
    width:176px;
  }
  .g-popup__container .g-popup__checkList-animal .g-popup__checkBtn {
    line-height: 15px;
  }
  .g-side .g-popup__checkList-animal .g-popup__checkBtn {
    line-height: 38px;
  }
}
.g-popup__checkList-animal .g-popup__checkBtn-dog {
  background-image: url(../../images/animal/dog.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-cat {
  background-image: url(../../images/animal/cat.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-bird {
  background-image: url(../../images/animal/bird.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-rabbit {
  background-image: url(../../images/animal/rabbit.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-ferret {
  background-image: url(../../images/animal/ferret.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-flying_squirrel {
  background-image: url(../../images/animal/flying_squirrel.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-squirrel {
  background-image: url(../../images/animal/squirrel.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-hamster {
  background-image: url(../../images/animal/hamster.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-degu {
  background-image: url(../../images/animal/degu.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-guinea_pig {
  background-image: url(../../images/animal/guinea_pig.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-hedgehog {
  background-image: url(../../images/animal/hedgehog.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-chinchilla {
  background-image: url(../../images/animal/chinchilla.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-turtle {
  background-image: url(../../images/animal/turtle.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-lizards {
  background-image: url(../../images/animal/lizards.svg);
}
.g-popup__checkList-animal .g-popup__checkBtn-snake {
  background-image: url(../../images/animal/snake.svg);
}


.g-search__text--result0 {
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 50px;
}
@media screen and (min-width: 1080px) {
  .g-search__text--result0 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

/*===================================
動物病院検索TOP SP/PC
===================================*/
.g-user__searchTitle-keyword {
  background-image: url(../../images/icon_keyword.svg);
  background-repeat: no-repeat;
  height: 40px;
  padding-top: 8px;
  padding-left: 48px;
  margin-bottom: 16px;
}
.g-user__searchTitle-conditions {
  background-image: url(../../images/icon_conditions.svg);
  background-repeat: no-repeat;
  height: 40px;
  padding-top: 8px;
  padding-left: 49px;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (min-width: 1080px) {
  .g-user__searchTitle-conditions {
    margin-bottom: 16px;
  }
}
/*.g-user__searchBtn {
  background-image: url(../../images/conditions_bg1.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.g-user__searchBtn-designation {
  background-image: url(../../images/conditions_bg2.svg);
}*/

.g-user__searchBtn:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 12px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url(../../images/conditions_bg1.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.g-user__searchBtn.g-user__searchBtn-designation:after {
  background-image: url(../../images/conditions_bg2.svg);
}
.g-user__searchBtn.g-user__searchBtn-case:after {
  background-image: url(../../images/conditions_bg3.svg);
}

/*===================================
エラーページ SP/PC
===================================*/
.g-user__bgColor {
  margin-bottom: 0;
  background: #FAF6EB;
}
@media screen and (min-width: 1080px) {
  .g-user__bgColor {
    margin-bottom: 48px;
  }
}
.g-user__errorArea--outer {
  padding-top: 30px;
}
@media screen and (min-width: 1080px) {
  .g-user__errorArea--outer {
    padding-top: 60px;
  }
}
.g-user__errorArea--inner {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto 30px;
  padding: 28px 10px;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 1080px) {
  .g-user__errorArea--inner {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto 40px;
    padding: 60px 50px;
    text-align: center;
    width: 555px;
  }
}
.g-user__errorArea--inner h2 {
  color: #3e2b21;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto 28px;
  display: inline-block;
}
.g-user__errorArea--inner p {
  font-size: 16px;
  margin-bottom: 24px;
}
.g-user__errorArea--inner .g-user__detail {
  width: 100%;
  margin-bottom: 0;
}
.g-user__errorArea--inner .g-user__detail--btn {
  width: 260px;
}
@media screen and (min-width: 1080px) {
  .g-user__errorArea--inner p {
    margin-bottom: 48px;
}
  .g-user__errorArea--inner .g-user__detail--btn {
    width: 245px;
  }
}


/* 20210604 追加 */
.g-user__modalBtn--label {
  margin-right: 4px;
  padding: 1px 8px;
}
.switchBtn {
  padding: 8px 24px;
  width: auto;
}
@media screen and (min-width: 1080px) {
  .switchBtn {
    margin-bottom: 16px;
  }
}
.g-user__label {
  letter-spacing: 0.03em;
}


/* 20210608 追加  */
/* モーダル(外部リンク)  */

.g-modal .modalWrapper {}
.g-modal .modalWrapper .g-user__modal--btnArea {
  padding: 0 24px 10px;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.g-modal .modalWrapper .g-user__telList {
  padding: 24px 24px 24px;
}
.g-modal .modalWrapper .g-search__txt {
  order: 2;
}
.g-modal .modalWrapper .g-search__btn {
  order: 1;
}
.g-modal .modalWrapper .g-search__cancel {
  color: #007A48;
  cursor: pointer;
  padding: 13px 15px;
  display: inline-block;
  user-select: none;
}
@media screen and (min-width: 1080px) {
  .g-modal .modalWrapper .g-search__cancel:hover {
    opacity: 0.7;
  }
  .g-modal .modalWrapper {
    width:  800px;
  }
  .g-modal .modalWrapper .g-user__telList {
    /*margin-bottom: 40px;*/
  }
  .g-modal .modalWrapper .g-user__modal--btnArea {
    align-items: center;
    justify-content: space-around;
    flex-flow: inherit;
    width: 400px;
    margin: 0 auto 40px;
    text-align: inherit;
    padding: inherit;
  }
  .g-modal .modalWrapper .g-user__telList {
    padding: 24px 24px 20px;
  }
  .g-modal .modalWrapper .g-search__txt {
    order: 1;
  }
  .g-modal .modalWrapper .g-search__btn {
    order: 2;
    width: 240px;
  }
  .g-modal .modalWrapper .g-search__btn .web {
    padding: 15px 0;
  }
  .g-modal .modalWrapper .g-search__cancel {
    padding: inherit;
    display: inherit;
  }
}


/* 20210610 add
--------------------------------------- */
.g-breadcrumb {
  margin-bottom: 44px;
}

.gMap {
  margin: 0 -10px;
  padding-bottom: 56px;
}

.g-pagination__pre a,
.g-pagination__next a {
  height: auto;
  padding: 12px;
}

.g-pagination__pre.inactive a,
.g-pagination__next.inactive a {
  background: #E0DFDF;
}

.g-pagination__arrow--pre,
.g-pagination__arrow--next {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 1080px) {
  .g-breadcrumb {
    margin-bottom: 80px;
    line-height: 1.6;
  }

  .g-user__icon--question-inner {
    justify-content: space-between;
  }

  /*.g-user__comment {
    padding-top: 8px;
  }*/

  .g-user__bgColor {
    margin-bottom: 80px;
  }

  .g-side__searchMap .g-popup__title--bg {
    padding: 8px 20px;
  }

  .g-addressSearchBtn {
    border-radius: 6px;
    margin-left: 12px;
  }

  .g-searchMap__conditions {
    padding-bottom: 24px;
  }

  .g-searchMap__conditions:last-child {
    padding-bottom: 20px;
  }

  .g-side__search .g-nav__contactBtn li a,
  .g-side__searchMap .g-nav__contactBtn li a {
    line-height: 1.2;
  }

  .g-popup__checkList-animal .g-popup__checkBtn {
    border-radius: 6px;
    font-weight: bold;
    background-position: right 5px bottom 5px;
    background-size: 44px auto;
  }

  .gMap {
    margin: 0;
    padding-bottom: 0;
  }

  .switchBtn {
    font-size: 1.4rem;
  }

  .g-pagination__pre a,
  .g-pagination__next a {
    height: 40px;
    padding: 0;
  }

  .g-pagination__arrow--pre,
  .g-pagination__arrow--next {
    width: 12px;
    height: 12px;
  }
}

/* 20210618 追加(症状から探す) */
.g-user__detailContainer--case {}
.g-user__searchBtn-case {
  margin-bottom: 16px;
  width: 100%;
}
.g-user__searchBtn-case span {
  font-size: clamp(13px, 4vw, 16px);
}
.g-user__searchBtn-case .g-user__searchBtn--label {
  justify-content: center;
}
.g-user__searchBtn-existing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.wrap-7 {}
.wrap-7 .g-popup__check--btn input[type="checkbox"] {
  display: block;
  height: 16px;
  min-width: 16px;
  width: 16px;
}
.wrap-7 .g-popup__check--btn input[type="checkbox"] {
  -webkit-appearance: none;
  padding:7px;
  font-weight: bold;border-radius: 4px;
  border: 1px solid #E0DFDF;
  background-color: #efefef;
  cursor: pointer;
  position: relative;
}
.wrap-7 .g-popup__check--btn input[type="checkbox"]:checked {
  display: block;
  height: 17px;
  width: 16px;
  padding: 5px 3px;
  position: relative;
  background:#53AA32;
  border: 1px solid #53AA32;
}
.wrap-7 .g-popup__check--btn 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);
}
.wrap-7 .g-popup__checkArea {
  padding: 0;
}
.wrap-7 .g-popup__checkList {
  margin: 0;
}

.wrap-7 .g-popup__check--btn {
  border-bottom: 1px solid #E3E3E3;
  padding: 2.5px 0;
  width: 100%;
}
.wrap-7 .g-popup__check--btn:last-child {
  border-bottom: none;
}

.wrap-7 .g-popup__check--btn label {
  align-items: center;
  display: flex;
  padding-left: 16px;
}
.wrap-7 .g-popup__checkBtn {
  border:  none;
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 8px;
  padding: 16px 16px 16px 0px;
  width: 100%;
}

.wrap-7 .g-popup__check--btn label input:checked + .g-popup__checkBtn {
  background-color: #fff;
  border: none;
  color: #333;
  padding: 16px 16px 16px 0px;
}
.wrap-7 .search--btn: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;
}

.wrap-7 .g-popup__footerList {
  padding-left: 0;
}

.g-user__detailContainer--case .g-user__searchBtn--label .label__img {
  margin-right: 2vw;
}

.wrap-7 .g-popup__check--btn input[type="checkbox"]:disabled + .g-popup__checkBtn {
  color: #B6B5B2;
}
@media screen and (min-width: 1080px) {
  .g-user__btnArea--case {
    display: flex;
  }
  .g-user__detailContainer--case .g-user__btnArea {
    margin-bottom: 0;
  }
  .g-user__detailContainer--case .g-user__searchBtn--label .label__img {
    margin-right: 6px;
  }
  .g-user__searchBtn-existing {
    justify-content: space-between;
    width: 74%;
  }
  .g-user__btnArea--case .g-user__searchBtn {
    margin-bottom: 12px;
    width: 32.6%;
  }
  .g-user__btnArea--case .g-user__searchBtn.g-user__searchBtn-case {
    width: 25%;
  }
  .g-user__btnArea--case .g-user__searchBtn--label {
    display: flex;
    height: 100%;
    padding: 16px 6px 16px 12px;
  }
  .g-user__searchBtn-case .g-user__searchBtn--label {
    justify-content: initial;
  }
  .g-user__btnArea--case .g-user__searchBtn--label .label__img {
    margin-bottom: 0;
  }
  .g-user__btnArea--case .g-user__searchBtn--label .label__text span {
    font-size: 14.5px;
    text-align: left;
  }
  .g-user__btnArea--case .g-user__searchBtn-case .g-user__searchBtn--label .label__text span {
    font-size: 14.5px;
  }
  .g-user__detailContainer--case {
    position: relative;
  }
  .g-user__detailContainer--case .g-user__mark--plus {
    margin: 0px 13px;
  }
  .wrap-7 .g-popup__container {
    padding-top: 68px;
  }
  .wrap-7 .g-popup__checkArea {
    padding: 20px 24px 28px;
  }
  .wrap-7 .g-popup__checkList {
    margin-left: -12px;
    margin-bottom: -12px;
  }
  .wrap-7 .g-popup__check--btn input[type="checkbox"] {
    display: none;
  }
  .wrap-7 .g-popup__check--btn input[type="checkbox"]:disabled + .g-popup__checkBtn {
    background-color: #efefef;
    pointer-events: none;
  }
  .wrap-7 .g-popup__check--btn input[type="checkbox"]:disabled + .g-popup__checkBtn:hover {
    opacity: 1.0;
  }
  .wrap-7 .g-popup__check--btn {
    border-bottom: none;
    width: initial;
    padding: 0;
  }

  .wrap-7 .g-popup__checkBtn {
    border: 1px solid #E0DFDF;
    color: #6F6C66;
    font-size: 14px;
    margin-left: 12px;
    margin-bottom: 12px;
    padding: 8px 16px;
    width: 100%;
  }
  .wrap-7 .g-popup__check--btn label {
    padding-left: 0;
  }
  .wrap-7 .g-popup__check--btn label input:checked + .g-popup__checkBtn {
    background-color: #53AA32;
    border: 1px solid #53AA32;
    color: #fff;
    padding: 8px 16px;
  }
  .wrap-7 .g-popup__check--btn input[type="checkbox"],
  .wrap-7 .g-popup__check--btn input[type="checkbox"]:checked,
  .wrap-7 .g-popup__check--btn input[type="checkbox"]:after {
    display: none;
  }
  .wrap-7 .g-popup__number {
    display: block;
  }
}
.g-user__detailContainer--case .g-user__searchBtn--label p {
  font-size: clamp(11px, 3.8vw, 15px);
  text-align: left;
}

.g-modal .modalWrapper.modalWrapper-externalLink {}
.g-modal .modalWrapper-externalLink .closeModal {
  top: 10px;
  right: 25px;
}
.g-modal .modalWrapper.modalWrapper-externalLink .g-user__telList {
  padding: 24px 35px 24px;
}
.g-modal .modalWrapper.modalWrapper-externalLink .g-user__modal--btnArea {
  padding: 0 35px 10px;
}
.g-modal .modalWrapper.modalWrapper-externalLink .g-search__btn a {
  padding: 13px 0
}
.g-modal .modalWrapper.modalWrapper-externalLink .g-search__cancel {
  padding: 18px 15px 12px;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .g-modal .modalWrapper.modalWrapper-externalLink {
    width: 558px;
  }
  .g-modal .modalWrapper.modalWrapper-externalLink .g-user__modal--btnArea {
    padding: inherit;
  }
  .g-modal .modalWrapper.modalWrapper-externalLink .g-search__cancel {
    padding: 12px 15px 12px;
  }
  .g-modal .modalWrapper-externalLink .closeModal {
    top: 18px;
  }
}

/* 20210624 追加 */
/* footer追従対策 */
.footer.followSingle { /* 「電話予約」のみ */
  margin-bottom: 71px;
}
.footer.followMulti { /* 「Web予約」「電話予約」 320px */
  margin-bottom: 96px;
}
@media screen and (max-width: 320px) {
  .footer.followMulti { /* 「Web予約」「電話予約」 */
    margin-bottom: 108px;
  }
}
@media screen and (min-width: 1080px) {
  .footer.followSingle,
  .footer.followMulti,
  .footer.followMulti-320 {
    margin-bottom: 0;
  }
}

/* 検索条件追従 */
.g-search__container.addHeight {
  margin-top: 210px;
}
.g-search__conditions.sticky {
  border-radius: 0;
  border-bottom: 1px solid #f3f3f3;
  margin-top: 160px;
  padding: 10px 8px;
  position: fixed;
    top: 0;
    left: 0;
  margin: 0;
  min-height: 52px;
  width: 100%;
  z-index: 10;
}
.g-search__conditions.sticky .g-search__title{
  display: none;
}
.g-search__conditions.sticky .g-search__list li {
  font-size: 12px;
  line-height: 1.8;
  padding-left: 10px;
  padding-bottom: 0;
  min-height: initial;
  max-width: 33%;
}
.g-search__conditions.sticky .g-search__list li.g-user__anicom {
  min-width: 100%;
  max-width: 100%;
}
/*.g-search__conditions.sticky .g-search__list li:last-child {
  margin-bottom: 0;
}*/
.g-search__conditions.sticky .g-user__address,
.g-search__conditions.sticky .g-user__anicom,
.g-search__conditions.sticky .g-user__animalList,
.g-search__conditions.sticky .g-user__option {
  background: none;
}
.g-search__conditions.sticky .g-search__list {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 36px;
}
.g-search__conditions.sticky .g-search__conditions--button {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.g-search__conditions.sticky .g-search__conditions--button label {
  padding: 6px 13px;
}

@media screen and (min-width: 1080px) {
  .g-search__conditions.sticky {
  }
}

/* 20210706 add */
.top__slider {
  display: none;
}

/* 20210707 add */
#hospitalTop,#features,#information,#map {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 1080px) {
  #hospitalTop,#features,#information,#map {
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 20210717 add */
.g-user #js-scrollToTop {
  position: relative;
  top: 0;
}
.g-user #js-scrollToTop::before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 22px;
  background-image: url(../../images/scroll_to_top--white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  transition: all .3s ease;
}
.g-user #js-scrollToTop a{
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* 20210727 add */
/* 診療時間ヘッジ文言追加 */
.g-user__table td.g-user__table--comment:first-child {
  font-size: 13px;
  text-align: left;
  padding-left: 8px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

@media screen and (min-width: 1080px) {
  .g-user__table td.g-user__table--comment:first-child {
    padding-left: 12px;
  }
}

/* 20210728 add */
/* 鑑別フローチャート */
.modalArea_flowchart--icon {
  padding: 40px 20px 16px;
  text-align: center;
}
.modalArea_flowchart--icon img {
  width: 100px;
}
.g-modal.modalArea_flowchart .modalWrapper-externalLink .closeModal {
  top: 15px;
  right: 15px;
}
.modalArea_flowchart .g-user__modalTitle {
  border-bottom: none;
  font-size: clamp(17px, 4.8vw, 18px);
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 16px 10px 0px 10px;
  text-align: center;
}
.g-modal.modalArea_flowchart .modalWrapper.modalWrapper-externalLink .g-user__telList {
  line-height: 1.8;
  margin-bottom: 33px;
  padding: 0 25px;
  text-align: center;
}
.g-modal.modalArea_flowchart .modalWrapper.modalWrapper-externalLink .g-user__modal--btnArea {
    padding: 0 25px 10px;
}
.g-modal.modalArea_flowchart .modalWrapper.modalWrapper-externalLink .g-search__cancel {
  /*color: #3E2B21;
  font-weight: normal;*/
  padding: 24px 15px 18px;
}
@media screen and (min-width: 1080px) {
.g-modal.modalArea_flowchart .modalWrapper .g-search__cancel:hover {
    opacity: 0.7;
  }
}
.g-modal.modalArea_flowchart .g-search__txt input[type="checkbox"]{
  display: none;
}
.g-modal.modalArea_flowchart .g-search__txt input[type="checkbox"]+label{
  background-color: #fff;
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.g-modal.modalArea_flowchart .g-search__txt input[type="checkbox"]+label::before{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  margin-top: -10px;
  left: 15px;
  top: 32px;
  border: 1px solid;
  border-color: #A5A5A5;
  border-radius: 5px;
  background-color: #fff;
}
.g-modal.modalArea_flowchart .g-search__txt input[type="checkbox"]:checked+label::before {
  border: 1px solid;
  border-color: #52a135;
  background-color: #52a135;
}
/* チェックが入った時のレ点 */
.g-modal.modalArea_flowchart .g-search__txt input[type="checkbox"]:checked+label::after{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  top: 32px;
  left: 18px;
  transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #fff;
}
@media screen and (min-width: 1080px) {
  .g-modal.modalArea_flowchart .modalWrapper.modalWrapper-externalLink {
    width: 450px;
  }
  .g-modal.modalArea_flowchart .modalWrapper .g-user__modal--btnArea {
    padding: 0 24px 10px;
    text-align: center;
    display: flex;
    flex-flow: column;
  }
  .g-modal.modalArea_flowchart .modalWrapper .g-search__txt {
    order: 2;
  }
  .g-modal.modalArea_flowchart .modalWrapper .g-search__btn {
    order: 1;
    width: 280px;
  }
  .g-modal.modalArea_flowchart .modalWrapper.modalWrapper-externalLink .g-search__btn a {
    padding: 15px 0;
  }
  .modalArea_flowchart--icon {
    padding-bottom: 30px;
  }
  .modalArea_flowchart .g-user__modalTitle {
    font-size: 2.0rem;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .g-modal.modalArea_flowchart .g-search__txt input[type="checkbox"]+label::before {
    top: 30px;
  }
  .g-modal.modalArea_flowchart .modalWrapper.modalWrapper-externalLink .g-search__cancel {
    display: inline-block;
    padding: 20px 15px 18px;
    transition: all .3s ease;
  }
  .g-modal.modalArea_flowchart .modalWrapper.modalWrapper-externalLink .g-user__modal--btnArea {
    margin-bottom: 15px;
  }
  .g-modal.modalArea_flowchart .g-search__txt input[type="checkbox"]:checked+label::after {
    top: 30px;
  }
}

.g-modal.modalArea_flowchart-NoBg .modalWrapper {
  border: 1px solid #007A48;
  top: initial;
  bottom: 10px;
  transform: translate(-50%);
  width: calc(100vw - 20px);
}
.g-modal.modalArea_flowchart-NoBg .g-user__modalTitle {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 20px 20px 0px 20px;
  text-align: left;
}
.g-modal.modalArea_flowchart-NoBg .modalWrapper.modalWrapper-externalLink .g-user__telList {
  margin-bottom: 25px;
}
.g-modal.modalArea_flowchart-NoBg .modalWrapper.modalWrapper-externalLink .g-user__modal--btnArea {
    padding: 0 20px 10px;
}
.g-modal.modalArea_flowchart-NoBg .modalWrapper.modalWrapper-externalLink .g-user__telList {
  text-align: left;
}
@media screen and (max-width: 320px) {
  .g-modal.modalArea_flowchart-NoBg .sp-only {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .g-modal.modalArea_flowchart-NoBg .modalContents {
    display: flex;
    justify-content: space-between;
  }
  .g-modal.modalArea_flowchart-NoBg .modalWrapper.modalWrapper-externalLink {
    min-width: 1080px;
    width: 1080px;
  }
  .g-modal.modalArea_flowchart-NoBg .g-user__modalTitle {
    font-size: 2.0rem;
    padding: 30px 0px 0px 30px;
  }
  .g-modal.modalArea_flowchart-NoBg  .modalWrapper.modalWrapper-externalLink .g-user__telList {
    padding: 0 30px;
    text-align: left;
  }
  .g-modal.modalArea_flowchart-NoBg .modalWrapper.modalWrapper-externalLink .g-user__modal--btnArea {
    padding: 20px 0 0;
    margin-bottom: 0;
    width: 320px;
  }
}





/* 20211020追加 AHSS-105 TOP */
.g-newFunctionArea {
  margin: 0 auto 50px;
  max-width: 100%;
  width: 100%;
}
.g-newFunction {
  display: flex;
}
.g-newFunction__inner {
  /*margin-left: 20px;
  margin-right: 20px;*/
  padding: 0 20px;
  width: 100%;
}
.g-newFunction__innerImg {
  padding: 40px 13px;
  background-color: #eaeef1;
  border-radius: 10px 10px 0 0;
}
.g-newFunction__innerImg img {
  width: 100%;
}
.g-newFunction__innerText {
  background-color: #faf6eb;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.g-newFunction__innerReadText {
  color: #3E2B21;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 12px;
  text-align: left;
}
.g-newFunction__innerNoteText {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 20px;
}
.g-newFunction__innerLinkText {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.g-newFunction__innerLinkText a {
  border-bottom: 1px solid #197A48;
  color: #197A48;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-container {
  padding-bottom: 30px;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.swiper-button-next, .swiper-button-prev {
  color: #007A48;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 1px #007a48;
}
.swiper-button-prev {
  padding-right: 13px;
  left: 0;
  border-radius: 0 50px 50px 0;
}
.swiper-button-next {
  padding-left: 13px;
  right: 0;
  border-radius: 50px 0 0 50px;
}
/*.swiper-button-next, .swiper-button-prev {
  width: 36px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  top: 46%;
  outline: none;
}*/
.swiper-container-horizontal>.swiper-scrollbar {
  display: none;
}
.g-user__icon--newFunction {
  background: url(../../images/icon_newFunction.svg)no-repeat left center, 7px /40px auto;
  display: flex;
  padding-left: 48px;
  height: 40px;
  margin: 0 auto;
  align-items: center;
  width: 190px;
}
.modalLink_wrapper {
  text-align: center;
  margin-top: 15px;
}
.modalLink{
  border-bottom: 1px solid #197A48;
  color: #197A48;
}

@media screen and (min-width: 1080px) {
  .g-newFunction {
    justify-content: center;
  }
  .g-newFunctionArea {
    margin: 0 auto 80px;
    max-width: 1045px;
    width: 1045px;
  }
  .g-newFunction__inner {
    margin-left:  0;
    padding: 0;
    width: 360px;
  }
  .g-newFunction__inner:last-child {
    margin-right: 0px;
  }
}