@charset "UTF-8";

.g-hospital .g-userArea {
  padding: 20px 12px 5px;
  background: #FAF6EB;
}
.g-hospital .g-user__label {
  padding: 4px 8px;
}
.g-hospital .g-user__labelList {
  margin-bottom: 8px;
}
.g-hospital__title {
  padding-bottom: 19px;
  color: #3E2B21;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.g-hospital .pageTitle {
  padding-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
}
.g-hospital__container--white {
  margin-bottom: 16px;
  padding: 16px 16px 20px;
  background: #fff;
  border-radius: 10px;
}
.g-hospital__container--white .g-user__animalList {
  margin-bottom: 0;
}
.g-hospital__conditions {
  margin: 0 20px 40px;
  padding: 20px 24px 24px;
  background: #FAF6EB;
}
.g-hospital__title--center {
  padding-bottom: 8px;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.g-hospital__news {
  font-size: 1.6rem;
  line-height: 1.6;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.g-hospital__messageTitle {
  padding: 8px 20px;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.g-hospital__message {
  padding: 0 20px 36px;
  font-size: 1.6rem;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.g-hospital__label--black {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 4px;
  background: #53AA32;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  width: 92px;
  min-width: 92px;
  flex: 0 0 auto;
}
.g-hospital__label--black-off {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 4px;
  background: #E0DFDF;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  width: 92px;
  min-width: 92px;
}
.g-hospital .g-user__comment {
  margin-bottom: 12px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.g-hospital__mtArea--offHours {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.g-hospital__link {
  color: #007A48;
  text-decoration: underline;
}
.g-hospital__link:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../images/ex_link.svg)no-repeat left 0px /12px auto;
  vertical-align: middle;
  margin-left: 10px;
}
#features .g-hospital__table {
  margin-bottom: 36px;
}
#features .g-hospital__table tr:last-child th,
#features .g-hospital__table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.g-hospital {
  background: #fff;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-hospital {
    padding: 20px 20px 38px ;
    /*width: calc(100% - 339px);*/
    width: 728px;
    border-radius: 10px;
  }
  .g-hospital .g-userArea {
    padding: 0;
    background: none;
  }
  .g-hospital__container--white {
    margin-bottom: 24px;
    padding: 0;
    background: none;
  }
  .g-hospital .g-user__address {
    margin-bottom: 4px;
  }
  .g-hospital__title--center {
    padding-bottom: 16px;
    font-size: 2.0rem;
  }
  .g-hospital__conditions {
    margin: 0 0 40px;
    background: #FAFAFA;
  }
  .g-hospital__messageTitle {
    margin-bottom: 8px;
    padding: 0;
  }
  .g-hospital__message {
    padding: 0 0 44px;
  }
  .g-hospital .g-user__label {
    font-size: 1.3rem;
  }
  .g-hospital .g-user__labelList {
    margin-bottom: 10px;
  }
  .g-hospital .g-user__label--orange {
    font-size: 1.3rem;
  }
}

/*===================================
病院詳細情報の情報一覧 SP/PC
===================================*/
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-flexContainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto;
    padding: 35px 0 60px;
    max-width: 1080px;
  }
  .kanri .g-flexContainer,
  .hospital .g-flexContainer {
    padding: 0 0 60px;
  }
}

/*===================================
病院詳細情報の情報一覧 SP/PC
===================================*/
.g-hospital__tableTitle {
  padding: 12px 10px;
  color: #3E2B21;
  font-size: 1.8rem;
  font-weight: bold;
}
.g-hospital__container {
  padding: 0 8px 32px;
}
.g-hospital__table {
  margin-bottom: 28px;
  width: 100%;
}
.g-hospital__table tr:first-child th,
.g-hospital__table tr:first-child td {
  border-top: 1px solid #E3E3E3;
}
.g-hospital__table th,
.g-hospital__table td {
  border-bottom: 1px solid #E3E3E3;
  line-height: 1.7;
  font-size: 1.4rem;
}
.g-hospital__table th {
  padding: 12px;
  /*min-width: 116px;*/ /* 20210421 edit */
  min-width: 135px;
  color: #333;
  vertical-align: top;
}
.g-hospital__table th span {
  display: inline-block;
}
@media screen and (max-width: 320px) {
  .g-hospital__table th {
    min-width: 130px;
  }
}
.g-hospital__table td {
  padding: 12px 12px 12px 0;
  color: #333;
  width: 70%;
  vertical-align: top;
  line-height: 1.4;
}
.g-hospital__table--list li {
  display: inline;
}
.g-hospital__table--list li label {
  cursor: auto;
}
.g-hospital__table--list li::after {
  content: '｜';
}
.g-hospital__table--list li:last-child::after {
  content: none;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-hospital__tableTitle {
    padding: 12px 12px 16px;
  }
  .g-hospital__container {
    padding: 0 0px 32px;
  }
  .g-hospital__table {
    border: 1px solid #EFEFEF;
  }
  .g-hospital__table th {
    /*width: 116px;*/ /* 20210421 edit */
    width: 130px;
    background: #FAFAFA;
  }
  .g-hospital__table td {
    padding-left: 12px;
  }
  .g-hospital__table tr:first-child th,
  .g-hospital__table tr:first-child td {
    border-top: 1px solid #EFEFEF;
  }
  #features .g-hospital__table tr:last-child th,
  #features .g-hospital__table tr:last-child td {
    padding-bottom: 12px;
  }
}

/*=======================================
ナブ、予約・問い合わせボタン SP/PC
=======================================*/
.g-nav {
  position: sticky;
  top: 0;
  z-index: 2;
}
.g-nav__list {
  display: flex;
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
}
.g-nav__btn {
  width: 25%;
  border-right: 1px solid #E3E3E3;
}
.g-nav__btn.g-nav__btn--grayOut {
  background: #fff;
  pointer-events: none;
}
.g-nav__btn.g-nav__btn--grayOut a {
  color: #D6D6D6;
}
.g-nav__btn:last-child {
  border-right: none;
}
.g-nav__btn a {
  display: block;
  padding: 18px 0;
  color: #007A48;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
/*.g-nav__btn a:hover {
  opacity: 1;
}*/
.g-nav__contactArea {
  display: flex;
  padding: 11px 20px 12px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -3px 6px #0000001A;
  z-index: 10;
  position: fixed;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.g-nav__contact--title {
  display: none;
}
.g-nav__contactBtn {
  display: flex;
  width: 100%;
}
.g-nav__contactBtn li {
  margin-right: 11px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
.g-nav__contactBtn li:last-child {
  margin-right: 0;
}
.g-nav__contactBtn li a {
  display: block;
  padding: 12px 0;
  background: #007A48;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
}
.g-nav__contactBtn li:only-child {
  margin-right: 0;
  width: 100%;
}
.g-nav__contactBtn li:first-child:nth-last-child(2),
.g-nav__contactBtn li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.g-nav__contactBtn .g-user__modalBtn {
  padding-top: 10px;
}
.g-nav__tel--sp {
  display: block;
}
.g-nav__tel--pc {
  display: none;
}
.g-search__btn a {
  display: block;
  padding: 8px 0;
  background: #007A48;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-nav {
    flex-shrink: 0;
    /*margin-left: 39px;*/
    width: 320px;
    height: 100%;
    top: 40px;
  }
  .g-nav__list {
    flex-direction: column;
    border: 1px solid #E3E3E3;
    border-radius: 10px 10px 0 0;
  }
  .g-nav__btn {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E3E3E3;
  }
  .g-nav__btn:last-child {
    border-bottom: none;
  }
  .g-nav__btn a {
    padding: 24px 20px 22px;
    font-size: 1.5rem;
    text-align: left;
  }
  .g-nav__contactArea {
    display: block;
    padding: 22px 20px 21px;
    width: auto;
    background: #fff;
    box-shadow: none;
    border: 1px solid #E3E3E3;
    border-top: none;
    border-radius: 0 0 10px 10px;
    z-index: 0;
    position: static;
    transform: none;
  }
  .g-nav__contact--title {
    display: block;
    margin-bottom: 14px;
    color: #3E2B21;
    font-weight: bold;
    text-align: center;
  }
  .g-nav__contactBtn {
    display: block;
    width: 100%;
  }
  .g-nav__contactBtn li:first-child:nth-last-child(2),
  .g-nav__contactBtn li:first-child:nth-last-child(2) ~ li {
    width: 100%;
  }
  .g-nav__contactBtn li a {
    border-radius: 8px;
  }
  .g-nav__contactBtn--web {
    width: 100%;
  }
  .g-nav__contactBtn--web a {
    display: block;
    padding: 12px 0;
    background: #007A48;
    border-radius: 8px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }
  .g-nav__contactBtn li.g-nav__contactBtn--tel a {
    padding: 0;
    background: #fff;
  }
  .g-nav__tel--sp {
    display: none!important;
  }
  .g-nav__tel--pc {
    display: block;
    padding: 11px 0;
    background: #fff;
    border: 1px solid #007A48;
    border-radius: 8px;
    color: #007A48;
    font-size: 1.6rem;
    text-align: center;
  }
  .g-nav__contactBtn--web + .g-nav__contactBtn--tel {
    margin-top: 12px;
  }
  .g-nav__contactBtn--web + .g-nav__contactBtn--tel a {
    display: none;
  }
}

/*===================================
swiper SP/PC
===================================*/
.swiper-container {
  margin: 0 calc(50% - 50vw) 28px;
  width: 100vw;
}
.swiper-container{height:100%;}
.swiper-slide div {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide .sample__text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #707070;
  font-size: 2.3rem;
  font-weight: bold;
  opacity: 0.3;
}
.swiper-slide__caption {
  padding: 0 20px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(51,51,51,0.7) 0%, rgba(51,51,51,0) 100%);
  height: 70px;
  width: 100%;
}
.swiper-slide__caption .caption-txt {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 40px);
}
.swiper-slide .slide1 {
  background:#ccc;
  padding: 90px 0;
}
.swiper-container-horizontal > .swiper-scrollbar {
  display: none;
}
.swiper-pagination {
  position: static;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  outline: none;
  background: #B6B5B2;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007A48;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -3px;
  left: 0;
  width: 100%;
  position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px 4px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 36px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  top: 46%;
  outline: none;
}
.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:after,
.swiper-button-prev:after {
  color: #007A48;
  font-size: 20px;
  font-weight: bold;
}
.swiper-slide .slide1 {
  padding: 120px 0;
  width: 688px;
  height: 458px;
}
.swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .swiper-container {
    margin: 0 0 39px;
    width: 100%;
    height: auto;
  }
  .swiper-slide .slide1 {
    padding: 120px 0;
    width: 688px;
    height: 458px;
  }
  .swiper-slide img {
    width: 688px;
    height: 458px;
    object-fit: cover;
  }
  .swiper-slide .sample__text {
    font-size: 4.8rem;
  }
  .swiper-pagination {
    padding-top: 5px;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px 4px;
  }
  .swiper-slide__caption {
    height: 80px;
  }
}

/*===================================
Googleマップ SP/PC
===================================*/
.g-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 90%;
  position: relative;
}
.g-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.g-map__link {
  margin-bottom: 56px;
  padding-top: 20px;
  text-align: center;
}
.g-map__link a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #007A48;
  border-radius: 8px;
  color: #007A48;
  font-size: 1.3rem;
  text-align: center;
}
/* PC (1080px以上) */
@media screen and (min-width: 1080px) {
  .g-map {
    padding-bottom: 56.25%;
  }
  .g-map__link {
    display: none;
  }
}

/* 20210604 追加 */
.g-hospital__container--white {
  box-shadow:rgb(61 43 34/2%) 0 0 10px;
}
  .g-hospital .g-user__address {
    margin-bottom: 8px;
  }
.sp-bgwhite {
	background:#fff;
}
.g-nav__contactArea {
	border-top:1px solid #EFEFEF;
  box-shadow:none;
}
.g-nav__contactBtn li {
  margin-right: 11px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}

.g-nav__contactBtn li a {
  letter-spacing: 0.03em;
  border-radius: 8px;
}
@media screen and (min-width: 1080px) {
  .g-hospital__messageTitle {
    margin-bottom: 16px;
	  font-size:1.8rem;
  }
  .g-hospital__tableTitle {
    letter-spacing: 0.03em
  }
  .g-nav__btn a {
    font-size: 15px;
    letter-spacing: 0.03em
  }
  .g-nav__contact--title {
    font-size:16px;
  }
  #features .g-hospital__table {
    margin-bottom: 28px;
  }
}

/* 20210610 add
--------------------------------------- */
.g-hospital__messageTitle {
  padding-bottom: 12px;
  color: #3e2b21;
  font-size: 2.2rem;
}

.g-hospital__table th {
  color: #6F6C66;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

#features .g-hospital__table tr:last-child th,
#features .g-hospital__table tr:last-child td {
  padding-bottom: 12px;
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (min-width: 1080px) {
  .g-hospital__title {
    padding-bottom: 12px;
  }

  .g-hospital__messageTitle {
    padding-bottom: 0;
    font-size: 1.8rem;
  }

  .g-hospital__table th {
    width: 140px;
    padding: 12px 16px;
    color: #333;
  }

  .g-hospital__table td {
    padding-left: 16px;
    padding-right: 16px;
  }

  .g-nav__list {
    border: none;
  }

  .g-nav__contactArea {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .g-hospital div:last-child .g-hospital__table {
    margin-bottom: 0;
    word-break: break-word;
  }
}

/* 20210727 add */
.g-hospital__mtArea--offHours {
  margin-bottom: 17px;
}
.g-search__annotation {
  color: #6f6c66;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}