@charset "UTF-8";
/*=======================================
施設情報
=========================================*/
.p-facilities__tab {
  margin-bottom: 80px;
}
.p-facilities__tab ul {
  display: flex;
  flex-wrap: wrap;
}
.p-facilities__tab li {
  width: 32.0909%;
  margin-left: 1.86365%;
  margin-bottom: 40px;
  color: #229700;
  background: #fff;
  border: 1px solid #229700;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  padding: 14px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.p-facilities__tab li:nth-child(3n+1) {
  margin-left: 0;
}
.p-facilities__tab li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  border-top: 0 solid #229700;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.p-facilities__tab li.is-active {
  background: #229700;
  border-color: #229700;
  color: #fff;
}
.p-facilities__tab li.is-active:before {
  bottom: -20px;
  border-top-width: 20px;
}
.p-facilities__content {
  display: none;
}
.p-facilities__content.is-active {
  display: block;
}
.p-facilities__list ul {
  display: flex;
  flex-wrap: wrap;
}
.p-facilities__list li {
  width: 31.8181%;
  margin-left: 2.27285%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.p-facilities__list li:nth-child(3n+1) {
  margin-left: 0;
}
.p-facilities__list li.shokuhana .txt1 {
  background-image: url(../img/facilities/list_bg1.png);
}
.p-facilities__list li.shokuhana .txt1 span {
  background-image: url(../img/common/arrow_2-red.svg);
}
.p-facilities__list li.kodomo .txt1 {
  background-image: url(../img/facilities/list_bg2.png);
}
.p-facilities__list li.kodomo .txt1 span {
  background-image: url(../img/common/arrow_2-blue.svg);
}
.p-facilities__list li.doubutsu .txt1 {
  background-image: url(../img/facilities/list_bg3.png);
}
.p-facilities__list li.doubutsu .txt1 span {
  background-image: url(../img/common/arrow_2-green.svg);
}
.p-facilities__list li.information .txt1, .p-facilities__list li.market .txt1, .p-facilities__list li.restaurant .txt1, .p-facilities__list li.tenjikan .txt1, .p-facilities__list li.garden .txt1 {
  background-image: url(../img/facilities/list_bg4.png);
}
.p-facilities__list li.information .txt1 span, .p-facilities__list li.market .txt1 span, .p-facilities__list li.restaurant .txt1 span, .p-facilities__list li.tenjikan .txt1 span, .p-facilities__list li.garden .txt1 span {
  background-image: url(../img/common/arrow_2-yellow.svg);
}
.p-facilities__list li a {
  display: block;
}
.p-facilities__list li .txt1 {
  position: relative;
  margin-top: -30px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 14px 25px 10px;
  background-position: center top;
  background-repeat: repeat-x;
}
.p-facilities__list li .txt1 span {
  display: block;
  background-position: right center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-facilities__list .lead {
  text-align: center;
  margin-bottom: 60px;
}
.p-facilities__list .lead p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 20px;
}
.p-facilities__list .lead p:last-child {
  margin-bottom: 0;
}
.p-facilities__list .lead p.note {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-facilities__list .table table {
  width: 100%;
}
.p-facilities__list .table th,
.p-facilities__list .table td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px;
  border: 1px solid #E1DBD5;
  text-align: center;
}
.p-facilities__list .table th a,
.p-facilities__list .table td a {
  text-decoration: underline;
}
.p-facilities__list .table th a {
  color: #fff;
  font-weight: 400;
}
.p-facilities__list .table thead th {
  background: #229700;
  color: #fff;
  text-align: center;
  @includefs (18);
  font-weight: 700;
}
.p-facilities__list .table thead th span {
  display: block;
  background: url(../img/common/arrow_3-white-down.svg) no-repeat center bottom;
  background-size: 18px 18px;
  padding-bottom: 28px;
}
.p-facilities__list .table tbody th {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.p-facilities__list .table tbody th a {
  color: #000;
}
.p-facilities__list .table .bg-red {
  background: #FFEBF5;
}
.p-facilities__list .table .bg-red2 {
  background: #FFF8FB;
}
.p-facilities__list .table .bg-blue {
  background: #D9F5FF;
}
.p-facilities__list .table .bg-blue2 {
  background: #EFFBFF;
}
.p-facilities__list .table .bg-green {
  background: #ECF9DA;
}
.p-facilities__list .table .bg-green2 {
  background: #F9FFF0;
}
.p-facilities__list .table .bg-yellow {
  background: #F6E3AC;
}
.p-facilities__list .table .bg-yellow2 {
  background: #FEF7E5;
}
.p-facilities__list .table .bg-yellow3 {
  background: #FFFCF3;
}
.p-facilities__list .table .w60 {
  width: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-facilities__list .table .w240 {
  width: 240px;
}
.p-facilities__list .table .w300 {
  width: 300px;
}
.p-facilities__list .table .w800 {
  width: 800px;
}
.p-facilities__map .map {
  background: #F8F8F8;
  border-radius: 20px;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-facilities__hour .lead {
  text-align: center;
  margin-bottom: 60px;
}
.p-facilities__hour .lead p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 20px;
}
.p-facilities__hour .lead p:last-child {
  margin-bottom: 0;
}
.p-facilities__hour .lead p.note {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-facilities__hour a {
  color: #0088FF;
  text-decoration: underline;
}
.p-facilities__hour .table th,
.p-facilities__hour .table td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 30px;
  border: 1px solid #E1DBD5;
}
.p-facilities__hour .table th {
  text-align: center;
}
.p-facilities__hour .table thead th {
  background: #229700;
  color: #fff;
  text-align: center;
  @includefs (18);
  font-weight: 700;
}
.p-facilities__hour .table thead th span {
  display: block;
  background: url(../img/common/arrow_3-white-down.svg) no-repeat center bottom;
  background-size: 18px 18px;
  padding-bottom: 28px;
}
.p-facilities__hour .table tbody th {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.p-facilities__hour .table .bg-red {
  background: #FFEBF5;
}
.p-facilities__hour .table .bg-red2 {
  background: #FFF8FB;
}
.p-facilities__hour .table .bg-blue {
  background: #D9F5FF;
}
.p-facilities__hour .table .bg-blue2 {
  background: #EFFBFF;
}
.p-facilities__hour .table .bg-green {
  background: #ECF9DA;
}
.p-facilities__hour .table .bg-green2 {
  background: #F9FFF0;
}
.p-facilities__hour .table .bg-yellow {
  background: #F6E3AC;
}
.p-facilities__hour .table .bg-yellow2 {
  background: #FEF7E5;
}
.p-facilities__hour .table .bg-yellow3 {
  background: #FFFCF3;
}
.p-facilities__hour .table .w60 {
  width: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-facilities__hour .table .w240 {
  width: 240px;
}
.p-facilities__hour .table .w300 {
  width: 300px;
}
.p-facilities__hour .table .w800 {
  width: 800px;
}
.p-facilities__price a {
  color: #0088FF;
  text-decoration: underline;
}
.p-facilities__price .table th,
.p-facilities__price .table td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 30px;
  border: 1px solid #E1DBD5;
}
.p-facilities__price .table th {
  text-align: center;
}
.p-facilities__price .table thead th {
  background: #229700;
  color: #fff;
  text-align: center;
  @includefs (18);
  font-weight: 700;
}
.p-facilities__price .table thead th span {
  display: block;
  background: url(../img/common/arrow_3-white-down.svg) no-repeat center bottom;
  background-size: 18px 18px;
  padding-bottom: 28px;
}
.p-facilities__price .table tbody th {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.p-facilities__price .table .bg-red {
  background: #FFEBF5;
}
.p-facilities__price .table .bg-red2 {
  background: #FFF8FB;
}
.p-facilities__price .table .bg-blue {
  background: #D9F5FF;
}
.p-facilities__price .table .bg-blue2 {
  background: #EFFBFF;
}
.p-facilities__price .table .bg-green {
  background: #ECF9DA;
}
.p-facilities__price .table .bg-green2 {
  background: #F9FFF0;
}
.p-facilities__price .table .bg-yellow {
  background: #F6E3AC;
}
.p-facilities__price .table .bg-yellow2 {
  background: #FEF7E5;
}
.p-facilities__price .table .bg-yellow3 {
  background: #FFFCF3;
}
.p-facilities__price .table .w60 {
  width: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-facilities__price .table .w240 {
  width: 240px;
}
.p-facilities__price .table .w300 {
  width: 300px;
}
.p-facilities__price .table .w800 {
  width: 800px;
}
.p-facilities__holiday .heading {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.p-facilities__holiday .heading:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 3px dotted #229700;
}
.p-facilities__holiday .heading span {
  display: inline-block;
  background: #fff;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #229700;
}
.p-facilities__holiday a {
  color: #0088FF;
  text-decoration: underline;
}
.p-facilities__holiday .table th,
.p-facilities__holiday .table td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 5px;
  border: 1px solid #E1DBD5;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-facilities__holiday .table thead th {
  background: #229700;
  color: #fff;
  text-align: center;
  @includefs (18);
  font-weight: 700;
}
.p-facilities__holiday .table thead th span {
  display: block;
  background: url(../img/common/arrow_3-white-down.svg) no-repeat center bottom;
  background-size: 18px 18px;
  padding-bottom: 28px;
}
.p-facilities__holiday .table tbody th {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.p-facilities__holiday .table .bg-red {
  background: #FFEBF5;
}
.p-facilities__holiday .table .bg-red2 {
  background: #FFF8FB;
}
.p-facilities__holiday .table .bg-blue {
  background: #D9F5FF;
}
.p-facilities__holiday .table .bg-blue2 {
  background: #EFFBFF;
}
.p-facilities__holiday .table .bg-green {
  background: #ECF9DA;
}
.p-facilities__holiday .table .bg-green2 {
  background: #F9FFF0;
}
.p-facilities__holiday .table .bg-yellow {
  background: #F6E3AC;
}
.p-facilities__holiday .table .bg-yellow2 {
  background: #FEF7E5;
}
.p-facilities__holiday .table .bg-yellow3 {
  background: #FFFCF3;
}
.p-facilities__holiday .table .w30 {
  width: 30px;
}
.p-facilities__holiday .table .w90 {
  width: 90px;
}
.p-facilities__holiday .table .w240 {
  width: 240px;
}
.p-facilities__holiday .table .w300 {
  width: 300px;
}
.p-facilities__holiday .table .w800 {
  width: 800px;
}
.p-facilities__contact .table table {
  width: 100%;
}
.p-facilities__contact .table th,
.p-facilities__contact .table td {
  padding-left: 12px;
  padding-right: 12px;
}
.p-facilities__contact .table td a {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-facilities__pet .lead {
  text-align: center;
  margin-bottom: 60px;
}
.p-facilities__pet .lead p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 20px;
}
.p-facilities__pet .lead p:last-child {
  margin-bottom: 0;
}
.p-facilities__pet .lead p.note {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-facilities__pet .heading {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}
.p-facilities__pet .heading:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 3px dotted #229700;
}
.p-facilities__pet .heading span {
  display: inline-block;
  background: #fff;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #229700;
}
.p-facilities__pet a {
  color: #0088FF;
  text-decoration: underline;
}
.p-facilities__pet .map {
  background: #F8F8F8;
  border-radius: 20px;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-facilities__tab {
    margin-bottom: 40px;
  }
  .p-facilities__tab li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-facilities__tab li:before {
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
  }
  .p-facilities__tab li.is-active:before {
    border-top-width: 10px;
    bottom: -10px;
  }
  .p-facilities__content ul {
    display: block;
  }
  .p-facilities__content li {
    width: auto;
    margin-left: 0;
  }
  .p-facilities__list .table table,
  .p-facilities__list .table thead,
  .p-facilities__list .table tbody,
  .p-facilities__list .table tr,
  .p-facilities__list .table th,
  .p-facilities__list .table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-facilities__list .table thead {
    display: none;
  }
  .p-facilities__list .table tr {
    margin-bottom: 40px;
  }
  .p-facilities__list .table tr:last-child {
    margin-bottom: 0;
  }
  .p-facilities__list .table th,
  .p-facilities__list .table td {
    border: 0;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .p-facilities__list .table th.t2::before,
  .p-facilities__list .table td.t2::before {
    content: "本日の営業：";
  }
  .p-facilities__list .table th.t3,
  .p-facilities__list .table td.t3 {
    text-indent: -5em;
    padding-left: 5em;
  }
  .p-facilities__list .table th.t3::before,
  .p-facilities__list .table td.t3::before {
    content: '営業時間：';
  }
  .p-facilities__list .table th.t4,
  .p-facilities__list .table td.t4 {
    text-indent: -4em;
    padding-left: 4em;
  }
  .p-facilities__list .table th.t4::before,
  .p-facilities__list .table td.t4::before {
    content: "休業日：";
  }
  .p-facilities__list .table th.t5,
  .p-facilities__list .table td.t5 {
    text-indent: -5em;
    padding-left: 5em;
  }
  .p-facilities__list .table th.t5::before,
  .p-facilities__list .table td.t5::before {
    content: "基本料金：";
  }
  .p-facilities__list .table th:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
  }
  .p-facilities__list .table .w60 {
    width: auto;
  }
  .p-facilities__list .table .sns-list {
    text-align: center;
  }
  .p-facilities__contact .table .w100 {
    width: 130px;
  }
  .p-facilities__holiday .heading span {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-facilities__holiday .table {
    overflow: auto;
    position: relative;
    margin-right: -20px;
  }
  .p-facilities__holiday .table table {
    width: 1000px;
    margin-right: 20px;
  }
  .p-facilities__holiday .table th,
  .p-facilities__holiday .table td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 5px 3px;
  }
  .p-facilities__holiday .table thead th:first-child,
  .p-facilities__holiday .table tbody th {
    position: sticky;
    left: 0;
  }
  .p-facilities__holiday .table tbody th.th2 {
    left: 25px;
  }
  .p-facilities__holiday .table tbody th.th3 {
    left: 95px;
  }
  .p-facilities__holiday .table .w240 {
    width: 180px;
  }
  .p-facilities__holiday .table .w30 {
    width: 25px;
  }
  .p-facilities__holiday .table .w90 {
    width: 70px;
  }
  .p-facilities__pet .lead p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-facilities__pet .heading span {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
