/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 8rem 0;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
  .top-news .wrap {
    min-height: auto;
  }
}
/* cms */
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

/* -------------------------------------------

about

------------------------------------------- */
.top-wrap {
  background: url(../img/texture-1.jpg) center top;
  background-size: 100% auto;
}

.top-about {
  padding: 8rem 0;
}
.top-about .wrap {
  display: flex;
  margin-bottom: 4rem;
}
.top-about .wrap > figure {
  width: 35%;
}
.top-about .wrap > div {
  width: 65%;
  padding: 1.5rem 12rem 0 3rem;
}
.top-about .wrap h3 {
  color: #5a5a5a;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 8rem 3rem;
  }
  .top-about .wrap {
    flex-direction: column;
  }
  .top-about .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .top-about .wrap > div {
    width: 100%;
    padding: 0;
  }
}
/* -------------------------------------------

treatment

------------------------------------------- */
.top-treatment {
  padding: 8rem 0;
}
.top-treatment ul {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.top-treatment ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-treatment ul li > figure {
  width: 48%;
  position: relative;
}
.top-treatment ul li > figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  border: solid 0.12rem #6c5a47;
}
.top-treatment ul li > div {
  width: 48%;
  padding-left: 3rem;
}
.top-treatment ul li dl {
  margin-bottom: 3rem;
}
.top-treatment ul li dt {
  color: #5a5a5a;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.top-treatment ul li dd {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .top-treatment {
    padding: 8rem 3rem;
  }
  .top-treatment ul {
    flex-direction: column;
    gap: 7rem;
  }
  .top-treatment ul li {
    flex-direction: column;
  }
  .top-treatment ul li > figure {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .top-treatment ul li > div {
    width: 100%;
    padding-left: 0;
  }
  .top-treatment ul li dl {
    margin-bottom: 3rem;
  }
  .top-treatment ul li dt {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .top-treatment ul li dd {
    font-size: 1.3rem;
  }
}
/* -------------------------------------------

feature

------------------------------------------- */
.top-feature {
  padding: 10rem 0 0 0;
}
.top-feature .wrap {
  background: url(../img/top-bg-1.jpg) no-repeat center top, url(../img/texture-1.jpg) center top;
  background-size: 100% auto;
  padding: 10rem 0;
}
.top-feature ul {
  background: #fff;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 6rem;
}
.top-feature ul li {
  border-bottom: solid 0.15rem #6c5a47;
  padding-bottom: 2rem;
}
.top-feature ul dt {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: dashed 0.15rem #6c5a47;
}
.top-feature ul dt .num {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #6c5a47;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.top-feature ul dt span:nth-child(2) {
  width: calc(100% - 5.6rem);
  padding-left: 2rem;
  font-weight: 600;
  color: #5a5a5a;
}
.top-feature ul dd {
  padding: 2rem 2rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .top-feature {
    padding: 8rem 0 0 0;
  }
  .top-feature .wrap {
    background-size: 300% auto, 100% auto;
    padding: 6rem 3rem;
  }
  .top-feature ul {
    background: #fff;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .top-feature ul dd {
    padding: 2rem 0 0 0;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  padding: 10rem 0;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto 6rem auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
/* cms */
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 4rem) / 3);
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

/* -------------------------------------------

access

------------------------------------------- */
.top-access {
  padding: 8rem 0;
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
  color: #fff;
}
.top-access h2 {
  margin-bottom: 8rem;
}
.top-access .wrap {
  display: flex;
  justify-content: space-between;
}
.top-access .wrap > * {
  width: 46%;
}
.top-access .wrap > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-access .wrap .logo {
  width: 28rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 3rem;
  }
  .top-access h2 {
    margin-bottom: 4rem;
  }
  .top-access .wrap {
    flex-direction: column;
  }
  .top-access .wrap > * {
    width: 100%;
  }
  .top-access .wrap > div {
    margin-bottom: 2rem;
  }
  .top-access .wrap .logo {
    width: 26rem;
  }
}
/* -------------------------------------------

timetable

------------------------------------------- */
.time-wrap {
  width: 100%;
}

.time {
  width: 100%;
  border-collapse: collapse;
  border: solid 0.15rem #606060;
}
.time th, .time td {
  padding: 0.6rem 0.5rem;
}
.time th {
  background: #6c5a47;
  color: #fff;
  border-left: solid 0.15rem #fff;
  border-bottom: solid 0.15rem #606060;
}
.time th:first-of-type {
  border-left: none;
}
.time td {
  background: #fff;
  color: #5a5a5a;
  text-align: center;
  border: solid 0.15rem #6c5a47;
}
.time caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 0.6rem;
}
.time + span {
  font-size: 1.2rem;
  margin-top: 0.3rem;
}

@media screen and (max-width: 768px) {
  .time {
    font-size: 1.3rem;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/mv.jpg) no-repeat center/cover;
}

.page-ttl > div {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26rem;
  padding-top: 7rem;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 16rem;
    padding-top: 0;
  }
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* -------------------------------------------

first

------------------------------------------- */
.first ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.first ul li > div {
  display: flex;
  justify-content: space-between;
}
.first ul li > div > figure {
  width: 30%;
}
.first ul li > div > p {
  width: 67%;
}

@media screen and (max-width: 768px) {
  .first ul li > div {
    flex-direction: column;
  }
  .first ul li > div > figure {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .first ul li > div > p {
    width: 100%;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.about h4 {
  font-weight: normal;
  color: #5a5a5a;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.about-greeting > div {
  display: flex;
  justify-content: space-between;
}
.about-greeting > div figure {
  width: 30%;
}
.about-greeting > div > div {
  width: 66%;
}

.about-map ul {
  border: solid 0.3rem #6c5a47;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.about-map ul li {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.about-map ul li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #6c5a47;
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -3.5rem;
}
.about-map ul li span {
  width: 5rem;
  height: 5rem;
  background: #6c5a47;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
}

@media screen and (max-width: 768px) {
  .about-greeting > div {
    flex-direction: column;
  }
  .about-greeting > div figure {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .about-greeting > div > div {
    width: 100%;
  }
  .about-map ul {
    padding: 3rem;
  }
  .about-map ul li {
    width: 100%;
  }
}
.about-time a {
  color: #6c5a47;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
}

.about-gallery .wrap {
  display: flex;
  justify-content: space-between;
}
.about-gallery .wrap > * {
  width: 48%;
}
.about-gallery .wrap > div:nth-of-type(1) {
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {
  .about-time a {
    color: #6c5a47;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-top: 0.5rem;
  }
  .about-gallery .wrap {
    flex-direction: column-reverse;
  }
  .about-gallery .wrap > * {
    width: 100%;
  }
  .about-gallery .wrap > div:nth-of-type(1) {
    padding-top: 2rem;
  }
}
.facility-ttl {
  display: flex;
  align-items: center;
  line-height: 1.4;
  position: relative;
  transition: all 0.3s;
  background: #6c5a47;
  padding: 1.5rem 2rem 1.65rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

.facility-ttl i {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.75rem);
}

.facility-ttl i::before,
.facility-ttl i::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.facility-ttl i::before {
  width: 100%;
  height: 0.2rem;
}

.facility-ttl i::after {
  width: 0.2rem;
  height: 100%;
  transition: all 0.3s;
}

.facility-ttl.open i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.facility-ttl:hover {
  cursor: pointer;
}

.facility-content {
  padding: 2.5rem;
  border: solid 0.2rem #6c5a47;
}

#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 180px;
}

#loopslider ul li {
  width: 240px;
}

@media screen and (max-width: 768px) {
  #loopslider,
  #loopslider ul,
  #loopslider ul li,
  #loopslider img {
    height: 140px;
  }
  #loopslider ul li {
    width: 200px;
  }
}
#loopslider figure {
  padding: 0 0.5rem;
}

#loopslider img {
  -o-object-fit: cover;
     object-fit: cover;
}

#loopslider {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#loopslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

#loopslider ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/* -------------------------------------------

general

------------------------------------------- */
.low .wrap {
  display: flex;
  justify-content: space-between;
}
.low .wrap > figure {
  width: 30%;
}
.low .wrap > p {
  width: 66%;
}

@media screen and (max-width: 768px) {
  .low .wrap {
    flex-direction: column;
  }
  .low .wrap > figure {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .low .wrap > p {
    width: 100%;
  }
}
/* -------------------------------------------

faq

------------------------------------------- */
.faq ul,
.first-faq ul,
.self-faq ul,
.general-content ul {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 6rem;
}
.faq ul li,
.first-faq ul li,
.self-faq ul li,
.general-content ul li {
  border-bottom: solid 0.15rem #6c5a47;
  padding-bottom: 2rem;
}
.faq ul dt,
.first-faq ul dt,
.self-faq ul dt,
.general-content ul dt {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: dashed 0.15rem #6c5a47;
}
.faq ul dt .num,
.first-faq ul dt .num,
.self-faq ul dt .num,
.general-content ul dt .num {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #6c5a47;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.faq ul dt span:nth-child(2),
.first-faq ul dt span:nth-child(2),
.self-faq ul dt span:nth-child(2),
.general-content ul dt span:nth-child(2) {
  width: calc(100% - 5.6rem);
  padding-left: 2rem;
  font-weight: 600;
  color: #5a5a5a;
}
.faq ul dd,
.first-faq ul dd,
.self-faq ul dd,
.general-content ul dd {
  padding: 2rem 2rem 0 2rem;
}

/* -------------------------------------------

general

------------------------------------------- */
.general .ttl {
  position: relative;
  transition: all 0.3s;
  margin: 0;
}
.general .ttl i {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.75rem);
}
.general .ttl i::before,
.general .ttl i::after {
  content: "";
  background: #6c5a47;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.general .ttl i::before {
  width: 100%;
  height: 0.2rem;
}
.general .ttl i::after {
  width: 0.2rem;
  height: 100%;
  transition: all 0.3s;
}
.general .ttl.open i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.general .ttl:hover {
  cursor: pointer;
}
.general .general-content {
  padding: 2.5rem 0 0 0;
}/*# sourceMappingURL=style.css.map */