@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

.u-tablet {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-tablet {
    display: none;
  }
}

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

html {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  a:hover:hover {
    opacity: 1;
  }
}

body {
  font-weight: 500;
  color: #333;
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
  padding-right: 17px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.top-about {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.top-about__inner {
  position: relative;
  max-width: 1920px;
  height: 55.46875vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-about__inner {
    height: auto;
    padding-bottom: 60px;
  }
}
.top-about__inner::before {
  content: "";
  max-width: 960px;
  max-height: 213px;
  height: 20%;
  width: 50%;
  top: 31.0798%;
  right: 4.1666%;
  background: #C5EBD8;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-about__inner::before {
    right: 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .top-about__inner::before {
    height: 120px;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.top-about__inner::after {
  content: "";
  max-width: 1056px;
  max-height: 213px;
  width: 65%;
  height: 213px;
  bottom: 8.4507%;
  left: 8.33333%;
  background: #E9E19F;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-about__inner::after {
    bottom: auto;
    top: 58.01925025vw;
    height: 134px;
  }
}

.top-about__image-wrap {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-about__image-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-about__image--left {
  width: 51.40625%;
}
@media screen and (max-width: 768px) {
  .top-about__image--left {
    width: 100%;
  }
}

.top-about__image01 {
  max-width: 987px;
  width: 51.40625vw;
}
@media screen and (max-width: 768px) {
  .top-about__image01 {
    width: 65vw;
  }
}

.top-about__image01 img {
  aspect-ratio: 987/881;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: auto;
}

.top-about__image--right {
  width: 48.59375%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-about__image--right {
    width: 100%;
  }
}

.top-about__image02 {
  max-width: 417px;
  width: 21.7187vw;
  margin-right: 16.927vw;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .top-about__image02 {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about__image02 {
    width: 295px;
    margin-top: calc(913.25px - 113.01925vw);
    margin-right: 0;
    margin-left: auto;
  }
}

.top-about__image02 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about__image03 {
  max-width: 545px;
  width: 28.385416vw;
  margin-right: 9.32291vw;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .top-about__image03 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-about__image03 {
    display: none;
  }
}

.top-about__image03 img {
  aspect-ratio: 545/584;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about__text-wrap {
  max-width: 650px;
  background: #fff;
  position: absolute;
  top: calc(67.9442% - 333.60602px);
  text-align: center;
  padding: 86px 75px;
}
@media screen and (max-width: 1260px) {
  .top-about__text-wrap {
    width: 46%;
    padding: 40px 40px;
    top: calc(67.9442% - 256.82908px);
  }
}
@media screen and (max-width: 1024px) {
  .top-about__text-wrap {
    width: 470px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__text-wrap {
    right: 0;
    padding: 40px 30px;
    width: 360px;
    top: calc(490.25px - 55vw);
  }
}

.top-about .top-about__title {
  line-height: 1.6;
}
@media screen and (max-width: 1260px) {
  .top-about .top-about__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .top-about .top-about__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-about .top-about__title {
    text-align: left;
  }
}

.top-about__text {
  line-height: 2;
  margin-top: 25px;
}
@media screen and (max-width: 1260px) {
  .top-about__text {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__text {
    text-align: left;
  }
}

.top-access {
  background: #48AB94;
  padding-top: 80px;
  padding-bottom: 86px;
}
@media screen and (max-width: 768px) {
  .top-access {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.top-access__inner {
  padding-left: 19.2708333%;
}
@media screen and (max-width: 1640px) {
  .top-access__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    min-width: 1000px;
    width: 71.875%;
  }
}
@media screen and (max-width: 1024px) {
  .top-access__inner {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-access__inner {
    padding-left: 0;
  }
}

.top-access__title {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-access__title {
    text-align: center;
  }
}
.top-access__title::before {
  left: 0;
  background: #C5EBD8;
}
@media screen and (max-width: 1024px) {
  .top-access__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top-access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .top-access__contents {
    margin-top: 45px;
  }
}

.top-access__logo {
  width: 80px;
  height: 100px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .top-access__logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-access__logo {
    width: 52px;
    height: 65px;
  }
}

.top-access__hospital-data {
  margin-right: 4.479166vw;
}
@media screen and (max-width: 1260px) {
  .top-access__hospital-data {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-access__hospital-data {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-access__hospital-data {
    margin-top: 15px;
    margin-left: 15px;
  }
}

.top-access__hospital-data-top,
.top-access__hospital-data-bottom {
  width: 376px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-access__hospital-data-top,
  .top-access__hospital-data-bottom {
    width: 336px;
  }
}

.top-access__hospital-data-bottom {
  margin-top: 15px;
  row-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .top-access__hospital-data-bottom {
    margin-top: 12px;
    row-gap: 8px;
  }
}

.top-access__hospital-map-button {
  margin-top: 10px;
}

.top-access__consultation-hours {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-access__consultation-hours {
    margin-top: 25px;
  }
}
.top-access__consultation-hours::after {
  content: "";
  background-image: url(../../images/common/access-cat-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 55px;
  bottom: 0;
  right: -91px;
  position: absolute;
}
@media screen and (max-width: 1260px) {
  .top-access__consultation-hours::after {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .top-access__consultation-hours::after {
    width: 60px;
    height: 33px;
    bottom: 10px;
    right: 22px;
  }
}

.more-button {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .more-button {
    font-size: 16px;
  }
}
.more-button::before {
  content: "";
  width: 55px;
  height: 55px;
  top: -13px;
  left: calc(6em + 29px);
  background: #F0DF4E;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .more-button::before {
    width: 50px;
    height: 50px;
    top: -11px;
    left: calc(6em + 31px);
  }
}
.more-button::after {
  content: url(../../images/common/more-btn-arrow.svg);
  width: 59px;
  height: 14px;
  top: 0;
  left: 6em;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .more-button::after {
    width: 54px;
    height: 12px;
    top: 10%;
  }
}
.more-button:hover {
  opacity: 1;
}
.more-button:hover::before {
  background: #E9BA5B;
}

.phone-button-wrap a {
  width: 376px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #48AB94;
  border-radius: 15px;
  padding-top: 26px;
  padding-bottom: 28px;
  padding-left: 46px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #48AB94;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .phone-button-wrap a {
    width: 270px;
    padding-top: 14px;
    padding-bottom: 17px;
    padding-left: 37px;
    font-size: 28px;
    padding-left: 41px;
  }
}
.phone-button-wrap a::before {
  content: "";
  background-image: url(../../images/common/phone-icon02-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 64px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .phone-button-wrap a::before {
    width: 28px;
    height: 28px;
    left: 37px;
  }
}
.phone-button-wrap a::after {
  content: "";
  background-image: url(../../images/common/phone-icon02-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 64px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .phone-button-wrap a::after {
    width: 28px;
    height: 28px;
    left: 37px;
  }
}

.phone-button-wrap a:hover {
  background: #fff;
  color: #48AB94;
  border: 2px solid #48AB94;
  opacity: 1;
}
.phone-button-wrap a:hover::before {
  opacity: 0;
}
.phone-button-wrap a:hover::after {
  opacity: 1;
}

.reservation-button-wrap a {
  width: 380px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F0DF4E;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 48px;
  font-size: 30px;
  font-weight: 700;
  color: #603C10;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .reservation-button-wrap a {
    width: 270px;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 24px;
    padding-left: 41px;
  }
}
.reservation-button-wrap a::before {
  content: "";
  background-image: url(../../images/common/calender-icon02-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .reservation-button-wrap a::before {
    width: 28px;
    height: 28px;
    left: 18px;
  }
}
.reservation-button-wrap a::after {
  content: "";
  background-image: url(../../images/common/calender-icon02-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .reservation-button-wrap a::after {
    width: 28px;
    height: 28px;
    left: 18px;
  }
}

.reservation-button-wrap a:hover {
  background: #603C10;
  color: #F0DF4E;
  opacity: 1;
}
.reservation-button-wrap a:hover::before {
  opacity: 0;
}
.reservation-button-wrap a:hover::after {
  opacity: 1;
}

.hospital-map-button {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #603C10;
  display: inline-block;
}

.hospital-map-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 23px;
  padding-right: 15px;
}

.hospital-map-button a span {
  color: #603C10;
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 6px;
  margin-right: 4px;
}
@media screen and (max-width: 1024px) {
  .hospital-map-button a span {
    padding-top: 5px;
    padding-bottom: 6px;
  }
}

.hospital-map-button a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1024px) {
  .hospital-map-button a img {
    width: 22px;
    height: 22px;
  }
}

.top-cat-slider {
  padding-top: 27px;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-cat-slider {
    text-align: center;
  }
  .top-cat-slider::before {
    content: "";
    background-image: url(../../images/common/slider-cat-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 52px;
    height: 52px;
    bottom: 3px;
    right: 15px;
    position: absolute;
    z-index: 2;
  }
}

.top-cat__title {
  font-family: "Jost", sans-serif;
  font-size: 4.9479166vw;
  line-height: 1;
  color: #876234;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-cat__title {
    font-size: 42px;
    bottom: -2px;
  }
}
.top-cat__title::before {
  content: "";
  background-image: url(../../images/common/slider-cat-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6.3541666vw;
  height: 6.3541666vw;
  bottom: 0;
  right: calc(-6.35417vw - 0.27368em);
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-cat__title::before {
    display: none;
  }
}

.top-cat__title span:nth-of-type(2) {
  margin-left: 1.2vw;
}
.top-cat__lists-wrap {
  background: #F0DF4E;
  padding-top: 1.5873vw;
  padding-bottom: 1.5873vw;
  margin-top: -0.5%;
}
@media screen and (max-width: 768px) {
  .top-cat__lists-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.top-cat__list {
  max-width: 270px;
  min-width: 180px;
  width: 14.285714vw;
  height: auto;
  padding-left: 0.5291vw;
}
@media screen and (max-width: 768px) {
  .top-cat__list {
    width: 180px;
    padding-left: 8px;
  }
}

.top-cat__list img {
  border-radius: 10px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

table {
  padding: 0;
  margin: 0;
  border-spacing: 0;
}

td {
  padding: 0;
  margin: 0;
}

.consultation-hours {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background: #fff;
  width: 403px;
}
@media screen and (max-width: 768px) {
  .consultation-hours {
    width: 356px;
  }
}
@media screen and (max-width: 370px) {
  .consultation-hours {
    width: 310px;
  }
}

.consultation-hours__title {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #603C10;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 9px;
  background: #F0DF4E;
  padding-top: 9px;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .consultation-hours__title {
    width: 33px;
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .consultation-hours__title {
    width: 27px;
  }
}

.consultation-hours__contents {
  width: 363px;
  padding-top: 25px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .consultation-hours__contents {
    width: 323px;
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 370px) {
  .consultation-hours__contents {
    width: 283px;
  }
}

.consultation-hours__table {
  border-collapse: collapse;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .consultation-hours__table {
    font-size: 14px;
  }
}

.consultation-hours__table thead th {
  font-weight: 700;
  padding-bottom: 5px;
}

.consultation-hours__table tbody tr th,
.consultation-hours__table tbody tr td {
  padding-top: 5px;
}

.consultation-hours__table tbody tr td:not(:last-child) {
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .consultation-hours__table tbody tr td:not(:last-child) {
    padding-right: 15px;
  }
}
@media screen and (max-width: 370px) {
  .consultation-hours__table tbody tr td:not(:last-child) {
    padding-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .consultation-hours__table tbody tr td:last-child {
    padding-right: 10px;
  }
}
@media screen and (max-width: 370px) {
  .consultation-hours__table tbody tr td:last-child {
    padding-right: 0;
  }
}

.consultation-hours__table th:first-child {
  width: 95px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .consultation-hours__table th:first-child {
    width: 85px;
  }
}
@media screen and (max-width: 370px) {
  .consultation-hours__table th:first-child {
    width: 75px;
  }
}

.consultation-hours__table thead th:not(:first-child) {
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .consultation-hours__table thead th:not(:first-child) {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .consultation-hours__table thead th:not(:first-child) {
    padding-right: 12px;
  }
}

.consultation-hours__table thead th:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .consultation-hours__table thead th:last-child {
    padding-right: 10px;
  }
}
@media screen and (max-width: 370px) {
  .consultation-hours__table thead th:last-child {
    padding-right: 0;
  }
}

.consultation-hours__table th {
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 5px;
}

.consultation-hours__table tbody tr td {
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .consultation-hours__table tbody tr td {
    width: 14px;
    height: 14px;
  }
}

.consultation-hours__table tbody tr td img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .consultation-hours__table tbody tr td img {
    width: 14px;
    height: 14px;
  }
}

.consultation-hours__note {
  margin-top: 10px;
}

.consultation-hours__note-item {
  font-size: 14px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .consultation-hours__note-item {
    font-size: 12px;
  }
}
.consultation-hours__note-item:not(:first-child) {
  margin-top: 8px;
}

.top-contact {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-contact {
    padding-top: 25px;
  }
}
.top-contact::before {
  content: "";
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: #48AB94;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-contact::before {
    height: 145px;
  }
}

.top-contact__inner {
  max-width: 1380px;
  min-width: 950px;
  width: 71.875%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  table-layout: 80px;
  border-radius: 50px;
  background: #DDF0E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-contact__inner {
    max-width: calc(100% - 60px);
    min-width: calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .top-contact__inner {
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 60px 15px;
  }
}

.top-contact__title {
  text-align: center;
}
.top-contact__title::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #876234;
  position: absolute;
}

.top-contact__text {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-contact__text {
    margin-top: 45px;
  }
}

.top-contact__button-area {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top-contact__button-area {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-contact__phone-button {
  margin-right: 5.20833%;
}
@media screen and (max-width: 1024px) {
  .top-contact__phone-button {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .top-contact__reservation-button {
    margin-top: 30px;
  }
}

.drawer {
  -webkit-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  background-color: rgba(72, 171, 148, .95);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 32px;
}
@media screen and (max-width: 1260px) {
  .drawer {
    display: block;
  }
}

.drawer::-webkit-scrollbar {
  display: none;
}

.drawer.slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.drawer__logo {
  width: 140px;
  height: 135px;
  padding-top: 35px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .drawer__logo {
    width: 67px;
    height: 75px;
    padding-top: 5px;
    padding-left: 20px;
  }
}

.drawer__logo a {
  width: 80px;
  height: 100px;
  display: block;
}
@media screen and (max-width: 768px) {
  .drawer__logo a {
    width: 52px;
    height: 65px;
  }
}

.drawer__contents {
  width: 356px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .drawer__contents {
    margin-top: 30px;
  }
}
@media screen and (max-width: 370px) {
  .drawer__contents {
    width: 310px;
  }
}

.header__drawer-nav {
  margin-left: 18px;
  margin-right: 18px;
}
@media screen and (max-width: 370px) {
  .header__drawer-nav {
    margin-left: 0;
    margin-right: 0;
  }
}

.drawer__nav-links {
  width: 320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .drawer__nav-links {
    width: 250px;
  }
}

.drawer__nav-link a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.drawer__nav-buttons {
  width: 320px;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer__nav-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.drawer__nav-button a {
  display: inline-block;
  font-weight: 700;
}

.drawer__nav-button:not(:first-child) {
  margin-top: 30px;
}

.drawer__nav-button-access a,
.drawer__nav-button-phone a {
  background: #fff;
  color: #48AB94;
}

.drawer__nav-button-access a {
  padding: 4px 20px;
  font-size: 21px;
}

.drawer__nav-button-phone a {
  padding: 4px 20px 6px 52px;
  font-size: 20px;
  position: relative;
}
.drawer__nav-button-phone a::before {
  content: "";
  background-image: url(../../images/common/phone-icon01-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 20px;
}

.drawer__reservation-sns-wrap {
  width: 320px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer__nav-button-reservation {
  margin-right: 30px;
}

.drawer__nav-button-reservation a {
  padding: 10px 25px 10px 70px;
  font-size: 20px;
  color: #603C10;
  background: #F0DF4E;
  position: relative;
}
.drawer__nav-button-reservation a::before {
  content: "";
  background-image: url(../../images/common/calendar-icon01-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drawer__consultation-hours {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  padding: 3.645833333vw;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px;
  }
}

.footer__inner {
  background: #1F7D68;
  position: relative;
  padding-top: 50px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.footer__inner::before {
  content: "";
  background-image: url(../../images/common/footer-cat-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18.229166vw;
  height: 18.229166vw;
  top: -4.166666vw;
  left: 2.083333vw;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .footer__inner::before {
    width: 120px;
    height: 120px;
    top: -35px;
    left: -5px;
  }
}

.footer__logo {
  width: 80px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 52px;
    height: 65px;
  }
}

.footer__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
}

.footer__nav-link {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__nav-link:not(:first-child) {
    margin-top: 30px;
  }
}
.footer__nav-link:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer__nav-link:not(:last-child) {
    border-right: none;
  }
}

.footer__sns-links {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__sns-links {
    margin-top: 35px;
  }
}

.footer__privacy-policy {
  margin-top: 25px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__privacy-policy {
    margin-top: 35px;
  }
}

.fv__inner {
  position: relative;
}

.fv__swiper {
  margin-left: 60px;
}
@media screen and (max-width: 1260px) {
  .fv__swiper {
    margin-left: 0;
  }
}

.fv__catch-copy {
  position: absolute;
  bottom: 22%;
  left: 13.541666%;
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  .fv__catch-copy {
    left: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .fv__catch-copy {
    bottom: 40px;
    left: 4%;
  }
}

.fv-catch-copy__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #48AB94;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  padding: 15px;
}
@media screen and (max-width: 1260px) {
  .fv-catch-copy__text {
    font-size: 32px;
    padding: 10px 15px 11px;
  }
}
@media screen and (max-width: 1024px) {
  .fv-catch-copy__text {
    font-size: 28px;
  }
}

.catch-copy-top {
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 1024px) {
  .catch-copy-top {
    border-radius: 15px 15px 15px 0;
  }
}

.catch-copy-bottom {
  border-radius: 0 15px 15px 15px;
  margin-top: 7px;
}

.catch-copy-mid-sp {
  margin-top: 7px;
}

.catch-copy-bottom-sp {
  border-radius: 0 0 15px 15px;
  padding: 10px 1px 11px;
  margin-top: 7px;
}

.fv__consultation-hours {
  border-radius: 15px 0 0 15px;
  -webkit-box-shadow: -4px 4px 25px 0px rgba(0, 0, 0, .25);
          box-shadow: -4px 4px 25px 0px rgba(0, 0, 0, .25);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .fv__consultation-hours {
    display: none;
  }
}

.header__hamburger,
.header-sub__hamburger-wrap {
  display: none;
}
@media screen and (max-width: 1260px) {
  .header__hamburger,
  .header-sub__hamburger-wrap {
    display: block;
    margin-left: auto;
    z-index: 101;
  }
}

.hamburger,
.header-sub__hamburger {
  display: block;
  width: 75px;
  height: 75px;
  position: relative;
  background: #48AB94;
}

.bar,
.header-sub__bar {
  display: block;
  width: 36px;
  height: 3px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bar-top,
.header-sub__bar-top {
  top: 26px;
}

.bar-mid,
.header-sub__bar-mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bar-bottom,
.header-sub__bar-bottom {
  bottom: 26px;
}

.hamburger.close,
.header-sub__hamburger.close {
  z-index: 10;
}

.hamburger.close .bar-top,
.header-sub__hamburger.close .header-sub__bar-top {
  -webkit-transform: translate(-50%, 14px) rotate(45deg);
          transform: translate(-50%, 14px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hamburger.close .bar-mid,
.header-sub__hamburger.close .header-sub__bar-mid {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hamburger.close .bar-bottom,
.header-sub__hamburger.close .header-sub__bar-bottom {
  -webkit-transform: translate(-50%, -6px) rotate(-45deg);
          transform: translate(-50%, -6px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header {
  width: 100%;
  height: 100px;
  background: #fff;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  .header {
    height: 75px;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__logo {
  width: 240px;
  height: 335px;
  background: #fff;
  padding-top: 70px;
  padding-left: 60px;
  z-index: 3;
}
@media screen and (max-width: 1640px) {
  .header__logo {
    width: 200px;
    height: 200px;
    padding-top: 35px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 67px;
    height: 75px;
    padding-top: 5px;
    padding-left: 20px;
  }
}

.header__logo a {
  width: 120px;
  height: 147px;
  display: block;
}
@media screen and (max-width: 1640px) {
  .header__logo a {
    width: 80px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo a {
    width: 52px;
    height: 65px;
  }
}

.header__nav,
.header-sub__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1260px) {
  .header__nav,
  .header-sub__nav {
    display: none;
  }
}

.header__nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__nav-buttons,
.header-sub__nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
}

.header__nav-button,
.header-sub__nav-button {
  margin-right: 5px;
}

.header__nav-button a,
.header-sub__nav-button a {
  height: 100%;
  padding-left: 28px;
  padding-right: 28px;
  background: #48AB94;
  border: 2px solid #48AB94;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header__nav-button a:hover,
.header-sub__nav-button a:hover {
  background: #fff;
  color: #48AB94;
  opacity: 1;
}

.header__nav-button:first-child a,
.header-sub__nav-button:first-child a {
  font-size: 20px;
}

.header__nav-button:nth-child(2) a,
.header-sub__nav-button:nth-child(2) a {
  font-size: 21px;
  padding-left: 62px;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header__nav-button:nth-child(2) a::before,
.header-sub__nav-button:nth-child(2) a::before {
  content: "";
  background-image: url(../../images/common/phone-icon01-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.header__nav-button:nth-child(2) a::after,
.header-sub__nav-button:nth-child(2) a::after {
  content: "";
  background-image: url(../../images/common/phone-icon01-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.header__nav-button:nth-child(2) a:hover::before,
.header-sub__nav-button:nth-child(2) a:hover::before {
  opacity: 0;
}
.header__nav-button:nth-child(2) a:hover::after,
.header-sub__nav-button:nth-child(2) a:hover::after {
  opacity: 1;
}

.header__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.header__nav-link {
  margin-right: 30px;
}

.header__nav-link a,
.header-sub__nav-link a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__nav-link a:hover,
.header-sub__nav-link a:hover {
  opacity: 1;
  color: #48AB94;
}

.header__reservation-button {
  height: 100%;
}

.header__reservation-button a {
  width: 242px;
  background: #F0DF4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 96px;
  padding-right: 43px;
  height: inherit;
  font-size: 24px;
  font-weight: 700;
  color: #603C10;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header__reservation-button a::before {
  content: "";
  background-image: url(../../images/common/calendar-icon01-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 43px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.header__reservation-button a::after {
  content: "";
  background-image: url(../../images/common/calendar-icon01-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 43px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.header__reservation-button a:hover,
.header-sub__reservation-button a:hover {
  background: #603C10;
  color: #F0DF4E;
  opacity: 1;
}
.header__reservation-button a:hover::before,
.header-sub__reservation-button a:hover::before {
  opacity: 0;
}
.header__reservation-button a:hover::after,
.header-sub__reservation-button a:hover::after {
  opacity: 1;
}

.header-sub {
  width: 100%;
  height: 75px;
  background: rgba(255, 255, 255, .7);
  position: fixed;
  top: 0;
  z-index: 80;
  display: none;
}

.header-sub__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding-left: 30px;
}

.header-sub__logo {
  width: 52px;
  height: 65px;
}

.header-sub__nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-sub__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-sub__nav-link {
  margin-right: 25px;
}

.header-sub__reservation-button a {
  height: 42px;
  background: #F0DF4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 64px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #603C10;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.header-sub__reservation-button a::before {
  content: "";
  background-image: url(../../images/common/calendar-icon01-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.header-sub__reservation-button a::after {
  content: "";
  background-image: url(../../images/common/calendar-icon01-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.header-sub__nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.logo {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-map {
  width: 100%;
  height: 420px;
  position: relative;
}

.top-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

.top-news {
  padding-top: 100px;
  padding-left: 13.54166%;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 0;
  }
}

.top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    display: block;
  }
}

.top-news__header {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .top-news__header {
    text-align: center;
    width: 100%;
  }
}

.top-news__title::before {
  background: #876234;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-news__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-news__category {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-news__category {
    margin-top: 40px;
  }
}

.top-news-category__heading {
  font-weight: 700;
}

.top-news-category__lists {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .top-news-category__lists {
    margin-top: 8px;
  }
}

.top-news-category__list {
  position: relative;
  padding-left: 17px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-news-category__list {
    display: inline-block;
    padding-left: 14px;
  }
}
.top-news-category__list:hover {
  color: #876234;
  opacity: 1;
}
.top-news-category__list::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #876234;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-news-category__list::before {
    width: 9px;
    height: 9px;
  }
}

.top-news-category__list:not(:first-child) {
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .top-news-category__list:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-news-category__list:not(:last-child) {
    margin-right: 25px;
  }
}

.top-news__nav {
  width: 150px;
  height: 80px;
  border-radius: 75px;
  background: #E9BA5B;
  position: relative;
  margin-top: 87px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-news__nav {
    width: 120px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
  }
}

.top-news-nav__button--prev,
.top-news-nav__button--next {
  height: 24px;
  width: 24px;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-news-nav__button--prev,
  .top-news-nav__button--next {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
}

.top-news-nav__button--prev {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .top-news-nav__button--prev {
    left: 24px;
  }
}

.top-news-nav__button--next {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .top-news-nav__button--next {
    right: 24px;
  }
}

.top-news-nav__button--prev::after,
.top-news-nav__button--next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .top-news-nav__button--prev::after,
  .top-news-nav__button--next::after {
    width: 18px;
    height: 18px;
  }
}

.top-news-nav__button--prev::after {
  background-image: url(../../images/common/arrow-left-brown.png);
}

.top-news-nav__button--next::after {
  background-image: url(../../images/common/arrow-right-brown.png);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-prev.swiper-button-disabled::after {
  background-image: url(../../images/common/arrow-left-cream.png);
}

.swiper-button-next.swiper-button-disabled::after {
  background-image: url(../../images/common/arrow-right-cream.png);
}

.top-news__swiper-area {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .top-news__swiper-area {
    width: 100%;
  }
}

.top-news__swiper {
  margin-left: 57px;
  padding-bottom: 60px;
  width: 1210px;
}
@media screen and (max-width: 1920px) {
  .top-news__swiper {
    width: 1150px;
  }
}
@media screen and (max-width: 1640px) {
  .top-news__swiper {
    width: 850px;
  }
}
@media screen and (max-width: 1260px) {
  .top-news__swiper {
    width: 830px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__swiper {
    width: 100%;
    margin-top: 26px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-news__swiper-wrapper {
    padding-left: 15px;
  }
}

.top-news__bg {
  position: absolute;
  width: calc(100% - 128px);
  height: 81.48148%;
  background: #E9E19F;
  bottom: 0;
  right: 0;
  border-top-left-radius: 200px;
}
@media screen and (max-width: 768px) {
  .top-news__bg {
    width: 100%;
    height: 57.295373%;
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top-news__lists {
    margin-left: 0;
  }
}

.top-news__list {
  width: 250px;
  margin-right: 70px;
}
@media screen and (max-width: 1920px) {
  .top-news__list {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1260px) {
  .top-news__list {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__list {
    width: 220px;
  }
}

.top-news__list a:hover {
  opacity: 1;
}
.top-news__list a:hover .top-news-list__body {
  color: #1F7D68;
}
.top-news__list a:hover .top-news-list__image img {
  border-radius: 50px;
}

.top-news-list__image img {
  border-radius: 10px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.top-news-list__body {
  height: 125px;
  padding-top: 15px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-news-list__body {
    height: 110px;
  }
}

.top-news__time {
  font-weight: 700;
}

.top-news-list__time--small {
  font-size: 12px;
}

.top-news-list__title {
  margin-top: 5px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .top-news-list__title {
    font-size: 14px;
  }
}

.top-news-list__category {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  .top-news-list__category {
    font-size: 12px;
  }
}
.top-news-list__category::before {
  content: "";
  background-image: url(../../images/common/brackets-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5px;
  height: 15px;
  top: 55%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-news-list__category::before {
    width: 5px;
    height: 12px;
    left: 7px;
  }
}
.top-news-list__category::after {
  content: "";
  background-image: url(../../images/common/brackets-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5px;
  height: 15px;
  top: 55%;
  right: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-news-list__category::after {
    width: 5px;
    height: 12px;
    right: 7px;
  }
}

.top-on-consult {
  padding-left: calc(50% - 750px);
}
@media screen and (max-width: 1920px) {
  .top-on-consult {
    padding-left: 210px;
  }
}
@media screen and (max-width: 1640px) {
  .top-on-consult {
    padding-left: calc(50% - 610px);
  }
}
@media screen and (max-width: 1260px) {
  .top-on-consult {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-on-consult {
    padding-left: 0;
  }
}

.top-on-consult__inner {
  background: #48AB94;
  border-radius: 100px 0 0 100px;
  padding-top: 160px;
  padding-bottom: 60px;
  padding-left: 185px;
  padding-right: calc(50vw - 565px);
}
@media screen and (max-width: 1920px) {
  .top-on-consult__inner {
    padding-left: calc(50vw - 775px);
    padding-right: calc(50vw - 565px);
  }
}
@media screen and (max-width: 1640px) {
  .top-on-consult__inner {
    padding-left: 45px;
    padding-right: calc(50vw - 565px);
  }
}
@media screen and (max-width: 1260px) {
  .top-on-consult__inner {
    padding-left: 45px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .top-on-consult__inner {
    border-radius: 80px 0 0 80px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-on-consult__inner {
    border-radius: 50px 0 0 50px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}

.top-on-consult__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1130px;
  width: 1130px;
}
@media screen and (max-width: 1260px) {
  .top-on-consult__contents {
    width: calc(100vw - 130px);
  }
}
@media screen and (max-width: 768px) {
  .top-on-consult__contents {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.top-on-consult__text-wrap {
  max-width: 520px;
  width: 46.017699%;
}
@media screen and (max-width: 1260px) {
  .top-on-consult__text-wrap {
    width: calc((100vw - 130px) * 46.0177%);
  }
}
@media screen and (max-width: 768px) {
  .top-on-consult__text-wrap {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.top-on-consult__title {
  color: #fff;
}
.top-on-consult__title::before {
  background: #C5EBD8;
  left: 0;
}

.top-on-consult__text {
  margin-top: 50px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-on-consult__text {
    margin-top: 45px;
  }
}

.top-on-consult__notes {
  line-height: 2;
  margin-top: 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-on-consult__notes {
    margin-top: 28px;
  }
}

.top-on-consult__button {
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .top-on-consult__button {
    margin-top: 35px;
    text-align: right;
    padding-right: 100px;
  }
}

.top-on-consult__image-wrap {
  position: relative;
  width: 53.982301%;
}
@media screen and (max-width: 1260px) {
  .top-on-consult__image-wrap {
    width: calc((100vw - 130px) * 53.9823%);
  }
}
@media screen and (max-width: 768px) {
  .top-on-consult__image-wrap {
    width: 100%;
    margin-top: 44px;
  }
}
.top-on-consult__image-wrap::before {
  content: "";
  width: 150px;
  height: 400px;
  top: 30px;
  left: 40px;
  background: #36A188;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-on-consult__image-wrap::before {
    display: none;
  }
}

.top-on-consult__image01 {
  max-width: 445px;
  width: 72.950819%;
  height: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-on-consult__image01 {
    max-width: 500px;
    width: 100%;
  }
}

.top-on-consult__image01 img {
  aspect-ratio: 445/550;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-on-consult__image01 img {
    aspect-ratio: 360/445;
  }
}

.top-on-consult__image02 {
  max-width: 350px;
  width: max(300px, 57.377049%);
  height: auto;
  position: relative;
  margin-top: calc(-69.45454% + 250px);
  margin-left: -35px;
  z-index: 3;
}
@media screen and (max-width: 1260px) {
  .top-on-consult__image02 {
    margin-top: calc(-69.45454% + 270px);
  }
}
@media screen and (max-width: 1024px) {
  .top-on-consult__image02 {
    margin-left: 5px;
    margin-top: calc(-69.45454% + 220px);
  }
}
@media screen and (max-width: 768px) {
  .top-on-consult__image02 {
    width: 350px;
    margin-left: 0;
    margin-top: -115px;
  }
}

.top-on-consult__image02 img {
  aspect-ratio: 350/250;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 50;
}
@media screen and (max-width: 1024px) {
  .page-top {
    bottom: 40px;
    right: 40px;
  }
}

.section__title {
  font-size: 32px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 24px;
  }
}
.section__title::before {
  content: "";
  width: 32px;
  height: 3px;
  bottom: -20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .section__title::before {
    width: 24px;
    bottom: -15px;
  }
}

.sns-link {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .sns-link {
    width: 42px;
    height: 42px;
  }
}
.sns-link:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .sns-link:not(:last-child) {
    margin-right: 25px;
  }
}

.sns-link a {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .sns-link a {
    padding: 9px;
  }
}
.sns-link a:hover {
  opacity: 1;
  background: #F0DF4E;
}

.sns-link a img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__slide {
  height: calc(100vh - 70px);
  width: 100%;
}

.fv__slide-img {
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fv__slide1 .fv__slide-img {
  background-image: url(../../images/common/fv-image01.jpg);
}

.fv__slide2 .fv__slide-img {
  background-image: url(../../images/common/fv-image05.jpg);
}

.fv__slide3 .fv__slide-img {
  background-image: url(../../images/common/fv-image03.jpg);
}

.cat__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #333;
  color: #fff;
}

.top-treatment {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .top-treatment {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.top-treatment__title {
  text-align: center;
}
.top-treatment__title::before {
  background: #48AB94;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-treatment__inner {
  max-width: 1180px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-treatment__inner {
    margin-top: 45px;
  }
}

.top-treatment__lists {
  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;
  gap: 40px;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .top-treatment__lists {
    gap: 30px;
  }
}
.top-treatment__lists::before {
  content: "";
  background-image: url(../../images/common/treatment-cat-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 88px;
  height: 88px;
  top: -80px;
  right: 67px;
  position: absolute;
}
@media screen and (max-width: 1260px) {
  .top-treatment__lists::before {
    right: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .top-treatment__lists::before {
    display: none;
  }
}

.top-treatment__list {
  text-align: center;
  width: 340px;
  height: 323px;
  background: #D9ECE8;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(105, 181, 143, .2);
          box-shadow: 3px 3px 10px 0px rgba(105, 181, 143, .2);
}
@media screen and (max-width: 768px) {
  .top-treatment__list {
    width: 310px;
    height: 306px;
  }
}

.top-treatment__list a {
  padding: 35px 25px 30px;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-treatment__list a {
    padding: 30px 22px;
  }
}
.top-treatment__list a::before {
  content: "";
  background-image: url(../../images/common/triangle-green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 42px;
  bottom: 10px;
  right: 10px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .top-treatment__list a::before {
    width: 38px;
    height: 38px;
  }
}
.top-treatment__list a::after {
  content: "";
  background-image: url(../../images/common/triangle-orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 42px;
  bottom: 10px;
  right: 10px;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .top-treatment__list a::after {
    width: 38px;
    height: 38px;
  }
}

.top-treatment__list a:hover {
  opacity: 1;
}
.top-treatment__list a:hover::before {
  opacity: 0;
}
.top-treatment__list a:hover::after {
  opacity: 1;
}
.top-treatment__list a:hover .top-treatment-list__title {
  background: #E9BA5B;
}

.top-treatment-list__image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.top-treatment-list__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-treatment-list__title {
  width: 262px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #48AB94;
  border-radius: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 25px auto 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .top-treatment-list__title {
    width: 232px;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.top-treatment-list__text {
  font-weight: 400;
  margin-top: 15px;
}
/*# sourceMappingURL=styles.css.map */
