@charset "UTF-8";

/* =========================================================
 共通設定CSS
========================================================= */

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  font-family: sans-serif;
  line-height: 1.4;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
  color: #707070;
  font-size: 14px;
  word-break: break-all;
  min-width: 320px;
  min-width: 1000px;
  word-break: break-all;
}

main {
  box-shadow: 0px 5px 5px  rgb(0 0 0 / 20%);
}

h2 {
  font-weight: bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  transition: 0.2s ease;
}

a img:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

header {
  margin: 0px auto;
  border: 0;
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.mb-12 {
  margin-bottom: 12px!important;
}

.mb-20 {
  margin-bottom: 20px!important;
}

.mt-16 {
  margin-top: 16px!important;
}

.red {
  color: #f00;
}

/*---------- header -------------*/

.header-wrap {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
}

#headertext {
  margin: 0;
  padding: 1px 4px 0px 0px;
  background: #fff;
  height: 19px;
  border-bottom-left-radius: 8px;
  text-align: left;
  color: #1f7cc3;
  text-decoration: underline;
  cursor: pointer;
}

.header-wrap > #headertext {
  margin: 0;
  padding: 1px 4px 0px 0px;
  background: #fff;
  height: 19px;
  border-bottom-left-radius: 8px;
  text-align: right;
}

.header {
  min-width: 1000px;
  padding-bottom: 16px;
  padding-top: 3px;
  position: relative;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

.header a {
  text-decoration: none;
}

.header-flex {
  display: flex;
  justify-content: space-between;
}

.header-logo-box {
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
}

.header-logo-box > a {
  display: contents;
  margin-bottom: 0;
}

.header-logo-box img {
  width: 100px;
}

.header-logo-box img.header-logo {
	margin-bottom: 2px;
}

.header-icon {
  padding-left: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 43px;
}

.header-icon > img {
  width: 25px;
}

.header-icon-text {
  font-size: 10px;
  font-weight: bold;
  margin-top: -3px;
}

.header-selling-point {
  font-size: 14px;
  font-weight: bold;
  margin-left: 23px;
  color: #707070;
}

.header-menu {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.header-menu > ul {
  display: flex;
}

.header-menu li + li {
  margin-left: 11px;
}

.header-menu-icon {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 46px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

a:link.header-menu-icon {
  color: #707070;
}

a:visited.header-menu-icon {
  color: #707070;
}

.header-menu-icon img {
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
  left: 50%;
}

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

.nav{
  max-width: 980px;
  margin: 0 auto;
  z-index: 100;
  width: 100%;
}

.nav_list{
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
}

.nav_item{
  flex: 1;
  position: relative;
}

.nav_item + .nav_item::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 25px;
  left: -0.5px;
  top: 50%;
  background-color: #E6E6E6;
  transform: translateY(-50%);
}

.nav_list_link{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  text-decoration: none;
}

.nav_list_link > span{
  color: #B6B6B6;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  text-align: center;
  transform-origin: center;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}

.nav_list_link > span::before{
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 8px;
}

.nav_list_link.is-hospital span::before{
  background-image: url('/assets/images/petgeneral/hospital_off.webp');
}

.nav_list_link.is-salon span::before{
  background-image: url('/assets/images/petgeneral/salon_off.webp');
}

.nav_list_link.is-hotel span::before{
  background-image: url('/assets/images/petgeneral/hotel_off.webp');
}

.nav_list_link.is-petcafe span::before{
  background-image: url('/assets/images/petgeneral/petcafe_off.webp');
}

.nav_list_link.is-dogrun span::before{
  background-image: url('/assets/images/petgeneral/dogrun_off.webp');
  width: 33px;
  height: 32px;
}

.nav_list_link.is-training span::before{
  background-image: url('/assets/images/petgeneral/training_off.webp');
}

.nav.is-fixed {
  position: fixed;
  top: 0;
  max-width: 100%;
  box-shadow: 0px 7px 10px -6px rgb(0 0 0 / 20%);
  background-color: #fff;
}

.is-fixed .nav_list {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  border-bottom: 0;
}

/*---------- breadcrumb -------------*/

.bg-wrapper-header{
  background-color: #fff;
  width: 100%;
	font-size: 14px;
}

#breadcrumb {
  width: 980px;
  margin: 0 auto;
  padding: 12px 20px 12px 0;
  color: #707070;
}

#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#breadcrumb li{
  font-size: 14px;
}

#breadcrumb li:not(:last-child)::after {
  content: "＞";
  margin: 0px 7px;
  font-size: 12px;
}

#breadcrumb li a{
  font-size: 14px;
  color: #2884B2;
  text-decoration: none;
}

#breadcrumb li a:hover{
  text-decoration: none;
}

/*---------- page top -------------*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
}

#pageTop i {
  padding-top: 3px;
  font-size: 30px;
}

#pageTop a {
  display: block;
  padding: 12px 0 12px 0;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  opacity: 0.8;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s;
}

#pageTop a img {
  width: 42px;
}

/*---------- footer -------------*/

#main-footer {
  background: #F2F2F2;
  width: 100%;
  text-align: center;
  padding: 40px 0 30px;
  min-width: 1000px;
}

#main-footer a {
  text-decoration: none;
}

#main-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
}

#main-footer ul li {
  font-size: 14px;
  margin: 0;
  margin-right: 20px;
  line-height: 1.7;
}

#main-footer ul li a{
  color: #2884B2;
}

.copyright {
  padding-top: 20px;
  color: #707070;
}

@media screen and (max-width: 768px) {
  #main-footer {
    background: none;
    margin: 0;
    padding: 0;
    min-width: auto;
  }

  #main-footer ul {
    margin-bottom: 0;
    width: 100%;
  }

  .copyright {
    background-color: #ededed;
    padding: 5px;
  }
  #main-footer ul li {
    border-bottom: 1px solid #dddac4;
    display: block;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    width: 100%;
  }
  #main-footer ul li:last-child {
    border-bottom: none;
  }
  #main-footer ul li a {
    background: url(../../images/common/arrow_icon04.gif) no-repeat right center;
    color: #333 !important;
    display: block;
    font-size: 16px;
    padding: 15px 0;
    text-decoration: none;
  }
}

/*---------- EPL_widget（予約・空き状況） -------------*/

.vacancy-info {
  border: 1px solid #B6B6B6;
  border-bottom: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}

#EPL_widget {
  max-width: 980px;
}

#EPL_widget a {
  text-decoration: none;
  display: grid;
}

#EPL_widget a:hover {
  opacity: .8;
}

#EPL_cal_week {
  border: solid 1px #B6B6B6;
  border-bottom: dashed 1px #B6B6B6;
  display: flex;
}

.EPL_day {
  flex: 1;
  text-align: center;
  color: #707070;
  font-size: 10px;
  padding: 2px 0;
  font-weight: bold;
  border-left: solid 1px #B6B6B6;
}

.EPL_day:first-child {
  border-left: none;
}

#week1, #week2, #week3, #week4 {
  display: flex;
}

.EPL_cal {
  flex: 1;
  border-right: solid 1px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
  padding-bottom: 5px;
}

.EPL_cal:first-child {
  border-left: solid 1px #B6B6B6;
}

#EPL_week1, #EPL_week2, #EPL_week3, #EPL_week4, #EPL_week5, #EPL_week6, #EPL_week7, #EPL_week8, #EPL_week9, #EPL_week10, #EPL_week11, #EPL_week12, #EPL_week13, #EPL_week14, #EPL_week15, #EPL_week16, #EPL_week17, #EPL_week18, #EPL_week19, #EPL_week20, #EPL_week21, #EPL_week22, #EPL_week23, #EPL_week24, #EPL_week25, #EPL_week26, #EPL_week27, #EPL_week28 {
  text-align: center;
  padding: 3px 0;
  color: #707070;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

#EPL_week1_icon, #EPL_week2_icon, #EPL_week3_icon, #EPL_week4_icon, #EPL_week5_icon, #EPL_week6_icon, #EPL_week7_icon, #EPL_week8_icon, #EPL_week9_icon, #EPL_week10_icon, #EPL_week11_icon, #EPL_week12_icon, #EPL_week13_icon, #EPL_week14_icon, #EPL_week15_icon, #EPL_week16_icon, #EPL_week17_icon, #EPL_week18_icon, #EPL_week19_icon, #EPL_week20_icon, #EPL_week21_icon, #EPL_week22_icon, #EPL_week23_icon, #EPL_week24_icon, #EPL_week25_icon, #EPL_week26_icon, #EPL_week27_icon, #EPL_week28_icon {
  text-align: center;
  margin: 0;
  padding: 4px 0;
}

.sat {
  color: #2d79df;
  background-color: rgba(45, 121, 233, 0.05);
}

.sun {
  color: #c9270d;
  background-color: rgba(201, 39, 13, 0.05);
}

.sat_font {
  color: #2d79df!important;
}

.sun_font {
  color: #c9270d!important;
}

.ok,
.ng {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 12px;
}

.ok {
  background-image: url(/assets/images/petgeneral/reserve_ok.png);
}

.ng {
  background-image: url(/assets/images/petgeneral/reserve_ng.png);
}

li.net.vacant_todaytomorrow::before, li.net.vacant_today::before, li.net.vacant_tomorrow::before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  top: -29px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

li.net.vacant_todaytomorrow::before {
  background-image: url(../../images/vacant_todaytomorrow.png);
  image-rendering: -webkit-optimize-contrast;
}

li.net.vacant_today::before {
  background-image: url(../../images/vacant_today.png);
  image-rendering: -webkit-optimize-contrast;
}

li.net.vacant_tomorrow::before {
  background-image: url(../../images/vacant_tomorrow.png);
  image-rendering: -webkit-optimize-contrast;
}

/*---------- vacant（今日空き 明日空き） -------------*/

li.net {
  background-color: #DE7016;
  color: #DE7016;
  width: 100% !important;
  margin: 0;
  border-radius: 6px;
  position: relative;
}
li.ppc, li.phone {
  background-color: #F4901E;
  color: #F4901E;
  width: 100% !important;
  margin: 8px 0 0 0;
  border-radius: 6px;
}
li.campaign {
  margin-top: 8px;
}
.net .cv_area_container {
  display: grid;
  grid-template-rows: 50px;
  grid-template-columns: 16px 27px 162px 46px 16px;
  text-align: center;
}
.net .cv_area_container .marginL {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.net .cv_area_container .itemA {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.net .cv_area_container .itemA img {
  width: 24.5px;
  height: auto;
  padding: 12px 0;
}
.ppc .cv_area_container .itemA img {
  width: 25px;
  height: auto;
  padding: 12px 0;
}
.net .cv_area_container .itemB {
  grid-row: 1 / 2;
  grid-column: 4/5;
}
.net .cv_area_container .itemB p {
  background: #FFF;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  margin: 8px 0 0 0;
  border-radius: 6px;
  color: #DE7016;
  line-height: 1.3em;
  padding: 4px;
  white-space: nowrap;
}
.net .cv_area_container .itemC {
  grid-row: 1/2;
  /* PETLIFE-297 当日のみ予約の表示制御のAPI仕様について */
  grid-column: 3 / 5;
}
.net .cv_area_container .itemB + .itemC {
  grid-row: 1/2;
  /* PETLIFE-297 当日のみ予約の表示制御のAPI仕様について ここまで */ 
  grid-column: 3 / 4;
}
.net .cv_area_container .itemC p {
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  margin: 4px auto;
  white-space: nowrap;
}
.net .cv_area_container .marginR {
  grid-row: 1 / 2;
  grid-column: 5/6;
}
.ppc .cv_area_container {
  display: grid;
  grid-template-rows: 25px 25px;
  grid-template-columns: 12px 35px 104px 104px 12px;
  text-align: center;
}
.ppc .cv_area_container .itemA {
  grid-row: 1 / 3;
  grid-column: 2/3;
}
.ppc .cv_area_container .itemB {
  grid-row: 1 / 2;
  grid-column: 4/5;
}
.ppc .cv_area_container .itemB p {
  background: #FFF;
  font-size: 10px;
  font-weight: bold;
  width: 75%;
  margin: 6px auto 0px 0px;
  border-radius: 10px;
  color: #F4901E;
  white-space: nowrap;
}
.ppc .cv_area_container .itemC {
  grid-row: 1/2;
  grid-column: 3 / 4;
}
.ppc .cv_area_container .itemC p {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin: 4px 4px 0 0;
  letter-spacing: 0.1em;
  text-align: right;
  white-space: nowrap;
}
.ppc .cv_area_container .itemD {
  grid-row: 2 / 3;
  grid-column: 3/5;
}
.ppc .cv_area_container .itemD p {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-top: -6px;
  white-space: nowrap;
}
.ppc .cv_area_container .marginR {
  grid-row: 1 / 3;
  grid-column: 5/6;
}
.phone .cv_area_container {
  display: grid;
  grid-template-rows: 50px;
  grid-template-columns: 16px 27px 210px 16px;
  text-align: center;
}
.phone .cv_area_container .marginL {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.phone .cv_area_container .itemA {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.phone .cv_area_container .itemA img {
  width: 25px;
  height: auto;
  padding: 12px 0;
}
.phone .cv_area_container .itemB {
  grid-row: 1 / 2;
  grid-column: 3 / 5;
}
.phone .cv_area_container .itemB p {
  background: #FFF;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  margin: 11px 0 0 0;
  border-radius: 6px;
  color: #DE7016;
  line-height: 1.3em;
  padding: 4px;
  white-space: nowrap;
}
.phone .cv_area_container .itemC {
  grid-row: 1/2;
  grid-column: 3 / 4;
}
.phone .cv_area_container .itemC p {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  margin: 9px auto;
  white-space: nowrap;
}
.phone .cv_area_container .marginR {
  grid-row: 1 / 2;
  grid-column: 5/6;
}


.campaign .cv_area_container {
  display: grid;
  grid-template-rows: 25px 25px;
  grid-template-columns: 12px 35px 104px 104px 12px;
  text-align: center;
  background-color: #eb6877;
  border-radius: 6px;
}
.campaign .cv_area_container .itemA {
  grid-row: 1 / 3;
  grid-column: 2/3;
}

.campaign .cv_area_container .itemA img {
  width: 28px;
  height: auto;
  padding: 10.5px 0;
}

.campaign .cv_area_container .itemB {
  grid-row: 1/2;
  grid-column: 3 / 5;
}
.campaign .cv_area_container .itemB p {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin: 2px 4px 0 0;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.campaign .cv_area_container .itemC {
  grid-row: 2 / 3;
  grid-column: 3/5;
}
.campaign .cv_area_container .itemC p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: -6px;
  white-space: nowrap;
}
.campaign .cv_area_container .marginR {
  grid-row: 1 / 3;
  grid-column: 5/6;
}

/*---------- pagination -------------*/

.c-pager{
	margin-top: 80px;
}

.c-pager-block ,.c-pager_list{
    display: flex;
	font-size: 14px;
	justify-content: center;
}

.c-pager-block{
	margin: 0 auto;
}

.c-pager-arrow{
	width: 80px;
}

.c-pager-arrow a{
  color: #707070;
}

.c-pager-arrow a:hover{
  opacity: 0.8;
}

.c-pager-arrow.is-prev{
	cursor: pointer;
}

.c-pager-arrow.is-prev a.prev-more::before{
	font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 900;
    color: #b6b6b6;
}

.c-pager-arrow.is-prev a.prev-more::after{
	font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 900;
    color: #b6b6b6;
}

.c-pager-arrow.is-prev a.prev::before{
	font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 900;
	padding-left: 24px;
  color: #b6b6b6;
}

.c-pager-arrow.is-next{
	text-align: right;
	cursor: pointer;
}

.c-pager-arrow.is-next a.next::before{
	font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
	padding-right: 24px;
  color: #b6b6b6;
}

.c-pager-arrow.is-next a.next-more::before{
	font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    color: #b6b6b6;
}

.c-pager-arrow.is-next a.next-more::after{
	font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    color: #b6b6b6;
}

.c-pager_item{
	margin-right: 4px;
}

.c-pager_item:last-of-type{
	margin-right: 0px;
}

.c-pager_link{
	border: 1px solid #B6B6B6;
	border-radius: 4px;
	padding: 6px 10px;
	color: #707070;
}

.c-pager_item a{
  color: #707070;
}

.c-pager_item a:visited {
  color: #707070;
}

.c-pager_item a:hover{
  opacity: 0.8;
}

.c-pager_item a.active{
	border: 1px solid #FE980F;
	background-color: #FE980F;
	color: #fff;
}

.c-pager > p{
	display: block;
    margin: 16px auto;
    width: 600px;
    text-align: center;
}

#epark-global-footer-box a:hover {
  text-decoration: none;
}

/* =========================================================
epark_portal_global_pc.css 上書き
========================================================= */

#epark-global-footer-box .epark-global-footer-box-inner {
  border: none;
}

#epark-global-footer-box .epark-global-footer-group-box ul li {
  border-left: 1px solid #333;
  border-right: none;
  padding: 0 0 0 1em;
  width: 20%;
  margin: 0.3em 0;
}

#epark-global-footer-box a {
  color: #707070;
}

#epark-global-footer-box a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .epark-global-footer-box-inner {
    display: none;
  }
}