/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

.buttons {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.buttons .button {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 15px 0px;
  width: 250px;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .buttons .button {
    width: 160px;
    font-size: 1.4rem;
  }
}
.buttons .button i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .buttons .button i {
    right: 10px;
  }
}
.buttons .button.button-green {
  background: #659AD2;
}
.buttons .button.button-primary {
  background: #68564c;
}

body {
  font-size: 1.6rem;
  letter-spacing: auto;
  color: #494949;
}

.Header--pc {
  display: block;
 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.Header--pc .Header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .Header--pc .Header__inner {
    padding: 20px 20px;
  }
}
.Header--pc .Header__inner .Header__inner__logo {
  max-width: 300px;
  text-decoration: none;
  color: #b7b0ae;
}
@media (max-width: 1200px) {
  .Header--pc .Header__inner .Header__inner__logo {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .Header--pc .Header__inner .Header__inner__logo {
    max-width: 150px;
  }
  .Header--pc .Header__inner .Header__inner__logo img {
    width: 100%;
  }
}
.Header--pc .Header__inner .Header__inner__logo small {
  font-size: 1.1rem;
  text-align: center;
  display: block;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .Header--pc .Header__inner .Header__inner__logo small {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.Header--pc .Header__inner .Header__inner__logo small br {
  display: none;
}
@media (max-width: 1200px) {
  .Header--pc .Header__inner .Header__inner__logo small br {
    display: inline;
  }
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top {
  display: flex;
  align-items: center;
  gap: 40px;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel span {
  display: flex;
  gap: 20px;
  align-items: center;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel span strong {
  background-color: #763611;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px 30px;
  font-weight: 700;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel span a {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #763611;
  text-decoration: none;
  font-size: 4.2rem;
}
@media (max-width: 1400px) {
  .Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel span a {
    font-size: 3.2rem;
  }
}
@media (max-width: 1300px) {
  .Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel span a {
    font-size: 2.4rem;
  }
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel span a i {
  margin-right: 10px;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel small {
  font-size: 1.2rem;
  color: #666;
}
@media (max-width: 1400px) {
  .Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel small {
    font-size: 1rem;
  }
}
@media (max-width: 1300px) {
  .Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel small {
    line-height: 1.5;
  }
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel small br {
  display: none;
}
@media (max-width: 1300px) {
  .Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .Header__inner__nav__top__tel small br {
    display: inline;
  }
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__top .button {
  padding: 10px 0;
  width: 200px;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__bottom {
  padding-left: 10vw;
  margin-top: 20px;
  padding-right: 5px;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__bottom ul a {
  text-decoration: none;
  color: #494949;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__bottom ul a.active {
  color: #763611;
}
.Header--pc .Header__inner .Header__inner__nav .Header__inner__nav__bottom ul a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #763611;
}

@media (max-width: 1200px) {
  .Header--sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
  }
  .Header--sp .Header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 0 20px;
  }
  .Header--sp .Header__inner .Header__inner__logo {
    max-width: 150px;
    text-decoration: none;
  }
  .Header--sp .Header__inner small {
    font-size: 1.4rem;
    display: block;
    line-height: 1.2;
    color: #b7b0ae;
  }
  .Header--sp .Header__inner .Header__inner__nav {
    background: #b59e76;
    padding: 25px 20px;
  }
  .Header--sp .Header__inner .Header__inner__nav i {
    font-size: 3rem;
    color: #fff;
  }
  .Header--sp .Header__nav__list {
    position: absolute;
    top: 0;
    z-index: 1001;
    background: #fff;
    padding: 10px;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 50px;
    transform: translateX(100%);
    transition: all 0.3s ease;
  }
  .Header--sp .Header__nav__list nav #navClose {
    background: #b59e76;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .Header--sp .Header__nav__list nav #navClose i {
    font-size: 3rem;
    color: #fff;
  }
  .Header--sp .Header__nav__list nav ul {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .Header--sp .Header__nav__list nav ul li {
    width: 100%;
  }
  .Header--sp .Header__nav__list nav ul li:last-child a {
    border-bottom: solid 1px #e5e5e5;
  }
  .Header--sp .Header__nav__list nav ul li a {
    color: #494949;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    padding: 20px 0;
    display: block;
    border-top: solid 1px #e5e5e5;
  }
  .Header--sp .Header__nav__list nav ul li a.active {
    color: #763611;
  }
  .Header--sp .Header__nav__list nav ul li a.active::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #763611;
  }
  .Header--sp .Header__nav__list nav .Header__nav__list__tel {
    background: #b59e76;
    color: #fff;
    padding: 20px;
    margin: 50px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Header--sp .Header__nav__list nav .Header__nav__list__tel span a {
    font-size: 4.2rem;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .Header--sp .Header__nav__list nav .Header__nav__list__tel small {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 10px;
    line-height: 1.8;
  }
  .Header--sp .Header__nav__list nav .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .Header--sp .Header__nav__list nav .buttons .button {
    width: 100%;
    padding: 15px 0;
    font-size: 1.6rem;
    border-radius: 10px;
  }
  .Header--sp .Header__nav__list nav .buttons .button i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .Header--sp.Header--active .Header__nav__list {
    transform: translateX(0);
  }
}
@media (max-width: 1200px) {
  .Header--pc {
    display: none;
  }
}

.Header--sp {
  display: none;
}
@media (max-width: 1200px) {
  .Header--sp {
    display: block;
  }
}

.facility-information {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .facility-information {
    padding: 50px 0;
  }
}
.facility-information .title {
  text-align: center;
}
.facility-information .title .en {
  font-size: 2.4rem;
  color: #b59e76;
  display: block;
}
.facility-information .title strong {
  font-size: 3.6rem;
  color: #333;
}
.facility-information .swiper {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .facility-information .swiper {
    padding-bottom: 20px;
  }
}
.facility-information .swiper .swiper-pagination-bullet {
  background: #b59e76;
  width: 10px;
  height: 10px;
}
.facility-information .buttons {
  margin-top: 30px;
  justify-content: center;
}

.hource {
  padding-bottom: 100px;
}
.hource .hource__inner__table {
  margin-top: 50px;
}
.hource .hource__inner__table table {
  width: 100%;
  border-collapse: collapse;
}
.hource .hource__inner__table table th,
.hource .hource__inner__table table td {
  border: 1px solid #e5e5e5;
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
}
.hource .hource__inner__table table th {
  background-color: #f7f7f7;
  font-weight: 700;
}
.hource .hource__inner__table table td:first-child {
  background-color: #e3dcd4;
  font-weight: 700;
  line-height: 1.5;
}

.fixedCta {
  display: none;
}
@media (max-width: 1200px) {
  .fixedCta {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    z-index: 100;
  }
  .fixedCta .fixedCta__inner {
    display: flex;
  }
  .fixedCta .fixedCta__inner .fixedCta__inner__tel {
    flex: 2;
    background: #b59e76;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 15px 0;
    gap: 10px;
  }
  .fixedCta .fixedCta__inner .fixedCta__inner__tel strong {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .fixedCta .fixedCta__inner .fixedCta__inner__tel span {
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-size: 2.8rem;
  }
  .fixedCta .fixedCta__inner .button {
    flex: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    font-size: 1.3rem;
    gap: 10px;
  }
  .fixedCta .fixedCta__inner .button.button-green {
    background: #659AD2;
  }
  .fixedCta .fixedCta__inner .button.button-primary {
    background: #68564c;
  }
}

body.scrolled .fixedCta {
  opacity: 1;
  visibility: visible;
}

.hero {

  background-image: url("../images/hero-pc.webp");
  padding: 400px 0 200px;
  background-size: cover;
  margin-bottom: -50px;
}
@media (max-width: 1200px) {
  .hero {
    margin-top: 74px;
    padding: 200px 0 0;
    background-image: url("../images/hero-sp.webp");
    margin-bottom: 0;
    background-position: center;
  }
}
.hero .hero__inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.hero .hero__inner h1 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  margin-bottom: 20px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
@media (max-width: 1200px) {
  .hero .hero__inner h1 {
    font-size: 2.4rem;
  }
}
.hero .hero__inner p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 1200px) {
  .hero .hero__inner p {
    font-size: 1.6rem;
  }
}

.cta {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  width: calc(100% - 40px);
}
@media (max-width: 1200px) {
  .cta {
    flex-direction: column;
  }
}
.cta .cta__left {
  background: #b59e76;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.cta .cta__left p strong {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
@media (max-width: 1200px) {
  .cta .cta__left p strong {
    font-size: 1.6rem;
  }
}
.cta .cta__left a {
  margin: 20px 0;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cta .cta__left a i {
  font-size: 3.2rem;
}
.cta .cta__left small {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  display: block;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .cta .cta__left small {
    font-size: 1.2rem;
    text-align: center;
  }
}
.cta .cta__left small br {
  display: none;
}
@media (max-width: 1200px) {
  .cta .cta__left small br {
    display: inline;
  }
}
.cta .cta__right {
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: solid 2px #b59e76;
}
@media (max-width: 1200px) {
  .cta .cta__right {
    padding: 30px 0;
  }
}
.cta .cta__right p {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  border-bottom: solid 2px #b59e76;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1200px) {
  .cta .cta__right .buttons {
    flex-direction: column;
  }
  .cta .cta__right .buttons .button {
    width: 300px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.news {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
}
.news .news__inner {
  display: flex;
  border-top: solid 2px #b59e76;
  border-bottom: solid 2px #b59e76;
  padding: 30px 0px;
}
@media (max-width: 1200px) {
  .news .news__inner {
    padding: 10px 0;
  }
}
.news .news__inner h2 {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #b59e76;
  text-align: center;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .news .news__inner h2 {
    font-size: 1.2rem;
  }
}
.news .news__inner ul {
  border-left: solid 2px #b59e76;
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .news .news__inner ul {
    padding: 10px 0;
  }
}
.news .news__inner ul li:last-child {
  border-bottom: none;
}
.news .news__inner ul li span {
  display: flex;
  gap: 50px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .news .news__inner ul li span {
    gap: 10px;
  }
}
.news .news__inner ul li span time {
  color: #b59e76;
}
.news .news__inner ul li a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .news .news__inner ul li a {
    padding: 15px;
    font-size: 1rem;
  }
}
.news .news__inner ul li a i {
  color: #b59e76;
}
.news .news__inner ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.title .en {
  font-family: "barlow-semi-condensed", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  border-left: #b59e76 10px solid;
  color: #b59e76;
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .title .en {
    font-size: 2rem;
  }
}
.title strong {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #494949;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .title strong {
    font-size: 2.8rem;
  }
}
.title strong span {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .title strong span {
    font-size: 1.8rem;
  }
}

.description {
  font-size: 1.6rem;
  line-height: 2;
  color: #494949;
  margin-bottom: 30px;
}

.policy {
  background: linear-gradient(to right, #f7f7f7 70%, transparent 70%);
}
@media (max-width: 1200px) {
  .policy {
    background: #f7f7f7;
  }
}
.policy .policy__inner {
  padding: 100px 0;
  gap: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .policy .policy__inner {
    padding: 50px 0;
    flex-direction: column-reverse;
  }
}
.policy .policy__inner > div {
  flex: 1;
}
@media (max-width: 1200px) {
  .policy .policy__inner .policy__inner__right {
    margin-left: -20px;
  }
}

.commitment {
  background: linear-gradient(to left, #f7f7f7 70%, transparent 70%);
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .commitment {
    margin-top: 50px;
    background: #f7f7f7;
  }
}
.commitment .commitment__inner {
  padding: 100px 0;
  gap: 40px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .commitment .commitment__inner {
    flex-direction: column-reverse;
  }
}
.commitment .commitment__inner > div {
  flex: 1;
}
@media (max-width: 1200px) {
  .commitment .commitment__inner .commitment__inner__right {
    margin-right: -20px;
  }
}

section.list {
  padding: 100px 0;
  background-image: url("../images/list.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  section.list {
    padding: 50px 0;
  }
}
section.list .list__inner ul {
  display: grid;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  section.list .list__inner ul {
    grid-template-columns: 1fr;
  }
}
section.list .list__inner ul li {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 30px;
}
@media (max-width: 1200px) {
  section.list .list__inner ul li {
    padding: 20px;
  }
}
section.list .list__inner ul li strong {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #b59e76;
}
section.list .list__inner ul li span {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #494949;
  font-weight: 700;
  flex: 1;
}
section.list .list__inner .buttons {
  max-width: 300px;
  margin: 0 auto;
}
section.list .list__inner .buttons a {
  background: #b59e76;
}

.facility-information {
  background: #f7f7f7;
}
.facility-information .facility-information__inner .title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .facility-information .facility-information__inner .title span {
    font-size: 2rem;
  }
  .facility-information .facility-information__inner .title strong {
    font-size: 2.4rem;
  }
}
.facility-information .facility-information__inner .swiper-slide {
  background: url("../images/slide-bg.webp");
  background-size: cover;
  padding: 20px;
}
@media (max-width: 1200px) {
  .facility-information .facility-information__inner .swiper-slide {
    padding: 10px;
  }
}
.facility-information .facility-information__inner .flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .facility-information .facility-information__inner .flex {
    flex-direction: column;
    gap: 10px;
  }
}
.facility-information .facility-information__inner .flex .swiper-pagination {
  position: unset;
  text-align: left;
}
@media (max-width: 1200px) {
  .facility-information .facility-information__inner .flex .swiper-pagination {
    text-align: center;
  }
}
.facility-information .facility-information__inner .flex .buttons {
  margin: 0;
}
.facility-information .facility-information__inner .flex .buttons .button {
  border: solid 1px #b59e76;
  background: #fff;
  color: #b59e76;
}

.medical-information {
  padding: 100px 0;
}
.medical-information .medical-information__inner {
  display: flex;
  justify-content: space-between;
  gap: 200px;
}
@media (max-width: 1200px) {
  .medical-information .medical-information__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.medical-information .medical-information__inner .buttons {
  margin: 80px 0 0;
}
@media (max-width: 1200px) {
  .medical-information .medical-information__inner .buttons.pc {
    display: none;
  }
}
.medical-information .medical-information__inner .buttons.sp {
  display: none;
}
@media (max-width: 1200px) {
  .medical-information .medical-information__inner .buttons.sp {
    display: block;
    margin: 30px auto 0;
  }
}
.medical-information .medical-information__inner .buttons .button {
  border: solid 1px #b59e76;
  background: #fff;
  color: #b59e76;
}
.medical-information .medical-information__inner .medical-information__inner__right ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1200px) {
  .medical-information .medical-information__inner .medical-information__inner__right ul {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    place-items: center;
  }
}
.medical-information .medical-information__inner .medical-information__inner__right ul li figure figcaption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}

.hource {
  padding: 200px 0;
  background: #f7f7f7;
}
@media (max-width: 1200px) {
  .hource {
    padding: 100px 0;
  }
}
.hource .hource__inner .hource__inner__table {
  margin-top: 50px;
}
.hource .hource__inner .hource__inner__table table {
  width: 100%;
  border-collapse: collapse;
}
.hource .hource__inner .hource__inner__table table th,
.hource .hource__inner .hource__inner__table table td {
  border: 1px solid #e5e5e5;
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
  vertical-align: middle;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .hource .hource__inner .hource__inner__table table th,
  .hource .hource__inner .hource__inner__table table td {
    padding: 4px;
    font-size: 1rem;
  }
}
.hource .hource__inner .hource__inner__table table th {
  font-weight: 700;
  background: unset;
  border: none;
}
.hource .hource__inner .hource__inner__table table tbody tr td:first-child {
  background-color: #e5d6b3;
  font-weight: 700;
  line-height: 1.5;
  width: 20%;
  text-align: left;
}
@media (max-width: 1200px) {
  .hource .hource__inner .hource__inner__table table tbody tr td:first-child {
    width: 30%;
  }
}
.hource .hource__inner small {
  margin-top: 30px;
  display: block;
}

.access {
  padding: 200px 0 50px;
}
@media (max-width: 1200px) {
  .access {
    padding: 100px 0 50px;
  }
  .access .title {
    margin-bottom: 20px;
  }
}
.access .access__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .access .access__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.access .access__inner .access__inner__map__text {
  display: flex;
}
@media (max-width: 1200px) {
  .access .access__inner .access__inner__map__text {
    gap: 20px;
  }
}
.access .access__inner .access__inner__map__text > p {
  flex: 1;
  flex-direction: column;
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .access .access__inner .access__inner__map__text > p {
    gap: 10px;
  }
}
.access .access__inner .access__inner__map__text > p strong {
  background: #b59e76;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 40px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .access .access__inner .access__inner__map__text > p strong {
    width: 100%;
  }
}
.access .access__inner .access__inner__map__text > p span {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #494949;
}
@media (max-width: 1200px) {
  .access .access__inner .access__inner__map__text > p span {
    font-size: 1.4rem;
  }
}

.footer__top .footer__top__image {
  padding: 200px 0 0;
}
@media (max-width: 1200px) {
  .footer__top .footer__top__image {
    padding: 100px 0 0;
  }
}
.footer__top__facebook {
  width: 100%; /* or 固定幅 */
  max-width: 1000px; /* 必要に応じて */
  margin: 100px auto;
}

.footer__top__facebook iframe {
  width: 100%;
  height: 500px; /* 高さもここで制御した方が良い */
}

.facebook-wrapper {
  text-align: center;
}

.facebook-wrapper iframe {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 700px;
  border: none;
}
.facebook-iframe-pc {
  display: block;
}

.facebook-iframe-sp {
  display: none !important;
}

/* スマホでは小さいiframeだけ表示 */
@media screen and (max-width: 768px) {
  .facebook-iframe-pc {
    display: none !important;
  }
  .facebook-iframe-sp {
    display: block !important;
    width: 100%; /* 必要に応じて */
  }
}


.pageTop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  width: 100px;
  height: 100px;
  margin-left: auto;
  display: block;
  margin-right: 20px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .pageTop {
    width: 80px;
    height: 80px;
    margin: 50px auto 0;
  }
}

footer {
  background: #7c726e;
  color: #fff;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 60px;
}
footer .footer__nav {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  footer .footer__nav {
    margin-bottom: 20px;
  }
}
footer .footer__nav .footer__nav__inner ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  footer .footer__nav .footer__nav__inner ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
footer .footer__nav .footer__nav__inner ul li {
  position: relative;
  padding: 15px 0;
  border-top: solid 1px #fff;
  width: 100%;
}
footer .footer__nav .footer__nav__inner ul li:last-child {
  border-bottom: solid 1px #fff;
}
footer .footer__nav .footer__nav__inner ul li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -15px;
  color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  footer .footer__nav .footer__nav__inner ul li:not(:last-child)::after {
    display: none;
  }
}
footer .footer__nav .footer__nav__inner ul li a {
  color: #fff;
  text-decoration: none;
}
footer .footer__main {
  padding: 50px 0;
}
footer .footer__main .footer__main__inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1200px) {
  footer .footer__main .footer__main__inner {
    flex-direction: column;
  }
}
footer .footer__main .footer__main__inner .footer__main__left {
  flex: 1;
  position: relative;
}
footer .footer__main .footer__main__inner .footer__main__left .footer__main__logo {
  max-width: 300px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  footer .footer__main .footer__main__inner .footer__main__left .footer__main__logo {
    margin: 0 auto 20px;
  }
}
footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p {
    font-size: 1.4rem;
    text-align: center;
  }
}
footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p.flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p.flex {
    gap: 0px;
  }
}
footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p.flex span:first-child {
  letter-spacing: 0.5em;
  position: relative;
}
@media (max-width: 1200px) {
  footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p.flex span:first-child {
    text-align: left;
    width: 30%;
  }
}
footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p.flex span:last-child {
  position: relative;
}
@media (max-width: 1200px) {
  footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p.flex span:last-child {
    text-align: left;
    width: 65%;
  }
}
footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p.flex span:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -25px;
  width: 1px;
  height: 100%;
  background: #999290;
}
@media (max-width: 1200px) {
  footer .footer__main .footer__main__inner .footer__main__left .footer__main__info p.flex span:last-child::before {
    left: -10%;
  }
}
footer .footer__main .footer__main__inner .footer__main__left .footer__copyright {
  position: absolute;
  bottom: 0;
  color: #c6c0be;
}
@media (max-width: 1200px) {
  footer .footer__main .footer__main__inner .footer__main__left .footer__copyright {
    display: none;
  }
}
footer .footer__main .footer__main__inner .footer__main__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__table p {
  margin-bottom: 10px;
  color: #c6c0be;
  border-bottom: solid 1px #c6c0be;
  padding-bottom: 10px;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__table table th,
footer .footer__main .footer__main__inner .footer__main__right .footer__main__table table td {
  border: 1px solid #efece6;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__table table th {
  border: none;
  color: #c6c0be;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__table table td {
  background: #fff;
  color: #494949;
  vertical-align: middle;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__table table td:first-child {
  background: #e5d6b3;
  color: #494949;
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
  width: 33%;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__table small {
  display: block;
  margin-top: 20px;
  color: #fff;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__contact a {
  font-size: 4.2rem;
  color: #fff;
  text-decoration: none;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  display: flex;
  align-items: center;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__contact a i {
  margin-right: 10px;
  font-size: 3.2rem;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__contact small {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__buttons {
  flex-direction: row;
  gap: 20px;
}
footer .footer__main .footer__main__inner .footer__main__right .footer__main__buttons p {
  margin-bottom: 10px;
  color: #c6c0be;
  border-bottom: solid 1px #c6c0be;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  footer .footer__main .footer__main__inner .footer__main__right .footer__main__buttons .buttons {
    flex-direction: column;
  }
  footer .footer__main .footer__main__inner .footer__main__right .footer__main__buttons .buttons .button {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */