@charset "UTF-8";

/*---------- main -------------*/

#main {
  display: flex;
  border: none;
  line-height: 1.7;
  margin: auto;
  width: 980px;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}

.main-content {
  margin: 20px 0;
}

/*---------- right column -------------*/

.right-column {
  width: 300px;
}

.wrap-btn {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 1000px) {
  .wrap-btn {
    width: 300px !important;
  }
}

.output_area {
  padding: 0 0 25px;
}

.output_area ul {
  display: flex;
}

.output_area ul li:last-of-type {
  margin-right: 0;
}

.output_area ul li {
  width: 50%;
  font-size: 12px;
  text-align: center;
  border: 1px solid #b6b6b6;
  margin: 0 4px 0 0;
  border-radius: 4px;
}

.output_area_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.output_area_btn img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}

.output_area_btn p {
  font-weight: bold;
}

.res-box {
  background-color: #f2f2f2;
  padding: 20px 20px 10px;
}

/*---------- 非保有 right column -------------*/

.incompatible {
  font-weight: bold;
  padding: 15px 20px;
  background: #b6b6b6;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.request-area {
  background-color: #f2f2f2;
  padding: 15px;
}

.request-btn-block {
  display: flex;
  padding-bottom: 15px;
}

.request-btn {
  width: 75%;
  border: solid 1px #b6b6b6;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  padding: 9px;
  background-color: #fff;
}

.request-number {
  position: relative;
  background: #b6b6b6;
  width: calc(25% - 4px);
  margin-left: 8px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  align-self: center;
  padding: 9px;
}

.request-number::before {
  content: " ";
  right: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
}

.request-number::before {
  border-right-color: #b6b6b6;
  border-width: 5px;
}

.request-publish {
  margin: 5px 0 -5px;
}

.request-publish a {
  color: #2884b2;
}

.request-publish .arrow-icon::after {
  color: #2884b2;
}

/*---------- dialog -------------*/

.contact-link {
  text-align: right;
}

.contact-link a {
  cursor: pointer;
  display: inline-block;
  color: #1F7CC3;
  padding-top: 8px;
}

.wrap-dialog{
  background-color: rgba(0,0,0,0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  zoom: 1;
}

.dialog-popup{
  background-color: #fff;
  height: auto;
  left: 50%;
  padding: 40px 50px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  word-wrap: normal;
  z-index: 1100;
  border-radius: 6px;
}

.dialog-popup .close{
  background: url(/assets/images/petgeneral/modal_close_icon.png) no-repeat;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: 100%;
  top: 10px;
  white-space: nowrap;
  width: 20px;
  margin-top: 0;
}

.wrap-dialog .title-dialog{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding-bottom: 10px;
}

.wrap-dialog .alert-icon {
  padding-right: 10px;
}

.pet-icon-block {
  text-align: center;
  padding-bottom: 25px;
}

.pet-icon-block img {
  width: 325px;
  height: auto;
}



.dialog-popup .text{
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.65;
}

/*---------- left column -------------*/

.left-column {
  background-color: #fff;
  margin: 0 20px 30px 0;
  position: relative;
  width: 660px;
  display: inline-block;
  padding: 10px 0 0;
}

/*---------- top content -------------*/

.top-content-wrapper {
  margin-bottom: 16px;
}

.content-wrapper {
  margin-bottom: 40px;
}

.title-area-detail-title {
  font-size: 22px;
  font-weight: bold;
}

.title-area-detail-sub-title {
  font-size: 11px;
}

.title-area-detail-sub {
  font-size: 12px;
  border-top: 1px dashed #E6E6E6;
  padding-top: 7px;
}

.title-area-detail-sub-text {
  margin-top: 6px;
  padding-left: 20px;
}

.title-area-detail-sub-text p a{
  color: #2884B2;
}

.title-area-detail-sub-text:first-child {
  margin-top: 0px;
}

.title-area-detail-sub-text.iconMap {
  background: url(/assets/images/petgeneral/icon_map.webp) no-repeat -1.5px 3px;
  background-size: 15px;
}

.title-area-detail-sub-text.iconStation {
  background: url(/assets/images/petgeneral/icon_train.webp) no-repeat 0 4px;
  background-size: 15px;
}

.title-area-detail-sub-text.iconLocation {
  background: url(/assets/images/petgeneral/icon_building.webp) no-repeat 0 4px;
  background-size: 15px;
}

.title-area-detail-sub-text.iconAnimal {
  background: url(/assets/images/petgeneral/icon_footprint.webp) no-repeat 0 3px;
  background-size: 15px;
}

.detail-review {
  display: inline-block;
}

.information-detail-content-message-review {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
  color: #1f7cc3;
  text-decoration: none;
}

.information-detail-content-message-review img {
  width: 13px;
}

.total-rate {
  color: #e10000;
  font-size: 16px;
  font-weight: bold;
  margin-left: 6px;
}

.total-rate-small {
  color: #e10000;
  font-size: 10px;
  font-weight: bold;
  margin-right: 4px;
}

.total-rate span {
  font-size: 12px;
}

.total-review {
  position: relative;
  padding-left: 28px;
  color: #707070;
}

.total-review:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 12px;
  height: 11px;
  background: url(/docs/portal/images/review.webp) no-repeat center;
  background-size: 13px;
  transform: translateY(-50%);
}

.page-detail-information-detail-extrahours span {
  border: 0.5px solid #b6b6b6;
  margin-right: 4px;
  line-height: 14px;
  padding: 3px 8px;
  font-size: 14px;
  margin-top: 8px;
  word-break: keep-all;
  display: inline-block;
}

.title-block {
  flex: 1;
  margin-right: 5px;
}

.page-detail-information-detail-extrahours .green-badge {
  background-color: #5b96a4;
  border: 0.5px solid #5b96a4;
  color: #fff;
}

.page-detail-information-detail-extrahours .red-badge {
  background-color: #e35554;
  border: 0.5px solid #e35554;
  color: #fff;
}

/*---------- navigation -------------*/

.navigation-wrapper {
  box-shadow: none !important;
}

.link-page-information-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 100%;
}

.link-page-information-detail-listmenu:first-child {
  border-left: solid 1px #e6e6e6;
}

.link-page-information-detail-listmenu {
  border-top: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 10px 0;
  width: 100%;
}

.link-page-information-detail-listmenu:hover {
  background-color: #f7f6ee;
  /* background-color: #f9f9f9; */
}

.link-page-information-detail .is-active {
  color: #fff;
  pointer-events: none;
}

.link-page-information-detail .is-disabled {
  background-color: #f2f2f2;
  pointer-events: none;
}

.coupon-display, .movie-display {
  margin-top: 10px;
  position: relative;
}

.coupon-display::after, .movie-display::after{
  content: "クーポン";
  color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  right: calc(100% / 7 * 5);
  height: 15px;
  width: 45px;
  font-size: 10px;
  z-index: 2;
  text-align: center;
  background: rgb(255, 153, 37);
}

.movie-display::after{/* PD_3-572 【C画面】サロンリッチプラン */
  content: "動画あり";
  right: calc(100% / 7 * 2);
}

/*---------- slider -------------*/

.main-images {
  margin-top: 20px;
}

.slider-container {
  height: 440px;
  overflow: hidden;
}

.slider-container .slick-slide {
  text-align: center;
  position: relative;
}

.pc-top-slider .slick-slide > img {
  display: inline-block;
  height: 440px;
  width: auto;
  object-fit: contain;
}

.slider-nav {
  margin: 5px 0 0 0;
  max-height: 53px;
  overflow: hidden;
}

.slider-nav .slick-track {
  margin: auto;
  width: 100% !important;
}

.slider-nav .slick-track div {
  cursor: pointer;
  margin: 0 0 0 5px;
  text-align: center;
}

.slider-nav .slick-track div.slick-current {
  border: solid 2px #f90;
  height: 53px;
  overflow: hidden;
  outline: none;
}

.slider-nav .slick-slide > img {
  display: inline-block;
  width: auto;
  height: 53px;
  object-fit: contain;
}

.slider-nav-container {
  display: flex;
  justify-content: center;
}

.slider-nav-container .slick-slide {
  width: 80px !important;
  height: 60px;
}

/*---------- main content -------------*/

.content-title {
  font-size: 18px;
  font-weight: bold;
  background: none;
  margin-bottom: 0px;
  display: inline-block;
  padding: 0px 0px 0px 10px;
  width: 100%;
  margin-bottom: 10px;
  line-height: 27px;
}

.content-text {
  margin: 10px 0;
}

.sub-title {
  border-left: 4px solid #b6b6b6;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
}

.text-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}

.font-blue {
  color: #2884b2 !important;
}

.font-red {
  color: #e8642a !important;
}

.content-table table {
  margin-bottom: 16px;
  margin-top: 10px;
}

.content-table table th,
.content-table table td {
  font-size: 14px;
  padding: 5px 4px;
  border: 1px solid #ddd;
  text-align: center;
  color: #707070;
}

.content-table table th {
  font-weight: bold;
  background-color: #f6f6f6;
}

.content-table th:nth-child(7),
.content-table td:nth-child(7) {
  color: #2884b2 !important;
}

.content-table th:nth-child(n + 8),
.content-table td:nth-child(n + 8) {
  color: #e8642a !important;
}

.business-hours-table tr td:not(:first-child) {
  font-size: 12px;
}

.content-comment:not(:last-child) {
  padding-bottom: 20px;
}

.info-wrapper {
  border: 1px solid #e6e6e6;
  padding: 12px 15px;
  margin-top: 60px;
}

.info-scroll {
  max-height: 120px;
  overflow-y: auto;
  padding-right: 8px;
}

.info-title {
  border-bottom: 2px dotted #e6e6e6;
  padding: 0 0 10px 0;
  text-align: center;
}

.coupon-wrapper {
  margin-bottom: 16px;
}

.coupon_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
}

.coupon_block {
  color: #707070;
  border: 1px #e6e6e6 solid;
  padding: 12px 24px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  display: block;
  width: calc(50% - 5px);
}

.coupon_block:nth-child(odd) {
  margin-right: 10px;
}

.coupon_block:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ff9925;
  position: absolute;
  z-index: 1;
}

.coupon_block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.coupon_title {
  font-weight: bold;
  border-bottom: 1px dashed #e6e6e6;
  padding: 14px;
}

.coupon_title span {
  margin-left: 45px;
}

.coupon_content {
  padding: 16px;
  font-size: 12px;
}

.coupon_content th {
  font-weight: normal;
  width: 5.5em;
}

.coupon_content th,
.coupon_content td {
  font-size: 12px;
}

.coupon_content td:first-of-type {
  width: 1em;
}

.large_coupon {
  padding: 0;
}

.large_coupon:first-child,
.large_coupon:nth-child(2) {
  margin-top: 10px;
}

.large_coupon::before {
  border-bottom: 56px solid transparent;
  border-left: 56px solid #ff9925;
}

.tokuten::after,
.waribiki::after {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  transform: rotate(-45deg);
}

.tokuten::after {
  content: "特典";
}

.waribiki::after {
  content: "割引";
}

.page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-link a {
  color: #2884b2;
  margin-right: 20px;
}

.arrow-icon:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 0;
  color: #b6b6b6;
  transition: 0.2s;
}

.text-information-detail-link {
  background-color: #f6f6f6;
}

.text-information-detail-link-title p {
  font-size: 18px;
  padding: 14px 16px 10px;
  font-weight: bold;
}

.text-information-detail-link-sub p {
  font-size: 14px;
  padding: 0 15px 15px;
  font-weight: normal;
}

.service-image-block {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.service-image-block img {
  width: 244px;
  margin-right: 20px;
  margin-bottom: 20px;
  object-fit: cover;
  float: left;
}

.service-block:last-child .service-text:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.service-text {
  border-bottom: 2px dotted #e6e6e6;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

/*---------- 口コミ -------------*/

.review-block {
  width: 100%;
  margin-bottom: 20px;
}

.review-information {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px;
}

.review-information-left {
  text-align: center;
  margin-right: 12px;
}

.review-information-image {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  margin: 0 auto;
}

.review-information-text-small {
  font-size: 12px;
}

.review-information-top {
  flex: 1;
}

.review-information-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-total-rate {
  color: #707070;
  margin-left: 4px;
}

.review-information-rating-date {
  font-size: 14px;
}

.review-balloon {
  margin-bottom: 40px;
}

.balloon {
  position: relative;
  padding: 20px;
  border: solid 1px #e6e6e6;
  margin-top: 10px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 4%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 4%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #e6e6e6;
  z-index: 1;
}

.evaluation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 2px dotted #e6e6e6;
}

.review-evaluation {
  border-bottom: none;
}

.review-total-rate-yellow {
  color: #f90;
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
}

.helpful-content {
  width: 142px;
  min-width: 142px;
  display: flex;
  align-items: center;
  border: solid 1px #b6b6b6;
  padding: 2px 0;
  cursor: pointer;
}

.helpful-text {
  border-right: solid 1px #b6b6b6;
  flex: 1;
  text-align: center;
}

.helpful-number {
  padding: 0 5px;
}

.review-body {
  padding: 10px 0 0;
}

.review-information-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.more-content-close {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.read-more-content {
  position: relative;
  width: 150px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  display: none;
}

.readmore:after {
  content: "\f078";
}

.readmore,
.close {
  margin-top: 16px;
}

.close:after {
  content: "\f077";
  transform: rotate(315deg);
}

.readmore:after,
.close:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  font-weight: bold;
  color: #b6b6b6;
  transition: 0.5s;
}

.text-information-detail-content {
  display: flex;
  border-top: 1px solid #e6e6e6;
}

.text-information-detail-content-left {
  width: 130px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 8px;
  font-weight: bold;
}

.text-information-detail-content-right {
  flex: 1;
  padding: 8px;
  align-self: center;
}

.text-information-detail-content-left p,
.text-information-detail-content-right p {
  font-size: 14px;
}

.text-information-detail-content-right p a{
  color: #2884B2;
}


.map {
  padding: 12px 0;
}

.map iframe {
  height: 252px;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
}

.two-column .text-information-detail-content:last-child {
  border-bottom: none;
}

.text-information-detail-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

#basic_info > div:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.two-column .text-information-detail-content {
  width: 50%;
}

.odd .text-information-detail-content:last-child {
  width: 100%;
}

[class^="registration-wrapper"] {
  cursor: pointer;
}

[class^="registration-wrapper"]::after {
  content: "\f077";
  position: absolute;
  right: 10px;
}

[class^="registration-wrapper"].open::after {
  content: "\f078";
}

[class^="registration-info"] .text-information-detail-content-left {
  width: 174px;
}

.link-block {
  padding: 0 15px 10px;
  word-break: keep-all;
}

.link-block a {
  color: #2884b2;
  margin-right: 10px;
}

/*---------- 料金表 -------------*/

.menu-table {
  overflow: auto;
}

.menu-table th,
.menu-table td {
  text-align: left !important;
  vertical-align: middle;
}

.menu-table th:first-child div,
.menu-table td:first-child div {
  width: max-content;
  max-width: 25em;
}

.menu-table th:not(:first-child),
.menu-table td:not(:first-child) {
  white-space: nowrap;
}

.menu-memo {
  background-color: #f6f6f6;
  padding: 10px 15px;
}

/*---------- 口コミ -------------*/

.post-review a {
  display: block;
  width: 228px;
  margin: 20px auto 30px;
  text-align: center;
  background-color: #8fc31f;
  border-radius: 4px;
  padding: 12px 0px;
  color: #fff;
}

.post-review a:hover {
  opacity: 0.8;
}

.sort-button,
.switch-button {
  display: flex;
  align-items: center;
  text-align: center;
}

.sort-title {
  font-weight: bold;
  margin-right: 15px;
}

.sort-button {
  margin: 0 0 25px;
}

.switch-button {
  margin: 0 0 16px;
}

.switch-btn-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.switch-btn-label {
  font-size: 14px;
  display: inline-block;
  transition: all 0.2s;
  padding: 0 12px;
}

.switch-btn-label:first-of-type {
  margin-right: 8px;
}

.switch-btn-large-label {
  font-size: 12px;
  display: inline-block;
  transition: all 0.2s;
  width: 104px;
  padding: 8px 0;
}

.switch-btn-large-label {
  width: 50%;
  padding: 14px 0;
}
.gallery-label-movie{/* サロンリッチプラン */
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F4901E;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 2px;
  line-height: 1;
  border-radius: 0 3px 0 0;
}
.switch-btn-large-label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-btn-large-label:nth-of-type(2) {
  border-radius: 0 4px 4px 0;
}

.switch-btn-input + .switch-btn-label,
.switch-btn-input + .switch-btn-large-label {
  color: #2884b2;
}

.switch-btn-input:checked + .switch-btn-label {
  background-color: #b6b6b6;
  border-radius: 3px;
  color: #fff;
}

.switch-btn-input:checked + .switch-btn-large-label {
  color: #ea88c8;
  font-weight: bold;
}

/*---------- 口コミ modal -------------*/

.fade-slideshow-detail {
  position: relative;
  width: 100%;
}

.fade-slideshow-detail::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.fade-slideshow-detail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  height: calc(100vw * 0.66);
  width: 100%;
  max-width: 660px;
  max-height: 440px;
}

.prev-slideshow-detail,
.next-slideshow-detail {
  cursor: pointer;
  position: absolute;
  top: 215px;
  margin-top: -12.5px;
  font-weight: bold;
  border-radius: 50%;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 25px;
  height: 25px;
  color: #707070;
  z-index: 1;
}

.modal-review .prev-slideshow-detail,
.modal-review .next-slideshow-detail {
  margin-top: -20px;
}

.prev-slideshow-detail {
  left: 10px;
}

.next-slideshow-detail {
  right: 10px;
}

.prev-slideshow-detail::after {
  content: "\f053";
}

.next-slideshow-detail::after {
  content: "\f054";
}

.prev-slideshow-detail::after,
.next-slideshow-detail::after {
  font-family: "Font Awesome 5 Free";
  vertical-align: sub;
  color: #919090;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%); /* 見た目微調整 */
}

.next-slideshow-detail::after {
  left: 52%; /* 見た目微調整 */
}

.slick-disabled {
  display: none !important;
}

.slick-list {
  width: 100%;
}

.list-review-information-image {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-bottom: 10px;
}

.list-review-information-image > a {
  margin-right: 5px;
  margin-top: 5px;
  width: calc((100% - 20px) / 4);
  text-align: center;
}

.list-review-information-image > a img {
  height: 150px;
  object-fit: cover;
}

.list-review-information-image > a:nth-child(5) {
  margin-right: 0;
}

.modal {
  display: block !important;
  opacity: 0;
  z-index: -1;
  position: fixed !important;
  top: 50% !important;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 100%;
  background: #fff;
  z-index: 1001;
  margin-left: auto !important;
  transform: translate(-50%, -50%);
  margin-top: auto !important;
  pointer-events: none;
}

.modal.show {
  opacity: 1;
  z-index: 10000;
  pointer-events: auto;
}

.slider-modal {
  top: 0;
  position: relative;
  transform: translateY(0);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.list-slide-image-information-detail-slider-for {
  max-width: 600px;
}

.list-slide-image-information-detail-slider-for .btn-close img {
  width: 30px !important;
  height: 30px !important;
  image-rendering: -webkit-optimize-contrast;
}

.list-slide-image-information-detail-slider-for-detail {
  z-index: 2;
  width: 100%;
  background: #fff;
  padding: 8px;
  padding-bottom: 20px;
  max-width: 600px;
  margin: 0px auto;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.btn-close {
  padding: 0;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: -38px;
  right: 0px;
  display: inline-flex;
}

.filter-show img {
  max-height: 400px;
  margin: 0 auto;
  width: 100%;
  object-fit: contain;
}

.list-slide-image-information-detail-slider-for-detail-number {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0px;
}

.reply {
  padding-top: 5px;
}

.reply-title,
.reply-content {
  padding-top: 0;
  border-left: 4px solid #b6b6b6;
  padding-left: 10px;
}

.reply-title {
  font-weight: bold;
}

.review-helpful-content {
  width: 145px;
  min-width: 145px;
  background-color: #f6f6f6;
  border: solid 1px #e6e6e6;
  font-size: 12px;
}

.review-helpful-content .helpful-text {
  border-right: 1px solid #e6e6e6;
}

/*---------- staff -------------*/

.staff-image-block {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px;
}

.staff-image-block img {
  width: 180px;
  min-width: 180px;
  margin-right: 10px;
  object-fit: cover;
}

.banner-area {
  padding: 0 0 20px;
  margin-left: 190px;
}

.banner-area img {
  width: 315px;
}

.interview-block {
  display: none;
}

.interview-text {
  padding-bottom: 20px;
}

.interview-toggle {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: table;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto;
  cursor: pointer;
}

.interview-toggle.close {
  margin-top: 10px;
}

/*---------- gallery -------------*/

.gallery-switch-button {
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery-label {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  width: 157px;
  padding: 9px 0;
  margin-left: 12px;
  border-radius: 4px 4px 0 0 !important;
  position: relative;
}

.gallery-label:nth-of-type(2) {
  margin-left: 7px;
}

.switch-btn-input + .gallery-label {
  color: #707070;
  border-bottom: 1px solid #e6e6e6;
}

.switch-btn-input:checked + .gallery-label {
  border-bottom: none;
}

.gallery-label::before,
.gallery-label::after {
  content: "";
  width: 9px;
  height: 1.1px;
  background: #e6e6e6;
  display: block;
  position: absolute;
  bottom: 0;
}

.gallery-label-facility::after,
.gallery-label-cut::before {
  bottom: -1px;
}

.gallery-label-facility::before,
.gallery-label-cut::after {
  bottom: -1px;
}

.gallery-label:first-of-type:before {
  left: -9px;
}

.gallery-label:first-of-type:after {
  right: -9px;
}

.gallery-label:nth-of-type(2):before {
  left: -9px;
}

.gallery-label:nth-of-type(2):after {
  right: -250%;
  width: 250%;
}

.gallery-wrapper {
  margin-top: 10px;
}

.cut-gallery-wrapper .gallery-item {
  padding-top: 20px;
}

.cut-gallery-wrapper .gallery-item:first-child,
.cut-gallery-wrapper .gallery-item:nth-child(2),
.cut-gallery-wrapper .gallery-item:nth-child(3) {
  padding-top: 0;
}

.gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-image::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}

.gallery-item {
  width: calc((100% - 40px) / 3);
}

.gallery-item img:hover {
  opacity: 0.7;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: calc(620px / 3);
  object-fit: cover;
}

.gallery-item p {
  padding: 8px 0 15px;
}

.gallery_list .gallery_hidden {
  display:none;
}

.multiple-item {
  position: relative;
}

.multiple-item::after {
  content: "";
  background-image: url(/assets/images/petgeneral/multiple_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  margin-top: 20px;
}

.cut-gallery-wrapper .gallery-item:first-child.multiple-item::after,
.cut-gallery-wrapper .gallery-item:nth-child(2).multiple-item::after,
.cut-gallery-wrapper .gallery-item:nth-child(3).multiple-item::after {
  margin-top: 0;
}

.more-gallery {
  text-align: center;
  margin: 10px 0 30px;
}

.more-gallery > div {
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  border-radius: 4px;
  margin-top: 0;
  display: inline-block;
  text-align: center;
}

.more-gallery > div::after {
  display: none;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  margin: 10px auto 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-modal-image,
.gallery-modal-image .slick-list {
  max-height: 80vh;
  height: 500px;
  max-width: 80vh;
  width: 500px;
}

.gallery-modal-image .slider-dots {
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.gallery-modal-image .slider-dots li {
  display: inline-block;
  margin: 0 8px;
}

.gallery-modal-image .slider-dots button {
  position: relative;
  text-indent: -9999px;
  padding: 0;
  border: none;
  font-size: 14px;
}

.gallery-modal-image .slider-dots button::before {
  content: "●";
  font-size: 10px;
  text-indent: 0px;
  position: absolute;
  top: -25px;
  left: 0;
  color: #fff;
  opacity: 0.5;
}

.gallery-modal-image .slick-active button::before {
  opacity: 1;
}

.gallery-modal {
  padding: 0;
  max-width: 940px;
}

.gallery-modal .filter-show {
  display: flex;
}

.gallery-modal .filter-show img {
  max-height: 80vh;
  height: 500px;
  max-width: 80vh;
  width: 100%;
  object-fit: cover;
  margin: 0;
}

#gallery-modal {
  max-width: 90%;
  width: 940px;
  max-height: 80vh;
  height: 500px;
}

.modal-image-block {
  width: auto;
  max-width: 500px;
}

.modal-image {
  height: 100%;
  max-height: 80vh;
}

.gallery-modal-block {
  overflow: auto;
  height: 80vh;
  max-height: 500px;
  padding: 20px;
}

.gallery-modal ul {
  list-style: disc;
  margin-left: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.modal-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}

.slick-track {
  width: max-content !important;
}

.cut-gallery-wrapper .prev-slideshow-detail,
.cut-gallery-wrapper .next-slideshow-detail {
  top: 50%;
  transform: translateY(-50%);
}


/*---------- map -------------*/

.map-wrapper {
  margin-top: 10px;
}

.map-wrapper iframe {
  height: 371px;
}

.direction-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}

.direction-block {
  margin-top: 20px;
  width: calc(50% - 5px);
}

.direction-block:nth-child(odd) {
  margin-right: 10px;
}

.direction-block:first-child,
.direction-block:nth-child(2) {
  margin-top: 0;
}

.direction-block img {
  max-height: 183px;
  object-fit: cover;
}

.direction-block p {
  padding-top: 8px;
}

/*---------- recruit -------------*/

.recruit-image-block img {
  width: 320px;
  min-width: 320px;
  height: 213px;
  margin-right: 10px;
  object-fit: cover;
  float: left;
}

.recruitment-content {
  display: flex;
  border-bottom: 1px dashed #e6e6e6;
}

.recruitment-content:first-child {
  border-top: 1px dashed #e6e6e6;
}

.recruitment-content-left {
  width: 150px;
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 20px;
  font-weight: bold;
}

.recruitment-content-right {
  padding: 15px;
  flex: 1;
}

.recruitment-btn-block {
  padding: 70px 0 0;
  text-align: center;
}

.recruitment-btn {
  display: block;
  background-color: #f90;
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  border-radius: 4px;
  padding: 8px 15px;
  margin: 0 auto;
  max-width: 288px;
  width: 100%;
}

.recruitment-btn:hover {
  opacity: 0.8;
}

.recruitment-btn-block p {
  margin-top: 8px;
  font-size: 12px;
}

/*---------- 非保有 -------------*/

.content-image img {
  width: 100%;
}

.incompatible-review-wrapper .review-block:first-of-type {
  margin-top: 10px;
}

.incompatible_output_area {
  padding-bottom: 16px;
}