@charset "UTF-8";
body {
  max-width: 100%;
  background: rgba(233, 255, 213, 0.6);
  text-align: center;
  padding-top: 132px;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  color: #669140;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.container {
  max-width: 80%;
  margin: 0 auto;
}

.title {
  color: #99BE79;
  margin-bottom: 80px;
}
.title p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title p::before {
  border-top: 1px solid #99BE79;
  content: "";
  width: 60px;
}
.title h2 {
  font-size: 2rem;
}

.heading {
  max-width: 360px;
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 auto;
  color: #99BE79;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading::before {
  border-top: 1px solid #99BE79;
  content: "";
  width: 72px;
}
.heading::after {
  border-top: 1px solid #99BE79;
  content: "";
  width: 72px;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*header*/
header {
  background: rgba(233, 255, 213, 0.2);
  padding: 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-top {
  display: flex;
  justify-content: space-between;
}

.logo {
  display: flex;
}
.logo img {
  width: 60px;
}
.logo h1 {
  line-height: 60px;
  color: #669140;
  font-size: 1.5rem;
  display: inline-block;
}

.nav-menu {
  display: flex;
  line-height: 60px;
}
.nav-menu li {
  margin-left: 24px;
}

.hamburger p {
  opacity: 0;
}

/*mainvisual*/
.mainvisual {
  width: 100%;
  height: 500px;
  background: rgba(246, 230, 216, 0.5);
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 120px;
}
.mainvisual .text {
  width: 35%;
  color: #669140;
  letter-spacing: 8px;
}
.mainvisual .top {
  width: 35%;
  padding-left: 80px;
  color: #669140;
  text-align: left;
}
.mainvisual .top span {
  font-size: 2rem;
}
.mainvisual .top h2 {
  font-size: 2.25rem;
}
.mainvisual img {
  width: 65%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.concept {
  color: #5D4D44;
  margin-bottom: 120px;
  font-size: 1.25rem;
}

/*DIAGNOSIS*/
.diagnosis {
  margin-bottom: 120px;
}

.treatment-details {
  margin-top: 60px;
  display: flex;
}
.treatment-details .contents {
  width: 25%;
  border-right: solid 1px #d3d3d3;
}
.treatment-details .contents:last-of-type {
  border-right: none;
}
.treatment-details .contents img {
  border-radius: 50%;
  width: 120px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.treatment-details .contents p {
  margin-top: 24px;
  color: #5D4D44;
}

/*NEWS*/
.news {
  background: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 64px;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1%;
  margin-bottom: 120px;
}
.news .title {
  width: 30%;
}

.news-contents {
  text-align: left;
  width: 1040px;
  margin: 0 auto;
}
.news-contents .news-title {
  padding-bottom: 24px;
  border-bottom: solid 1px #d3d3d3;
}
.news-contents .news-title h3 {
  color: #99BE79;
  font-size: 1.75rem;
}
.news-contents .news-title p {
  color: #5D4D44;
}
.news-contents .news-text {
  padding-top: 24px;
  margin-bottom: 120px;
  color: #5D4D44;
  line-height: 48px;
}
.news-contents .news-img {
  width: 720px;
  margin-bottom: 120px;
}

.column {
  width: 70%;
  text-align: left;
}
.column dl {
  display: flex;
  flex-wrap: wrap;
  padding-right: 120px;
}
.column dl dt {
  width: 20%;
  margin-bottom: 24px;
  color: #5D4D44;
  border-bottom: dotted 1px #d3d3d3;
}
.column dl dt a {
  color: #5D4D44;
}
.column dl dd {
  width: 80%;
  margin-bottom: 24px;
  color: #669140;
  border-bottom: dotted 1px #d3d3d3;
}

/* FOR FIRST VISITOR */
.first-visitor {
  margin-bottom: 120px;
}

.announce {
  margin: 0 auto;
  padding-top: 24px;
  text-align: left;
  color: #5D4D44;
  display: inline-block;
}

.announce-text {
  font-size: 1.25rem;
  margin: 0 auto;
}
.announce-text p:nth-of-type(3) {
  margin-bottom: 12px;
}
.announce-text p:last-of-type {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d3d3d3;
}

.list {
  padding-left: 24px;
}

/*MESSAGE*/
.message {
  margin-bottom: 120px;
}

.message-text {
  text-align: left;
  color: #5D4D44;
  margin-bottom: 24px;
  display: inline-block;
}

/*hospital-features*/
.hospital-features .contents {
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1%;
  margin-bottom: 120px;
  position: relative;
}
.hospital-features .contents .content-text {
  width: 70%;
  color: #5D4D44;
  text-align: left;
}
.hospital-features .contents .content-text .text {
  width: 80%;
  margin: 0 auto;
}
.hospital-features .contents .content-text .text h3 {
  font-size: 1.5rem;
}
.hospital-features .contents .content-text .number {
  position: absolute;
  top: -105px;
  left: 30px;
  font-size: 8rem;
  color: rgba(153, 190, 121, 0.7);
}
@media (max-width: 720px) {
  .hospital-features .contents .content-text .number {
    top: -65px;
    left: 5px;
    font-size: 5rem;
  }
}
.hospital-features .contents .content-img {
  width: 30%;
}
.hospital-features .contents .content-img img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*GREETING*/
.greeting {
  margin-bottom: 120px;
}
.greeting .contents {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
.greeting .contents .content-text {
  width: 50%;
  text-align: left;
  color: #5D4D44;
}
.greeting .contents .content-img {
  width: 50%;
}
.greeting .contents .content-img img {
  width: 90%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1%;
}

.name {
  margin-bottom: 40px;
}
.name p:first-of-type {
  font-size: 0.75rem;
}
.name p:nth-of-type(2) {
  font-size: 1.5rem;
}

.license {
  margin-bottom: 40px;
}
.license h3 {
  font-size: 1.25rem;
}

.career h3 {
  font-size: 1.25rem;
}

/*SUBJECT*/
.subject .contents {
  margin-bottom: 120px;
  padding-top: 36px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1%;
}
.subject .contents .contents-wrapper {
  margin-top: 36px;
  display: flex;
}
.subject .contents .contents-wrapper .content-img {
  width: 25%;
}
.subject .contents .contents-wrapper .content-img img {
  width: 120px;
  border-radius: 50%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.subject .contents .contents-wrapper .content-text {
  width: 75%;
  color: #5D4D44;
  text-align: left;
}
.subject .contents .contents-wrapper .content-text .discription {
  margin-bottom: 40px;
}
.subject .contents .contents-wrapper .content-text .disease {
  display: inline-block;
  border: solid 1px black;
  color: #669140;
  padding-block: 6px;
  padding-inline: 12px;
  margin-bottom: 24px;
}
.subject .contents .contents-wrapper .content-text .detail {
  margin-bottom: 60px;
}

/*EQUIPMENT*/
.equipment {
  margin-bottom: 120px;
}
.equipment .contents {
  max-width: 1040px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.equipment .contents .content-unit {
  padding-block: 60px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.equipment .contents .content-unit::before {
  position: absolute;
  content: "";
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #dcdcdc;
}
.equipment .contents .content-unit .content-img {
  width: 30%;
  padding-inline: 5%;
}
.equipment .contents .content-unit .content-img img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.equipment .contents .content-unit .content-text {
  width: 70%;
  padding-inline: 5%;
  text-align: left;
  color: #5D4D44;
}
.equipment .contents .content-unit .content-text h3 {
  color: #669140;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

/*MISSION*/
.mission {
  margin-bottom: 120px;
}
.mission .text {
  background: #FFFFFF;
  padding-top: 36px;
  padding-bottom: 36px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1%;
}
.mission .text h3 {
  font-size: 1.5rem;
  color: #669140;
  margin-bottom: 36px;
}
.mission .text p {
  color: #5D4D44;
}

/*rehabilitation-features*/
.rehabilitation-features .text1 {
  background-image: url("../img/rehabilitation-features1.jpg");
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: cover;
  max-width: 1040px;
  margin: 120px auto;
  text-align: left;
  padding-block: 120px;
  padding-inline: 5%;
  position: relative;
}
.rehabilitation-features .text1 h3 {
  font-size: 1.75rem;
  color: #669140;
}
.rehabilitation-features .text1 p {
  color: #5D4D44;
}
.rehabilitation-features .text1 .number {
  position: absolute;
  top: -105px;
  left: 40px;
}
.rehabilitation-features .text1 .number p {
  font-size: 8rem;
  color: rgba(153, 190, 121, 0.7);
}
@media (max-width: 720px) {
  .rehabilitation-features .text1 .number {
    top: -65px;
    left: 10px;
  }
  .rehabilitation-features .text1 .number p {
    font-size: 5rem;
  }
}
.rehabilitation-features .text2 {
  background-image: url("../img/rehabilitation-features2.jpg");
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: cover;
  max-width: 1040px;
  margin: 120px auto;
  text-align: left;
  padding-block: 120px;
  padding-inline: 5%;
  position: relative;
}
.rehabilitation-features .text2 h3 {
  font-size: 1.75rem;
  color: #669140;
}
.rehabilitation-features .text2 p {
  color: #5D4D44;
}
.rehabilitation-features .text2 .number {
  position: absolute;
  top: -105px;
  left: 40px;
}
.rehabilitation-features .text2 .number p {
  font-size: 8rem;
  color: rgba(153, 190, 121, 0.7);
}
@media (max-width: 720px) {
  .rehabilitation-features .text2 .number {
    top: -65px;
    left: 10px;
  }
  .rehabilitation-features .text2 .number p {
    font-size: 5rem;
  }
}
.rehabilitation-features .text3 {
  background-image: url("../img/rehabilitation-features3.jpg");
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: cover;
  max-width: 1040px;
  margin: 120px auto;
  text-align: left;
  padding-block: 120px;
  padding-inline: 5%;
  position: relative;
}
.rehabilitation-features .text3 h3 {
  font-size: 1.75rem;
  color: #669140;
}
.rehabilitation-features .text3 p {
  color: #5D4D44;
}
.rehabilitation-features .text3 .number {
  position: absolute;
  top: -105px;
  left: 40px;
}
.rehabilitation-features .text3 .number p {
  font-size: 8rem;
  color: rgba(153, 190, 121, 0.7);
}
@media (max-width: 720px) {
  .rehabilitation-features .text3 .number {
    top: -65px;
    left: 10px;
  }
  .rehabilitation-features .text3 .number p {
    font-size: 5rem;
  }
}

/*footer*/
footer {
  max-width: 100%;
  background: rgba(252, 243, 235, 0.5);
  padding: 32px;
  color: #5D4D44;
}

.footer-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer-left {
  width: 38%;
  margin-top: 24px;
  margin-left: 36px;
}
.footer-left .text {
  text-align: left;
  margin-bottom: 24px;
  letter-spacing: 8px;
}

.schedule {
  background: #FFFFFF;
  padding: 5%;
  border-radius: 2%;
}
.schedule table {
  color: #669140;
  border-collapse: collapse;
}
.schedule table tr {
  border-bottom: solid 1px #d3d3d3;
}
.schedule table tr:last-of-type {
  border-bottom: none;
}
.schedule table tr td {
  padding: 2%;
}
.schedule p {
  text-align: left;
  margin-top: 24px;
}
.schedule p:last-of-type {
  margin-left: 12px;
}

.footer-center {
  width: 36%;
  font-size: 0.75rem;
}
.footer-center #map iframe {
  width: 100%;
  margin-bottom: 18px;
}
.footer-center #map p {
  color: #669140;
}

.footer-right {
  width: 18%;
  text-align: left;
  margin-top: 96px;
}

.footer-list a {
  display: inline;
  color: #5D4D44;
}
.footer-list p {
  margin-left: 24px;
  margin-bottom: 12px;
}
.footer-list p::before {
  content: "-";
  margin-right: 10px;
}

.sns {
  margin-top: 48px;
  margin-left: 24px;
}
.sns a {
  margin-right: 12px;
}
.sns img {
  width: 36px;
}

.information p {
  margin-left: 24px;
}
.information p span {
  font-size: 1.25rem;
}

.address {
  margin-top: 60px;
}
.address p:first-of-type {
  font-size: 0.75rem;
}

.tel {
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .title {
    margin-bottom: 48px;
  }
  /*ヘッダー*/
  #navi {
    width: 240px;
    height: 600px;
    background: #fff;
    padding: 25px;
    position: fixed;
    top: 0;
    right: -240px;
    bottom: 0;
    opacity: 0;
    overflow-y: auto;
    transition: 0.5s;
  }
  .nav-menu {
    flex-direction: column;
    padding-top: 72px;
    text-align: left;
  }
  .nav-menu li {
    border-bottom: solid 1px #d3d3d3;
  }
  .nav-menu li:first-of-type a {
    text-decoration: none;
  }
  .open .header-top #navi {
    right: 0;
    opacity: 1;
  }
  .open .hamburger span {
    background-color: #fff;
  }
  .open .hamburger span:nth-child(1) {
    top: 28px;
    transform: rotate(-45deg);
  }
  .open .hamburger span:nth-child(2) {
    top: 28px;
    transform: rotate(45deg);
  }
  .hamburger {
    background: rgba(102, 145, 64, 0.5);
    border: none;
    position: absolute;
    right: 24px;
    top: 32px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    right: 15px;
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 20px;
  }
  .hamburger span:nth-child(2) {
    top: 28px;
  }
  .hamburger p {
    position: absolute;
    top: 36px;
    right: 15px;
    font-size: 0.75rem;
    color: #fff;
    opacity: 1;
  }
  /*DIAGNOSIS*/
  .treatment-details {
    flex-wrap: wrap;
  }
  .treatment-details .contents {
    width: 50%;
    margin: 32px auto;
  }
  /*NEWS*/
  .news {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    padding-block: 48px;
  }
  .news .column dl {
    flex-direction: column;
    padding-right: 0;
    margin-left: 24px;
  }
  .news .column dl dt {
    border-bottom: none;
    margin-bottom: 8px;
  }
  .news .column dl dd {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
  .news .column dl:last-of-type dd {
    border-bottom: none;
  }
  .news-contents {
    max-width: 720px;
  }
  /* FOR FIRST VISITOR */
  .first-visitor {
    margin-top: 120px;
  }
  .first-visitor .heading {
    margin-bottom: 24px;
  }
  /*MESSAGE*/
  .message {
    padding-inline: 48px;
  }
  /*hospital-features*/
  .license {
    font-size: 0.875rem;
  }
  /*subject*/
  .subject .heading {
    margin-top: 24px;
  }
  .subject .contents-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .subject .contents-wrapper .content-img {
    margin-bottom: 36px;
  }
  /*equipment*/
  .equipment {
    margin-bottom: 120px;
  }
  .equipment .contents .content-unit {
    flex-direction: column;
    align-items: center;
  }
  .equipment .contents .content-unit .content-img {
    width: 100%;
    margin-bottom: 36px;
  }
  .equipment .contents .content-unit .content-text {
    width: 90%;
  }
  .equipment .contents .content-unit .content-text h3 {
    text-align: center;
  }
  /*mission*/
  .mission .text {
    padding: 36px;
  }
  .mission .text p {
    text-align: left;
  }
  /*rehabilitation-features*/
  /*フッター*/
  footer {
    text-align: center;
    margin: 0 auto;
  }
  footer .logo {
    display: inline-block;
    margin: 0 auto;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }
  .footer-left {
    width: 100%;
    margin-left: 0;
  }
  .footer-left .text {
    text-align: center;
  }
  .schedule {
    width: 100%;
    margin: 0 auto;
  }
  .footer-center {
    margin-top: 60px;
    width: 100%;
  }
  .footer-center iframe {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer-right {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sns {
    margin-top: 0;
  }
  .information p {
    margin-left: 0;
  }
  .address {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  body {
    padding-top: 180px;
  }
  .heading::before {
    border-top: none;
  }
  .heading::after {
    border-top: none;
  }
  .title h2 {
    font-size: 1.75rem;
  }
  .mainvisual {
    flex-direction: column;
  }
  .mainvisual .text {
    width: 100%;
    padding: 24px;
  }
  .mainvisual img {
    width: 100%;
  }
  .mainvisual .top {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-block: 24px;
  }
  .container {
    max-width: 100%;
  }
  .concept {
    font-size: 1rem;
  }
  .announce {
    width: 95%;
  }
  .hospital-features .contents {
    flex-direction: column-reverse;
    width: 100%;
  }
  .hospital-features .contents .content-text {
    width: 98%;
    padding-block: 24px;
  }
  .hospital-features .contents .content-text .text h3 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 1.25rem;
  }
  .hospital-features .contents .content-img {
    width: 100%;
  }
  .greeting .contents {
    flex-direction: column-reverse;
    align-items: center;
  }
  .greeting .contents .content-text {
    width: 100%;
    text-align: center;
  }
  .greeting .contents .content-text .text {
    display: inline-block;
    text-align: left;
  }
  .greeting .contents .name {
    text-align: center;
    margin-top: 24px;
  }
  .greeting .contents .content-img {
    width: 100%;
  }
  .subject .contents .contents-wrapper .content-text .disease {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 24px;
    text-align: center;
  }
  .subject .contents .contents-wrapper .content-text .detail {
    text-align: center;
  }
  footer .logo {
    flex-direction: column;
  }
  .footer-right {
    flex-direction: column;
    align-items: center;
  }
  .footer-list {
    margin-bottom: 24px;
  }
  .information {
    margin-bottom: 24px;
  }
  .information .tel {
    margin-top: 0;
  }
}/*# sourceMappingURL=main.css.map */