@font-face {
  font-family: "GeneralSans-Medium";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GeneralSans-Light";
  src: url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype");
}
.p-about__contents {
  margin-top: 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__contents {
    margin-top: 12rem;
  }
}

.p-message__item + .p-message__item {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item + .p-message__item {
    margin-top: 10rem;
  }
}

.p-message__item_message {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_message {
    gap: 4rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_message.__reverse .p-message__item_detail {
    order: 2;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_message.__reverse .p-message__item_img {
    order: 1;
  }
}

.p-message__item_detail {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_detail {
    width: 49%;
  }
}

.p-message__item_detail_title {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_detail_title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}

.p-message__item_detail_link {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_detail_link {
    width: 37.7rem;
  }
}
.p-message__item_detail_link li {
  width: calc(50% - 0.4rem);
}
.p-message__item_detail_link li.__wide {
  width: 100%;
}
.p-message__item_detail_link li a {
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_detail_link li a:hover {
    opacity: 0.7;
  }
}

.p-message__item_img {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_img {
    margin-top: 0;
    width: 47%;
  }
}

.p-message__item_img_titlewrap {
  margin-top: 2rem;
}
.p-message__item_img_titlewrap + .p-message__item_img_titlewrap {
  margin-top: 0.2rem;
}

.p-message__item_img_title {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #fff;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_img_title {
    font-size: 1.4rem;
  }
}

.p-message__item_img_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 1rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_img_name {
    gap: 1.2rem;
    margin: 1.2rem 0;
  }
}
.p-message__item_img_name span {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_img_name span {
    font-size: 2.4rem;
  }
}
.p-message__item_img_name small {
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_img_name small {
    font-size: 1.4rem;
  }
}

.p-message__item_img_name_en {
  font-size: 1.1rem;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_img_name_en {
    font-size: 1.2rem;
  }
}

.p-message__item_care {
  position: relative;
  z-index: 1;
  border: 0.3rem solid #dcd7cd;
  border-radius: 1rem;
  padding: 3rem 1rem 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_care {
    padding: 4rem 4rem 2.4rem;
    margin-top: 5.6rem;
  }
}

.p-message__item_care_title {
  position: absolute;
  left: -0.3rem;
  top: -0.3rem;
  background: #615B56;
  border-radius: 1rem 0;
  color: #fff;
  font-size: 1.2rem;
  height: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_care_title {
    font-size: 1.4rem;
    padding: 0 1.8rem;
    height: 3.8rem;
  }
}

.p-message__item_care_list {
  margin: 0;
}
.p-message__item_care_list .c-btn__icon a,
.p-message__item_care_list .c-btn__icon .c-btn__inner {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-message__item_care_list .c-btn__icon a figure,
.p-message__item_care_list .c-btn__icon .c-btn__inner figure {
    width: 2.2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__item_care_list .c-btn__icon:nth-child(n+5) a,
.p-message__item_care_list .c-btn__icon:nth-child(n+5) .c-btn__inner {
    border-bottom: none;
  }
}

.p-staff__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem 2%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-staff__list {
    gap: 4rem 2.3525%;
  }
}

.p-staff__list_item {
  width: 49%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-staff__list_item {
    width: 31.765%;
  }
}

.p-staff__list_item_title {
  margin: 0.8rem 0;
  line-height: 1.3;
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-staff__list_item_title {
    margin: 1.2rem 0;
    font-size: 1.4rem;
  }
}

.p-staff__list_item_name {
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-staff__list_item_name {
    font-size: 1.8rem;
  }
}

.p-staff__list_item_text {
  aspect-ratio: 324/240;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-staff__list_item_text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-access__img img {
    max-width: 100vw;
    width: 78.389vw;
  }
}

.p-access__inner {
  margin-top: -5rem;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-access__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 0 4rem;
    margin-top: -10rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-access__map {
    width: 48%;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-access__map_iframe {
  position: relative;
  aspect-ratio: 449/320;
  width: 100%;
  margin-bottom: 1.2rem;
}

.p-staff__map_text a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-access__detail {
    width: 45.5%;
  }
}
.p-access__detail dl {
  padding: 2rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-access__detail dl {
    padding: 2.4rem 0;
  }
}
.p-access__detail dl + dl {
  border-top: 1px solid #dcd7cd;
}
.p-access__detail dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}
.p-access__detail dl dt img {
  width: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-access__detail dl dt img {
    width: 2.4rem;
  }
}
.p-access__detail dl dd {
  line-height: 1.3;
}

.p-about__consultation_table table .__hour {
  text-align: center !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__consultation_table table .__hour {
    width: 18.9% !important;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__consultation_table table .__day:last-child {
    margin-right: 2rem;
  }
}
.p-about__consultation_table table .inactive {
  background: #615B56;
}
.p-about__consultation_table table thead {
  background: #615B56;
  color: #fff;
}
.p-about__consultation_table table tbody {
  background: #fff;
}
.p-about__consultation_table table tbody tr {
  border: none;
}
.p-about__consultation_table table tbody tr + tr {
  border-top: 1px solid #dcd7cd;
}

.p-gallery__navi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-gallery__navi {
    gap: 0.8rem;
  }
}
.p-gallery__navi li {
  line-height: 1;
  border: 1px solid #dcd7cd;
  border-radius: 0.4rem;
  padding: 0.8rem 1.2rem;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-gallery__navi li {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-gallery__navi li:hover {
    background: #615B56;
    border-color: #615B56;
    color: #fff;
  }
}
.p-gallery__navi li.is_active {
  background: #615B56;
  border-color: #615B56;
  color: #fff;
}

.p-gallery__slide.swiper {
  overflow: visible;
  padding-bottom: 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-gallery__slide.swiper {
    padding-bottom: 5rem;
  }
}

.p-device__slide.swiper {
  overflow: visible;
  padding-bottom: 11rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-device__slide.swiper {
    padding-bottom: 7rem;
  }
}
.p-device__slide .swiper-slide {
  position: relative;
  overflow: hidden;
  padding-right: 1.2rem;
  width: 23rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-device__slide .swiper-slide {
    width: 29.8rem !important;
    padding-right: 1.2rem;
  }
}

.p-gallery__title {
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
  margin: 9rem 0 4rem;
  box-sizing: border-box;
  position: relative;
  border-top: 0.2rem solid #dcd7cd;
  font-weight: 500;
  padding-top: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-gallery__title {
    font-size: 1.8rem;
    padding-top: 3.2rem;
    margin: 9rem 0 4rem;
  }
}
.p-gallery__title::before, .p-gallery__title::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.2rem;
  position: absolute;
  top: -0.2rem;
  left: 0;
  background: #615B56;
}
.p-gallery__title::after {
  left: 0.8rem;
  background: #422A08;
}

.p-device__slide_text {
  margin-top: 0.8rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cafe__inner {
    display: flex;
    justify-content: space-between;
  }
}

.p-cafe__slider {
  margin-bottom: 4rem;
  margin: 0 0 4rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cafe__slider {
    width: 47%;
    margin-bottom: 0;
  }
}
.p-cafe__slider .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.p-cafe__slider .swiper-pagination .swiper-pagination-bullet {
  background: #d8d0c1;
  opacity: 1;
}
.p-cafe__slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #422A08;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cafe__detail {
    width: 49%;
  }
}

.p-cafe__detail_title {
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-cafe__detail_title {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }
}
.p-cafe__detail_title svg {
  width: 50%;
}

.p-pagenavi__btnlist .p-pagenavi {
  padding: 6.4rem 0;
}