@charset "UTF-8";
body {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #3e3a39;
  letter-spacing: 0.01em;
  line-height: 2;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 480px) {
  body {
    padding-bottom: 70px;
  }
}
body .is-fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

table th, table td {
  border: none;
  text-align: center;
  vertical-align: middle;
}

.l-inner {
  width: min(100% - 20px, 1100px);
  margin: 0 auto;
}

.main-area section + section {
  margin-top: 128px;
}
@media only screen and (max-width: 480px) {
  .main-area section + section {
    margin-top: 80px;
  }
}

.c-title-l {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.75;
}
@media only screen and (max-width: 1100px) {
  .c-title-l {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .c-title-l {
    font-size: 24px;
  }
}
.c-title-m {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 30px;
}
@media only screen and (max-width: 1100px) {
  .c-title-m {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .c-title-m {
    font-size: 20px;
  }
}

.c-sec-title {
  text-align: center;
  padding-bottom: 30px;
}
.c-sec-title__img {
  width: 65px;
  height: 65px;
}
@media only screen and (max-width: 480px) {
  .c-sec-title__img {
    width: 40px;
    height: 40px;
  }
}
.c-sec-title__text {
  padding-top: 20px;
  color: #7a6a56;
}
@media only screen and (max-width: 480px) {
  .c-sec-title__text {
    padding-top: 10px;
    letter-spacing: -0.05em;
  }
}

.u-font-marugo {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-color-brown {
  color: #7a6a56;
}

.u-color-wrap {
  background-color: #fcf9f5;
}

.u-pc-br {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc-br {
    display: none;
  }
}

.u-md-br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-md-br {
    display: block;
  }
}

.u-sp-br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .u-sp-br {
    display: block;
  }
}

.cta-fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.cta-fixed__tel {
  width: 367px;
  height: 131px;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0 0 0 17px;
  background-color: #f8b745;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .cta-fixed__tel {
    width: 275px;
    height: 98px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed__tel {
    display: none;
  }
}
.cta-fixed__tel-wrap {
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media only screen and (max-width: 1100px) {
  .cta-fixed__tel-wrap {
    gap: 9px;
  }
}
.cta-fixed__tel-wrap p {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1100px) {
  .cta-fixed__tel-wrap img {
    width: 215px;
    height: 24px;
  }
}
.cta-fixed__tel-text {
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  .cta-fixed__tel-text {
    font-size: 15px;
  }
}
.cta-fixed__tel-time {
  font-size: 15.5px;
}
@media only screen and (max-width: 1100px) {
  .cta-fixed__tel-time {
    font-size: 12px;
  }
}
.cta-fixed__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 270px;
  right: 0;
  border-radius: 17px 0 0 17px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1100px) {
  .cta-fixed__wrap {
    top: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed__wrap {
    display: none;
  }
}
.cta-fixed__item {
  text-align: center;
  width: 100%;
  padding: 30px 20px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .cta-fixed__item {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed__item {
    padding: 10px;
  }
}
.cta-fixed__item--line {
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  background: #f8b745;
}
.cta-fixed__item--time img {
  width: 74px;
  height: 68px;
}
@media only screen and (max-width: 1100px) {
  .cta-fixed__item--time img {
    width: 56px;
    height: 51px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed__item--time img {
    width: 48px;
    height: 44px;
  }
}
.cta-fixed__item--access img {
  width: 66px;
  height: 70px;
}
@media only screen and (max-width: 1100px) {
  .cta-fixed__item--access img {
    width: 50px;
    height: 53px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed__item--access img {
    width: 42px;
    height: 43px;
  }
}
.cta-fixed__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: #f8b745;
}
.cta-fixed__item:last-child::after {
  display: none;
}
.cta-fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: min(100%, 768px);
  z-index: 100;
  display: none;
  background-color: #f8b745;
  padding: 10px 30px;
  height: 70px;
}
@media only screen and (max-width: 570px) {
  .cta-fixed-sp {
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed-sp {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .cta-fixed-sp__tel-text {
    background-color: #fff;
    color: #f8b745;
    font-size: 21px;
    font-weight: 500;
    border-radius: 25px;
    width: 150px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 570px) {
  .cta-fixed-sp__tel-text {
    width: 90px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 5%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed-sp__tel-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 570px) {
  .cta-fixed-sp__tel-wrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed-sp__tel-inner {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    gap: 8px;
  }
  .cta-fixed-sp__tel-inner p {
    font-size: 13px;
    color: #fff;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) and (max-width: 570px) {
  .cta-fixed-sp__tel-inner p {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 570px) {
  .cta-fixed-sp__tel-inner img {
    width: 212px;
    height: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed-sp__line {
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-left: 1px solid #fff;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 570px) {
  .cta-fixed-sp__line {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cta-fixed-sp__line span {
    display: block;
    font-size: 18px;
  }
}

.page-error {
  padding: 50px 0 200px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.page-error h2 {
  font-size: 30px;
  font-weight: 600;
  color: #f8b745;
  text-align: center;
}
.page-error .c-btn {
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  background-color: #f8b745;
}

.header {
  background-color: #fcf9f5;
}
.header-top-mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.header-top-mv__img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header-top-mv__img {
    display: flex;
    justify-content: center;
  }
}
.header-top-mv__img img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .header-top-mv__img img {
    width: 768px;
    max-width: none;
    min-width: 768px;
  }
}
@media only screen and (max-width: 480px) {
  .header-top-mv__img img {
    transform: translateX(8%);
    width: 600px;
    max-width: none;
    min-width: 600px;
  }
}
.header-top-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: clamp(180px, 24vw, 323px);
}
.header-top-mv__logo img {
  width: 100%;
  height: auto;
}
.header-lower-mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.header-lower-mv__logo {
  position: fixed;
  top: 10px;
  left: 25px;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .header-lower-mv__logo {
    top: 5px;
    left: 5px;
  }
}
@media only screen and (max-width: 1250px) {
  .header-lower-mv__logo img {
    width: 106px;
    height: 87px;
  }
}
@media only screen and (max-width: 480px) {
  .header-lower-mv__logo img {
    width: 85px;
    height: 70px;
  }
}
.header-lower-mv__img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header-lower-mv__img {
    display: flex;
    justify-content: center;
  }
}
.header-lower-mv__img img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .header-lower-mv__img img {
    width: 768px;
    max-width: none;
    min-width: 768px;
  }
}
@media only screen and (max-width: 480px) {
  .header-lower-mv__img img {
    transform: translateX(8%);
    width: 600px;
    max-width: none;
    min-width: 600px;
  }
}
.header-lower-mv__title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-lower-mv__title h1 {
  padding-left: 90px;
}
@media only screen and (max-width: 768px) {
  .header-lower-mv__title h1 {
    padding-left: 35px;
  }
}
.header-lower-mv__title-img {
  width: 201px;
  height: 45px;
}
@media only screen and (max-width: 1100px) {
  .header-lower-mv__title-img {
    width: 141px;
    height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .header-lower-mv__title-img {
    width: 113px;
    height: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .header-lower-mv__title-img {
    width: 102px;
    height: 23px;
  }
}
.header-nav__wrap {
  text-align: center;
  margin: 0 auto;
  padding: 30px 90px;
  max-width: 1100px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .header-nav__wrap {
    padding: 30px 20px;
    width: 100%;
  }
}
.header-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header-nav__item-link {
  display: inline-block;
}
.header-nav__item-link:hover .header-nav__item-img {
  opacity: 0.7;
  transition: 0.3s;
}
.header-nav__item-link:hover .header-nav__item-text {
  color: #f8b745;
  transition: 0.3s;
}
.header-nav__item-text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  padding-top: 13.5px;
}
@media only screen and (max-width: 1100px) {
  .header-nav__item-text {
    font-size: 16px;
  }
}

.header--news {
  background-color: #fff;
}
.header--news .header-lower-mv {
  height: 70px;
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 480px) {
  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 60px;
    height: 60px;
    border: none;
    background-color: #f8b745;
    cursor: pointer;
    z-index: 1001;
  }
}
.hamburger span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

@media only screen and (max-width: 480px) {
  .header-nav {
    display: none;
    background-color: #fae8d1;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-nav__wrap {
    padding: 60px;
  }
  .header-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
  .header-nav__overlay {
    z-index: 90;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .header-nav__overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 480px) {
  .header-nav.is-open {
    display: block;
  }
}

.footer {
  padding-top: 80px;
  background-color: #fff;
}
.footer-wrap {
  display: flex;
  gap: 58px;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1100px) {
  .footer-wrap {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-wrap {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.footer-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.footer-sub__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer-sub__tel span {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}
.footer-nav {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .footer-nav {
    width: 100%;
    padding: 0 20px;
  }
}
.footer-nav__wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 1100px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-nav__wrap {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-nav__wrap {
    display: none;
  }
}
.footer-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-nav__item-link {
  display: inline-block;
}
.footer-nav__item-link:hover .footer-nav__item-img {
  opacity: 0.7;
  transition: 0.3s;
}
.footer-nav__item-link:hover .footer-nav__item-text {
  color: #f8b745;
  transition: 0.3s;
}
.footer-nav__item-text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  padding-top: 13.5px;
}
@media only screen and (max-width: 1100px) {
  .footer-nav__item-text {
    font-size: 15px;
  }
}
.footer-copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}

.top-message {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .top-message {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .top-message {
    padding-top: 30px;
  }
}
.top-message__wrap {
  display: flex;
  gap: 65px;
}
@media only screen and (max-width: 768px) {
  .top-message__wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
}
.top-message__title {
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .top-message__title {
    padding-bottom: 20px;
  }
}
.top-message__text {
  letter-spacing: -0.06em;
}
.top-news__wrap {
  background-color: #fae8d1;
  border-radius: 25px;
  padding: 75px 70px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 10vw, 140px);
}
@media only screen and (max-width: 768px) {
  .top-news__wrap {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.top-news__wrap::before {
  content: "";
  display: block;
  width: 96px;
  height: 72px;
  background: url(../img/top/t_d_01.png) no-repeat center/contain;
  position: absolute;
  top: -60px;
  left: 100px;
}
@media only screen and (max-width: 768px) {
  .top-news__wrap::before {
    width: 70px;
    height: 55px;
    left: 25px;
    top: -45px;
  }
}
.top-news__head {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .top-news__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-news__head-title {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .top-news__head-title {
    padding-bottom: 0;
  }
}
.top-news__head-view-btn {
  padding: 15px 70px 15px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-news__head-view-btn {
    padding: 0 40px 0 0;
  }
}
.top-news__head-view-btn::after {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background: url(../img/top/t_news_btn.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .top-news__head-view-btn::after {
    width: 30px;
    height: 30px;
  }
}
.top-news__body {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .top-news__body {
    width: 100%;
  }
}
.top-news__list {
  width: 100%;
}
.top-news__list-item {
  border-bottom: 1px dotted #3e3a39;
  padding: 20px 15px;
}
@media only screen and (max-width: 768px) {
  .top-news__list-item {
    padding: 10px;
  }
}
.top-news__list-item-link {
  font-weight: 500;
  display: flex;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top-news__list-item-link {
    gap: 15px;
  }
}
.top-news__list-item-title {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .top-news__list-item-title {
    font-size: 16px;
  }
}
.top-concept-title {
  padding-bottom: 60px;
}
.top-concept__wrap {
  display: flex;
  gap: 45px;
  padding-bottom: 280px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-concept__wrap {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 200px;
  }
}
.top-concept__wrap::after {
  content: "";
  display: block;
  width: 337px;
  height: 211px;
  background: url(../img/top/t_d_02.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 480px) {
  .top-concept__wrap::after {
    width: 235px;
    height: 148px;
  }
}
.top-concept-card__img {
  height: 353px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .top-concept-card__img {
    height: 247.1px;
  }
}
.top-concept-card__img img {
  width: auto;
  max-height: 100%;
}
.top-concept-card__title {
  letter-spacing: -0.07em;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .top-concept-card__title {
    text-align: center;
  }
}
.top-slide-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top-slide-swiper .swiper-slide {
  width: 357px;
}
@media only screen and (max-width: 480px) {
  .top-slide-swiper .swiper-slide {
    width: 200px;
  }
}
.top-slide-swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.top-time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-time-title {
  padding-bottom: 35px;
}
.top-time-note {
  text-align: center;
}
.top-time-note__m {
  font-weight: 500;
}
.top-time-note__s {
  font-size: 14px;
  letter-spacing: -0.05em;
}
.top-time-body {
  width: 100%;
  padding: 35px 110px 0 110px;
}
@media only screen and (max-width: 1100px) {
  .top-time-body {
    max-width: 555px;
    padding: 35px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-time-body {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .top-time-body {
    width: 100%;
  }
}
.top-time-table {
  width: 100%;
  border: 1px solid #7a6a56;
  border-radius: 13px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
.top-time-table__head th {
  background-color: #7a6a56;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #7a6a56;
}
@media only screen and (max-width: 1100px) {
  .top-time-table__head th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .top-time-table__head th {
    font-size: 16px;
  }
}
.top-time-table__head th:last-child {
  padding-right: 60px;
}
@media only screen and (max-width: 1100px) {
  .top-time-table__head th:last-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .top-time-table__head th:last-child {
    padding-right: 5px;
  }
}
.top-time-table__td-l {
  padding: 20px 80px 20px 60px;
}
@media only screen and (max-width: 1100px) {
  .top-time-table__td-l {
    padding: 15px 30px 15px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-time-table__td-l {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .top-time-table__td-l {
    padding: 5px;
  }
}
.top-time-table__td-s {
  padding: 20px 15px;
}
@media only screen and (max-width: 1100px) {
  .top-time-table__td-s {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .top-time-table__td-s {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .top-time-table__td-s {
    padding: 5px;
  }
}
.top-time-table__body tr + tr th, .top-time-table__body tr + tr td {
  border-top: 1px solid #7a6a56;
}
.top-time-table__body th {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .top-time-table__body th {
    font-size: 16px;
  }
}
.top-time-table__body td:last-child {
  padding-right: 40px;
}
@media only screen and (max-width: 1100px) {
  .top-time-table__body td:last-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .top-time-table__body td:last-child {
    padding-right: 10px;
  }
}
.top-time-table__body th, .top-time-table__body td {
  background-color: #fff;
}
.top-time-table__icon {
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .top-time-table__icon {
    width: 19px;
    height: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .top-time-table__icon {
    width: 15px;
    height: 13px;
  }
}
.top-time-table .is-open {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #f8b745;
  border-radius: 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .top-time-table .is-open {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .top-time-table .is-open {
    width: 13px;
    height: 13px;
  }
}
.top-time-table .is-close {
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #f8b745;
  transform: rotate(-45deg);
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .top-time-table .is-close {
    width: 18px;
  }
}
.top-time-table__inner {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .top-time-table__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 16px;
    align-items: start;
  }
  .top-time-table__inner .top-time-table__note {
    grid-column: 1;
    grid-row: 1;
  }
  .top-time-table__inner .top-time-table__legend {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .top-time-table__inner .top-time-table__note-img {
    grid-column: 1;
    grid-row: 2;
  }
}
@media only screen and (max-width: 480px) {
  .top-time-table__inner {
    display: flex;
    flex-direction: column;
  }
  .top-time-table__inner .top-time-table__note {
    order: 2;
  }
  .top-time-table__inner .top-time-table__legend {
    order: 1;
    line-height: 1;
  }
  .top-time-table__inner .top-time-table__note-img {
    order: 3;
  }
  .top-time-table__inner .top-time-table__note-img-02 {
    width: auto;
    height: 51px;
  }
}
.top-time-table__note-text {
  letter-spacing: -0.03em;
}
.top-time-table__note-img {
  display: flex;
  align-items: end;
  gap: 10px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .top-time-table__note-img {
    padding-bottom: 0;
  }
}
.top-calendar-title {
  padding-bottom: 25px;
}
.top-calendar-note {
  text-align: center;
}
.top-calendar__body {
  width: 100%;
  padding-top: 30px;
}
.top-calendar__body iframe {
  width: 100%;
}
.top-access-text {
  text-align: center;
  padding-bottom: 30px;
}
.top-access-map__iframe {
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .top-access-map__iframe iframe {
    width: 100%;
  }
}
.top-access-map__note {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .top-access-map__note {
    padding-top: 15px;
    display: grid;
    row-gap: 15px;
  }
  .top-access-map__note .top-access-map__note-item-link {
    grid-column: 2;
    grid-row: 1;
  }
  .top-access-map__note .top-access-map__note-item-train {
    grid-column: 1;
    grid-row: 1;
  }
  .top-access-map__note .top-access-map__note-item-car {
    grid-column: 1;
    grid-row: 2;
  }
}
@media only screen and (max-width: 480px) {
  .top-access-map__note {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
  }
  .top-access-map__note .top-access-map__note-item-link {
    order: 1;
    align-self: flex-end;
  }
  .top-access-map__note .top-access-map__note-item-train {
    order: 2;
  }
  .top-access-map__note .top-access-map__note-item-car {
    order: 3;
  }
}
.top-access-map__note-item {
  font-size: 15px;
}
@media only screen and (max-width: 1100px) {
  .top-access-map__note-item {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
  }
}
.top-access-map__note-item .u-color-brown {
  font-size: 16px;
}
.top-access-map__note-item .line-h {
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #3e3a39;
  vertical-align: middle;
  margin-inline: 10px;
}
@media only screen and (max-width: 1100px) {
  .top-access-map__note-item .line-h {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .top-access-map__note-item-link img {
    width: 141px;
    height: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .top-access-map__note-item-link img {
    width: 99px;
    height: 22px;
  }
}
.top-access-parking {
  padding-top: 80px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .top-access-parking {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .top-access-parking .top-access-parking__info {
    order: 1;
  }
  .top-access-parking .top-access-parking__img {
    order: 2;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .top-access-parking__img img {
    width: 486px;
    height: 310px;
  }
}
@media only screen and (max-width: 768px) {
  .top-access-parking__img img {
    width: 100%;
    height: auto;
  }
}
.top-access-parking__info-title {
  line-height: 1;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1100px) {
  .top-access-parking__info-title {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-access-parking__info-title {
    padding-bottom: 20px;
  }
}
.top-access-parking__info-text .c-title-m {
  color: #f8b745;
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 768px) {
  .top-access-parking__info-text .c-title-m {
    font-size: 20px;
  }
}
.top-access-parking__info-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-access-parking__info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.top-access-parking__info-item-body {
  line-height: 1.7;
}
.top-access-parking__info-item-number {
  width: 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .top-access-parking__info-item-number-01 {
    width: 7px;
    height: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .top-access-parking__info-item-number-02 {
    width: 14px;
    height: 21px;
  }
}
.top-access-parking__info-item-note {
  font-size: 15px;
  letter-spacing: -0.05em;
}
.top-insta {
  background-color: #fff;
  padding: 155px 0 35px;
}
@media only screen and (max-width: 768px) {
  .top-insta {
    padding: 90px 0 20px;
  }
}
.top-insta__message {
  text-align: center;
}
.top-insta__message-title {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.top-insta__message-title::before {
  content: "";
  display: block;
  width: 27px;
  height: 35px;
  background: url(../img/top/t_insta_b.svg) no-repeat center/contain;
  position: absolute;
  left: -90px;
  top: 65%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .top-insta__message-title::before {
    width: 21px;
    height: 28px;
    left: -50px;
  }
}
.top-insta__message-title::after {
  content: "";
  display: block;
  width: 27px;
  height: 35px;
  background: url(../img/top/t_insta_a.svg) no-repeat center/contain;
  position: absolute;
  right: -90px;
  top: 65%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .top-insta__message-title::after {
    width: 21px;
    height: 28px;
    right: -50px;
  }
}
.top-insta__message-link {
  display: inline-block;
}
.top-insta__message-link-wrap {
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .top-insta__message-link-wrap {
    padding: 20px 0;
  }
  .top-insta__message-link-wrap img {
    width: 35px;
    height: 35px;
  }
}
.top-insta__message-text-l {
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 1100px) {
  .top-insta__message-text-l {
    letter-spacing: 0.03em;
  }
}
.top-insta__message-text-s {
  font-size: 16px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1100px) {
  .top-insta__message-text-s {
    letter-spacing: 0.01em;
  }
}
.top-insta-title__text {
  color: #fff;
}

.page-medical .reserve {
  padding-top: 128px;
}
.page-medical .medical-top {
  padding-top: 300px;
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-top {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .page-medical .medical-top {
    padding-top: 200px;
  }
}
.page-medical .medical-top__head {
  position: relative;
}
.page-medical .medical-top__head::before {
  content: "";
  display: block;
  width: 338px;
  height: 211px;
  background: url(../img/medical/m_d_01.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translate(-50%, -100%);
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-top__head::before {
    width: 270px;
    height: 169px;
  }
}
@media only screen and (max-width: 480px) {
  .page-medical .medical-top__head::before {
    width: 216px;
    height: 135px;
  }
}
.page-medical .medical-top__head h3 {
  padding-bottom: 35px;
}
.page-medical .medical-top__head p {
  letter-spacing: -0.05em;
}
.page-medical .medical-top__message {
  padding-top: 100px;
  display: flex;
  gap: 35px;
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-top__message {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1100px) {
  .page-medical .medical-top__message-sub {
    width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-top__message-sub {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-medical .medical-top__message-sub-text {
  padding-top: 25px;
  font-size: 24px;
}
@media only screen and (max-width: 1100px) {
  .page-medical .medical-top__message-sub-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-top__message-sub-text {
    font-size: 18px;
    padding-top: 15px;
  }
}
.page-medical .medical-top__message-sub-text .c-title-m {
  color: #f8b745;
  padding-right: 15px;
}
.page-medical .medical-top__message-body {
  flex: 1;
  letter-spacing: -0.05em;
}
.page-medical .medical-top__message-body .message-body__title {
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-top__message-body .message-body__title {
    text-align: center;
  }
}
.page-medical .medical-top__message-body .message-body__text {
  letter-spacing: -0.07em;
}
.page-medical .medical-top__message-body .message-body__card {
  padding-top: 30px;
  font-size: 15px;
  letter-spacing: -0.07em;
}
.page-medical .medical-top__message-body .message-body__card-title {
  display: inline-block;
  background-color: #f8b745;
  padding: 0 30px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  border-radius: 7px;
  margin-bottom: 10px;
}
.page-medical .medical-top__message-body .message-body__card-main {
  width: 100%;
}
.page-medical .medical-top__message-body .message-body__prof-table th, .page-medical .medical-top__message-body .message-body__prof-table td {
  text-align: left;
  vertical-align: top;
}
.page-medical .medical-top__message-body .message-body__prof-table th {
  font-weight: 400;
  width: 135px;
}
.page-medical .medical-info {
  padding-bottom: 30px;
}
.page-medical .medical-info-title {
  padding-bottom: 50px;
}
.page-medical .medical-info__body {
  width: 100%;
}
.page-medical .medical-info__table {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
.page-medical .medical-info__table th {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  background-color: #f8b745;
  padding: 45px 0;
  width: 265px;
}
@media only screen and (max-width: 1100px) {
  .page-medical .medical-info__table th {
    width: 180px;
    font-size: 18px;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-info__table th {
    width: 150px;
    padding: 10px;
  }
}
.page-medical .medical-info__table tr + tr th {
  border-top: 1px solid #fff;
}
.page-medical .medical-info__table tr + tr td {
  border-top: 1px solid #7a6a56;
}
@media only screen and (max-width: 480px) {
  .page-medical .medical-info__table tr + tr td {
    border-top: none;
  }
}
.page-medical .medical-info__table td {
  text-align: left;
  padding: 35px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-info__table td {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-medical .medical-info__table td {
    padding: 20px 15px;
    font-size: 15px;
  }
}
.page-medical .medical-info__table-animal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.page-medical .medical-info__table-dog {
  position: relative;
  padding-left: 90px;
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-info__table-dog {
    padding-left: 70px;
  }
}
.page-medical .medical-info__table-dog::before {
  content: "";
  display: block;
  width: 59px;
  height: 60px;
  background: url(../img/medical/m_t_dog.png) no-repeat center/contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .page-medical .medical-info__table-dog::before {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-info__table-dog::before {
    width: 38px;
    height: 38px;
  }
}
.page-medical .medical-info__table-cat {
  position: relative;
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-info__table-cat {
    padding-left: 60px;
  }
}
.page-medical .medical-info__table-cat::before {
  content: "";
  display: block;
  width: 61px;
  height: 44px;
  background: url(../img/medical/m_t_cat.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .page-medical .medical-info__table-cat::before {
    width: 49px;
    height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-info__table-cat::before {
    width: 39px;
    height: 30px;
  }
}
.page-medical .medical-info__table-operation {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-info__table-operation {
    flex-direction: column;
    gap: 15px;
  }
}
.page-medical .medical-info__table-operation-list {
  text-align: center;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-info__table-operation-list {
    padding-left: 0;
    letter-spacing: -0.09em;
  }
}
.page-medical .medical-info__table-reserve {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 480px) {
  .page-medical .medical-info__table, .page-medical .medical-info__table tbody, .page-medical .medical-info__table tr {
    display: block;
  }
  .page-medical .medical-info__table tr {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .page-medical .medical-info__table th, .page-medical .medical-info__table td {
    display: block;
    width: 100%;
  }
  .page-medical .medical-info__table-animal {
    justify-content: center;
  }
}
.page-medical .medical-about {
  background-color: #f8b745;
  position: relative;
  padding-bottom: 128px;
}
.page-medical .medical-about::before {
  content: "";
  display: block;
  width: 207px;
  height: 114px;
  background: url(../img/medical/m_d_02.png) no-repeat center/contain;
  position: absolute;
  top: 12px;
  right: 15%;
  transform: translateY(-100%);
}
@media only screen and (max-width: 480px) {
  .page-medical .medical-about::before {
    width: 145px;
    height: 80px;
  }
}
.page-medical .medical-about__container {
  padding-top: 100px;
}
@media only screen and (max-width: 480px) {
  .page-medical .medical-about__container {
    padding-top: 60px;
  }
}
.page-medical .medical-about-title__text {
  color: #fff;
}
.page-medical .medical-about__gallery {
  padding-top: 30px;
  padding-bottom: 100px;
}
.page-medical .medical-about__gallery-thumb {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-medical .medical-about__gallery .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 25px;
}
.page-medical .medical-about__gallery .mySwiper2 {
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
}
.page-medical .medical-about__gallery .mySwiper {
  height: 100%;
  box-sizing: border-box;
}
.page-medical .medical-about__gallery .mySwiper .swiper-slide {
  height: 100%;
  opacity: 0.6;
}
.page-medical .medical-about__gallery .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.page-medical .medical-about__gallery .swiper-button-prev,
.page-medical .medical-about__gallery .swiper-button-next {
  position: static;
  margin-top: 0;
  flex-shrink: 0;
  color: #3e3a39;
}
.page-medical .medical-about__equipment {
  background-color: #fcf9f5;
  border-radius: 30px;
  padding: 70px 140px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-about__equipment {
    padding: 50px;
  }
}
.page-medical .medical-about__equipment::before {
  content: "";
  display: block;
  width: 96px;
  height: 72px;
  background: url(../img/medical/m_d_03.png) no-repeat center/contain;
  position: absolute;
  top: -20px;
  right: 8%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .page-medical .medical-about__equipment::before {
    width: 67px;
    height: 50px;
    top: -18px;
  }
}
.page-medical .medical-about__equipment::after {
  content: "";
  display: block;
  width: 142px;
  height: 130px;
  background: url(../img/medical/m_d_04.png) no-repeat center/contain;
  position: absolute;
  bottom: -40px;
  left: 0;
  transform: translateX(-20%);
}
@media only screen and (max-width: 480px) {
  .page-medical .medical-about__equipment::after {
    width: 100px;
    height: 91px;
  }
}
.page-medical .medical-about__equipment-title {
  font-size: 26px;
  padding-bottom: 40px;
}
.page-medical .medical-about__equipment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}
@media only screen and (max-width: 1100px) {
  .page-medical .medical-about__equipment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .page-medical .medical-about__equipment-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.page-medical .medical-about__equipment-list .equipment-item__title {
  padding-top: 10px;
  line-height: 1.5;
}

.recruit-top {
  padding-top: 300px;
}
@media only screen and (max-width: 768px) {
  .recruit-top {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-top {
    padding-top: 130px;
  }
}
.recruit-top__head {
  position: relative;
}
.recruit-top__head::before {
  content: "";
  display: block;
  width: 854px;
  height: 228px;
  background: url(../img/recruit/r_i_01.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -100%);
}
@media only screen and (max-width: 1100px) {
  .recruit-top__head::before {
    width: 683px;
    height: 182px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-top__head::before {
    width: 460px;
    height: 116px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-top__head::before {
    width: 355px;
    height: 89px;
  }
}
.recruit-top__head h3 {
  padding-bottom: 30px;
}
.recruit-top__head p {
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 768px) {
  .recruit-top__head p {
    text-align: left;
  }
}
.recruit-info-title {
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .recruit-info-title {
    padding-bottom: 30px;
  }
}
.recruit-info__lead {
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.recruit-info__lead-wrap {
  position: relative;
}
.recruit-info__lead-wrap::after {
  content: "";
  display: block;
  width: 106px;
  height: 147px;
  background: url(../img/recruit/r_i_03.png) no-repeat center/contain;
  position: absolute;
  right: 50px;
  bottom: -15px;
}
@media only screen and (max-width: 1100px) {
  .recruit-info__lead-wrap::after {
    width: 85px;
    height: 118px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-info__lead-wrap::after {
    width: 68px;
    height: 94px;
    bottom: 60px;
    right: -8px;
    transform: translateY(100%);
  }
}
.recruit-info__lead-img {
  background-color: #f8b745;
  padding: 30px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .recruit-info__lead-img {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-info__lead-img {
    padding: 15px;
  }
  .recruit-info__lead-img img {
    width: 72px;
    height: 72px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-info__lead-img {
    background-color: transparent;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 35px;
    transform: translateY(-100%);
  }
  .recruit-info__lead-img img {
    width: 58px;
    height: 58px;
  }
}
.recruit-info__lead-text {
  flex: 1;
  background-color: #fae8d1;
  padding: 30px 100px;
}
@media only screen and (max-width: 768px) {
  .recruit-info__lead-text {
    padding: 15px;
    letter-spacing: -0.08em;
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-info__lead-text {
    padding: 20px 15px;
  }
}
.recruit-info__body {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.recruit-info__card {
  z-index: 1;
  position: relative;
}
.recruit-info__card .l-inner {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 70px 0;
  background-color: #fae8d1;
  border-radius: 18px;
}
@media only screen and (max-width: 1100px) {
  .recruit-info__card .l-inner {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-info__card .l-inner {
    flex-direction: column-reverse;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1100px) {
  .recruit-info__card .l-inner .card__img {
    width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-info__card .l-inner .card__img {
    width: 100%;
  }
}
.recruit-info__card .l-inner .card__inner {
  flex: 1;
}
.recruit-info__card .l-inner .card__text {
  padding-top: 20px;
  letter-spacing: -0.06em;
  font-size: 16px;
}
.recruit-info__card::before {
  content: "";
  width: min(1000px, 100vw);
  height: 100%;
  background-color: #fae8d1;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .recruit-info__card::before {
    width: min(100px, 100vw);
  }
}
.recruit-info__card:nth-child(odd)::before {
  left: 0;
}
.recruit-info__card:nth-child(odd) .l-inner {
  padding-right: 60px;
}
@media only screen and (max-width: 768px) {
  .recruit-info__card:nth-child(odd) .l-inner {
    padding-right: 30px;
  }
}
.recruit-info__card:nth-child(even)::before {
  right: 0;
}
.recruit-info__card:nth-child(even) .l-inner {
  padding-left: 60px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .recruit-info__card:nth-child(even) .l-inner {
    padding-left: 30px;
    flex-direction: column-reverse;
  }
}
.recruit-info__card-01 .card__title {
  position: relative;
  display: inline-block;
}
.recruit-info__card-01 .card__title::after {
  content: "";
  display: block;
  width: 113px;
  height: 93px;
  background: url(../img/recruit/r_i_04.png) no-repeat center/contain;
  position: absolute;
  bottom: 10%;
  right: -20px;
  transform: translateX(100%);
}
@media only screen and (max-width: 1100px) {
  .recruit-info__card-01 .card__title::after {
    width: 93px;
    height: 74px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-info__card-01 .card__title::after {
    width: 74px;
    height: 59px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-info__card-01 .card__title::after {
    width: 59px;
    height: 47px;
    right: -13px;
  }
}
.recruit-info__card-02 .card__title {
  position: relative;
  display: inline-block;
}
.recruit-info__card-02 .card__title::after {
  content: "";
  display: block;
  width: 97px;
  height: 102px;
  background: url(../img/recruit/r_i_05.png) no-repeat center/contain;
  position: absolute;
  bottom: 10%;
  right: -20px;
  transform: translateX(100%);
}
@media only screen and (max-width: 1100px) {
  .recruit-info__card-02 .card__title::after {
    width: 78px;
    height: 82px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-info__card-02 .card__title::after {
    width: 62px;
    height: 66px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-info__card-02 .card__title::after {
    width: 50px;
    height: 53px;
    right: -13px;
  }
}
.recruit-schedule {
  text-align: center;
}
.recruit-schedule-title {
  display: inline-block;
  padding: 0 35px 10px 35px;
  border-bottom: 2px dotted #f8b745;
}
.recruit-schedule__body {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .recruit-schedule__body {
    padding: 35px 20px 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-schedule__body {
    padding: 30px 0 0 0;
  }
}
.recruit-schedule__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px;
}
@media only screen and (max-width: 1100px) {
  .recruit-schedule__list {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-schedule__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 560px;
    margin: 0 auto;
    gap: 60px;
  }
}
.recruit-schedule__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .recruit-schedule__list-item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-schedule__list-item-img {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-schedule__list-item {
    grid-template-columns: 80px 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.recruit-schedule__list-item::after {
  content: "";
  display: block;
  width: 30px;
  height: 33px;
  background: url(../img/recruit/r_time_next.svg) no-repeat center/contain;
  position: absolute;
  top: 22%;
  right: -50px;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 1100px) {
  .recruit-schedule__list-item::after {
    width: 24px;
    height: 26px;
    right: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-schedule__list-item::after {
    top: auto;
    right: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.recruit-schedule__list-item:nth-child(4)::after, .recruit-schedule__list-item:last-child::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit-schedule__list-item:nth-child(4)::after {
    display: block;
  }
}
.recruit-schedule__list-item-time {
  font-size: 19px;
  background-color: #f8b745;
  color: #fff;
  font-weight: 500;
  padding: 0 40px;
  border-radius: 7px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 480px) {
  .recruit-schedule__list-item-time {
    padding: 0 10px;
    font-size: 18px;
  }
}
.recruit-schedule__list-item-title {
  width: 100%;
  background-color: #f8b745;
  border-radius: 9px;
  color: #fff;
  font-size: 27px;
}
@media only screen and (max-width: 1100px) {
  .recruit-schedule__list-item-title {
    font-size: 22px;
    letter-spacing: -0.05em;
  }
}
.recruit-schedule__list-item-text {
  text-align: left;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .recruit-schedule__list-item-text {
    font-size: 15px;
    width: 250px;
    text-align: center;
  }
}
.recruit-contact__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 128px;
}
@media only screen and (max-width: 768px) {
  .recruit-contact__wrap {
    padding-bottom: 60px;
  }
}
.recruit-contact__title {
  color: #f8b745;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .recruit-contact__title {
    text-align: center;
    line-height: 1.5;
  }
}
.recruit-contact__title::before {
  content: "";
  display: block;
  width: 16px;
  height: 29px;
  background: url(../img/recruit/r_title_b.svg) no-repeat center/contain;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .recruit-contact__title::before {
    width: 22px;
    height: 40px;
    bottom: 0;
    left: -40px;
  }
}
.recruit-contact__title::after {
  content: "";
  display: block;
  width: 16px;
  height: 29px;
  background: url(../img/recruit/r_title_a.svg) no-repeat center/contain;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .recruit-contact__title::after {
    width: 22px;
    height: 40px;
    bottom: 0;
    right: -30px;
  }
}
.recruit-contact__note {
  font-size: 14px;
  padding-bottom: 30px;
}
.recruit-contact__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 160px;
  background-color: #f8b745;
  border-radius: 28px;
  color: #fff;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .recruit-contact__tel {
    padding: 50px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-contact__tel {
    padding: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-contact__tel {
    padding: 40px;
    letter-spacing: -0.05em;
  }
}
.recruit-contact__tel::before {
  content: "";
  display: block;
  width: 135px;
  height: 262px;
  background: url(../img/recruit/r_i_06.png) no-repeat center/contain;
  position: absolute;
  left: -100px;
  top: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .recruit-contact__tel::before {
    width: 108px;
    height: 210px;
    left: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-contact__tel::before {
    width: 76px;
    height: 147px;
    left: -40px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-contact__tel::before {
    width: 61px;
    height: 118px;
    left: -30px;
  }
}
.recruit-contact__tel::after {
  content: "";
  display: block;
  width: 141px;
  height: 263px;
  background: url(../img/recruit/r_i_07.png) no-repeat center/contain;
  position: absolute;
  right: -100px;
  top: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .recruit-contact__tel::after {
    width: 113px;
    height: 210px;
    right: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit-contact__tel::after {
    width: 79px;
    height: 147px;
    right: -40px;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-contact__tel::after {
    width: 63px;
    height: 118px;
    right: -30px;
  }
}
.recruit-contact__tel-img {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .recruit-contact__tel-img {
    width: 222px;
    height: 26px;
    padding-top: 15px;
  }
}
.recruit-contact__tel span {
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .recruit-contact__tel span {
    padding-top: 30px;
    font-size: 16px;
  }
}

.page-news .reserve {
  padding-top: 128px;
}

.news__body {
  margin-top: 150px;
  padding: 80px 0;
}
@media only screen and (max-width: 480px) {
  .news__body {
    margin-top: 100px;
    padding: 50px 0;
  }
}
.news__body .l-inner {
  position: relative;
}
.news__body .l-inner::before {
  content: "";
  display: block;
  width: 199px;
  height: 120px;
  background: url(../img/news/n_d_01.svg) no-repeat center/contain;
  position: absolute;
  top: -58px;
  left: 0;
  transform: translateY(-100%);
}
@media only screen and (max-width: 1100px) {
  .news__body .l-inner::before {
    width: 160px;
    height: 96px;
  }
}
@media only screen and (max-width: 480px) {
  .news__body .l-inner::before {
    width: 144px;
    height: 77px;
    top: -35px;
  }
}
.news-title {
  color: #f8b745;
  padding-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .news-title {
    padding-bottom: 30px;
  }
}
.news__wrap {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1100px) {
  .news__wrap {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .news__wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.news__main {
  flex: 1;
}
.news__main-articles {
  padding-bottom: 65px;
}
.news__main-list {
  width: 100%;
}
.news__main-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #b5b5b6;
  position: relative;
}
.news__main-item + .news__main-item {
  padding-top: 20px;
}
.news__main-item::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #f8b745;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.news__main-link, .news__main-head {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 40px;
}
.news__main-link::after, .news__main-head::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/news/n_btn.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .news__main-link::after, .news__main-head::after {
    width: 25px;
    height: 25px;
  }
}
.news__main-meta {
  display: flex;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
}
.news__main-date {
  letter-spacing: 0.08em;
}
.news__main-category {
  background-color: #f8b745;
  color: #fff;
  padding: 0 30px;
  border-radius: 5px;
}
.news__main-title {
  font-size: 25px;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .news__main-title {
    font-size: 18px;
  }
}
.news__main-head::after {
  display: none;
}
.news__main-content {
  padding: 30px 0;
  border-bottom: 1px solid #b5b5b6;
}

.sidebar {
  width: 245px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .sidebar {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar__btn {
  width: 100%;
  padding: 0 30px;
  background-color: #f8b745;
  border-radius: 9px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .sidebar__btn {
    padding: 0 20px;
    font-size: 18px;
  }
}
.sidebar__btn-text {
  width: 150px;
  text-align: center;
}
.sidebar__btn-arrow {
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.sidebar__content {
  display: none;
  padding: 20px 0;
  font-size: 16px;
}

.c-pagination .wp-pagenavi {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 15px;
}
.c-pagination .wp-pagenavi .pages {
  display: none;
}
.c-pagination .wp-pagenavi .page, .c-pagination .wp-pagenavi .nextpostslink, .c-pagination .wp-pagenavi .previouspostslink {
  color: #b5b5b6;
}
.c-pagination .wp-pagenavi .current {
  border-bottom: 2px solid #f8b745;
  color: #3e3a39;
}
.c-pagination--index .extend, .c-pagination--index .first, .c-pagination--index .last {
  display: none;
}

.single-nav {
  display: flex;
  font-size: 16px;
  font-weight: 500;
}
.single-nav__prev a {
  margin-right: 20px;
  padding-right: 50px;
  position: relative;
}
.single-nav__prev a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/news/n_back.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.single-nav__next a {
  padding-left: 50px;
  position: relative;
}
.single-nav__next a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/news/n_next.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.reserve {
  max-width: 1396px;
  margin: 0 auto;
}
@media only screen and (max-width: 1396px) {
  .reserve {
    width: min(100% - 40px, 1100px);
  }
}
.reserve__wrap {
  text-align: center;
}
.reserve__title {
  color: #f8b745;
  display: inline-block;
  position: relative;
}
.reserve__title::before {
  content: "";
  display: block;
  width: 16px;
  height: 29px;
  background: url(../img/common/r_title_b.svg) no-repeat center/contain;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.reserve__title::after {
  content: "";
  display: block;
  width: 16px;
  height: 29px;
  background: url(../img/common/r_title_a.svg) no-repeat center/contain;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.reserve__inner {
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100%;
  padding-top: 25px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .reserve__inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .reserve__inner {
    flex-direction: column;
    align-items: center;
  }
}
.reserve__inner::before {
  content: "";
  display: block;
  width: 131px;
  height: 101px;
  background: url(../img/common/r_d_01.png) no-repeat center/contain;
  position: absolute;
  right: -25px;
  top: -50px;
}
@media only screen and (max-width: 1100px) {
  .reserve__inner::before {
    width: 92px;
    height: 71px;
    top: -25px;
    right: 33px;
  }
}
@media only screen and (max-width: 480px) {
  .reserve__inner::before {
    width: 74px;
    height: 56px;
    right: 0;
    top: -15px;
  }
}
.reserve__inner::after {
  content: "";
  display: block;
  width: 254px;
  height: 132px;
  background: url(../img/common/r_d_02.png) no-repeat center/contain;
  position: absolute;
  left: -120px;
  bottom: -25px;
}
@media only screen and (max-width: 1100px) {
  .reserve__inner::after {
    width: 178px;
    height: 93px;
    left: -90px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .reserve__inner::after {
    left: -45px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .reserve__inner::after {
    width: 142px;
    height: 75px;
    left: -15px;
    bottom: -45px;
  }
}
.reserve-card {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
  padding: 50px 0;
  background-color: #f8b745;
  border-radius: 28px;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .reserve-card {
    width: 43%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .reserve-card {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .reserve-card {
    width: 100%;
  }
}
.reserve-card__tel span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding-top: 18px;
}
@media only screen and (max-width: 1100px) {
  .reserve-card__tel span {
    font-size: 16px;
  }
}
.reserve-card__tel-img {
  display: block;
  padding-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .reserve-card__tel-img {
    width: 223.2px;
    padding-top: 15px;
  }
}
.reserve-card__line-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reserve-card__line-btn {
  position: relative;
}
.reserve-card__line-btn::after {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background: url(../img/common/r_btn.png) no-repeat center/contain;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .reserve-card__line-btn::after {
    width: 30px;
    height: 30px;
    right: -40px;
  }
}/*# sourceMappingURL=style.css.map */