
.page-top .mv {
  width: 100%;
  height: 56.2vw;
  position: relative;
  margin-top: 118px;
  left: 0;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .page-top .mv {
    margin-top: 50px;
    height: 82vw
  }
}
.page-top .mv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/top/mv-shape1.png), url(../../assets/img/top/mv-shape2.png);
  background-repeat: no-repeat;
  background-position: 2.5% 2.5%, 100% 0;
  background-size: 33%, 5.64%
}
@media only screen and (max-width: 767px) {
  .page-top .mv:before {
    background-position: -40.5% 8.5%, 100% 0;
    background-size: 40%, 6.9%
  }
}
.page-top .mv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/top/mv-shape3.png), url(../../assets/img/top/mv-shape4.png);
  background-repeat: no-repeat no-repeat;
  background-size: 15.5%, 17.28%;
  background-position: 0 100%, 100% 94.4%
}
@media only screen and (max-width: 767px) {
  .page-top .mv:after {
    background-size: 19.5%, 22.28%;
    background-position: -4% 93%, 100% 92.4%
  }
}
.page-top .mv__img {
  width: 75.714%;
  position: absolute;
  right: 0;
  top: 12.8%;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .page-top .mv__img {
    width: 98.5%;
    top: 12.3%
  }
}
.page-top .mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-top .mv-content {
  position: absolute;
  width: 100%;
  bottom: 8.5%;
  left: 8%;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .page-top .mv-content {
    left: 0;
    bottom: 0
  }
}
.page-top .mv-content__text {
  font-size: 3.43vw;
  font-weight: 500;
  color: #738d41;
  line-height: 1.3;
  letter-spacing: -.11em;
    padding-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .page-top .mv-content__text {
//    font-size: 1.85rem;
  font-size: 5.5vw;
    text-align: center;
    padding: 0 10px;
  }
}
.page-top .mv-content__img {
  width: 18.86%;
  margin: 20px 0 0 20px;
}
.page-top .mv-content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .page-top .mv-content__img {
    display: none;
  }
}
.page-top .mv-content__logo {
  width: 21%;
  margin: 18px 0 0 2px;
}
.page-top .mv-content__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .page-top .mv-content__logo {
    display: none;
  }
}
.page-top .schedule {
  margin-top: -15px;
  letter-spacing: .05em;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule {
    margin-top: 12px;
  }
}
.page-top .schedule .schedule__table {
  padding: 46px 100px 43px;
  background-color: #fff7e6;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .page-top .schedule .schedule__table {
    padding: 46px 40px 43px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table {
    padding: 20px 15px;
  }
}
.page-top .schedule .schedule__table table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 500;
}
.page-top .schedule .schedule__table th, .page-top .schedule .schedule__table td {
  border: 0;
  text-align: center;
  color: #867b68;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table th, .page-top .schedule .schedule__table td {
    padding: 0;
  }
}
.page-top .schedule .schedule__table th:not(:first-child), .page-top .schedule .schedule__table td:not(:first-child) {
  width: 11.2%;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table th:not(:first-child), .page-top .schedule .schedule__table td:not(:first-child) {
    width: 9%;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table th:last-child, .page-top .schedule .schedule__table td:last-child {
    width: 12.2%;
  }
}
.page-top .schedule .schedule__table th {
  background-color: #fff1d4;
  font-size: 2rem;
  letter-spacing: .05em;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table th {
    height: 27px;
    font-size: 1.3rem;
  }
}
.page-top .schedule .schedule__table td {
  border-bottom: 1px solid #e6dcc7;
  font-size: 24px;
  padding: 14px;
  line-height: 1.3333333333;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table td {
    height: 40px;
    padding: 4px;
    font-size: 1.4rem;
  }
}
.page-top .schedule .schedule__table .text-sm {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table .text-sm {
    font-size: 1.1rem;
  }
}
.page-top .schedule .schedule__table td:first-child {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table td:first-child {
    font-size: 1.4rem;
  }
}
.page-top .schedule .schedule__table td:last-child {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table td:last-child {
    font-size: 1.3rem;
  }
}
.page-top .schedule .schedule__table tr {
  background-color: #fff7e6
}
.page-top .schedule .schedule__table-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #738d41;
  text-align: center;
    display: table;
  margin: 20px auto 0;
}
.page-top .schedule .schedule__table-text a {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
    background: #16902d;
    display: block;
    margin-top: 30px;
    padding: 1em 0.5em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.page-top .schedule .schedule__table-text a img {
    height: 1.5em;
    margin-right: 0.8em;
}
@media only screen and (max-width: 1024px) {
.page-top .schedule .schedule__table-text a {
  font-size: 1.8rem;
    margin-top: 25px;
    padding: 1em 0.5em;
}
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__table-text {
    font-size: 1.3rem;
    margin-top: 12px;
  }
.page-top .schedule .schedule__table-text a {
  font-size: 1.4rem;
    margin-top: 15px;
    padding: 0.8em 0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
}
.page-top .schedule .schedule__content {
  margin: 26px auto 0;
    display: table;
    text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule .schedule__content {
    margin-top: 14px;
    padding: 0 10px;
  }
}
.page-top .schedule__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8888888889;
  color: #867b68;
}
@media only screen and (max-width: 767px) {
  .page-top .schedule__text {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5714285714;
    letter-spacing: .03em
  }
}
.page-top .schedule__text.text-lg {
  font-size: 2rem;
  font-weight: 700
}
@media only screen and (max-width: 1024px) {
  .page-top .schedule__text.text-lg {
  font-size: 1.6rem;
}
}
@media only screen and (max-width: 767px) {
  .page-top .schedule__text.text-lg {
    font-size: 1.4rem;
  }
}

.page-top .schedule__night {
    text-align: center;
    margin: 40px auto 0;
    padding: 20px;
    max-width: 800px;
    background: url("../img/information/banner_img.jpg") no-repeat right top;
    background-size: cover;
    border: solid 3px #6674dd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.page-top .schedule__night * {
    letter-spacing: 0;
}
.page-top .schedule__night .schedule__night_title {
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
}
.page-top .schedule__night .schedule__night_note {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    color: #d04900;
    background: #fff;
    display: inline-block;
    margin: 20px 0 10px;
    padding: 0 1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.page-top .schedule__night .schedule__night_caution {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}
.page-top .schedule__night ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.page-top .schedule__night ul li {
    background: rgba(255,255,255,0.9);;
    text-align: center;
    margin: 20px 0 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 33%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc((100% - 20px) / 3);/*Chrome19~25対応*/
	width: -moz-calc((100% - 20px) / 3);/*Firefox4~15対応*/
	width: calc((100% - 20px) / 3);  
}
.page-top .schedule__night ul li a {
    display: block;
    padding: 15px 10px;
}
.page-top .schedule__night .schedule__night_name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    color: #002a8d;
    margin-bottom: 0.5em;
}
.page-top .schedule__night .schedule__night_tel {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #867f71;
    margin-bottom: 0.5em;
}
.page-top .schedule__night .schedule__night_tel small {
    display: inline-block;
}
.page-top .schedule__night .schedule__night_add {
    display: table;
    text-align: left;
    margin: 1em auto 0;
}
@media only screen and (max-width: 1024px) {
.page-top .schedule__night {
    padding: 15px;
}
.page-top .schedule__night .schedule__night_title {
    font-size: 3rem;
}
.page-top .schedule__night .schedule__night_note {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0 10px;
    padding: 5px 1em;
}
.page-top .schedule__night ul li {
    text-align: center;
    margin: 20px 0 10px;
    padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 33%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc((100% - 20px) / 3);/*Chrome19~25対応*/
	width: -moz-calc((100% - 20px) / 3);/*Firefox4~15対応*/
	width: calc((100% - 20px) / 3);  
}
.page-top .schedule__night ul li a {
    padding: 10px;
}
.page-top .schedule__night .schedule__night_name {
    font-size: 1.8rem;
}
.page-top .schedule__night .schedule__night_tel {
    font-size: 2.3rem;
}
.page-top .schedule__night .schedule__night_tel small {
}
}
@media only screen and (max-width: 767px) {
.page-top .schedule__night {
    background: url("../img/information/banner_img_sp.jpg") no-repeat right top;
    background-size: cover;
    margin-top: 25px;
    padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page-top .schedule__night .schedule__night_title {
    font-size: 2.4rem;
}
.page-top .schedule__night ul {
	display: block;
    margin: 0 10px;
}
.page-top .schedule__night .schedule__night_caution {
    font-size: 1.4rem;
}
.page-top .schedule__night ul li {
    margin: 10px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}
.page-top .schedule__night .schedule__night_name {
    font-size: 1.8rem;
    margin-bottom: 0.3em;
}
.page-top .schedule__night .schedule__night_tel {
    font-size: 2.8rem;
}
.page-top .schedule__night .schedule__night_tel small {
    font-size: 2rem;
    display: block;
    margin-left: 0;
}
}


.page-top .schedule__text + .schedule__text {
  margin-top: 3px
}
@media only screen and (max-width: 767px) {
  .page-top .schedule__text + .schedule__text {
    margin-top: 6px
  }
}
.page-top .schedule__text .color-red {
  color: #cf7353;
  font-weight: 700
}
.page-top .information {
  padding: 78px 0 120px
}
@media only screen and (max-width: 767px) {
  .page-top .information {
    padding: 35px 0 43px
  }
}
.page-top .information__wrap {
  margin-top: 31px
}
@media only screen and (max-width: 767px) {
  .page-top .information__wrap {
    margin-top: 20px
  }
}
.page-top .information-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  border-bottom: 2px solid #867b68
}
@media only screen and (max-width: 1024px) {
  .page-top .information-tab__nav {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
  }
}
@media only screen and (max-width: 767px) {
  .page-top .information-tab__nav {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    border-bottom: 1px solid #867b68
  }
}
.page-top .information-tab__item {
  width: 260px;
  padding: 20px 26px;
  border-radius: 12px 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #867b68;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer
}
@media only screen and (max-width: 1024px) {
  .page-top .information-tab__item {
    width: 200px
  }
}
@media only screen and (max-width: 767px) {
  .page-top .information-tab__item {
    width: 115px;
    font-size: 1.4rem;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    padding: 12px 4px
  }
}
@media only screen and (max-width: 399px) {
  .page-top .information-tab__item {
    width: 90px;
    padding: 10px 8px
  }
}
.page-top .information-tab__item.active {
  color: #867b68;
  background-color: transparent !important;
  border: 2px solid #867b68;
  border-bottom: 2px solid #fff;
  margin-bottom: -2px
}
@media only screen and (max-width: 767px) {
  .page-top .information-tab__item.active {
    border: 1px solid #867b68;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px
  }
}
.page-top .information-tab__item:nth-child(1) {
  background-color: #867b68
}
.page-top .information-tab__item:nth-child(2) {
  background-color: #a8b5c5
}
.page-top .information-tab__item:nth-child(3) {
  background-color: #bf9f64
}
.page-top .information-tab__content {
  margin-top: 28px;
  padding: 0 100px
}
.page-top .information-tab__content .more_link {
    text-align: right;
    margin-top: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .page-top .information-tab__content {
    padding: 0 20px
  }
}
@media only screen and (max-width: 767px) {
  .page-top .information-tab__content {
    padding: 0;
    margin-top: 16px
  }
.page-top .information-tab__content .more_link {
    font-size: 1.4rem;
}
}
.page-top .information-tab__panel {
  display: none
}
.page-top .information-tab__panel.active {
  display: block
}
.page-top .information-item {
  border-bottom: 1px dotted #867b68;
  letter-spacing: .05em;
  line-height: 1.6666666667
}
.page-top .information-item__link {
  display: grid;
  grid-template-columns: 90px 152px auto;
  padding: 12px 60px;
  gap: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .page-top .information-item__link {
    padding: 6px 0;
    grid-template-columns: 95px auto;
    gap: 0 10px
  }
}
.page-top .information-item__date {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #867b68
}
@media only screen and (max-width: 767px) {
  .page-top .information-item__date {
    font-size: 1.3rem;
    grid-column: 2
  }
}
.page-top .information-item__tag {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #a8b5c5;
  padding: 4px 12px;
  min-width: 152px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .page-top .information-item__tag {
    font-size: 1.2rem;
    grid-column: 1;
    min-width: 95px;
    grid-row: 1/3;
    padding: 3px 2px
  }
}
.page-top .information-item__tag.tag-blue,
.page-top .information-item__tag.doctor-blog {
  background-color: #a8b5c5
}
.page-top .information-item__tag.tag-brown,
.page-top .information-item__tag.kusunoki_staff {
  background-color: #bf9f64
}
.page-top .information-item__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #867b68
}
@media only screen and (max-width: 767px) {
  .page-top .information-item__title {
    font-size: 1.3rem;
    grid-column: 2;
    letter-spacing: .05em
  }
}
.page-top .calendar {
  padding: 65px 0 74px;
  background: url(../../assets/img/top/calendar-bg.jpg) no-repeat top left/cover
}
@media only screen and (max-width: 767px) {
  .page-top .calendar {
    padding: 29px 0 64px;
    background: url(../../assets/img/top/calendar-bg-sp.jpg) no-repeat top left/cover
  }
}
.page-top .calendar__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
  margin-top: 42px
}
@media only screen and (max-width: 1024px) {
  .page-top .calendar__wrap {
    gap: 0 30px
  }
}
@media only screen and (max-width: 767px) {
  .page-top .calendar__wrap {
    grid-template-columns: 1fr;
    padding: 0 10px;
    margin-top: 21px;
    gap: 24px 0
  }
}
.page-top .calendar__block img, .page-top .calendar__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-top .features {
  padding: 84px 0 108px;
  background: url(../../assets/img/top/features-bg.jpg) repeat
}
@media only screen and (max-width: 767px) {
  .page-top .features {
    padding: 39px 0 43px;
    background: url(../../assets/img/top/features-bg-sp.jpg) repeat;
    background-size: 205px
  }
}
.page-top .features__wrap {
  margin-top: 64px
}
@media only screen and (max-width: 767px) {
  .page-top .features__wrap {
    margin-top: 17px;
    padding: 0 10px
  }
}
.page-top .features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px
}
@media only screen and (max-width: 1024px) {
  .page-top .features__list {
    gap: 30px
  }
}
@media only screen and (max-width: 767px) {
  .page-top .features__list {
    grid-template-columns: 1fr;
    gap: 25px
  }
}
.page-top .features-item__link {
  position: relative;
  display: block;
  cursor: pointer
}
.page-top .features-item__img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .page-top .features-item__img {
    border-radius: 12px;
    aspect-ratio: 700/360
  }
}
.page-top .features-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-top .features-item__content {
  position: absolute;
  border-radius: 14px;
  padding: 34px 46px 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: min(69%, 360px);
  background: url(../../assets/img/top/features-item-bg2.png) repeat center center/contain
}
@media only screen and (max-width: 1024px) {
  .page-top .features-item__content {
    width: min(85%, 360px);
    padding: 14px 36px 15px
  }
}
@media only screen and (max-width: 767px) {
  .page-top .features-item__content {
    width: min(280px, 80%);
    padding: 17px 24px 16px
  }
}
.page-top .features-item__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #867b68;
  letter-spacing: .2em;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .page-top .features-item__title {
    font-size: 1.8rem
  }
}
.page-top .features-item__title span {
  display: block;
  font-family: Kanit, serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #738d41;
  letter-spacing: .05em
}
@media only screen and (max-width: 767px) {
  .page-top .features-item__title span {
    font-size: 1.1rem
  }
}
.page-top .features-item__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: .05em;
  color: #867b68;
  margin-top: 2px
}
@media only screen and (max-width: 767px) {
  .page-top .features-item__text {
    font-size: 1.3rem;
    line-height: 1.2307692308
  }
}
.page-top .news {
  padding: 66px 0 93px;
  background-color: #fff7e6
}
@media only screen and (max-width: 767px) {
  .page-top .news {
    padding: 35px 0 46px
  }
}
.page-top .news__head .news__head-img {
  width: 71px;
  margin: 0 auto 7px
}
@media only screen and (max-width: 767px) {
  .page-top .news__head .news__head-img {
    width: 43.5px;
    margin: 0 auto 3px
  }
}
.page-top .news__head .news__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-top .news__wrap {
  margin-top: 43px
}
@media only screen and (max-width: 767px) {
  .page-top .news__wrap {
    margin-top: 21px
  }
}
.page-top .news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px
}
@media only screen and (max-width: 767px) {
  .page-top .news__list {
    grid-template-columns: 1fr;
    gap: 23px
  }
}
.page-top .news-item {
  color: #867b68
}
.page-top .news-item__img {
  width: 78%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  border-radius: 999px;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .page-top .news-item__img {
    width: 155px
  }
}
.page-top .news-item__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width: 767px) {
  .page-top .news-item__content {
    padding: 0 60px
  }
}
.page-top .news-item__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 23px
}
@media only screen and (max-width: 767px) {
  .page-top .news-item__title {
    font-size: 1.7rem;
    margin-top: 8px
  }
}
.page-top .news-item__title span {
  display: block;
  font-family: Kanit, serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-top: 2px
}
@media only screen and (max-width: 767px) {
  .page-top .news-item__title span {
    font-size: 1.2rem
  }
}
.page-top .news-item__text {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.6666666667;
  margin-top: 8px
}
@media only screen and (max-width: 767px) {
  .page-top .news-item__text {
    font-size: 1.3rem;
    margin-top: 3px;
    text-align: center
  }
}
.page-top .animals {
  padding: 95px 0;
  color: #867b68
}
@media only screen and (max-width: 767px) {
  .page-top .animals {
    padding: 45px 0
  }
}
.page-top .animals__wrap {
  margin-top: 48px
}
@media only screen and (max-width: 767px) {
  .page-top .animals__wrap {
    margin-top: 27px
  }
}
.page-top .animals__list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 80px
}
@media only screen and (max-width: 1024px) {
  .page-top .animals__list {
    gap: 40px
  }
}
@media only screen and (max-width: 767px) {
  .page-top .animals__list {
    grid-template-columns: repeat(2, auto);
    gap: 19px 48px
  }
}
.page-top .animals-item {
  width: 160px;
  margin: 0 auto
}
@media only screen and (max-width: 1024px) {
  .page-top .animals-item {
    width: 140px
  }
}
@media only screen and (max-width: 767px) {
  .page-top .animals-item {
    width: 95px
  }
}
.page-top .animals-item__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  overflow: hidden
}
.page-top .animals-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-top .animals-item__title {
  text-align: center;
  margin-top: 12px;
  font-size: 2rem;
  font-weight: 700
}
@media only screen and (max-width: 767px) {
  .page-top .animals-item__title {
    font-size: 1.4rem;
    margin-top: 6px
  }
}
.page-top .animals__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 32px
}
@media only screen and (max-width: 767px) {
  .page-top .animals__text {
    font-size: 1.3rem;
    margin-top: 23px
  }
}
.page-top .animals__text span {
  font-size: 1.6rem
}
@media only screen and (max-width: 767px) {
  .page-top .animals__text span {
    font-size: 1.2rem
  }
}
.page-top .animals__button {
  margin: 20px auto 0
}
@media only screen and (max-width: 767px) {
  .page-top .animals__button {
    margin: 8px auto 0
  }
}
.page-top .maps {
  padding: 38px 0 41px
}
@media only screen and (max-width: 767px) {
  .page-top .maps {
    padding: 0
  }
}
.page-top .maps__iframe {
  width: 100%;
  height: 480px;
  border-radius: 14px;
  overflow: hidden;
  padding: 10px;
  background-color: #e2e9f2
}
@media only screen and (max-width: 767px) {
  .page-top .maps__iframe {
    height: 271px
  }
}
.page-top .maps__iframe iframe {
  width: 100%;
  height: 100%
}
.page-top .maps__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .page-top .maps__info {
    margin-top: 10px;
    row-gap: 8px
  }
}
@media only screen and (max-width: 1150px) {
  .page-top .maps__info-left {
    width: 100%;
    text-align: center
  }
}
@media only screen and (max-width: 767px) {
  .page-top .maps__info-left {
    width: 100%
  }
}
.page-top .maps__info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 91px
}
@media only screen and (max-width: 1150px) {
  .page-top .maps__info-right {
    width: min(100%, 620px);
    margin: 0 auto
  }
}
@media only screen and (max-width: 767px) {
  .page-top .maps__info-right {
    padding: 0 10px;
    width: min(100%, 400px);
    gap: 10px
  }
}
.page-top .maps__address {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #867b68;
  width: 100%
}
@media only screen and (max-width: 767px) {
  .page-top .maps__address {
    font-size: 1.2rem
  }
}
.page-top .maps__address span {
  font-size: 1.6rem
}
@media only screen and (max-width: 767px) {
  .page-top .maps__address span {
    font-size: 1.1rem
  }
}
@media only screen and (max-width: 1024px) {
  .page-top .maps__address {
    width: 100%;
    text-align: center
  }
}
.page-top .maps__tel {
  font-family: Kanit, serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #a8b5c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
@media only screen and (max-width: 767px) {
  .page-top .maps__tel {
    font-size: 2.3rem
  }
}
@media only screen and (max-width: 399px) {
  .page-top .maps__tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
  }
}
.page-top .maps__tel img {
  width: 24px;
  margin-right: 5px
}
@media only screen and (max-width: 767px) {
  .page-top .maps__tel img {
    width: 16px
  }
}
.page-top .maps__parking {
  background-color: #a8b5c5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  padding: 6px 20px;
  width: 240px
}
@media only screen and (max-width: 767px) {
  .page-top .maps__parking {
    width: 156px;
    padding: 6px 10px
  }
}
@media only screen and (max-width: 399px) {
  .page-top .maps__parking {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
  }
}
.page-top .maps__parking-p {
  font-family: Kanit, serif;
  font-size: 3.6rem;
  font-weight: 500;
  border: 1px solid #fff;
  margin-right: 14px;
  padding: 0 6px
}
@media only screen and (max-width: 767px) {
  .page-top .maps__parking-p {
    font-size: 2.3rem
  }
}
.page-top .maps__parking-text {
  font-size: 1.8rem;
  font-weight: 700
}
@media only screen and (max-width: 767px) {
  .page-top .maps__parking-text {
    font-size: 1.1rem
  }
}
.page-top .maps__parking-number {
  font-family: Kanit, serif;
  font-size: 3.6rem;
  font-weight: 600
}
@media only screen and (max-width: 767px) {
  .page-top .maps__parking-number {
    font-size: 2.3rem
  }
}
.page-top .maps__parking-text-lg {
  font-size: 2rem;
  font-weight: 700
}
@media only screen and (max-width: 767px) {
  .page-top .maps__parking-text-lg {
    font-size: 1.3rem
  }
}
